--- 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;"