From 19193d5aa7ada37a9c7459e43ed782d5dfb600e7 Mon Sep 17 00:00:00 2001 From: Zola Gonano Date: Mon, 20 Dec 2021 14:19:05 +0000 Subject: [PATCH] Update Wrapper.css --- src/Ui/media/Wrapper.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ui/media/Wrapper.css b/src/Ui/media/Wrapper.css index e8a8ea5d..67e35a84 100644 --- a/src/Ui/media/Wrapper.css +++ b/src/Ui/media/Wrapper.css @@ -79,7 +79,7 @@ a { color: black } /* Notification select */ .notification .select { display: block; padding: 10px; margin-right: -32px; text-decoration: none; border-left: 3px solid #EEE; - margin-top: 1px; transition: all 0.3s; color: #666 + margin-top: 10px; transition: all 0.3s; color: #666 } .notification .select:hover, .notification .select.active { background-color: #007AFF; border-left: 3px solid #5D68FF; color: white; transition: none } .notification .select:active, .notification .select:focus { background-color: #3396FF; color: white; transition: none; border-left-color: #3396FF }