[gnome-themes-standard] highcontrast: fix GtkSwitch colors



commit df6486a0d7cb132310e1a77699bf60a8c15e98ca
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Apr 24 17:54:43 2012 -0400

    highcontrast: fix GtkSwitch colors

 themes/a11y-base.css |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index af27c53..4fc24da 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -336,8 +336,28 @@ GtkScale.slider:insensitive {
 
 GtkSwitch.slider {
     padding: 2px;
+
     border-width: 1px;
-    border-color: @theme_insensitive_bg;
+    border-color: @theme_slider_border;
+    border-style: solid;
+    border-radius: 3px;
+
+    background-color: @theme_slider_bg;
+}
+
+GtkSwitch.slider:insensitive {
+    background-color: @theme_insensitive_bg;
+    border-color: @theme_insensitive_color;
+}
+
+GtkSwitch.trough {
+    border-color: @theme_internal_border;
+    background-color: @theme_button_bg;
+}
+
+GtkSwitch.trough:active {
+    color: @theme_highlight_color;
+    background-color: @theme_button_bg;
 }
 
 .notebook {



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