mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixes #15340: mention in docs that most selects can't change border-radius
This commit is contained in:
parent
b7be72c86c
commit
4945e370f0
1 changed files with 1 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue