mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-22 15:51:29 -04:00
use now same stylesheet for Messages too
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2081 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b617dcd1f7
commit
d5b11f00d4
1 changed files with 10 additions and 53 deletions
|
@ -512,34 +512,11 @@
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QFrame" name="frame">
|
<widget class="QFrame" name="frame">
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">#frame {
|
<string notr="true">QFrame#frame{
|
||||||
border: none;
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
stop:0 #FEFEFE, stop:1 #E8E8E8);
|
||||||
stop: 0 #a6a6a6, stop: 0.08 #7f7f7f,
|
|
||||||
stop: 0.39999 #717171, stop: 0.4 #626262,
|
|
||||||
stop: 0.9 #4c4c4c, stop: 1 #333333);
|
|
||||||
}
|
|
||||||
|
|
||||||
#frame QPushButton {
|
border: 1px solid #CCCCCC;}</string>
|
||||||
color: #333;
|
|
||||||
border: 2px solid #555;
|
|
||||||
border-radius: 11px;
|
|
||||||
padding: 5px;
|
|
||||||
background: qradialgradient(cx: 0.3, cy: -0.4,
|
|
||||||
fx: 0.3, fy: -0.4,
|
|
||||||
radius: 1.35, stop: 0 #fff, stop: 1 #888);
|
|
||||||
min-width:30px;
|
|
||||||
}
|
|
||||||
#frame QPushButton:hover {
|
|
||||||
background: qradialgradient(cx: 0.3, cy: -0.4,
|
|
||||||
fx: 0.3, fy: -0.4,
|
|
||||||
radius: 1.35, stop: 0 #fff, stop: 1 #bbb);
|
|
||||||
}
|
|
||||||
#frame QPushButton:pressed {
|
|
||||||
background: qradialgradient(cx: 0.4, cy: -0.1,
|
|
||||||
fx: 0.4, fy: -0.1,
|
|
||||||
radius: 1.35, stop: 0 #fff, stop: 1 #ddd);
|
|
||||||
}</string>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
<enum>QFrame::StyledPanel</enum>
|
<enum>QFrame::StyledPanel</enum>
|
||||||
|
@ -609,7 +586,9 @@ p, li { white-space: pre-wrap; }
|
||||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reply to selected message</p></body></html></string>
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reply to selected message</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true"/>
|
<string notr="true">
|
||||||
|
|
||||||
|
</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
|
@ -771,13 +750,7 @@ p, li { white-space: pre-wrap; }
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">QListWidget::item:selected { /* when user selects item using mouse or keyboard */
|
<string notr="true"/>
|
||||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
||||||
stop: 0 #a6a6a6, stop: 0.08 #7f7f7f,
|
|
||||||
stop: 0.39999 #717171, stop: 0.4 #626262,
|
|
||||||
stop: 0.9 #4c4c4c, stop: 1 #333333);
|
|
||||||
}
|
|
||||||
</string>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="lineWidth">
|
<property name="lineWidth">
|
||||||
<number>1</number>
|
<number>1</number>
|
||||||
|
@ -863,15 +836,7 @@ p, li { white-space: pre-wrap; }
|
||||||
<enum>Qt::CustomContextMenu</enum>
|
<enum>Qt::CustomContextMenu</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">QHeaderView::section {
|
<string notr="true"/>
|
||||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
||||||
stop: 0 #a6a6a6, stop: 0.08 #7f7f7f,
|
|
||||||
stop: 0.39999 #717171, stop: 0.4 #626262,
|
|
||||||
stop: 0.9 #4c4c4c, stop: 1 #333333);
|
|
||||||
color: white;
|
|
||||||
padding-left: 4px;
|
|
||||||
border: 1px solid #6c6c6c;
|
|
||||||
}</string>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="indentation">
|
<property name="indentation">
|
||||||
<number>16</number>
|
<number>16</number>
|
||||||
|
@ -1278,15 +1243,7 @@ p, li { white-space: pre-wrap; }
|
||||||
<enum>Qt::CustomContextMenu</enum>
|
<enum>Qt::CustomContextMenu</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">QHeaderView::section {
|
<string notr="true"/>
|
||||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
||||||
stop: 0 #a6a6a6, stop: 0.08 #7f7f7f,
|
|
||||||
stop: 0.39999 #717171, stop: 0.4 #626262,
|
|
||||||
stop: 0.9 #4c4c4c, stop: 1 #333333);
|
|
||||||
color: white;
|
|
||||||
padding-left: 4px;
|
|
||||||
border: 1px solid #6c6c6c;
|
|
||||||
}</string>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="sortingEnabled">
|
<property name="sortingEnabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue