nk20/static/autocomplete_light/select2.css

15 lines
267 B
CSS
Raw Normal View History

2020-02-25 21:15:46 +00:00
.select2-container {
min-width: 20em;
}
ul li.select2-selection__choice,
ul li.select2-search {
/* Cancel out django's style */
list-style-type: none;
}
.errors .select2-selection {
/* Highlight select box with error */
border-color: #ba2121;
}