summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-10-24 21:30:18 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-10-24 21:30:18 +0200
commitab11b333b4c37f6765316ab6214cd356e2574be6 (patch)
treec443f0297e8096605db88d036b24ba1d3639dcd6 /p
parentea47e2b1d49f706792e864201f5731ba1e70d20f (diff)
parent84824f8599ef8b7613c7c6829221aa8b88aa3846 (diff)
Merge branch 'add-category-warning' of https://github.com/aledeg/FreshRSS into aledeg-add-category-warning
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 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) ") ";
}