Bootstrap: Chrome doesn't honor border-radius on <select>s

Created on 16 Jan 2015  路  9Comments  路  Source: twbs/bootstrap

This is related to this StackOverflow post at http://stackoverflow.com/questions/5780109/removing-rounded-corners-from-a-select-element-in-chrome-webkit.

Basically if you have the following HTML:

<div class="input-group">
  <select class="form-control input-sm">
    <option value="4242" selected="">Visa ending in 4242 (12/2015)</option>
  </select>
  <div class="input-group-btn">
    <button type="button" data-toggle="modal" data-target="#cards-modal" class="btn btn-primary btn-sm card-manage-btn">Manage</button>
  </div>
</div>

Chrome will render the