From 2303b880b67fe00e7b53a33c330471146cf5dbc0 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Mon, 24 Apr 2023 16:49:44 +0200 Subject: [PATCH] 11044-Select2 black in graphs options --- pandora_console/include/styles/pandora_black.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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;