mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 02:25:34 -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
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue