summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-04-06 13:14:10 +0200
committerraveit65 <[email protected]>2019-04-06 13:15:33 +0200
commita0ff220eb17eff79f31e3bc93c8a46eb5eca7a91 (patch)
tree0616009041d5e5aa10056a2a364635fd2b14b83d /desktop-themes/Menta/gtk-3.0
parent390646c49f1d36afe505cb0ec767cebaaa1c0cd4 (diff)
downloadmate-themes-a0ff220eb17eff79f31e3bc93c8a46eb5eca7a91.tar.bz2
mate-themes-a0ff220eb17eff79f31e3bc93c8a46eb5eca7a91.tar.xz
menta: GtkSwich, disable on/off characters
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css5
1 files changed, 5 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 f088bdb3..19fdbcba 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -4389,6 +4389,11 @@ switch slider:hover {
border-image: none;
}
+/* disable on/off characters */
+switch:disabled image {
+ color: transparent;
+}
+
/************
* Pathbars *
************/