mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
Season status icon added to seasons on series details
This commit is contained in:
@@ -149,3 +149,15 @@ footer {
|
||||
padding-right : 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.status-primary {
|
||||
color: @linkColor;
|
||||
}
|
||||
|
||||
.status-success {
|
||||
color: @successText;
|
||||
}
|
||||
|
||||
.status-danger {
|
||||
color: @errorText;
|
||||
}
|
||||
Reference in New Issue
Block a user