select2-bootstrap.css 573 B

123456789101112131415161718192021222324252627
  1. .form-control .select2-choice {
  2. border: 0;
  3. border-radius: 2px;
  4. }
  5. .form-control .select2-choice .select2-arrow {
  6. border-radius: 0 2px 2px 0;
  7. }
  8. .form-control.select2-container {
  9. height: auto !important;
  10. padding: 0px;
  11. }
  12. .form-control.select2-container.select2-dropdown-open {
  13. border-color: #5897FB;
  14. border-radius: 3px 3px 0 0;
  15. }
  16. .form-control .select2-container.select2-dropdown-open .select2-choices {
  17. border-radius: 3px 3px 0 0;
  18. }
  19. .form-control.select2-container .select2-choices {
  20. border: 0 !important;
  21. border-radius: 3px;
  22. }