aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.16
diff options
context:
space:
mode:
Diffstat (limited to 'common/gnome-shell/3.16')
-rw-r--r--common/gnome-shell/3.16/gnome-shell.css3
-rw-r--r--common/gnome-shell/3.16/sass/_common.scss5
2 files changed, 2 insertions, 6 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css
index b05ce97..22d9999 100644
--- a/common/gnome-shell/3.16/gnome-shell.css
+++ b/common/gnome-shell/3.16/gnome-shell.css
@@ -1017,8 +1017,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.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss
index 12ccac5..ea8dc14 100644
--- a/common/gnome-shell/3.16/sass/_common.scss
+++ b/common/gnome-shell/3.16/sass/_common.scss
@@ -1292,10 +1292,7 @@ StScrollBar {
//
// Overview
//
-#overview {
- spacing: 24px;
- background: lighten(transparentize($dark_sidebar_bg, 0.4), 3%);
-}
+#overview { spacing: 24px; }
.overview-controls { padding-bottom: 32px; }