[gnome-themes-standard] highcontrast: fix checkbutton selected state and progressbar stroke



commit f7fc353dc61fd5dc14665d4c38fb87479f1aaaf7
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Apr 24 18:17:35 2012 -0400

    highcontrast: fix checkbutton selected state and progressbar stroke

 themes/a11y-base.css |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index fdc4529..518615e 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -34,8 +34,9 @@ GtkWindow {
     border-color: @theme_insensitive_color;
 }
 
-*:selected {
-    background-color: @theme_active_color;
+GtkCheckButton:selected,
+GtkCheckButton:selected:focus {
+    background-color: @theme_internal_bg;
     color: @theme_fg_color;
 }
 
@@ -53,7 +54,6 @@ GtkImage:insensitive {
 }
 
 .button,
-.trough,
 .entry {
     border-width: 1px;
     border-style: solid;
@@ -95,10 +95,10 @@ GtkComboBox .separator {
 .trough {
     background-color: @theme_internal_bg;
     color: @theme_fg_color;
-}
 
-.trough:active {
-    color: @theme_base_color;
+    border-width: 1px;
+    border-style: solid;
+    border-color: @theme_internal_border;
 }
 
 .entry:insensitive,
@@ -107,10 +107,6 @@ GtkComboBox .separator {
     color: @theme_insensitive_color;
 }
 
-.trough:active {
-    background-color: @theme_active_color;
-}
-
 .button:hover:active {
     background-color: @theme_fg_color;
 }



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