--- a/QTfrontend/main.cpp Wed Feb 10 17:53:21 2010 +0000
+++ b/QTfrontend/main.cpp Wed Feb 10 21:23:03 2010 +0000
@@ -94,11 +94,13 @@
"* {"
"color: #ffcc00;"
+ "selection-background-color: #ffcc00;"
+ "selection-color: #00351d;"
"}"
"QLineEdit, QListWidget, QTableView, QTextBrowser, QSpinBox, QComboBox, "
"QComboBox QAbstractItemView, QMenu::item {"
- "background-color: #0d0544;"
+ "background-color: rgba(13, 5, 68, 70%);"
"}"
"QPushButton, QListWidget, QTableView, QLineEdit, QHeaderView, "
@@ -128,17 +130,15 @@
"font: bold 14px;"
"}"
"SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected {"
- "background-image: url(\":/res/panelbg.png\");"
"background-position: bottom center;"
"background-repeat: repeat-x;"
- "background-color: #040200;"
+ "background-color: #000000;"
"}"
".QGroupBox,GameCFGWidget,TeamSelWidget,SelWeaponWidget {"
- "background-image: url(\":/res/panelbg.png\");"
"background-position: bottom center;"
"background-repeat: repeat-x;"
"border-radius: 16px;"
- "background-color: #040200;"
+ "background-color: rgba(13, 5, 68, 70%);"
"padding: 6px;"
"}"
/* Experimenting with PaintOnScreen and border-radius on IconedGroupBox children didn't work out well
@@ -156,7 +156,7 @@
"border-radius: 10px;"
"background-origin: margin;"
"background-position: top left;"
- "background-color: #00351d;"
+ "background-color: rgba(18, 42, 5, 70%);"
"}"
"QPushButton:pressed{"
@@ -220,7 +220,6 @@
"}"
"VertScrArea {"
- "background-image: url(\":/res/panelbg.png\");"
"background-position: bottom center;"
"background-repeat: repeat-x;"
"}"
@@ -363,4 +362,4 @@
Form->show();
return app.exec();
-}
+}
\ No newline at end of file