Fixed unreadable text in autocomplete multi-selects. #83
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 }};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue