[gnome-themes-standard] spinbutton: use the correct color for the arrow prelight state



commit 77138f113c2a8b9261d61b6819b309aa2f5ed970
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Aug 11 10:07:27 2011 +0200

    spinbutton: use the correct color for the arrow prelight state

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 18ace5d..84993c8 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -184,8 +184,6 @@ GtkComboBox.combobox-entry .button:prelight {
 .spinbutton.button:active,
 .spinbutton.button:focused,
 .spinbutton.button:insensitive {
-    color: @internal_element_color;
-
     background-image: none;
     background-color: alpha(@theme_base_color, 0.0);
 
@@ -193,6 +191,15 @@ GtkComboBox.combobox-entry .button:prelight {
     border-image: none;
 }
 
+.spinbutton.button {
+    color: @internal_element_color;
+}
+
+.spinbutton.button:prelight,
+.spinbutton.button:active {
+    color: @internal_element_prelight;
+}
+
 .spinbutton.button:insensitive {
     color: @insensitive_border_color;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]