aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.18
diff options
context:
space:
mode:
authorHorst31802015-09-15 22:28:53 +0200
committerHorst31802015-09-15 22:28:53 +0200
commit1e5ac00964faa4efb32e8656da62da99049bf3c4 (patch)
tree5e8c5c40974ecff63a1bc2cd0e11b3ae5ae63b4d /common/gnome-shell/3.18
parent8f53616dc20e78035137180f3887a729f8acf2ad (diff)
downloadsolarc-theme-1e5ac00964faa4efb32e8656da62da99049bf3c4.tar.gz
solarc-theme-1e5ac00964faa4efb32e8656da62da99049bf3c4.tar.xz
solarc-theme-1e5ac00964faa4efb32e8656da62da99049bf3c4.zip
gnome-shell: revert overview changes
Diffstat (limited to 'common/gnome-shell/3.18')
-rw-r--r--common/gnome-shell/3.18/gnome-shell.css3
-rw-r--r--common/gnome-shell/3.18/sass/_common.scss5
2 files changed, 2 insertions, 6 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css
index 884aef3..c8d6024 100644
--- a/common/gnome-shell/3.18/gnome-shell.css
+++ b/common/gnome-shell/3.18/gnome-shell.css
@@ -1018,8 +1018,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.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss
index 4c65423..c1d2a5a 100644
--- a/common/gnome-shell/3.18/sass/_common.scss
+++ b/common/gnome-shell/3.18/sass/_common.scss
@@ -1321,10 +1321,7 @@ StScrollBar {
//
// Overview
//
-#overview {
- spacing: 24px;
- background: lighten(transparentize($dark_sidebar_bg, 0.4), 3%);
-}
+#overview { spacing: 24px; }
.overview-controls { padding-bottom: 32px; }