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/Dark | |
| parent | 937ef98e4ea40cc6c68b918f48a20114384ce163 (diff) | |
Improved: Centralized CSS for notifications (#4800)
* wip. all themes
* fixes
Diffstat (limited to 'p/themes/Dark')
| -rw-r--r-- | p/themes/Dark/dark.css | 9 | ||||
| -rw-r--r-- | p/themes/Dark/dark.rtl.css | 9 |
2 files changed, 0 insertions, 18 deletions
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; diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css index 82ec53464..b7d70c2bd 100644 --- a/p/themes/Dark/dark.rtl.css +++ b/p/themes/Dark/dark.rtl.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: 3px 0 0 3px; @@ -859,10 +854,6 @@ a.btn { background: #a44; } -.notification#actualizeProgress { - line-height: 2em; -} - /*=== "Load more" part */ #bigMarkAsRead { text-align: center; |
