[gnome-themes-standard/parser: 2/20] 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/20] menus: Make sure all menu children use the menu colors
- Date: Wed, 18 May 2011 18:38:58 +0000 (UTC)
commit 1d0e192558d4a9e4409fcf69eddcfc4ee61929c2
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 d456072..d77b295 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]