From 199dcc7a1841c22d472b5cb0c16ce879e89f45b4 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 26 Mar 2016 18:41:36 +0100 Subject: GTK+-3.20 other themes: fix GtkSwitch after next breakage by gtk+ --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'desktop-themes/Blue-Submarine/gtk-3.0') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 11991b62..384699aa 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3910,8 +3910,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)); @@ -3957,8 +3957,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, -- cgit v1.2.1