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 | |
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')
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 3 | ||||
-rw-r--r-- | common/gnome-shell/3.16/sass/_common.scss | 1 |
2 files changed, 1 insertions, 3 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; } diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index b55a299..c6b43ae 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -1824,7 +1824,6 @@ $legacy_icon_size: 24px; .legacy-tray { background-color: $panel_bg; - border-width: 0; &:ltr { border-radius: 0 2px 0 0; border-left-width: 0; } &:rtl { border-radius: 2px 0 0 0; border-right-width: 0; } |