Browse Source

sonarr: series input color fix

pull/15/head
gilbN 6 years ago
parent
commit
2f9f509659
  1. 3
      CSS/themes/sonarr/sonarr-base.css

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

@ -689,6 +689,9 @@ pre {
.SeriesSearchInput-seriesContainer-2yDTR::-webkit-scrollbar-thumb { .SeriesSearchInput-seriesContainer-2yDTR::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.25);
} }
.SeriesSearchInput-sectionTitle-jIgg0 {
color: #fff;
}
/* SIDE MENU */ /* SIDE MENU */
.PageSidebar-sidebar-2UXc0 { .PageSidebar-sidebar-2UXc0 {

Loading…
Cancel
Save