暫無描述

select2.css 267B

123456789101112131415
  1. .select2-container {
  2. min-width: 20em;
  3. }
  4. ul li.select2-selection__choice,
  5. ul li.select2-search {
  6. /* Cancel out django's style */
  7. list-style-type: none;
  8. }
  9. .errors .select2-selection {
  10. /* Highlight select box with error */
  11. border-color: #ba2121;
  12. }