diff -r ad9fe7dc2ff7 -r ebc33ffb1cbd QTfrontend/res/css/easter.css --- a/QTfrontend/res/css/easter.css Sat Nov 02 17:00:40 2019 +0100 +++ b/QTfrontend/res/css/easter.css Mon Nov 04 03:08:59 2019 +0100 @@ -390,6 +390,12 @@ margin: 2px 0px; background-color: #ffcc00; } +QSlider::handle::horizontal:hover { +background-color: yellow; +} +QSlider::handle::horizontal:pressed { +background-color: white; +} QSlider::groove::horizontal:disabled { background-color: #a0a0a0; }