Gnome-Shell: change shadow to notification-banner
This commit is contained in:
parent
fd47a59861
commit
f884956ec3
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user