diff -r 3331b30e4ef1 -r 88fde28bbda6 QTfrontend/res/css/qt.css --- 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;