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:
defnax 2009-09-30 15:05:42 +00:00
parent ec1f9309b8
commit 6edab88278
2 changed files with 9 additions and 0 deletions

View File

@ -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">

View File

@ -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>