[gnome-themes-standard] menubutton: remove text shadow from menubutton dropdown
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] menubutton: remove text shadow from menubutton dropdown
- Date: Tue, 25 Sep 2012 17:58:01 +0000 (UTC)
commit e7b7fb67383e20ace56ae9f48080348ff37cede9
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Sep 25 13:55:51 2012 -0400
menubutton: remove text shadow from menubutton dropdown
themes/Adwaita/gtk-3.0/gtk-widgets.css | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 4fa7519..3c4ad1a 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2059,13 +2059,18 @@ GtkTreeMenu .menuitem {
padding: 2px;
border-style: none;
- text-shadow: none;
}
GtkTreeMenu .menuitem * {
color: @theme_text_color;
}
+GtkTreeMenu .menuitem,
+.button .menuitem,
+.toolbar .button .menuitem * {
+ text-shadow: none;
+}
+
.menu {
background-color: @menu_bg_color;
color: @menu_fg_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]