[gnome-themes-standard] widgets: inherit color from parent by default



commit 878c14c15cd22da5c910fec0251b1038084c2827
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Jan 10 17:42:48 2012 -0500

    widgets: inherit color from parent by default
    
    This also fixes the dark theme with master GTK.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 33c508a..40b14a1 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -55,6 +55,8 @@ 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]