From 6fa44bf103604e390941a32e9e2f5c473a5d79d2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 18 Oct 2014 13:55:40 +0200 Subject: Traditional themes GTK3: change prelight button color, was ugly in traditionaltest theme --- desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 6 +++--- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 6 +++--- desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 0f5bbdef..5a5923f4 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -710,7 +710,7 @@ GtkListBoxRow.button.list-row:selected { @trough_gradient_b 4px); } -/* Prelit button background */ +/* Prelight button background */ .button:hover, .spinbutton .button:hover, .toolbar .button:hover, @@ -723,8 +723,8 @@ GtkListBoxRow.button.list-row:selected { GtkColorChooserWidget #add-color-button:hover { background-color: transparent; background-image: linear-gradient(to bottom, - @button_hover_gradient_a 50%, - @button_hover_gradient_b 50%, + @button_hover_gradient_a 5%, + @button_hover_gradient_b 95%, @button_hover_gradient_c); } diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 662dc593..5028f0c9 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -709,7 +709,7 @@ GtkListBoxRow.button.list-row:selected { @trough_gradient_b 4px); } -/* Prelit button background */ +/* Prelight button background */ .button:hover, .spinbutton .button:hover, .toolbar .button:hover, @@ -722,8 +722,8 @@ GtkListBoxRow.button.list-row:selected { GtkColorChooserWidget #add-color-button:hover { background-color: transparent; background-image: linear-gradient(to bottom, - @button_hover_gradient_a 50%, - @button_hover_gradient_b 50%, + @button_hover_gradient_a 5%, + @button_hover_gradient_b 95%, @button_hover_gradient_c); } diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 1069703a..df63d803 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -709,7 +709,7 @@ GtkListBoxRow.button.list-row:selected { @trough_gradient_b 4px); } -/* Prelit button background */ +/* Prelight button background */ .button:hover, .spinbutton .button:hover, .toolbar .button:hover, @@ -722,8 +722,8 @@ GtkListBoxRow.button.list-row:selected { GtkColorChooserWidget #add-color-button:hover { background-color: transparent; background-image: linear-gradient(to bottom, - @button_hover_gradient_a 50%, - @button_hover_gradient_b 50%, + @button_hover_gradient_a 5%, + @button_hover_gradient_b 95%, @button_hover_gradient_c); } -- cgit v1.2.1