summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-20 15:37:08 +0200
committerraveit65 <[email protected]>2015-04-20 15:37:08 +0200
commite6e3dea303afd1ca08868baa839a4d1b084757f4 (patch)
treef07e2ac9dfd60c9cd0866f4d4ad58202c6130301
parent9b4dda451f2bcbc20f62ce656f86893973cef98c (diff)
downloadmate-themes-e6e3dea303afd1ca08868baa839a4d1b084757f4.tar.bz2
mate-themes-e6e3dea303afd1ca08868baa839a4d1b084757f4.tar.xz
Menta themes GTK3: fix GtkSwitch hover
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css6
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css6
2 files changed, 12 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 517504c0..c9b47f56 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -3686,6 +3686,12 @@ GtkSwitch.trough:insensitive {
text-shadow: none;
}
+/* don't display on/off */
+GtkSwitch.trough:hover,
+GtkSwitch.trough:insensitive:hover {
+ color: transparent;
+}
+
GtkSwitch.slider,
GtkSwitch.slider:hover {
background-color: transparent;
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 4033a7e2..93542f69 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -3677,6 +3677,12 @@ GtkSwitch.trough:insensitive {
text-shadow: none;
}
+/* don't display on/off */
+GtkSwitch.trough:hover,
+GtkSwitch.trough:insensitive:hover {
+ color: transparent;
+}
+
GtkSwitch.slider,
GtkSwitch.slider:hover {
background-color: transparent;