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:
parent
41b4c51341
commit
9eff9adaae
@ -37,10 +37,10 @@
|
|||||||
.notification,
|
.notification,
|
||||||
.unlock-dialog-notification-source {
|
.unlock-dialog-notification-source {
|
||||||
padding: 12px 6px;
|
padding: 12px 6px;
|
||||||
border: 1px solid $osd_outer_borders_color;
|
border: none;
|
||||||
background-color: transparentize($osd_bg_color,0.5);
|
background-color: transparentize($osd_bg_color,0.7);
|
||||||
color: $osd_fg_color;
|
color: $osd_fg_color;
|
||||||
border-radius: 4px;
|
border-radius: $modal_radius;
|
||||||
|
|
||||||
&.critical { background-color: transparentize($osd_bg_color,0.1) }
|
&.critical { background-color: transparentize($osd_bg_color,0.1) }
|
||||||
}
|
}
|
||||||
@ -52,7 +52,12 @@
|
|||||||
|
|
||||||
.unlock-dialog-notification-count-text {
|
.unlock-dialog-notification-count-text {
|
||||||
weight: bold;
|
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
|
.screen-shield-background { //just the shadow, really
|
||||||
|
Loading…
Reference in New Issue
Block a user