hover overview fix
This commit is contained in:
parent
3c2b0bac74
commit
af0bc8d732
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user