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
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
3 changed files with 13 additions and 0 deletions

View File

@ -2638,6 +2638,10 @@ $_osd_color: if($variant=='light', black, $fg_color);
spacing: 12px;
font-size: 10pt; }
/* Notifications & Message Tray */
.notification-banner {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
/* Window Picker */
.window-caption {
color: black;

View File

@ -2634,6 +2634,10 @@ $_osd_color: if($variant=='light', black, $fg_color);
spacing: 12px;
font-size: 10pt; }
/* Notifications & Message Tray */
.notification-banner {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
/* Window Picker */
.window-caption {
color: black;

View File

@ -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 {