1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

better new indicators on seasons

This commit is contained in:
Luke Pulverenti 2013-10-03 11:51:05 -04:00
parent 792382a113
commit 0706f672ac
2 changed files with 33 additions and 5 deletions

View file

@ -628,14 +628,17 @@ a.itemTag:hover {
top: 0;
right: 0;
text-align: center;
background-color: #008FBB;
padding: 3px 10px;
border-bottom-left-radius: 10px;
color: #fff;
background: rgb(0, 143, 187);
background: rgba(0, 143, 187, .8);
}
.offlinePosterRibbon {
background-color: #cc3333;
background: rgb(255, 106, 0);
background: rgba(255, 106, 0, .85);
}
.itemProgress {