--- a/QTfrontend/main.cpp Tue Aug 05 20:57:08 2008 +0000
+++ b/QTfrontend/main.cpp Tue Aug 05 21:12:26 2008 +0000
@@ -61,17 +61,20 @@
"background-repeat: repeat-x;"
"background-color: #870c8f;"
"}"
- "PageMain > QPushButton{"
+// "PageMain > QPushButton{"
+ "QPushButton{"
"border: solid;"
"border-width: 4px;"
"border-radius: 8px;"
"border-color: orange;"
"background-origin: content;"
"}"
- "PageMain > QPushButton:hover{"
+// "PageMain > QPushButton:hover{"
+ "QPushButton:hover{"
"border-color: yellow;"
"}"
- "PageMain > QPushButton:pressed{"
+// "PageMain > QPushButton:pressed{"
+ "QPushButton:pressed{"
"border-color: white;"
"}"
)