Browse Source

hover overview fix

pull/11/head
gilbN 5 years ago
parent
commit
af0bc8d732
  1. 15
      CSS/themes/orgarr-plex.css
  2. 19
      CSS/themes/orgarr.css

15
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;

19
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 {

Loading…
Cancel
Save