diff options
author | Horst3180 | 2016-02-19 11:06:17 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-19 11:06:17 +0100 |
commit | a4be52f1a58bf0802e061bb3e17377f30c288f71 (patch) | |
tree | 2d80b6b269b207bc3074d24db4f1787f62d2256d /common | |
parent | e2bd5989d463c7e7c66b12d0bd7e552d8e017a6a (diff) | |
download | solarc-theme-a4be52f1a58bf0802e061bb3e17377f30c288f71.tar.gz solarc-theme-a4be52f1a58bf0802e061bb3e17377f30c288f71.tar.xz solarc-theme-a4be52f1a58bf0802e061bb3e17377f30c288f71.zip |
cleanup
Diffstat (limited to 'common')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-dark.css | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.20/gtk-darker.css | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid-dark.css | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid-darker.css | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid.css | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.20/gtk.css | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 2 |
7 files changed, 0 insertions, 14 deletions
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index 996754a..68bff8c 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -2683,8 +2683,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15); color: #D3DAE3; padding: 3px 8px 3px 8px; } - .keycap border { - border-style: none; } stackswitcher button.text-button { min-width: 80px; } diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 9c7d946..ed57a6e 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -2686,8 +2686,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); color: #5c616c; padding: 3px 8px 3px 8px; } - .keycap border { - border-style: none; } stackswitcher button.text-button { min-width: 80px; } diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index 05d02a6..78f586b 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -2683,8 +2683,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15); color: #D3DAE3; padding: 3px 8px 3px 8px; } - .keycap border { - border-style: none; } stackswitcher button.text-button { min-width: 80px; } diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index 11652b7..4005772 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -2686,8 +2686,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); color: #5c616c; padding: 3px 8px 3px 8px; } - .keycap border { - border-style: none; } stackswitcher button.text-button { min-width: 80px; } diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 9db47d2..986013b 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -2690,8 +2690,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); color: #5c616c; padding: 3px 8px 3px 8px; } - .keycap border { - border-style: none; } stackswitcher button.text-button { min-width: 80px; } diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index a1aac63..94dfc47 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -2690,8 +2690,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05); color: #5c616c; padding: 3px 8px 3px 8px; } - .keycap border { - border-style: none; } stackswitcher button.text-button { min-width: 80px; } diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 8169509..a148fba 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -2930,8 +2930,6 @@ button.circular-button { box-shadow: inset 0px -2px 0px if($variant=='light', transparentize(black, 0.95), transparentize(black, 0.85)); color: $fg_color; padding: 3px 8px 3px 8px; - - border { border-style: none; } } stackswitcher button { |