aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Origine-compact
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-08-29 23:12:04 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-29 23:12:04 +0200
commit2392a261d25b9f5c4f4a624ec48cbf44650fa7f1 (patch)
treee7440a766ba3f4f2e30480f9d79fbd74f54fd68f /p/themes/Origine-compact
parentde7ae9878cfe9d1c9d78caf3e6c67811181f9537 (diff)
Fix: global view unread article (#4559)
* template.css * themes
Diffstat (limited to 'p/themes/Origine-compact')
-rw-r--r--p/themes/Origine-compact/origine-compact.css3
-rw-r--r--p/themes/Origine-compact/origine-compact.rtl.css3
2 files changed, 4 insertions, 2 deletions
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;