Gnome-Shell: Make folder shadow a bit lighter to improve contrast
This commit is contained in:
parent
6d4baed018
commit
edb6efc305
@ -340,7 +340,7 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
||||
|
||||
.app-folder-dialog {
|
||||
background: black;
|
||||
box-shadow: 0 0 20px black;
|
||||
box-shadow: 0 0 20px lighten(black, 1%);
|
||||
|
||||
& .folder-name-container {
|
||||
& .edit-folder-button {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user