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:
parent
348d303794
commit
c6172739a2
@ -1152,7 +1152,7 @@ StScrollBar {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
border: 4px solid $selected_bg_color;
|
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;
|
color: $selected_bg_color;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
Loading…
Reference in New Issue
Block a user