Fixed select2 background color.
parent
8e734864c2
commit
93dfb07af9
|
|
@ -3,10 +3,6 @@
|
||||||
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 {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -273,3 +269,7 @@
|
||||||
border-radius:4px;
|
border-radius:4px;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.admin-interface .select2-container--admin-autocomplete .select2-results__option--highlighted[aria-selected] {
|
||||||
|
background-color: {{ theme.css_header_background_color }};
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue