From: Mark Otto Date: Mon, 15 Dec 2014 00:59:47 +0000 (-0800) Subject: fixes #15340: mention in docs that most selects can't change border-radius X-Git-Tag: v3.3.2~5^2~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4945e370f057ef491b0197034ddedd969913b06c;p=thirdparty%2Fbootstrap.git fixes #15340: mention in docs that most selects can't change border-radius --- diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 031dcd8793..054922703f 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -378,6 +378,7 @@ {% endhighlight %}

Selects

+

Note that many native select menus—namely in Safari and Chrome—have rounded corners that cannot be modified via border-radius properties.