mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
properly mark feeds with errors in the feedlist
This commit is contained in:
@@ -845,10 +845,14 @@ div.fatalError textarea {
|
|||||||
overflow : auto;
|
overflow : auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dijitTreeLabel.Unread {
|
#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#feedTree .dijitTreeRow.Error .dijitTreeLabel {
|
||||||
|
color : red;
|
||||||
|
}
|
||||||
|
|
||||||
.dijitTreeLabel {
|
.dijitTreeLabel {
|
||||||
outline : 0;
|
outline : 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user