--- a/QTfrontend/main.cpp Sun May 17 13:04:58 2009 +0000
+++ b/QTfrontend/main.cpp Sun May 17 14:25:45 2009 +0000
@@ -133,8 +133,12 @@
"background-color: #040200;"
"padding: 6px;"
"}"
-
- "IconedGroupBox, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{"
+/* Experimenting with PaintOnScreen and border-radius on IconedGroupBox children didn't work out well
+ "IconedGroupBox QComboBox, IconedGroupBox QPushButton, IconedGroupBox QLineEdit, "
+ "IconedGroupBox QSpinBox {"
+ "border-radius: 0;"
+ "}" */
+ "IconedGroupBox, IconedGroupBox *, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{"
"background-color: #130f2c;"
"}"
@@ -271,6 +275,9 @@
":disabled{"
"color: #a0a0a0;"
"}"
+ "SquareLabel, ItemNum {"
+ "background-color: #000000;"
+ "}"
)
);