diff options
author | Horst3180 | 2015-11-02 21:18:42 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-02 21:18:42 +0100 |
commit | 571d1297bbcea20e12caba83078de789c9fb3ec4 (patch) | |
tree | bddaefd0610defa7e8c0b869f385605e8e83b1e6 /common/gnome-shell | |
parent | 280a1c8a02c81ed539ca8a79cda0f940a3814bc2 (diff) | |
download | solarc-theme-571d1297bbcea20e12caba83078de789c9fb3ec4.tar.gz solarc-theme-571d1297bbcea20e12caba83078de789c9fb3ec4.tar.xz solarc-theme-571d1297bbcea20e12caba83078de789c9fb3ec4.zip |
gnome-shell: fix classic mode panel for 3.16 and 3.18
Diffstat (limited to 'common/gnome-shell')
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell-dark.css | 3 | ||||
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 3 | ||||
-rw-r--r-- | common/gnome-shell/3.16/sass/_common.scss | 3 | ||||
-rw-r--r-- | common/gnome-shell/3.18/gnome-shell-dark.css | 3 | ||||
-rw-r--r-- | common/gnome-shell/3.18/gnome-shell.css | 3 | ||||
-rw-r--r-- | common/gnome-shell/3.18/sass/_common.scss | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell-dark.css b/common/gnome-shell/3.16/gnome-shell-dark.css index e85a580..cfacf0d 100644 --- a/common/gnome-shell/3.16/gnome-shell-dark.css +++ b/common/gnome-shell/3.16/gnome-shell-dark.css @@ -594,6 +594,9 @@ StScrollBar { font-weight: bold; height: 2.1em; min-height: 27px; + background-gradient-direction: none; + background-color: transparent; + border-bottom-width: 0; border-image: url("common-assets/panel/panel.svg") 1 1 1 1; } #panel.dynamic-top-bar-white-btn { border-image: none; } diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 7c174b3..eceec0a 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -594,6 +594,9 @@ StScrollBar { font-weight: bold; height: 2.1em; min-height: 27px; + background-gradient-direction: none; + background-color: transparent; + border-bottom-width: 0; border-image: url("common-assets/panel/panel.svg") 1 1 1 1; } #panel.dynamic-top-bar-white-btn { border-image: none; } diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index 7815964..ef3d6dd 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -771,6 +771,9 @@ StScrollBar { font-weight: bold; height: 2.1em; min-height: 27px; + background-gradient-direction: none; + background-color: transparent; + border-bottom-width: 0; border-image: url('common-assets/panel/panel.svg') 1 1 1 1; // Fix dynamic top bar extension diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css index f0d98b6..a5341a9 100644 --- a/common/gnome-shell/3.18/gnome-shell-dark.css +++ b/common/gnome-shell/3.18/gnome-shell-dark.css @@ -580,6 +580,9 @@ StScrollBar { font-weight: bold; height: 2.1em; min-height: 27px; + background-gradient-direction: none; + background-color: transparent; + border-bottom-width: 0; border-image: url("common-assets/panel/panel.svg") 1 1 1 1; } #panel.dynamic-top-bar-white-btn { border-image: none; } diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css index 56d1e01..b464654 100644 --- a/common/gnome-shell/3.18/gnome-shell.css +++ b/common/gnome-shell/3.18/gnome-shell.css @@ -580,6 +580,9 @@ StScrollBar { font-weight: bold; height: 2.1em; min-height: 27px; + background-gradient-direction: none; + background-color: transparent; + border-bottom-width: 0; border-image: url("common-assets/panel/panel.svg") 1 1 1 1; } #panel.dynamic-top-bar-white-btn { border-image: none; } diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss index fc818a7..539f44f 100644 --- a/common/gnome-shell/3.18/sass/_common.scss +++ b/common/gnome-shell/3.18/sass/_common.scss @@ -782,6 +782,9 @@ StScrollBar { font-weight: bold; height: 2.1em; min-height: 27px; + background-gradient-direction: none; + background-color: transparent; + border-bottom-width: 0; border-image: url('common-assets/panel/panel.svg') 1 1 1 1; // Fix dynamic top bar extension |