Browse Source

Fixed input color

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

5
CSS/themes/orgarr-plex.css

@ -652,7 +652,10 @@ pre {
.TagInput-internalInput-Jbb1T {
background-color: transparent;
color: #fff;
}
}
.SelectInput-select-1qCdc {
background-color: #323232 !important;
}
.AutoSuggestInput-suggestionsList-_bVXO, .AutoSuggestInput-suggestionsContainerOpen-3TAB7, .AutoSuggestInput-suggestionsContainer-3MmlD {
background-color: #323232 !important;
color: white;

5
CSS/themes/orgarr.css

@ -614,7 +614,10 @@ pre {
.TagInput-internalInput-Jbb1T {
background-color: transparent;
color: #fff;
}
}
.SelectInput-select-1qCdc {
background-color: #323232 !important;
}
.AutoSuggestInput-suggestionsList-_bVXO, .AutoSuggestInput-suggestionsContainerOpen-3TAB7, .AutoSuggestInput-suggestionsContainer-3MmlD {
background-color: #323232 !important;
color: white;

Loading…
Cancel
Save