Fixed input color

This commit is contained in:
gilbN 2019-06-04 20:37:37 +02:00
parent d5c166b46e
commit 6a790f4c3e
2 changed files with 8 additions and 2 deletions

View File

@ -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;

View File

@ -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;