summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-26 18:41:36 +0100
committerraveit65 <[email protected]>2016-03-26 18:42:16 +0100
commit199dcc7a1841c22d472b5cb0c16ce879e89f45b4 (patch)
treee31b4ed84100800198588f6f5c5c971c843648f5 /desktop-themes/TraditionalGreen
parent6e239c68c615021e7559512be3124a334cbfa26e (diff)
downloadmate-themes-199dcc7a1841c22d472b5cb0c16ce879e89f45b4.tar.bz2
mate-themes-199dcc7a1841c22d472b5cb0c16ce879e89f45b4.tar.xz
GTK+-3.20 other themes: fix GtkSwitch after next breakage by gtk+
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 8c9a5dfa..d91b67d8 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -2825,12 +2825,12 @@ switch {
}
scale progressbar,
-switch:active {
+switch:checked {
color: @switch_trough_active_color;
}
-switch:active,
-switch:backdrop:active {
+switch:checked,
+switch:backdrop:checked {
background-image: -gtk-gradient (linear,
left top, left bottom,
from (@switch_trough_active_gradient_a),