hover overview fix

This commit is contained in:
gilbN 2019-06-02 16:31:07 +02:00
parent 3c2b0bac74
commit af0bc8d732
2 changed files with 33 additions and 1 deletions

View File

@ -711,6 +711,21 @@ pre {
/* SERIES PAGE */ /* 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 */ /* SHOW PAGE */
.SeriesDetailsSeason-season-3XIYa, .SeriesDetailsSeason-collapseButtonContainer-3XxzX { .SeriesDetailsSeason-season-3XIYa, .SeriesDetailsSeason-collapseButtonContainer-3XxzX {
border: none !important; border: none !important;

View File

@ -673,6 +673,21 @@ pre {
/* SERIES PAGE */ /* 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 */ /* SHOW PAGE */
.SeriesDetailsSeason-season-3XIYa, .SeriesDetailsSeason-collapseButtonContainer-3XxzX { .SeriesDetailsSeason-season-3XIYa, .SeriesDetailsSeason-collapseButtonContainer-3XxzX {
border: none !important; border: none !important;
@ -707,7 +722,9 @@ pre {
.Tooltip-tooltipContainer-2693s { .Tooltip-tooltipContainer-2693s {
color: #fff; color: #fff;
} }
.SeriesIndexOverview-container-4LMzH:hover, .SeriesIndexOverview-content-3GKJk {
background-color: hsla(0,0%,100%,.08);
}
/* TOP MENU SERIES */ /* TOP MENU SERIES */
.PageToolbar-toolbar-1Lo1N { .PageToolbar-toolbar-1Lo1N {