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