[gnome-themes-standard] Turn off text shadow for switches



commit dafeea1027fce1e4912afbf598d8119f3701e9d4
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Apr 27 15:33:26 2014 -0400

    Turn off text shadow for switches
    
    It has the potential to make the label look fuzzy.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727151

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 2fb44ab..102a7f9 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -3691,6 +3691,7 @@ GtkAssistant .sidebar {
 
 GtkSwitch {
     font: bold condensed 10;
+    text-shadow: none;
 }
 
 .scale.progressbar,


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