theme: window close button touchup

- tone down the shading considerably to match the previous look

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/453
This commit is contained in:
Jakub Steiner 2019-03-11 14:14:18 +01:00
parent 348d303794
commit c6172739a2

View File

@ -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;