QTfrontend/res/css/qt.css
branchphysfslayer
changeset 7928 88fde28bbda6
parent 7800 e884809735ce
child 8318 e2c01fbf36c0
--- a/QTfrontend/res/css/qt.css	Sun Oct 21 01:28:33 2012 +0400
+++ b/QTfrontend/res/css/qt.css	Sat Nov 03 00:34:35 2012 +0400
@@ -116,17 +116,18 @@
 alternate-background-color: #2f213a;
 gridline-color: transparent;
 }
-
+QTabWidget::pane { top: -2px; }
 QTabBar::tab {
-border-bottom-width: 0;
 border-radius: 0;
 border-top-left-radius: 6px;
 border-top-right-radius: 6px;
 padding: 3px;
+background-color: #00351d;
+color: #ffcc00;
 }
-QTabBar::tab:!selected {
-color: #0d0544;
-background-color: #ffcc00;
+QTabBar::tab:selected {
+border-bottom-color: #0d0544;
+border-bottom-width: 0;
 }
 QSpinBox::up-button{
 background: transparent;