mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
improved stylesheets for Messages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1853 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d2665f9dd6
commit
b524a4cf86
1 changed files with 31 additions and 0 deletions
|
@ -770,6 +770,15 @@ p, li { white-space: pre-wrap; }
|
||||||
<pointsize>9</pointsize>
|
<pointsize>9</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">QListWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||||
|
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 name="lineWidth">
|
<property name="lineWidth">
|
||||||
<number>1</number>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
|
@ -853,6 +862,17 @@ p, li { white-space: pre-wrap; }
|
||||||
<property name="contextMenuPolicy">
|
<property name="contextMenuPolicy">
|
||||||
<enum>Qt::CustomContextMenu</enum>
|
<enum>Qt::CustomContextMenu</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">QHeaderView::section {
|
||||||
|
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 name="indentation">
|
<property name="indentation">
|
||||||
<number>16</number>
|
<number>16</number>
|
||||||
</property>
|
</property>
|
||||||
|
@ -1257,6 +1277,17 @@ p, li { white-space: pre-wrap; }
|
||||||
<property name="contextMenuPolicy">
|
<property name="contextMenuPolicy">
|
||||||
<enum>Qt::CustomContextMenu</enum>
|
<enum>Qt::CustomContextMenu</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">QHeaderView::section {
|
||||||
|
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 name="sortingEnabled">
|
<property name="sortingEnabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue