diff options
| author | 2022-11-14 20:22:01 +0100 | |
|---|---|---|
| committer | 2022-11-14 20:22:01 +0100 | |
| commit | 07c94061a9607b5d0a1341cc1b349ee094d5115b (patch) | |
| tree | 521fadee3a299de9aa0be9319409b00c11d1405d /p/themes/Pafat | |
| parent | 937ef98e4ea40cc6c68b918f48a20114384ce163 (diff) | |
Improved: Centralized CSS for notifications (#4800)
* wip. all themes
* fixes
Diffstat (limited to 'p/themes/Pafat')
| -rw-r--r-- | p/themes/Pafat/pafat.css | 9 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 9 |
2 files changed, 0 insertions, 18 deletions
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; |
