From 07c94061a9607b5d0a1341cc1b349ee094d5115b Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 14 Nov 2022 20:22:01 +0100 Subject: Improved: Centralized CSS for notifications (#4800) * wip. all themes * fixes --- p/themes/Ansum/ansum.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'p/themes/Ansum/ansum.css') diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 21d718949..b38f6e578 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -951,9 +951,7 @@ main.prompt { color: #fff; } .notification a.close { - padding: 0 15px; border-radius: 0 3px 3px 0; - line-height: 3em; } .notification.good a.close:hover { background: #0c7556; @@ -961,9 +959,6 @@ main.prompt { .notification.bad a.close:hover { background: #73341f; } -.notification#actualizeProgress { - line-height: 2em; -} .notification#actualizeProgress br { display: none; } -- cgit v1.2.3