From 9eff9adaae7e0dd92d431438587e65b3b04af2d7 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 13 Feb 2020 21:13:49 +0100 Subject: [PATCH] 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 --- .../gnome-shell-sass/widgets/_screen-shield.scss | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/data/theme/gnome-shell-sass/widgets/_screen-shield.scss b/data/theme/gnome-shell-sass/widgets/_screen-shield.scss index 7875c053e..00c549a53 100644 --- a/data/theme/gnome-shell-sass/widgets/_screen-shield.scss +++ b/data/theme/gnome-shell-sass/widgets/_screen-shield.scss @@ -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