Show yellow dot and season not monitored when no episode files and season isn't monitored

This commit is contained in:
Mark McDowall 2013-09-23 13:06:15 -07:00
commit c5ae38638a
2 changed files with 14 additions and 6 deletions

View file

@ -162,6 +162,10 @@ footer {
color : @successText;
}
.status-warning {
color : @warningText;
}
.status-danger {
color : @errorText;
}