aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-01-16 11:02:51 -0800
committerChris Rebert <[email protected]>2015-01-16 11:02:51 -0800
commit85a6595a716fa6549383356e75c2091bfdfee585 (patch)
treeb5d532e9ae7a1e9d86ca707f6c0a0903d9936b87 /less
parentb7c332f183d52c6b1432a4eb511b8c61478bfc81 (diff)
downloadbootstrap-85a6595a716fa6549383356e75c2091bfdfee585.tar.xz
bootstrap-85a6595a716fa6549383356e75c2091bfdfee585.zip
.form-control: add note about <select> & border-radius
Refs #15340
Diffstat (limited to 'less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index c45d6bdff..3138c2c51 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -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");