add static files
This commit is contained in:
parent
2de5a8030e
commit
70c09da9f8
336 changed files with 82322 additions and 0 deletions
14
static/autocomplete_light/select2.css
Normal file
14
static/autocomplete_light/select2.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue