1
0
Fork 0
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:
Luke Pulverenti 2013-10-16 22:43:55 -04:00
parent b23426bb93
commit eeb941062b
3 changed files with 34 additions and 11 deletions

View file

@ -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 {