]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
.form-control: add note about <select> & border-radius
authorChris Rebert <github@rebertia.com>
Fri, 16 Jan 2015 19:02:51 +0000 (11:02 -0800)
committerChris Rebert <github@rebertia.com>
Fri, 16 Jan 2015 19:02:51 +0000 (11:02 -0800)
Refs #15340

less/forms.less

index c45d6bdffeccf5cf74c089b763067890d23f1ffa..3138c2c518ab7b3a300c1a23e8b6fe7ff1f8cd63 100644 (file)
@@ -123,7 +123,7 @@ output {
   background-color: @input-bg;
   background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
   border: 1px solid @input-border;
-  border-radius: @input-border-radius;
+  border-radius: @input-border-radius; // Note: This has no effect on <select>s in some browsers, due to the limited stylability of <select>s in CSS.
   .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
   .transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s");