diff options
| author | 2020-04-08 20:52:15 +0200 | |
|---|---|---|
| committer | 2020-04-08 20:52:15 +0200 | |
| commit | f9e92a92864654f3952d58a7d4e85f3cf396fa0d (patch) | |
| tree | dea631f70874fdd070d7584acfe69742b892a373 /p/themes/Alternative-Dark/template.rtl.css | |
| parent | 0d235cbadd1fdc3a00d97128746f5138e9faa447 (diff) | |
Fix CSS hover long title (#2882)
* Fix CSS hover long title
#fix https://github.com/FreshRSS/FreshRSS/issues/2755
* Fix Ansum
* Fix Mapco
Diffstat (limited to 'p/themes/Alternative-Dark/template.rtl.css')
| -rw-r--r-- | p/themes/Alternative-Dark/template.rtl.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/Alternative-Dark/template.rtl.css b/p/themes/Alternative-Dark/template.rtl.css index 7696ae8b4..82b216f64 100644 --- a/p/themes/Alternative-Dark/template.rtl.css +++ b/p/themes/Alternative-Dark/template.rtl.css @@ -647,6 +647,7 @@ a.btn { /*=== Feed article header and footer */ .flux_header { + background: inherit; position: relative; } |
