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