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