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

Autocomplete selected color:
pull/73/head
Fabio Caccamo 2019-09-27 09:29:31 +02:00 committed by GitHub
commit 8e734864c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
color: {{ theme.css_header_text_color }}; 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 { .admin-interface .environment-label {
} }