QTfrontend/main.cpp
changeset 1897 e9dcb47013c7
parent 1894 ba54441631da
child 1940 bbdca883b5f9
--- a/QTfrontend/main.cpp	Mon Mar 16 14:43:15 2009 +0000
+++ b/QTfrontend/main.cpp	Mon Mar 16 19:55:56 2009 +0000
@@ -62,12 +62,7 @@
 				"background-color: #870c8f;"
 				"}"
 
-			"QPushButton, QLineEdit, QLabel, QHeaderView, "
-			"QListWidget, QTableView, QTextBrowser, QSpinBox, "
-			"QToolBox::tab, QToolBox::tab QWidget, QComboBox, "
-			"QComboBox QAbstractItemView, IconedGroupBox, .QGroupBox, "
-            "GameCFGWidget, TeamSelWidget, SelWeaponWidget, "
-			"QCheckBox, QRadioButton, QMenu::item, QTabBar::tab:selected {"
+			"* {"
 				"color: #ffcc00;"
 			"}"
 
@@ -79,7 +74,8 @@
 			"QPushButton, QListWidget, QTableView, QLineEdit, QHeaderView, "
 			"QTextBrowser, QSpinBox, QToolBox, QComboBox, "
             "QComboBox QAbstractItemView, IconedGroupBox, "
-			".QGroupBox, GameCFGWidget, TeamSelWidget, SelWeaponWidget, QTabWidget::pane {"
+			".QGroupBox, GameCFGWidget, TeamSelWidget, SelWeaponWidget, "
+            "QTabWidget::pane, QTabBar::tab {"
 				"border: solid;"
 				"border-width: 3px;"
 				"border-color: #ffcc00;"
@@ -138,14 +134,10 @@
 			"}"
 
             "QTabBar::tab {"
-                 "border-top: solid;"
-                 "border-left: solid;"
-                 "border-right: solid;"
-                 "border-width: 3px;"
+                 "border-bottom-width: 0;"
                  "border-radius: 0;"
                  "border-top-left-radius: 6px;"
                  "border-top-right-radius: 6px;"
-                 "border-color: #ffcc00;"
                  "padding: 3px;"
             "}"
             "QTabBar::tab:!selected {"