From 066c3c3c1cdbbd437c258a1209e10a3b78e93f20 Mon Sep 17 00:00:00 2001 From: Zola Gonano Date: Mon, 20 Dec 2021 12:34:52 +0000 Subject: [PATCH] Update Wrapper.css --- src/Ui/media/Wrapper.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Ui/media/Wrapper.css b/src/Ui/media/Wrapper.css index 172cdbd2..3c531e29 100644 --- a/src/Ui/media/Wrapper.css +++ b/src/Ui/media/Wrapper.css @@ -225,7 +225,12 @@ a { color: black } .notification .message { white-space: normal; } .notification .buttons { padding-right: 22px; padding-right: 40px; } .notification .button { white-space: nowrap; } - .notification .close { font-size: 30px; } + .notification .close:hover { color: white } + .notification .close:active, .notification .close:focus { color: white } + .notification .close { + padding: 0px; display: block; width: 50px; height: 50px; + text-align: center; background-color: tomato; line-height: 45px; vertical-align: bottom; font-size: 40px; color: white; + } .notification { margin: 0px; } .notifications { right: 0px; max-width: 80%; } }