theme: Lock screen notification style tweaks

- use standard border radius for notifications
- negative space pills for counters
- no border, slightly less opaque background allowed
  by the massive blur radius for the wallpaper

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/998
This commit is contained in:
Jakub Steiner 2020-02-13 21:13:49 +01:00 committed by Florian Müllner
parent 41b4c51341
commit 9eff9adaae

View File

@ -37,10 +37,10 @@
.notification,
.unlock-dialog-notification-source {
padding: 12px 6px;
border: 1px solid $osd_outer_borders_color;
background-color: transparentize($osd_bg_color,0.5);
border: none;
background-color: transparentize($osd_bg_color,0.7);
color: $osd_fg_color;
border-radius: 4px;
border-radius: $modal_radius;
&.critical { background-color: transparentize($osd_bg_color,0.1) }
}
@ -52,7 +52,12 @@
.unlock-dialog-notification-count-text {
weight: bold;
padding: 0px 12px;
padding: 0 6px;
color: $osd_bg_color;
background-color: transparentize($osd_fg_color, 0.7);
border-radius: 99px;
margin-right: 12px;
}
.screen-shield-background { //just the shadow, really