[gnome-themes-standard] sidebar: also theme views inside sidebars



commit 665db4943822ea052e8b102791dd1a41f342c95e
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Mar 17 17:33:15 2011 -0400

    sidebar: also theme views inside sidebars
    
    So that setting the sidebar class on a container widget will always
    propagate the background to e.g. a tree view inside it.

 themes/Adwaita/gtk-3.0/gtk.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index ca5285b..ec56cc4 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -1142,7 +1142,8 @@ GtkCalendar.highlight {
     color: mix (@theme_fg_color, @theme_bg_color, 0.50);
 }
 
-.sidebar {
+.sidebar,
+.sidebar.view {
     background-color: shade (@theme_base_color, 0.95);
 }
 



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