diff -r bd0f414e395a -r ab9932feda49 QTfrontend/main.cpp --- 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;"