From 2d861cab32841b5ada7a84373d8a2d9f159dd5fe Mon Sep 17 00:00:00 2001 From: EliverLara Date: Fri, 20 Dec 2019 13:23:46 -0600 Subject: [PATCH] Improve gnome-shell notification style --- gnome-shell/_common.scss | 6 +++--- gnome-shell/gnome-shell.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index dcebbc6..a9e453f 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -1084,9 +1084,9 @@ StScrollBar { //@include gradient(); box-shadow: 2px 0px 0px 0px $g2 inset; } - border: none; - border-radius: 1px; - background: transparent; + border: 1px solid darken($bg_color, 5%); + border-radius: 3px; + background: darken($bg_color, 1%); } .message-icon-bin { diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index e49b1e3..4f1e0d6 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -999,9 +999,9 @@ StScrollBar { background: transparent; } .message { - border: none; - border-radius: 1px; - background: transparent; } + border: 1px solid #182129; + border-radius: 3px; + background: #202b36; } .message:hover, .message:focus { background-color: #202b36; box-shadow: 2px 0px 0px 0px #00e8b7 inset; }