diff options
| author | 2022-02-05 10:58:57 +0100 | |
|---|---|---|
| committer | 2022-02-05 10:58:57 +0100 | |
| commit | 4d5f3a20c0fee4f4fde160cc3a811289429795e1 (patch) | |
| tree | 30fe62df887cdac1b476c6575f3ed7c67f479631 /p/themes/Mapco/mapco.css | |
| parent | be9c06fd5c1bfed8e0147c938b96e4876df98133 (diff) | |
Improve: new article banner (#4037)
* fix Origine theme padding
* Fix all themes
* Update swage.scss
Diffstat (limited to 'p/themes/Mapco/mapco.css')
| -rw-r--r-- | p/themes/Mapco/mapco.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 76fd4dc46..16a840c41 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -866,10 +866,6 @@ form th { text-align: center; } -#new-article:hover { - background: #25c; -} - #new-article > a { line-height: 3em; font-weight: bold; @@ -878,6 +874,7 @@ form th { #new-article > a:hover { text-decoration: none; + background: #25c; } /*=== Day indication */ |
