diff options
author | Horst3180 | 2015-08-11 17:32:56 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-11 17:32:56 +0200 |
commit | 729aff15a92a89a0318133a801fd1634a04bcd7f (patch) | |
tree | 8b6eb710d5e346a6d841718799c565e98270e54b /common/gnome-shell/3.16/gnome-shell.css | |
parent | 2699407949365053d9dcad65623ceb9cb04269b9 (diff) | |
download | solarc-theme-729aff15a92a89a0318133a801fd1634a04bcd7f.tar.gz solarc-theme-729aff15a92a89a0318133a801fd1634a04bcd7f.tar.xz solarc-theme-729aff15a92a89a0318133a801fd1634a04bcd7f.zip |
gnome-shell: don't remove legacy tray border
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, 1 insertions, 2 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 67d565c..7075869 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -1468,8 +1468,7 @@ StScrollBar { color: pink; } .legacy-tray { - background-color: rgba(37, 39, 45, 0.95); - border-width: 0; } + background-color: rgba(37, 39, 45, 0.95); } .legacy-tray:ltr { border-radius: 0 2px 0 0; border-left-width: 0; } |