diff options
Diffstat (limited to 'common/gnome-shell/3.18/sass')
-rw-r--r-- | common/gnome-shell/3.18/sass/_drawing.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gnome-shell/3.18/sass/_drawing.scss b/common/gnome-shell/3.18/sass/_drawing.scss index 738a69d..7cf8812 100644 --- a/common/gnome-shell/3.18/sass/_drawing.scss +++ b/common/gnome-shell/3.18/sass/_drawing.scss @@ -116,7 +116,7 @@ color: $selected_fg_color; background-color: $selected_bg_color; border: 1px solid $selected_bg_color; - box-shadow: inset 0 2px 4px $selected_bg_color; + box-shadow: inset 0 1px transparentize($selected_bg_color, 0.95); } @else if $t==insensitive { |