RPeraltaJr
3/17/2017 - 12:53 AM

Custom Select Dropdown Arrow. For a list of icons visit: https://www.iconfinder.com/search/?q=arrow+down&price=free

Custom Select Dropdown Arrow. For a list of icons visit: https://www.iconfinder.com/search/?q=arrow+down&price=free

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url('../img/icon-select-arrow-down.png') no-repeat 97% 50%; /* For more icons visit https://www.iconfinder.com/search/?q=arrow+down&price=free */
  background-size: 30px 40px;
}