summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-10-18 13:55:40 +0200
committerraveit65 <[email protected]>2014-10-18 13:55:40 +0200
commit6fa44bf103604e390941a32e9e2f5c473a5d79d2 (patch)
tree4c037a1a5fc857b9221c4917df6268598fd030a1 /desktop-themes/TraditionalOk/gtk-3.0
parent19518dd8015e1c875c68efcc4a292f8677ee951b (diff)
downloadmate-themes-6fa44bf103604e390941a32e9e2f5c473a5d79d2.tar.bz2
mate-themes-6fa44bf103604e390941a32e9e2f5c473a5d79d2.tar.xz
Traditional themes GTK3: change prelight button color, was ugly in traditionaltest theme
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css6
1 files changed, 3 insertions, 3 deletions
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);
}