Gnome-Shell: change shadow to notification-banner

This commit is contained in:
Daniel Ruiz de Alegría
2022-03-09 10:18:48 +01:00
parent fd47a59861
commit f884956ec3
3 changed files with 13 additions and 0 deletions
@@ -86,6 +86,11 @@ $_osd_color: if($variant=='light', black, $fg_color);
@include fontsize(10);
}
/* Notifications & Message Tray */
.notification-banner {
box-shadow: 0 2px 4px transparentize(black, .8);
}
/* Window Picker */
// Window titles
.window-caption {