[gnome-themes-standard] Fix insensitive color



commit 3357735edafcea224aaec750cd9244136adb3d0e
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Jan 17 04:37:07 2011 +0100

    Fix insensitive color

 themes/Adwaita/gtk-3.0/gtk.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 6151479..faf6160 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -101,7 +101,7 @@
 
 *:insensitive {
     background-color: shade (@bg_color, 1.07);
-    color: darker (@bg_color);
+    color: #a7aba7;
 }
 
 *:active {
@@ -300,7 +300,7 @@ GtkStatusbar {
     padding: 4;
     border-width: 0;
 
-    -GtkWidget-window-dragging: true; /* doesn't work */
+    -GtkWidget-window-dragging: true;
 }
 
 .menubar *:prelight {



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