mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-11 07:29:38 -05:00
added hover stylesheet's for the QPushButton's
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1702 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ec1f9309b8
commit
6edab88278
@ -571,6 +571,10 @@ p, li { white-space: pre-wrap; }
|
|||||||
QPushButton::menu-indicator:pressed, QPushButton::menu-indicator:open {
|
QPushButton::menu-indicator:pressed, QPushButton::menu-indicator:open {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px; left: 2px; /* shift the arrow by 2 px */
|
top: 2px; left: 2px; /* shift the arrow by 2 px */
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton:hover {
|
||||||
|
border: 1px solid #CCCCCC;
|
||||||
}</string>
|
}</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -62,6 +62,11 @@ border: 1px solid #CCCCCC;}</string>
|
|||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Edit Personal message</string>
|
<string>Edit Personal message</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">QPushButton:hover {
|
||||||
|
border: 1px solid #CCCCCC;
|
||||||
|
}</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Edit Personal message</string>
|
<string>Edit Personal message</string>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user