diff -r 3c193ec03e09 -r 3a1708759c4f QTfrontend/res/css/qt.css --- a/QTfrontend/res/css/qt.css Sun Jan 13 01:02:08 2013 +0400 +++ b/QTfrontend/res/css/qt.css Sun Jan 13 10:46:01 2013 +0400 @@ -246,3 +246,42 @@ width: 8px; } +HatButton { +text-align: left; +} + +#hatList, #hatList:hover { +border-color: #F6CB1C; +} + +#hatList QScrollBar { +background-color: #130F2A; +border-top-right-radius: 10px; +border-bottom-right-radius: 10px; +} + +#hatList { +border-color: #F6CB1C; +border-width: 3px; +border-style: solid; +border-radius: 10px; +border-top-left-radius: 0px; +} + +#hatList::item { +background-color: #11084A; +padding: 4px; +border-radius: 10px; +color: #ffcc00 !important; +font: 8px; +border-width: 2px; +border-color: #11084A; +} + +#hatList::item:hover { +background-color: #150A61; +} + +#hatList::item:selected { +background-color: #150A61; +} \ No newline at end of file