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

Merge pull request #785 from MrTimscampi/tomato

Update Rotten Tomatoes icons
This commit is contained in:
dkanada 2020-02-12 20:52:50 +09:00 committed by GitHub
commit 077b682149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View file

@ -54,11 +54,11 @@
}
.mediaInfoCriticRatingFresh {
background-image: url(fresh.png);
background-image: url(../../assets/img/fresh.svg);
}
.mediaInfoCriticRatingRotten {
background-image: url(rotten.png);
background-image: url(../../assets/img/rotten.svg);
}
.mediaInfoProgramAttribute {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB