mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Season status icon added to seasons on series details
This commit is contained in:
parent
4bcd5ce5c6
commit
7c72e1e865
5 changed files with 51 additions and 1 deletions
|
@ -149,3 +149,15 @@ footer {
|
|||
padding-right : 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.status-primary {
|
||||
color: @linkColor;
|
||||
}
|
||||
|
||||
.status-success {
|
||||
color: @successText;
|
||||
}
|
||||
|
||||
.status-danger {
|
||||
color: @errorText;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue