QTfrontend/res/css/qt.css
changeset 8475 f605bc59c603
parent 8424 225ede46e3dc
child 8925 f52c6f9800ca
--- a/QTfrontend/res/css/qt.css	Fri Feb 08 21:22:11 2013 -0500
+++ b/QTfrontend/res/css/qt.css	Sat Feb 09 15:26:10 2013 -0500
@@ -275,21 +275,21 @@
 border-radius: 3px;
 }
 
-HatButton {
+HatButton, ThemeButton {
 text-align: left;
 }
 
-#hatList, #hatList:hover {
+#hatList, #hatList:hover, #themeList, #themeList:hover {
 border-color: #F6CB1C;
 }
 
-#hatList QScrollBar {
+#hatList QScrollBar, #themeList QScrollBar {
 background-color: #130F2A;
 border-top-right-radius: 10px;
 border-bottom-right-radius: 10px;
 }
 
-#hatList {
+#hatList, #themeList {
 border-color: #F6CB1C;
 border-width: 3px;
 border-style: solid;
@@ -297,7 +297,7 @@
 border-top-left-radius: 0px;
 }
 
-#hatList::item {
+#hatList::item, #themeList::item {
 background-color: #11084A;
 padding: 4px;
 border-radius: 10px;
@@ -307,11 +307,11 @@
 border-color: #11084A;
 }
 
-#hatList::item:hover {
+#hatList::item:hover, #themeList::item:hover {
 background-color: #150A61;
 }
 
-#hatList::item:selected {
+#hatList::item:selected, #themeList::item:selected {
 background-color: #150A61;
 }