mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
improved stylesheet for Messages frame.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1700 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
036cb7cb57
commit
6c8faff680
@ -512,11 +512,34 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QFrame" name="frame">
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QFrame#frame{
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #FEFEFE, stop:1 #E8E8E8);
|
||||
<string notr="true">#frame {
|
||||
border: none;
|
||||
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);
|
||||
}
|
||||
|
||||
border: 1px solid #CCCCCC;}</string>
|
||||
#frame QPushButton {
|
||||
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 name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
@ -532,7 +555,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||
<widget class="QPushButton" name="newmessageButton">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>28</width>
|
||||
<width>44</width>
|
||||
<height>28</height>
|
||||
</size>
|
||||
</property>
|
||||
@ -569,7 +592,7 @@ p, li { white-space: pre-wrap; }
|
||||
<widget class="QPushButton" name="replymessageButton">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>28</width>
|
||||
<width>44</width>
|
||||
<height>28</height>
|
||||
</size>
|
||||
</property>
|
||||
@ -603,7 +626,7 @@ p, li { white-space: pre-wrap; }
|
||||
<widget class="QPushButton" name="replyallmessageButton">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>28</width>
|
||||
<width>44</width>
|
||||
<height>28</height>
|
||||
</size>
|
||||
</property>
|
||||
@ -628,7 +651,7 @@ p, li { white-space: pre-wrap; }
|
||||
<widget class="QPushButton" name="forwardmessageButton">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>28</width>
|
||||
<width>44</width>
|
||||
<height>28</height>
|
||||
</size>
|
||||
</property>
|
||||
@ -653,7 +676,7 @@ p, li { white-space: pre-wrap; }
|
||||
<widget class="QPushButton" name="removemessageButton">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>28</width>
|
||||
<width>44</width>
|
||||
<height>28</height>
|
||||
</size>
|
||||
</property>
|
||||
@ -693,7 +716,7 @@ p, li { white-space: pre-wrap; }
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>28</width>
|
||||
<width>44</width>
|
||||
<height>28</height>
|
||||
</size>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user