diff options
author | Horst3180 | 2015-10-10 13:26:23 +0200 |
---|---|---|
committer | Horst3180 | 2015-10-10 13:26:23 +0200 |
commit | b29893cefd36995ca13b42ef2cd27b71aafe5b14 (patch) | |
tree | e912443ced5afbc98bce0022d1bac7ec2865116f /common/gtk-3.0/3.16 | |
parent | be882ef2144e5579208ee05b202e3bc53a92d7ce (diff) | |
download | solarc-theme-b29893cefd36995ca13b42ef2cd27b71aafe5b14.tar.gz solarc-theme-b29893cefd36995ca13b42ef2cd27b71aafe5b14.tar.xz solarc-theme-b29893cefd36995ca13b42ef2cd27b71aafe5b14.zip |
remove bogus text-shadow
Diffstat (limited to 'common/gtk-3.0/3.16')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-dark.css | 3 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-darker.css | 3 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-solid-dark.css | 3 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-solid-darker.css | 3 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-solid.css | 3 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained.css | 3 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/sass/_granite.scss | 1 |
7 files changed, 6 insertions, 13 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-dark.css b/common/gtk-3.0/3.16/gtk-contained-dark.css index b30f6f6..589e39f 100644 --- a/common/gtk-3.0/3.16/gtk-contained-dark.css +++ b/common/gtk-3.0/3.16/gtk-contained-dark.css @@ -3514,8 +3514,7 @@ GraniteWidgetsPopOver * { .h4, .category-label { color: #a5abb5; - font-weight: 600; - text-shadow: 0 1px rgba(255, 255, 255, 0.6); } + font-weight: 600; } .h4 { padding-bottom: 6px; diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css index a5c5558..54c3b12 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.css @@ -3517,8 +3517,7 @@ GraniteWidgetsPopOver * { .h4, .category-label { color: #8a8e96; - font-weight: 600; - text-shadow: 0 1px rgba(255, 255, 255, 0.6); } + font-weight: 600; } .h4 { padding-bottom: 6px; diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css index 69a1f55..05dfc1d 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css @@ -3514,8 +3514,7 @@ GraniteWidgetsPopOver * { .h4, .category-label { color: #a5abb5; - font-weight: 600; - text-shadow: 0 1px rgba(255, 255, 255, 0.6); } + font-weight: 600; } .h4 { padding-bottom: 6px; diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css index fc4e4f7..041aaa1 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css @@ -3517,8 +3517,7 @@ GraniteWidgetsPopOver * { .h4, .category-label { color: #8a8e96; - font-weight: 600; - text-shadow: 0 1px rgba(255, 255, 255, 0.6); } + font-weight: 600; } .h4 { padding-bottom: 6px; diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css index 3074dad..82b3688 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid.css @@ -3517,8 +3517,7 @@ GraniteWidgetsPopOver * { .h4, .category-label { color: #8a8e96; - font-weight: 600; - text-shadow: 0 1px rgba(255, 255, 255, 0.6); } + font-weight: 600; } .h4 { padding-bottom: 6px; diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css index b8bfd9a..b530f32 100644 --- a/common/gtk-3.0/3.16/gtk-contained.css +++ b/common/gtk-3.0/3.16/gtk-contained.css @@ -3517,8 +3517,7 @@ GraniteWidgetsPopOver * { .h4, .category-label { color: #8a8e96; - font-weight: 600; - text-shadow: 0 1px rgba(255, 255, 255, 0.6); } + font-weight: 600; } .h4 { padding-bottom: 6px; diff --git a/common/gtk-3.0/3.16/sass/_granite.scss b/common/gtk-3.0/3.16/sass/_granite.scss index 1e53c7f..4614e4f 100644 --- a/common/gtk-3.0/3.16/sass/_granite.scss +++ b/common/gtk-3.0/3.16/sass/_granite.scss @@ -201,7 +201,6 @@ GraniteWidgetsPopOver * { .category-label { color: mix($bg_color, $text_color, 30%); font-weight: 600; - text-shadow: 0 1px transparentize(white, 0.4); } .h4 { |