Fixed unreadable text in autocomplete multi-selects. #83

pull/141/head
Fabio Caccamo 2020-07-20 17:14:40 +02:00
parent ceab3232ad
commit 03f8a2704e
1 changed files with 2 additions and 1 deletions

View File

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