1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:35:55 +00:00

properly mark feeds with errors in the feedlist

This commit is contained in:
Andrew Dolgov
2013-07-12 12:43:46 +04:00
parent 1a545dcb44
commit e21ea11c50

View File

@@ -845,10 +845,14 @@ div.fatalError textarea {
overflow : auto;
}
.dijitTreeLabel.Unread {
#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
font-weight : bold;
}
#feedTree .dijitTreeRow.Error .dijitTreeLabel {
color : red;
}
.dijitTreeLabel {
outline : 0;
}