ensure custom selects get rounded corners

This commit is contained in:
Mark Otto 2016-01-05 23:45:20 -08:00
parent 8d66b9956c
commit ac446058ff
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@
background-image: none \9;
background-size: 8px 10px;
border: $input-btn-border-width solid $input-border-color;
@include border-radius($border-radius);
// Use vendor prefixes as `appearance` isn't part of the CSS spec.
-moz-appearance: none;
-webkit-appearance: none;