Compare commits

...

1 Commits

Author SHA1 Message Date
Jakub Steiner
c6172739a2 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
2019-03-11 20:52:27 +01:00

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;