mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04: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
2 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue