[gnome-themes-standard/parser: 2/19] menus: Make sure all menu children use the menu colors
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/parser: 2/19] menus: Make sure all menu children use the menu colors
- Date: Tue, 17 May 2011 18:52:59 +0000 (UTC)
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]