QTfrontend/main.cpp
changeset 1160 216dc01354a2
parent 1157 c2e02c52dcad
child 1161 edf18b880beb
--- a/QTfrontend/main.cpp	Thu Aug 07 12:01:58 2008 +0000
+++ b/QTfrontend/main.cpp	Thu Aug 07 12:04:12 2008 +0000
@@ -76,10 +76,23 @@
 				"border-color: white;"
 				"}"
 
+			"QLineEdit{"
+				"border: solid;"
+				"border-width: 4px;"
+				"border-radius: 12px;"
+				"border-color: orange;"
+				"background-color: #0d0544;"
+				"color: orange;"
+				"font: bold 14px;"
+				"}"
+			"QLineEdit:hover{"
+				"border-color: yellow;"
+				"}"
+
 			"QComboBox{"
 				"border: solid;"
 				"border-width: 4px;"
-				"border-radius: 16px;"
+				"border-radius: 12px;"
 				"border-color: orange;"
 				"background-color: #0d0544;"
 				"color: orange;"