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/Screwdriver | |
| parent | 937ef98e4ea40cc6c68b918f48a20114384ce163 (diff) | |
Improved: Centralized CSS for notifications (#4800)
* wip. all themes
* fixes
Diffstat (limited to 'p/themes/Screwdriver')
| -rw-r--r-- | p/themes/Screwdriver/screwdriver.css | 9 | ||||
| -rw-r--r-- | p/themes/Screwdriver/screwdriver.rtl.css | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index 3829c787b..84c3b4c38 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -929,15 +929,6 @@ a.btn { color: #844; } -.notification a.close { - padding: 0 15px; - line-height: 3em; -} - -.notification#actualizeProgress { - line-height: 2em; -} - /*=== "Load more" part */ #bigMarkAsRead { background: #ede7de; diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css index 7d745560d..cff62199f 100644 --- a/p/themes/Screwdriver/screwdriver.rtl.css +++ b/p/themes/Screwdriver/screwdriver.rtl.css @@ -929,15 +929,6 @@ a.btn { color: #844; } -.notification a.close { - padding: 0 15px; - line-height: 3em; -} - -.notification#actualizeProgress { - line-height: 2em; -} - /*=== "Load more" part */ #bigMarkAsRead { background: #ede7de; |
