diff options
| author | 2015-10-24 21:38:30 +0200 | |
|---|---|---|
| committer | 2015-10-24 21:38:30 +0200 | |
| commit | 52564957e6b25b4f127666da79d27eb99ca9bd5e (patch) | |
| tree | e4d2a7a77ee1ef17e54e59b55d37e837dfaf1821 /p | |
| parent | 72430fd36d04a3eb2397131f6573a9d630158205 (diff) | |
| parent | ab11b333b4c37f6765316ab6214cd356e2574be6 (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.css | 3 |
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) ") "; } |
