From af0bc8d7324911ddc956d965a9f78b4a24be7304 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 2 Jun 2019 16:31:07 +0200 Subject: [PATCH] hover overview fix --- CSS/themes/orgarr-plex.css | 15 +++++++++++++++ CSS/themes/orgarr.css | 19 ++++++++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CSS/themes/orgarr-plex.css b/CSS/themes/orgarr-plex.css index 88dd042e..e5071925 100644 --- a/CSS/themes/orgarr-plex.css +++ b/CSS/themes/orgarr-plex.css @@ -711,6 +711,21 @@ pre { /* SERIES PAGE */ + /* OVERVIEW PAGE */ + .SeriesIndexOverview-container-4LMzH, .SeriesIndexOverview-container-4LMzH:hover { + background-color: transparent !important; + } + .SeriesIndexOverview-content-3GKJk:hover + { + background-color: hsla(0,0%,100%,.08) !important; + } + .SeriesIndexOverview-container-4LMzH:hover .SeriesIndexOverview-content-3GKJk { + background-color: transparent; + } + .SeriesIndexOverview-link-1i54B:hover { + text-decoration: none; + } + /* SHOW PAGE */ .SeriesDetailsSeason-season-3XIYa, .SeriesDetailsSeason-collapseButtonContainer-3XxzX { border: none !important; diff --git a/CSS/themes/orgarr.css b/CSS/themes/orgarr.css index 107a2a8d..292de48b 100644 --- a/CSS/themes/orgarr.css +++ b/CSS/themes/orgarr.css @@ -673,6 +673,21 @@ pre { /* SERIES PAGE */ + /* OVERVIEW PAGE */ + .SeriesIndexOverview-container-4LMzH, .SeriesIndexOverview-container-4LMzH:hover { + background-color: transparent !important; + } + .SeriesIndexOverview-content-3GKJk:hover + { + background-color: hsla(0,0%,100%,.08) !important; + } + .SeriesIndexOverview-container-4LMzH:hover .SeriesIndexOverview-content-3GKJk { + background-color: transparent; + } + .SeriesIndexOverview-link-1i54B:hover { + text-decoration: none; + } + /* SHOW PAGE */ .SeriesDetailsSeason-season-3XIYa, .SeriesDetailsSeason-collapseButtonContainer-3XxzX { border: none !important; @@ -707,7 +722,9 @@ pre { .Tooltip-tooltipContainer-2693s { color: #fff; } - + .SeriesIndexOverview-container-4LMzH:hover, .SeriesIndexOverview-content-3GKJk { + background-color: hsla(0,0%,100%,.08); + } /* TOP MENU SERIES */ .PageToolbar-toolbar-1Lo1N {