Fixed unreadable text in autocomplete multi-selects. #83

This commit is contained in:
Fabio Caccamo
2020-07-20 17:14:40 +02:00
parent ceab3232ad
commit 03f8a2704e
@@ -271,5 +271,6 @@
}
.admin-interface .select2-container--admin-autocomplete .select2-results__option--highlighted[aria-selected] {
background-color: {{ theme.css_header_background_color }};
background-color: {{ theme.css_module_background_color }};
color: {{ theme.css_module_text_color }};
}