From 72c03b95bde490c3a69a6224be218404ee644e90 Mon Sep 17 00:00:00 2001 From: ju1464 <jorgecabura@hotmail.com> Date: Mon, 23 Dec 2019 16:15:36 +0000 Subject: [PATCH] AppNot --- GTK-Gnome/Mondrian-Solid/gtk-3.0/gtk.css | 6 +++--- GTK-Gnome/Mondrian/gtk-3.0/gtk.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GTK-Gnome/Mondrian-Solid/gtk-3.0/gtk.css b/GTK-Gnome/Mondrian-Solid/gtk-3.0/gtk.css index eef99c0..08ad6d7 100644 --- a/GTK-Gnome/Mondrian-Solid/gtk-3.0/gtk.css +++ b/GTK-Gnome/Mondrian-Solid/gtk-3.0/gtk.css @@ -2442,7 +2442,7 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover { .app-notification { padding: 10px; color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); + background-color: rgba(0, 0, 0, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; @@ -2451,9 +2451,9 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover { .app-notification border { border: none; } .app-notification button { - color: #BAC3CF; + color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } + background-color: #4A4DF0; } .app-notification button.flat, .app-notification button.sidebar-button { border-color: rgba(34, 80, 149, 0); } .app-notification button:hover { diff --git a/GTK-Gnome/Mondrian/gtk-3.0/gtk.css b/GTK-Gnome/Mondrian/gtk-3.0/gtk.css index fdc5ff9..3892c65 100644 --- a/GTK-Gnome/Mondrian/gtk-3.0/gtk.css +++ b/GTK-Gnome/Mondrian/gtk-3.0/gtk.css @@ -2442,7 +2442,7 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover { .app-notification { padding: 10px; color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); + background-color: rgba(0, 0, 0, 0.95); background-clip: border-box; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; @@ -2451,9 +2451,9 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover { .app-notification border { border: none; } .app-notification button { - color: #BAC3CF; + color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } + background-color: #4A4DF0; } .app-notification button.flat, .app-notification button.sidebar-button { border-color: rgba(34, 80, 149, 0); } .app-notification button:hover { -- GitLab