summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-26 18:10:46 +0100
committerraveit65 <[email protected]>2016-03-26 18:13:40 +0100
commit6e239c68c615021e7559512be3124a334cbfa26e (patch)
treefb9ab27a7948c352e8496913e1c0b6fd56301210 /desktop-themes
parenta55729a58a5824417a0cc4070253df343a92a1dd (diff)
downloadmate-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')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets-assets.css4
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets-assets.css4
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;
}