[gnome-themes-standard] widgets: remove color: inherit hack



commit 98dcfce3a5e0dc6bf49d9277ba4bef42f450cd59
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Apr 30 13:45:39 2012 -0400

    widgets: remove color: inherit hack
    
    This shouldn't really be needed anymore with GTK master now.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index aa45289..19cffbb 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -57,8 +57,6 @@ GtkWindow:backdrop {
 }
 
 * {
-    /* inherit the color from parent by default */
-    color: inherit;
     background-color: @theme_bg_color;
 }
 



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