Skip to content

Instantly share code, notes, and snippets.

@xiaohuilam
Created April 25, 2016 01:52
Show Gist options
  • Save xiaohuilam/8ddbd09c34d91af43258acb8e0ee9aaa to your computer and use it in GitHub Desktop.
Save xiaohuilam/8ddbd09c34d91af43258acb8e0ee9aaa to your computer and use it in GitHub Desktop.
input[type="select"] elements in Bootstrap 3 removing border-radius hack
select.form-control, select.form-control:hover, select.form-control:focus, select.form-control:active {
line-height: normal;
outline: 1px solid #D1D1D1;
outline-offset: -1px;
border: 0;
box-shadow: inset 0 2px 1px rgba(0,0,0,.075);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment