From e92731b6c516e5419c736c0ea3092f98f2162801 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Fri, 20 Dec 2019 13:31:52 -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..1e4c5d0 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 b82d380..0f230d6 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 #0f1113; + border-radius: 3px; + background: #181b1e; } .message:hover, .message:focus { background-color: #181b1e; box-shadow: 2px 0px 0px 0px #E1DD8F inset; }