From 06925948663e22798ba03521ae5c70f1e0c62ccc Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 May 2015 18:01:43 +0200 Subject: Traditional themes GTK3: remove color-stop from list-row button backgrounds --> - adjust .frame background color --- .../TraditionalOkTest/gtk-3.0/gtk-widgets.css | 23 +++++++++------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0') diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index a6469ea2..5b95e6c0 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -453,7 +453,7 @@ GtkScale.mark { border-color: @border_color; border-style: solid; border-radius: 3px; - background-color: @theme_bg_color; + background-color: @notebook_bg_color; padding: 0; } @@ -696,8 +696,6 @@ GtkColorChooserWidget #add-color-button { left top, left bottom, from (@button_gradient_a), - color-stop (0.50, @button_gradient_b), - color-stop (0.50, @button_gradient_c), to (@button_gradient_d)); background-color: transparent; } @@ -734,17 +732,6 @@ GtkColorChooserWidget #add-color-button { background-color: transparent; } -GtkListBoxRow.button.list-row:hover { - background-image: linear-gradient(to bottom, - shade(@button_active_gradient_a, 1.20), - shade(@button_active_gradient_b, 1.20) 3px, - shade(@button_active_gradient_c, 1.20) 4px, - shade(@button_active_gradient_d, 1.20) 50%, - shade(@button_active_gradient_e, 1.20) 50%, - shade(@button_active_gradient_f, 1.20)); - background-color: transparent; -} - GtkListBoxRow.button.list-row { color: @theme_text_color; background-color: @theme_base_color; @@ -752,6 +739,14 @@ GtkListBoxRow.button.list-row { border: none; } +GtkListBoxRow.button.list-row:hover { + background-image: linear-gradient(to bottom, + @button_hover_gradient_a 5%, + @button_hover_gradient_b 95%, + @button_hover_gradient_c); + background-color: transparent; +} + GtkListBoxRow.button.list-row:selected { color: @theme_selected_fg_color; border-style: solid; -- cgit v1.2.1