diff options
author | Horst3180 | 2015-10-10 14:02:32 +0200 |
---|---|---|
committer | Horst3180 | 2015-10-10 14:02:32 +0200 |
commit | b890581da9b938e8bba13ef134ccdd73327a9d63 (patch) | |
tree | 2eb0145bdf613afd461d3e1e4fb0bf23b56529c2 /common/gtk-3.0/3.16 | |
parent | f8825bddfaa50d4aa28e22537931b7c2046872c7 (diff) | |
parent | b29893cefd36995ca13b42ef2cd27b71aafe5b14 (diff) | |
download | solarc-theme-b890581da9b938e8bba13ef134ccdd73327a9d63.tar.gz solarc-theme-b890581da9b938e8bba13ef134ccdd73327a9d63.tar.xz solarc-theme-b890581da9b938e8bba13ef134ccdd73327a9d63.zip |
Merge branch 'master' of https://github.com/horst3180/Arc-theme
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 0f3b343..2c2728f 100644 --- a/common/gtk-3.0/3.16/gtk-contained-dark.css +++ b/common/gtk-3.0/3.16/gtk-contained-dark.css @@ -3515,8 +3515,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 d96ec04..f300b2b 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.css @@ -3518,8 +3518,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 f07c22f..a74608e 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 @@ -3515,8 +3515,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 f603ed5..b9977ee 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 @@ -3518,8 +3518,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 573bedb..1093b33 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid.css @@ -3518,8 +3518,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 f258d9d..6d7b9b0 100644 --- a/common/gtk-3.0/3.16/gtk-contained.css +++ b/common/gtk-3.0/3.16/gtk-contained.css @@ -3518,8 +3518,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 { |