diff options
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 6 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 6 | ||||
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 6 |
3 files changed, 9 insertions, 9 deletions
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); } |