[gnome-themes-standard/highcontrast-improvements] highcontrast: tweak progressbars and fix insensitive state for sliders



commit 956c91d92b8faa8c554eb7922a7a49ebf71e4da2
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Apr 24 18:00:45 2012 -0400

    highcontrast: tweak progressbars and fix insensitive state for sliders

 themes/a11y-base.css |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index 7dd9024..84d510b 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -136,10 +136,8 @@ GtkComboBox .separator {
 }
 
 .progressbar {
-    background-color: @theme_fg_color;
-    border-color: @theme_insensitive_bg;
-    border-style: solid;
-    border-width: 1px;
+    background-color: @theme_highlight_color;
+    border-style: none;
 }
 
 .entry {
@@ -332,6 +330,7 @@ GtkScale.slider:hover {
 
 GtkScale.slider:insensitive {
     background-color: @theme_insensitive_bg;
+    border-color: @theme_insensitive_color;
 }
 
 GtkSwitch.slider {



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