diff options
| author | Mark Otto <[email protected]> | 2016-01-05 23:45:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-05 23:45:20 -0800 |
| commit | ac446058ff2c137288ab65b041661599af8b61e5 (patch) | |
| tree | 6be4e1546badbebb0127b7b1d8785b6c1aa392d3 | |
| parent | 8d66b9956c2105ae127ed4a9bad4b5683b513c7f (diff) | |
| download | bootstrap-ac446058ff2c137288ab65b041661599af8b61e5.tar.xz bootstrap-ac446058ff2c137288ab65b041661599af8b61e5.zip | |
ensure custom selects get rounded corners
| -rw-r--r-- | scss/_custom-forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 9c18c5c7f..3ca3adcca 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -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; |
