From 729aff15a92a89a0318133a801fd1634a04bcd7f Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 11 Aug 2015 17:32:56 +0200 Subject: gnome-shell: don't remove legacy tray border --- common/gnome-shell/3.16/gnome-shell.css | 3 +-- common/gnome-shell/3.16/sass/_common.scss | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'common/gnome-shell') 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; } -- cgit v1.2.3