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/Dark/dark.css | 9 --------- 1 file changed, 9 deletions(-) (limited to 'p/themes/Dark/dark.css') diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index c0a5fa507..89e9e007c 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -841,11 +841,6 @@ a.btn { color: #a44; } -.notification a.close { - padding: 0 15px; - line-height: 3em; -} - .notification a.close:hover { background: #222; border-radius: 0 3px 3px 0; @@ -859,10 +854,6 @@ a.btn { background: #a44; } -.notification#actualizeProgress { - line-height: 2em; -} - /*=== "Load more" part */ #bigMarkAsRead { text-align: center; -- cgit v1.2.3