[gnome-themes-standard] switch shadow fix - text shadows have no spread



commit 6dcaa4aba3cca0a79989918323543c55da3d371e
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Mon Jun 9 22:33:09 2014 +0200

    switch shadow fix
     - text shadows have no spread

 themes/Adwaita/gtk-3.0/_common.scss           |    2 +-
 themes/Adwaita/gtk-3.0/gtk-contained-dark.css |    2 +-
 themes/Adwaita/gtk-3.0/gtk-contained.css      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 1b09129..6035065 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -1000,7 +1000,7 @@ GtkSwitch {
         border-color: $selected_borders_color;
         background-color: $selected_bg_color;
         box-shadow: $widget_edge;
-        text-shadow: 0 0 2px 1px white;
+        text-shadow: 0 0 2px white;
       }
       &:insensitive {
         color: $insensitive_fg_color;
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index d758b69..8c907a5 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -1016,7 +1016,7 @@ GtkSwitch {
       border-color: #0f2b48;
       background-color: #215d9c;
       box-shadow: 0 1px rgba(238, 238, 236, 0.1);
-      text-shadow: 0 0 2px 1px white; }
+      text-shadow: 0 0 2px white; }
     GtkSwitch.trough:insensitive {
       color: #939695;
       border-color: #1c1f1f;
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 890570d..4914ff0 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -1016,7 +1016,7 @@ GtkSwitch {
       border-color: #184472;
       background-color: #4a90d9;
       box-shadow: 0 1px white;
-      text-shadow: 0 0 2px 1px white; }
+      text-shadow: 0 0 2px white; }
     GtkSwitch.trough:insensitive {
       color: #8d9091;
       border-color: #a1a1a1;


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