[gnome-themes-standard] highcontrast: fix border for spinbutton buttons hover state



commit 87ac3d287a0c7da416ce44ef419c7e7071f04814
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Apr 30 14:55:12 2012 -0400

    highcontrast: fix border for spinbutton buttons hover state

 themes/a11y-base.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index 0a71110..e7a496e 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -266,7 +266,7 @@ GtkComboBox .button {
 .spinbutton .button:hover {
     background-color: @theme_active_color;
     color: @theme_insensitive_bg;
-    border-color: @theme_fg_color;
+    border-color: @theme_active_color;
 }
 
 .spinbutton .button:insensitive {



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