QTfrontend/main.cpp
changeset 1161 edf18b880beb
parent 1160 216dc01354a2
child 1167 2aa93ec4718b
--- 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;"