select.input {
    -webkit-appearance: listbox;
}
select,
  select[size="0"],
  select[size="1"] {
    background-image: none;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 0px;
  }
