1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00
nk20/static/autocomplete_light/select2.css
Pierre-antoine Comby 70c09da9f8 add static files
2020-02-25 22:15:46 +01:00

15 lines
267 B
CSS

.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;
}