Add themoviedb rating image

This commit is contained in:
JonnyWong16 2020-07-24 09:12:11 -07:00
parent 59a6acc088
commit 70c0f912e2
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 11 additions and 0 deletions

View file

@ -4069,6 +4069,11 @@ a:hover .overlay-refresh-image:hover {
width: 62px !important;
background-image: url(../images/rating/imdb.svg);
}
.rating-themoviedb {
width: 72px !important;
background-image: url(../images/rating/themoviedb.svg);
background-size: auto 16px !important;
}
.rating-rottentomatos-ripe {
background-image: url(../images/rating/tomato-ripe.svg);
}