]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
ensure custom selects get rounded corners
authorMark Otto <markdotto@gmail.com>
Wed, 6 Jan 2016 07:45:20 +0000 (23:45 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 6 Jan 2016 07:45:20 +0000 (23:45 -0800)
scss/_custom-forms.scss

index 9c18c5c7f5eea77a2fe0a0b88bc848ac998ce82a..3ca3adccaab728619bfc39a2847d9e0e04061562 100644 (file)
   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;