[gnome-shell/wip/jimmac/lock-screen-notifications: 3/3] theme: Lock screen notification style tweaks
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/jimmac/lock-screen-notifications: 3/3] theme: Lock screen notification style tweaks
- Date: Fri, 14 Feb 2020 16:45:50 +0000 (UTC)
commit 9eff9adaae7e0dd92d431438587e65b3b04af2d7
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Feb 13 21:13:49 2020 +0100
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
data/theme/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 7875c053e8..00c549a535 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]