diff options
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; |