diff options
| author | 2022-02-05 00:02:06 +0100 | |
|---|---|---|
| committer | 2022-02-05 00:02:06 +0100 | |
| commit | dc27baa7d67f4bc601ced80229844a88a7ca23d4 (patch) | |
| tree | ae1999aa38ce2668745e923cad74b08491500157 /p/themes/Mapco/mapco.rtl.css | |
| parent | 3938492b8a01967ca72c9d877f499ac8069bb701 (diff) | |
Improved: unread articles counter (#4166)
* Update template.css
* CSS base template
* CSS themes
* white spaces fixed
* Update ansum.rtl.css
* fix themes
* fix css
* fix scss
* theme swage
* Theme Screwdriver
* theme BlueLagoon fine tuning
* theme Parfat tuneing
* Fix merge bugs
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Mapco/mapco.rtl.css')
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index bf31d0381..81981d2f1 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -579,18 +579,6 @@ form th { text-decoration: none; color: #ffffff; } -.tree .tree-folder .tree-folder-items .feed .item-title:not([data-unread="0"])::before { - margin: 11px 4px 0 6px; - padding: 3px 4px; - background: rgba(0, 0, 0, 0.25); - display: block; - float: right; - font-size: 0.75rem; - border-radius: 12px; - content: attr(data-unread); - text-align: center; - line-height: 0.75rem; -} /*=== Buttons */ .stick { @@ -721,15 +709,14 @@ form th { width: calc(100% - 35px - 35px); } -.aside_feed .tree-folder-title > .title:not([data-unread="0"])::after { - margin: -0.25rem 0 0 1rem; - padding: 0 0.75rem; - background: rgba(0, 0, 0, 0.25); - border-radius: 12px; - position: absolute; - left: 0; - line-height: 1.5rem; - text-align: center; +.aside.aside_feed .category .title:not([data-unread="0"])::after { + margin: 1.5em 0 0 0; + background-color: rgba(0, 0, 0, 0.25); +} + +.aside.aside_feed .feed .item-title:not([data-unread="0"])::after { + margin: 0.5em 0 0 0; + background-color: rgba(0, 0, 0, 0.25); } .feed.item.empty.active { |
