summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2019-03-11 14:14:18 +0100
committerJakub Steiner <jimmac@gmail.com>2019-03-11 20:52:27 +0100
commitc6172739a2d267a6bad489843d6204f7103696f1 (patch)
treee184ca5da88e1ce27be690f7f715fd6786257f6a
parent348d3037941b9d43f30cf16b7ba396acdef8426f (diff)
downloadgnome-shell-wip/jimmac/closebutton-tweaks.tar.gz
theme: window close button touchupwip/jimmac/closebutton-tweaks
- tone down the shading considerably to match the previous look https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/453
-rw-r--r--data/theme/gnome-shell-sass/_common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index c7485aefd..58ac065d2 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -1152,7 +1152,7 @@ StScrollBar {
background-color: white;
border-radius: 24px;
border: 4px solid $selected_bg_color;
- box-shadow: inset 0 -4px 0 0 transparentize($selected_bg_color, 0.5);
+ box-shadow: inset 0 -2px 0 0 transparentize($selected_bg_color, 0.9);
color: $selected_bg_color;
height: 24px;
width: 24px;