Browse Source

sonarr: searchinput needed important

pull/15/head
gilbN 5 years ago
parent
commit
e294d3cdb2
  1. 4
      CSS/themes/sonarr/sonarr-base.css

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

@ -676,9 +676,9 @@ pre {
/* SEARCH DROPDOWN HEADER */
.SeriesSearchInput-containerOpen-3F8xe, .SeriesSearchInput-seriesContainer-2yDTR {
border: none;
border: none !important;
background: var(--modal-bg-color);
color: #fff;
color: #fff !important;
}
.SeriesSearchInput-highlighted-15xAK {
background-color: hsla(0,0%,100%,.08);

Loading…
Cancel
Save