You are here

chosen.claro.css in Chosen 3.0.x

.form-element.chosen-container-single {
  width: auto !important;
  padding: 0;
}

.form-element.chosen-container-single .chosen-single {
  min-width: 160px;
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 1.5rem;
  padding: calc(0.75rem - 1px) calc(1rem - 1px);
}

.form-element.chosen-container-single .chosen-single b {
  background: none !important;
}

.form-element.chosen-container-multi {
  width: auto !important;
}

.form-element.chosen-container-multi .chosen-choices {
  min-width: 160px;
  border: 0 none;
  background: none;
  box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: none !important;
  border: 0 none !important;
}

File

css/chosen.claro.css
View source
  1. .form-element.chosen-container-single {
  2. width: auto !important;
  3. padding: 0;
  4. }
  5. .form-element.chosen-container-single .chosen-single {
  6. min-width: 160px;
  7. background: none;
  8. border: none;
  9. box-shadow: none;
  10. width: 100%;
  11. height: 100%;
  12. display: block;
  13. line-height: 1.5rem;
  14. padding: calc(0.75rem - 1px) calc(1rem - 1px);
  15. }
  16. .form-element.chosen-container-single .chosen-single b {
  17. background: none !important;
  18. }
  19. .form-element.chosen-container-multi {
  20. width: auto !important;
  21. }
  22. .form-element.chosen-container-multi .chosen-choices {
  23. min-width: 160px;
  24. border: 0 none;
  25. background: none;
  26. box-shadow: none;
  27. }
  28. .chosen-container-active.chosen-with-drop .chosen-single {
  29. background: none !important;
  30. border: 0 none !important;
  31. }