--- 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;