mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-19 04:44:21 -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 {
|
||||
position: relative;
|
||||
top: 2px; left: 2px; /* shift the arrow by 2 px */
|
||||
}
|
||||
|
||||
QPushButton:hover {
|
||||
border: 1px solid #CCCCCC;
|
||||
}</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -62,6 +62,11 @@ border: 1px solid #CCCCCC;}</string>
|
||||
<property name="toolTip">
|
||||
<string>Edit Personal message</string>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QPushButton:hover {
|
||||
border: 1px solid #CCCCCC;
|
||||
}</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Edit Personal message</string>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user