mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 05:44:29 -05:00
improved blue stylesheet
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2173 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4e6290d985
commit
1d6bef168b
@ -9,8 +9,30 @@ QToolBar {
|
||||
|
||||
}
|
||||
|
||||
QTabBar::tab {
|
||||
border-image: url(qss/blue/tab1.png);
|
||||
min-width: 8ex;
|
||||
padding: 4px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected {
|
||||
margin-top: 2px; /* make non-selected tabs look smaller */
|
||||
|
||||
}
|
||||
|
||||
QTabBar::tab:selected, QTabBar::tab:hover {
|
||||
|
||||
border-image: url(qss/orangesurfer/tab_hover.png);
|
||||
|
||||
|
||||
}
|
||||
|
||||
QTabBar::tab:selected {
|
||||
border-image: url(qss/blue/tabselected.png);
|
||||
}
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
min-width: 77px;
|
||||
|
BIN
retroshare-gui/src/qss/blue/tab1.png
Normal file
BIN
retroshare-gui/src/qss/blue/tab1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
retroshare-gui/src/qss/blue/tabselected.png
Normal file
BIN
retroshare-gui/src/qss/blue/tabselected.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue
Block a user