mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added unaired/missing indicators
This commit is contained in:
parent
b23426bb93
commit
eeb941062b
3 changed files with 34 additions and 11 deletions
|
@ -638,7 +638,14 @@ a.itemTag:hover {
|
|||
|
||||
.offlinePosterRibbon {
|
||||
background: rgb(255, 106, 0);
|
||||
background: rgba(255, 106, 0, .85);
|
||||
}
|
||||
|
||||
.unairedPosterRibbon {
|
||||
background: rgb(208, 107, 100);
|
||||
}
|
||||
|
||||
.missingPosterRibbon {
|
||||
background: rgb(248, 58, 34);
|
||||
}
|
||||
|
||||
.itemProgress {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue