This commit is contained in:
Ross
2021-10-20 22:45:53 +01:00
parent cf2ffd86af
commit a9c4f54cd4
514 changed files with 115006 additions and 0 deletions
+14
View 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;
}