QTfrontend/main.cpp
changeset 1171 ab9932feda49
parent 1168 f3c68684ef88
child 1172 8542fc1ff5cf
--- a/QTfrontend/main.cpp	Thu Aug 07 18:25:51 2008 +0000
+++ b/QTfrontend/main.cpp	Thu Aug 07 18:26:52 2008 +0000
@@ -70,6 +70,7 @@
 				"background-origin: margin;"
 				"background-position: top left;"
 				"background-color: #00351d;"
+				"color: orange;"
 				"}"
 				"QPushButton:hover{"
 				"border-color: yellow;"
@@ -91,6 +92,19 @@
 				"border-color: yellow;"
 				"}"
 
+			"QListWidget{"
+				"border: solid;"
+				"border-width: 4px;"
+				"border-radius: 12px;"
+				"border-color: orange;"
+				"background-color: #0d0544;"
+				"color: orange;"
+				"font: bold 14px;"
+				"}"
+			"QListWidget:hover{"
+				"border-color: yellow;"
+				"}"
+
 			"QSpinBox{"
 				"border: solid;"
 				"border-width: 4px;"