aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2015-09-12 18:58:08 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2015-09-12 18:58:08 -0400
commit84824f8599ef8b7613c7c6829221aa8b88aa3846 (patch)
treec443f0297e8096605db88d036b24ba1d3639dcd6 /p/themes/base-theme/template.css
parent7378b0c7237c8ba2b8bd313e584a20fc14b37477 (diff)
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.
Diffstat (limited to 'p/themes/base-theme/template.css')
-rw-r--r--p/themes/base-theme/template.css3
1 files changed, 3 insertions, 0 deletions
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) ") ";
}