diff options
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 6 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 6 |
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; |