diff options
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index f93b506a..8d251fce 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2681,18 +2681,20 @@ switch { } scale progressbar, -switch trough:active { +switch:active { color: @switch_trough_active_color; } -GtkSwitch.trough:active { +switch:active, +switch:backdrop:active { background-image: -gtk-gradient (linear, left top, left bottom, from (@switch_trough_active_gradient_a), to (@switch_trough_active_gradient_b)); } -switch trough:disabled { +switch:disabled, +switch:backdrop:disabled { background-image: none; background-color: @insensitive_bg_color; color: mix(@insensitive_bg_color, @insensitive_fg_color, 0.5); @@ -2704,7 +2706,7 @@ switch slider { border-radius: 2px; border-style: solid; border-color: @switch_slider_border_color; - padding: 0px 0px 1px 0px; + padding: 4px; } switch slider:disabled { |