diff options
| author | Mark Otto <[email protected]> | 2014-12-14 16:59:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-14 16:59:47 -0800 |
| commit | 4945e370f057ef491b0197034ddedd969913b06c (patch) | |
| tree | 0828773627b2ea0c8758339842431f420b159c44 /docs | |
| parent | b7be72c86c9b8b0289438f5e97a2263ecdb1344c (diff) | |
| download | bootstrap-4945e370f057ef491b0197034ddedd969913b06c.tar.xz bootstrap-4945e370f057ef491b0197034ddedd969913b06c.zip | |
fixes #15340: mention in docs that most selects can't change border-radius
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/css/forms.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 031dcd879..054922703 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -378,6 +378,7 @@ {% endhighlight %} <h3>Selects</h3> + <p>Note that many native select menus—namely in Safari and Chrome—have rounded corners that cannot be modified via <code>border-radius</code> properties.</p> <div class="bs-example" data-example-ids="select-form-control"> <form> <select class="form-control"> |
