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