From cdfe796e654576dfe733ea8a2fa414a3a0d8f07f Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 15 Sep 2015 18:31:09 +0200 Subject: gnome-shell: bring back transparent overview --- common/gnome-shell/3.18/sass/_common.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'common/gnome-shell/3.18/sass/_common.scss') diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss index 5285eb9..4c65423 100644 --- a/common/gnome-shell/3.18/sass/_common.scss +++ b/common/gnome-shell/3.18/sass/_common.scss @@ -1323,7 +1323,7 @@ StScrollBar { // #overview { spacing: 24px; - background: lighten(opacify($dark_sidebar_bg, 1), 3%); + background: lighten(transparentize($dark_sidebar_bg, 0.4), 3%); } .overview-controls { padding-bottom: 32px; } @@ -1662,12 +1662,12 @@ StScrollBar { .app-well-app.app-folder { > .overview-icon { - background-color: darken($dark_sidebar_bg, 3%); - border: 1px solid darken($dark_sidebar_bg, 7%); + background-color: darken($dark_sidebar_bg, 8%); + border: 1px solid transparentize(darken($dark_sidebar_bg, 25%), 0.5); } &:hover > .overview-icon { - background-color: lighten($dark_sidebar_bg, 8%); + background-color: lighten($dark_sidebar_bg, 3%); } &:active > .overview-icon, &:checked > .overview-icon { @@ -1682,13 +1682,13 @@ StScrollBar { .app-folder-popup { //expanded collection -arrow-border-radius: 2px; - -arrow-background-color: darken($dark_sidebar_bg, 3%); - -arrow-border-color: darken($dark_sidebar_bg, 7%); + -arrow-background-color: darken($dark_sidebar_bg, 8%); + -arrow-border-color: transparentize(darken($dark_sidebar_bg, 25%), 0.5); -arrow-border-width: 1px; -arrow-base: 5; -arrow-rise: 5; - } + .app-folder-popup-bin { padding: 5px; } .app-folder-icon { padding: 5px; -- cgit v1.2.3