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/Pafat/pafat.css | 9 --------- p/themes/Pafat/pafat.rtl.css | 9 --------- 2 files changed, 18 deletions(-) (limited to 'p/themes/Pafat') diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index b513ba7ea..bf360127c 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -873,11 +873,6 @@ a.signin { border: 1px solid #ecc; } -.notification a.close { - padding: 0 15px; - line-height: 3; -} - .notification.good a.close:hover { background: #eeb; } @@ -886,10 +881,6 @@ a.signin { background: #ecc; } -.notification#actualizeProgress { - line-height: 2; -} - /*=== "Load more" part */ #bigMarkAsRead { background: #fafafa; diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 7d5ae91c7..e11c9ab81 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -873,11 +873,6 @@ a.signin { border: 1px solid #ecc; } -.notification a.close { - padding: 0 15px; - line-height: 3; -} - .notification.good a.close:hover { background: #eeb; } @@ -886,10 +881,6 @@ a.signin { background: #ecc; } -.notification#actualizeProgress { - line-height: 2; -} - /*=== "Load more" part */ #bigMarkAsRead { background: #fafafa; -- cgit v1.2.3