From 1e5ac00964faa4efb32e8656da62da99049bf3c4 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 15 Sep 2015 22:28:53 +0200 Subject: gnome-shell: revert overview changes --- common/gnome-shell/3.14/gnome-shell.css | 3 +-- common/gnome-shell/3.14/sass/_common.scss | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'common/gnome-shell/3.14') diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 8960d8d..c87978a 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -1007,8 +1007,7 @@ StScrollBar { spacing: 12px; } #overview { - spacing: 24px; - background: rgba(60, 64, 78, 0.55); } + spacing: 24px; } .overview-controls { padding-bottom: 32px; } diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index 5d979a2..862d3b0 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -1272,10 +1272,7 @@ StScrollBar { // // Overview // -#overview { - spacing: 24px; - background: lighten(transparentize($dark_sidebar_bg, 0.4), 3%); -} +#overview { spacing: 24px; } .overview-controls { padding-bottom: 32px; } -- cgit v1.2.3