[gnome-themes-standard/lapo-work] dark-theme: use a solid color for insensitive background



commit 384e1fb0082d43a6bcb738cb219fa7c85ed59171
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Nov 22 02:01:02 2011 -0500

    dark-theme: use a solid color for insensitive background
    
    Or it won't play nice with the way we're sometimes shading the color.
    This also fixes buttons having different background colors in the dark
    theme depending on where they were placed (as seen in e.g. Totem's
    plugins dialog).

 themes/Adwaita/gtk-3.0/gtk-dark.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-dark.css b/themes/Adwaita/gtk-3.0/gtk-dark.css
index 117db5a..a4ae962 100644
--- a/themes/Adwaita/gtk-3.0/gtk-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-dark.css
@@ -34,7 +34,7 @@
 @define-color button_raised_active_gradient_color_a @button_raised_gradient_color_b;
 @define-color button_raised_active_gradient_color_b @button_raised_gradient_color_a;
 
- define-color insensitive_bg_color alpha(#0b0b0d, 0.0);
+ define-color insensitive_bg_color @theme_bg_color;
 @define-color insensitive_fg_color #535555;
 @define-color insensitive_border_color #535555;
 



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