QTfrontend/res/css/qt.css
changeset 14855 6d95d314ae8b
parent 14562 af22a14c6a23
child 14857 38eadfc525ce
equal deleted inserted replaced
14854:aed75d439027 14855:6d95d314ae8b
   399 
   399 
   400 #hatList, #hatList:hover, #themeList, #themeList:hover {
   400 #hatList, #hatList:hover, #themeList, #themeList:hover {
   401 border-color: #F6CB1C;
   401 border-color: #F6CB1C;
   402 }
   402 }
   403 
   403 
   404 #hatList QScrollBar, #themeList QScrollBar {
   404 QScrollBar:vertical {
   405 background-color: #130F2A;
   405 border: 1px solid black;
   406 border-top-right-radius: 10px;
   406 color: #FFD902;
   407 border-bottom-right-radius: 10px;
   407 background: #00321c;
       
   408 width: 15px;
       
   409 margin: 16px 0 16px 0;
       
   410 }
       
   411 QScrollBar:horizontal {
       
   412 border: 1px solid black;
       
   413 color: #FFD902;
       
   414 background: #00321c;
       
   415 height: 15px;
       
   416 margin: 0 16px 0 16px;
       
   417 }
       
   418 QScrollBar::handle:vertical {
       
   419 background: #00321c;
       
   420 border-top: 1px solid black;
       
   421 border-bottom: 1px solid black;
       
   422 border-left: none;
       
   423 border-right: none;
       
   424 min-height: 20px;
       
   425 }
       
   426 QScrollBar::handle:horizontal {
       
   427 background: #00321c;
       
   428 border-top: none;
       
   429 border-bottom: none;
       
   430 border-left: 1px solid black;
       
   431 border-right: 1px solid black;
       
   432 min-width: 20px;
       
   433 }
       
   434 QScrollBar::handle:pressed {
       
   435 background: #005a33;
       
   436 }
       
   437 QScrollBar::add-line, QScrollBar::sub-line {
       
   438 border: 1px solid black;
       
   439 background: #00321c;
       
   440 subcontrol-origin: margin;
       
   441 }
       
   442 QScrollBar::add-line:vertical {
       
   443 height: 15px;
       
   444 subcontrol-position: bottom;
       
   445 }
       
   446 QScrollBar::sub-line:vertical {
       
   447 height: 15px;
       
   448 subcontrol-position: top;
       
   449 }
       
   450 QScrollBar::add-line:horizontal {
       
   451 width: 15px;
       
   452 subcontrol-position: right;
       
   453 }
       
   454 QScrollBar::sub-line:horizontal {
       
   455 width: 15px;
       
   456 subcontrol-position: left;
       
   457 }
       
   458 QScrollBar::add-line:pressed, QScrollBar::sub-line:pressed {
       
   459 background: #005a33;
       
   460 }
       
   461 
       
   462 QScrollBar::up-arrow {
       
   463 background-image: url(":/res/scroll_up.png");
       
   464 }
       
   465 QScrollBar::down-arrow {
       
   466 background-image: url(":/res/scroll_down.png");
       
   467 }
       
   468 QScrollBar::left-arrow {
       
   469 background-image: url(":/res/scroll_left.png");
       
   470 }
       
   471 QScrollBar::right-arrow {
       
   472 background-image: url(":/res/scroll_right.png");
       
   473 }
       
   474 QScrollBar::add-page, QScrollBar::sub-page {
       
   475 background: #00190F;
       
   476 }
       
   477 QScrollBar::add-page:pressed, QScrollBar::sub-page:pressed {
       
   478 background: #FFFCA1;
   408 }
   479 }
   409 
   480 
   410 #hatList, #themeList {
   481 #hatList, #themeList {
   411 border-color: #F6CB1C;
   482 border-color: #F6CB1C;
   412 border-width: 3px;
   483 border-width: 3px;