diff options
author | raveit65 <[email protected]> | 2016-03-26 18:41:36 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-26 18:42:16 +0100 |
commit | 199dcc7a1841c22d472b5cb0c16ce879e89f45b4 (patch) | |
tree | e31b4ed84100800198588f6f5c5c971c843648f5 /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | 6e239c68c615021e7559512be3124a334cbfa26e (diff) | |
download | mate-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/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 8352641c..4ff24a55 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -3907,8 +3907,8 @@ switch:backdrop { text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
-switch:active,
-switch:backdrop:active {
+switch:checked,
+switch:backdrop:checked {
background-image: linear-gradient(to bottom,
@theme_selected_bg_color 2px,
shade(@theme_selected_bg_color, 1.2));
@@ -3954,8 +3954,8 @@ switch slider:backdrop { margin: -3px 0px -3px -3px;
}
-switch:active slider,
-switch:active slider:backdrop {
+switch:checked slider,
+switch:checked slider:backdrop {
border-color: transparent;
background-image: -gtk-gradient (linear,
left top, left bottom,
|