aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-10-24 21:38:30 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-10-24 21:38:30 +0200
commit52564957e6b25b4f127666da79d27eb99ca9bd5e (patch)
treee4d2a7a77ee1ef17e54e59b55d37e837dfaf1821 /p
parent72430fd36d04a3eb2397131f6573a9d630158205 (diff)
parentab11b333b4c37f6765316ab6214cd356e2574be6 (diff)
Add a visual alert on categories
By @aledeg https://github.com/FreshRSS/FreshRSS/pull/984 https://github.com/FreshRSS/FreshRSS/pull/983
Diffstat (limited to 'p')
-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 92d4917f5..92972b2c4 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) ") ";
}