Commit 4945e370 authored by Mark Otto's avatar Mark Otto

fixes #15340: mention in docs that most selects can't change border-radius

parent b7be72c8
...@@ -378,6 +378,7 @@ ...@@ -378,6 +378,7 @@
{% endhighlight %} {% endhighlight %}
<h3>Selects</h3> <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"> <div class="bs-example" data-example-ids="select-form-control">
<form> <form>
<select class="form-control"> <select class="form-control">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment