style.css 435 B

12345678910111213141516
  1. .chosen-container-single .chosen-single {
  2. background: #fff;
  3. border-radius: 0;
  4. box-shadow: none;
  5. height: 33px;
  6. line-height: 31px;
  7. }
  8. .chosen-container-active.chosen-with-drop .chosen-single {
  9. background: #fff;
  10. }
  11. .chosen-container-active.chosen-with-drop .chosen-single div b {
  12. background-position: -18px 7px;
  13. }
  14. .chosen-container-single .chosen-single div b {
  15. background-position: 0px 6px;
  16. }