Skip to content

Commit 4945e37

Browse files
committedDec 15, 2014
fixes twbs#15340: mention in docs that most selects can't change border-radius
1 parent b7be72c commit 4945e37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎docs/_includes/css/forms.html

+1
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ <h4>Checkboxes and radios without label text</h4>
378378
{% endhighlight %}
379379

380380
<h3>Selects</h3>
381+
<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>
381382
<div class="bs-example" data-example-ids="select-form-control">
382383
<form>
383384
<select class="form-control">

0 commit comments

Comments
 (0)
Please sign in to comment.