[gnome-themes-standard] menu-button: ensure no text shadow on menu items for GtkMenuButton
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] menu-button: ensure no text shadow on menu items for GtkMenuButton
- Date: Mon, 9 Jul 2012 19:31:11 +0000 (UTC)
commit 268e325b6d7514863d8917dd547909c674ddcd7b
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Jul 9 15:30:32 2012 -0400
menu-button: ensure no text shadow on menu items for GtkMenuButton
themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index e9771c1..9326c56 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1882,6 +1882,10 @@ GtkMenuButton.button *:active {
color: @theme_text_color;
}
+GtkMenuButton .menu {
+ text-shadow: none;
+}
+
/****************
* Radiobuttons *
****************/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]