From 2392a261d25b9f5c4f4a624ec48cbf44650fa7f1 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 29 Aug 2022 23:12:04 +0200 Subject: Fix: global view unread article (#4559) * template.css * themes --- p/themes/Origine-compact/origine-compact.css | 3 ++- p/themes/Origine-compact/origine-compact.rtl.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'p/themes/Origine-compact') diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index c91306ba0..40b1ea051 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -635,7 +635,8 @@ a.btn, } /*=== Aside main page (categories) */ -.aside.aside_feed .category .title:not([data-unread="0"])::after { +.aside.aside_feed .category .title:not([data-unread="0"])::after, +.global .box.category .title:not([data-unread="0"])::after { margin: 0.5em 0 0 0; background-color: #f6f6f6; color: #444; diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index ed245a847..2e4d1d5e8 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -635,7 +635,8 @@ a.btn, } /*=== Aside main page (categories) */ -.aside.aside_feed .category .title:not([data-unread="0"])::after { +.aside.aside_feed .category .title:not([data-unread="0"])::after, +.global .box.category .title:not([data-unread="0"])::after { margin: 0.5em 0 0 0; background-color: #f6f6f6; color: #444; -- cgit v1.2.3