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/3.16/gnome-shell.css | |
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/3.16/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |