properly mark feeds with errors in the feedlist
This commit is contained in:
parent
1a545dcb44
commit
e21ea11c50
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue