[gnome-themes-standard/parser: 2/19] menus: Make sure all menu children use the menu colors



commit 58495b2e511eb8eca63f7ad988d3f47dbfff7b1a
Author: Benjamin Otte <otte redhat com>
Date:   Sun May 15 14:37:11 2011 +0200

    menus: Make sure all menu children use the menu colors
    
    And not as previously, all children that are menus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650270

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 71a1e79..1827cbb 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -571,12 +571,13 @@ GtkComboBox .button:prelight {
  * Menus *
  *********/
 
-* .menu {
+.menu * {
     background-color: @menu_bg_color;
     color: @menu_fg_color;
 }
 
 .menu {
+    background-color: @menu_bg_color;
     border-style: solid;
     border-width: 0;
     border-radius: 0;



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