Browse Source

Sonarr: series page arrow button hover fix

pull/15/head
gilbN 5 years ago
parent
commit
396e017d5a
  1. 9
      CSS/themes/sonarr/sonarr-base.css

9
CSS/themes/sonarr/sonarr-base.css

@ -763,7 +763,10 @@ pre {
}
.SeriesDetailsSeason-actionButton-3BQuA {
color: hsla(0,0%,100%,.7) !important;
}
}
.SeriesDetailsSeason-collapseButtonIcon-17xZI {
color: #bac5cc;
}
.fa-search:hover {
color: #FFF !important;
@ -794,6 +797,10 @@ pre {
color: #ffffff;
text-decoration: none;
}
.IconButton-button-2qiGi:hover {
background-color: transparent;
color: #fff;
}
/* Table options*/
.TableOptionsColumn-column-2H7ic {
background: rgba(0, 0, 0, .25);

Loading…
Cancel
Save