From 6e239c68c615021e7559512be3124a334cbfa26e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 26 Mar 2016 18:10:46 +0100 Subject: GTK+-3.20 Menta themes: fix GtkSwitch after next breakage by gtk+ --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets-assets.css | 4 ++-- desktop-themes/Menta/gtk-3.0/gtk-widgets-assets.css | 4 ++-- 2 files changed, 4 insertions(+), 4 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; } diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets-assets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets-assets.css index 64431004..fe71530b 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets-assets.css +++ b/desktop-themes/Menta/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; } -- cgit v1.2.1