From a6825a132bc53481b94235dd0881bcbc2c99929d Mon Sep 17 00:00:00 2001 From: gilbN Date: Mon, 3 Jun 2019 17:24:59 +0200 Subject: [PATCH] Banner page fix --- CSS/themes/orgarr-plex.css | 4 ++++ CSS/themes/orgarr.css | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CSS/themes/orgarr-plex.css b/CSS/themes/orgarr-plex.css index aa24fa66..79c54fa9 100644 --- a/CSS/themes/orgarr-plex.css +++ b/CSS/themes/orgarr-plex.css @@ -1111,6 +1111,10 @@ pre { } .ArtistIndexOverview-content-hiNUl:hover { text-decoration: none; +} +/* BANNER PAGE */ +.ArtistIndexBanner-title-dKZ3c { + background-color: rgba(0, 0, 0, .25); } /* Table view*/ diff --git a/CSS/themes/orgarr.css b/CSS/themes/orgarr.css index bb1ee001..f1f17d1d 100644 --- a/CSS/themes/orgarr.css +++ b/CSS/themes/orgarr.css @@ -1069,7 +1069,10 @@ pre { .ArtistIndexOverview-content-hiNUl:hover { text-decoration: none; } - +/* BANNER PAGE */ +.ArtistIndexBanner-title-dKZ3c { + background-color: rgba(0, 0, 0, .25); +} /* Table view*/ .VirtualTableRow-row-2osBd:hover { background-color: rgba(0, 0, 0, .25);