From 84824f8599ef8b7613c7c6829221aa8b88aa3846 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 12 Sep 2015 18:58:08 -0400 Subject: Add a visual alert on categories When a category has one or more feeds with errors, a visual warning is displayed before the name of the category. --- p/themes/base-theme/template.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'p') diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index a299a5ddf..918d05942 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -776,6 +776,9 @@ input:checked + .slide-container .properties { .category .title:not([data-unread="0"]):after { content: attr(data-unread); } +.category .title.error::before { + content: "⚠"; +} .feed .item-title:not([data-unread="0"]):before { content: "(" attr(data-unread) ") "; } -- cgit v1.2.3