Merge branch 'FreshRSS/dev' into dev

This commit is contained in:
Alexandre Alapetite
2015-10-25 12:11:20 +01:00

View File

@@ -777,7 +777,8 @@ input:checked + .slide-container .properties {
content: attr(data-unread);
}
.category .title.error::before {
content: "⚠";
content: "⚠ ";
color: #bd362f;
}
.feed .item-title:not([data-unread="0"])::before {
content: "(" attr(data-unread) ") ";