Autocomplete selected color:

set select2 selected color based on css_header_background_color
pull/69/head
Lorenzo Morandini 2019-09-25 15:00:16 +02:00
parent 82923f9e98
commit d1cb3c11aa
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
color: {{ theme.css_header_text_color }};
}
.select2-container--admin-autocomplete .select2-results__option--highlighted[aria-selected] {
background-color: {{ theme.css_header_background_color }};
}
.admin-interface .environment-label {
}