[gnome-themes-standard] a11y-base: fix slider insensitive state colors



commit 13d4659f198f1606bb9a8a796ebc6bc73125d857
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Feb 11 14:37:45 2012 -0500

    a11y-base: fix slider insensitive state colors

 themes/a11y-base.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index cdbf9ac..43974bf 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -249,6 +249,11 @@ GtkComboBox .button {
     border-color: @theme_insensitive_bg;
 }
 
+.slider:insensitive {
+    background-color: @theme_insensitive_bg;
+    border-color: @theme_insensitive_color;
+}
+
 GtkSwitch.slider {
     padding: 2px;
     border-width: 1px;



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