aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.18/sass/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gnome-shell/3.18/sass/_common.scss')
-rw-r--r--common/gnome-shell/3.18/sass/_common.scss14
1 files changed, 7 insertions, 7 deletions
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;