tweak tab appearance to try to appease koda
authornemo
Tue, 23 Oct 2012 04:06:12 -0400
changeset 7798 2f7d22dc329c
parent 7797 5aedd02e7230
child 7799 a88a02c19a5b
tweak tab appearance to try to appease koda
QTfrontend/res/css/qt.css
--- a/QTfrontend/res/css/qt.css	Tue Oct 23 07:14:28 2012 +0200
+++ b/QTfrontend/res/css/qt.css	Tue Oct 23 04:06:12 2012 -0400
@@ -116,17 +116,19 @@
 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;
+border-bottom-color: #0d0544;
 }
 QTabBar::tab:!selected {
 color: #0d0544;
-background-color: #ffcc00;
+background-color: #00351d;
+color: #ffcc00;
+border-bottom-color: #ffcc00;
 }
 QSpinBox::up-button{
 background: transparent;