diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index f657e9d910..7abded40d3 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1438,12 +1438,21 @@ select[multiple] option:active { background: #008d86; } +.select2-search.select2-search--dropdown, +.select2-results > .select2-results__options > .select2-results__option { + background-color: #222; +} + .select2-results > .select2-results__options > .select2-results__option.select2-results__option--highlighted { background-color: #008d86; } +.select2-container .select2-selection--single .select2-selection__rendered { + color: var(--secondary-color) !important; +} + .filter_summary > div, .filter_summary > div > div.content { background-color: #222 !important;