QTfrontend/res/css/qt.css
changeset 8475 f605bc59c603
parent 8424 225ede46e3dc
child 8925 f52c6f9800ca
equal deleted inserted replaced
8473:555235e90010 8475:f605bc59c603
   273 width: 12px;
   273 width: 12px;
   274 height: 6px;
   274 height: 6px;
   275 border-radius: 3px;
   275 border-radius: 3px;
   276 }
   276 }
   277 
   277 
   278 HatButton {
   278 HatButton, ThemeButton {
   279 text-align: left;
   279 text-align: left;
   280 }
   280 }
   281 
   281 
   282 #hatList, #hatList:hover {
   282 #hatList, #hatList:hover, #themeList, #themeList:hover {
   283 border-color: #F6CB1C;
   283 border-color: #F6CB1C;
   284 }
   284 }
   285 
   285 
   286 #hatList QScrollBar {
   286 #hatList QScrollBar, #themeList QScrollBar {
   287 background-color: #130F2A;
   287 background-color: #130F2A;
   288 border-top-right-radius: 10px;
   288 border-top-right-radius: 10px;
   289 border-bottom-right-radius: 10px;
   289 border-bottom-right-radius: 10px;
   290 }
   290 }
   291 
   291 
   292 #hatList {
   292 #hatList, #themeList {
   293 border-color: #F6CB1C;
   293 border-color: #F6CB1C;
   294 border-width: 3px;
   294 border-width: 3px;
   295 border-style: solid;
   295 border-style: solid;
   296 border-radius: 10px;
   296 border-radius: 10px;
   297 border-top-left-radius: 0px;
   297 border-top-left-radius: 0px;
   298 }
   298 }
   299 
   299 
   300 #hatList::item {
   300 #hatList::item, #themeList::item {
   301 background-color: #11084A;
   301 background-color: #11084A;
   302 padding: 4px;
   302 padding: 4px;
   303 border-radius: 10px;
   303 border-radius: 10px;
   304 color: #ffcc00 !important;
   304 color: #ffcc00 !important;
   305 font: 8px;
   305 font: 8px;
   306 border-width: 2px;
   306 border-width: 2px;
   307 border-color: #11084A;
   307 border-color: #11084A;
   308 }
   308 }
   309 
   309 
   310 #hatList::item:hover {
   310 #hatList::item:hover, #themeList::item:hover {
   311 background-color: #150A61;
   311 background-color: #150A61;
   312 }
   312 }
   313 
   313 
   314 #hatList::item:selected {
   314 #hatList::item:selected, #themeList::item:selected {
   315 background-color: #150A61;
   315 background-color: #150A61;
   316 }
   316 }
   317 
   317 
   318 QDialogButtonBox QPushButton {
   318 QDialogButtonBox QPushButton {
   319 padding: 3px 5px;
   319 padding: 3px 5px;