From 73a4268360bdcf9bb51869bb7c877f0bba30c495 Mon Sep 17 00:00:00 2001 From: gilbn Date: Mon, 13 Apr 2020 19:00:54 +0200 Subject: [PATCH] radarrv3, movie credit fix --- CSS/themes/radarr/radarr-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/radarr/radarr-base.css b/CSS/themes/radarr/radarr-base.css index 4f1c0dac..2a2ce443 100644 --- a/CSS/themes/radarr/radarr-base.css +++ b/CSS/themes/radarr/radarr-base.css @@ -964,7 +964,7 @@ pre { color: hsla(0,0%,100%,.7); } /* POSTERS */ - .MovieIndexPoster-title-Umirt, .MovieIndexPoster-nextAiring-1FZy6, .MovieIndexPosterInfo-info-2JsCg, .MovieIndexPosterInfo-info-2Oh-5 { + .MovieIndexPoster-title-Umirt, .MovieIndexPoster-nextAiring-1FZy6, .MovieIndexPosterInfo-info-2JsCg, .MovieIndexPosterInfo-info-2Oh-5, .MovieCreditPoster-title-EGksL { background-color: rgba(255, 255, 255, 0.08); color: #fff; }