bootstrap-chosen.css 1008 B

123456789101112131415161718192021222324252627282930313233
  1. .chosen-container-multi .chosen-choices {
  2. border-radius: 4px !important;
  3. padding: 3px 11px !important;
  4. }
  5. .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  6. height:auto;
  7. padding:5px 0 !important;
  8. color: #333 !important;
  9. font-family: inherit !important;
  10. font-size: 14px !important;
  11. border-radius: 4px !important;
  12. }
  13. .chosen-container-multi.chosen-container-active .chosen-choices,
  14. .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
  15. .chosen-container .chosen-search input[type=text]:focus{
  16. border-color: #66AFE9;
  17. outline: 0;
  18. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
  19. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
  20. border-radius: 4px !important;
  21. }
  22. .chosen-container-multi .chosen-results li.result-selected{
  23. display: list-item;
  24. color: #ccc;
  25. cursor: default;
  26. background-color: white;
  27. }