--- a/QTfrontend/main.cpp Thu Aug 07 12:04:12 2008 +0000
+++ b/QTfrontend/main.cpp Thu Aug 07 12:09:52 2008 +0000
@@ -89,10 +89,23 @@
"border-color: yellow;"
"}"
+ "QSpinBox{"
+ "border: solid;"
+ "border-width: 4px;"
+ "border-radius: 12px;"
+ "border-color: orange;"
+ "background-color: #0d0544;"
+ "color: orange;"
+ "font: bold 14px;"
+ "}"
+ "QSpinBox:hover{"
+ "border-color: yellow;"
+ "}"
+
"QComboBox{"
"border: solid;"
"border-width: 4px;"
- "border-radius: 12px;"
+ "border-radius: 15px;"
"border-color: orange;"
"background-color: #0d0544;"
"color: orange;"