Gnome-Shell: lighten icon shadow

This commit is contained in:
Daniel Ruiz de Alegría
2022-03-10 18:35:46 +01:00
parent 1a2c2effbf
commit ce63319b99
3 changed files with 11 additions and 0 deletions
@@ -2653,6 +2653,9 @@ StScrollBar {
#unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active {
background-color: rgba(39, 119, 255, 0.5); }
.icon-dropshadow {
icon-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
/* OSD */
/*
$_osd_color: if($variant=='light', black, $fg_color);