[gnome-themes-standard/gnome-3-10] Fix unintended text-shadows caused by inheritance from header bars



commit 21ed487bb1af71c31aac6cd77ca8a9a4f4027876
Author: Sebastian Keller <sebastian-keller gmx de>
Date:   Sat Oct 12 02:44:20 2013 +0200

    Fix unintended text-shadows caused by inheritance from header bars
    
    This affects for example the location bar in epiphany or the context menu in the nautilus location bar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709959

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index f7a085a..fedae10 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2286,6 +2286,7 @@ GtkTreeMenu .menuitem,
 
 .context-menu {
     font: initial;
+    text-shadow: none;
 }
 
 .menu {
@@ -3617,6 +3618,7 @@ GtkIconView.cell:selected:focus {
 
 .cell {
     padding: 2px;
+    text-shadow: none;
 }
 
 .cell:selected,


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