From e3df2d36100373301c9a7ebf931b126decee3475 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Thu, 20 Sep 2018 15:17:20 -0500 Subject: [PATCH] Removed shadows in header bar switches --- gtk-3.0/gtk-dark.css | 3 +-- gtk-3.0/gtk.css | 3 +-- gtk-3.0/widgets/_switches.scss | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 85187bc..b147a89 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -4317,8 +4317,7 @@ switch { border-radius: 14px; color: transparent; padding: 2.3px 0px; - background: linear-gradient(to right, #859398, #859398); - box-shadow: 0px 2px 3px rgba(138, 138, 138, 0.753); } + background: linear-gradient(to right, #859398, #859398); } switch:disabled { background-color: #171a26; } switch:backdrop { diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 85187bc..b147a89 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -4317,8 +4317,7 @@ switch { border-radius: 14px; color: transparent; padding: 2.3px 0px; - background: linear-gradient(to right, #859398, #859398); - box-shadow: 0px 2px 3px rgba(138, 138, 138, 0.753); } + background: linear-gradient(to right, #859398, #859398); } switch:disabled { background-color: #171a26; } switch:backdrop { diff --git a/gtk-3.0/widgets/_switches.scss b/gtk-3.0/widgets/_switches.scss index b13ac63..5c2f510 100644 --- a/gtk-3.0/widgets/_switches.scss +++ b/gtk-3.0/widgets/_switches.scss @@ -14,7 +14,6 @@ switch { background: linear-gradient(to right, #859398, #859398); // border: 1px solid rgba(170, 170, 170, 0.4); - box-shadow: 0px 2px 3px rgba(138, 138, 138, 0.753); &:disabled { background-color: $insensitive_bg_color; }