Browse Source

Sonarr: better bgcolor on input

pull/11/head
gilbN 6 years ago
parent
commit
53ec96bf24
  1. 2
      CSS/themes/orgarr-plex.css
  2. 2
      CSS/themes/orgarr.css

2
CSS/themes/orgarr-plex.css

@ -654,7 +654,7 @@ pre {
color: #fff;
}
.SelectInput-select-1qCdc {
background-color: #323232 !important;
background-color: #1e1e1e !important;
}
.AutoSuggestInput-suggestionsList-_bVXO, .AutoSuggestInput-suggestionsContainerOpen-3TAB7, .AutoSuggestInput-suggestionsContainer-3MmlD {
background-color: #323232 !important;

2
CSS/themes/orgarr.css

@ -616,7 +616,7 @@ pre {
color: #fff;
}
.SelectInput-select-1qCdc {
background-color: #323232 !important;
background-color: #1e1e1e !important;
}
.AutoSuggestInput-suggestionsList-_bVXO, .AutoSuggestInput-suggestionsContainerOpen-3TAB7, .AutoSuggestInput-suggestionsContainer-3MmlD {
background-color: #323232 !important;

Loading…
Cancel
Save