From: Mark Otto Date: Wed, 6 Jan 2016 07:45:20 +0000 (-0800) Subject: ensure custom selects get rounded corners X-Git-Tag: v4.0.0-alpha.3~429^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac446058ff2c137288ab65b041661599af8b61e5;p=thirdparty%2Fbootstrap.git ensure custom selects get rounded corners --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 9c18c5c7f5..3ca3adccaa 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;