Merge pull request #69 from lorenzomorandini/select2-theme-color

Autocomplete selected color:
This commit is contained in:
Fabio Caccamo
2019-09-27 09:29:31 +02:00
committed by GitHub
@@ -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 {
}