diff options
author | raveit65 <[email protected]> | 2016-03-26 18:10:46 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-26 18:13:40 +0100 |
commit | 6e239c68c615021e7559512be3124a334cbfa26e (patch) | |
tree | fb9ab27a7948c352e8496913e1c0b6fd56301210 /desktop-themes/BlueMenta | |
parent | a55729a58a5824417a0cc4070253df343a92a1dd (diff) | |
download | mate-themes-6e239c68c615021e7559512be3124a334cbfa26e.tar.bz2 mate-themes-6e239c68c615021e7559512be3124a334cbfa26e.tar.xz |
GTK+-3.20 Menta themes: fix GtkSwitch after next breakage by gtk+
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets-assets.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets-assets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets-assets.css index 64431004..fe71530b 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets-assets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets-assets.css @@ -141,7 +141,7 @@ switch { background-repeat: no-repeat; } -switch:active { +switch:checked { background-image: url("assets/switch-on.png"); background-repeat: no-repeat; } @@ -151,7 +151,7 @@ switch:disabled { background-repeat: no-repeat; } -switch:active:disabled { +switch:checked:disabled { background-image: url("assets/switch-on-ins.png"); background-repeat: no-repeat; } |