Change color of hovered and pressed slider
authorWuzzy <Wuzzy2@mail.ru>
Mon, 04 Nov 2019 03:08:59 +0100
changeset 15503 ebc33ffb1cbd
parent 15502 ad9fe7dc2ff7
child 15504 266ff128a65a
Change color of hovered and pressed slider
QTfrontend/res/css/april1.css
QTfrontend/res/css/birthday.css
QTfrontend/res/css/christmas.css
QTfrontend/res/css/easter.css
QTfrontend/res/css/qt.css
--- a/QTfrontend/res/css/april1.css	Sat Nov 02 17:00:40 2019 +0100
+++ b/QTfrontend/res/css/april1.css	Mon Nov 04 03:08:59 2019 +0100
@@ -406,6 +406,12 @@
 height: 6px;
 border-radius: 3px;
 }
+QSlider::handle::horizontal:hover {
+background-color: yellow;
+}
+QSlider::handle::horizontal:pressed {
+background-color: white;
+}
 QSlider::handle::horizontal:disabled {
 background-color: #a0a0a0;
 }
--- a/QTfrontend/res/css/birthday.css	Sat Nov 02 17:00:40 2019 +0100
+++ b/QTfrontend/res/css/birthday.css	Mon Nov 04 03:08:59 2019 +0100
@@ -410,6 +410,12 @@
 height: 6px;
 border-radius: 3px;
 }
+QSlider::handle::horizontal:hover {
+background-color: yellow;
+}
+QSlider::handle::horizontal:pressed {
+background-color: white;
+}
 QSlider::handle::horizontal:disabled {
 background-color: #a0a0a0;
 }
--- a/QTfrontend/res/css/christmas.css	Sat Nov 02 17:00:40 2019 +0100
+++ b/QTfrontend/res/css/christmas.css	Mon Nov 04 03:08:59 2019 +0100
@@ -393,6 +393,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;
 }
--- 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;
 }
--- a/QTfrontend/res/css/qt.css	Sat Nov 02 17:00:40 2019 +0100
+++ b/QTfrontend/res/css/qt.css	Mon Nov 04 03:08:59 2019 +0100
@@ -397,6 +397,12 @@
 height: 6px;
 border-radius: 3px;
 }
+QSlider::handle::horizontal:hover {
+background-color: yellow;
+}
+QSlider::handle::horizontal:pressed {
+background-color: white;
+}
 QSlider::handle::horizontal:disabled {
 background-color: #a0a0a0;
 }