QTfrontend/res/css/qt.css
changeset 15508 ebc33ffb1cbd
parent 15420 78607b894e59
equal deleted inserted replaced
15507:ad9fe7dc2ff7 15508:ebc33ffb1cbd
   395 background-color: #ffcc00;
   395 background-color: #ffcc00;
   396 width: 12px;
   396 width: 12px;
   397 height: 6px;
   397 height: 6px;
   398 border-radius: 3px;
   398 border-radius: 3px;
   399 }
   399 }
       
   400 QSlider::handle::horizontal:hover {
       
   401 background-color: yellow;
       
   402 }
       
   403 QSlider::handle::horizontal:pressed {
       
   404 background-color: white;
       
   405 }
   400 QSlider::handle::horizontal:disabled {
   406 QSlider::handle::horizontal:disabled {
   401 background-color: #a0a0a0;
   407 background-color: #a0a0a0;
   402 }
   408 }
   403 
   409 
   404 HatButton, ThemeButton {
   410 HatButton, ThemeButton {