You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aguegu
changed the title
set $input-border-radius to 0 does not affect the <select class="form-control">
set $input-border-radius to 0 does not affect <select class="form-control">
Dec 11, 2014
aguegu
changed the title
set $input-border-radius to 0 does not affect <select class="form-control">
setting $input-border-radius to 0 does not affect <select class="form-control">
Dec 11, 2014
cvrebert
changed the title
setting $input-border-radius to 0 does not affect <select class="form-control">
setting @input-border-radius to 0 does not affect <select class="form-control">
Dec 11, 2014
Browsers generally don't allow <select>s or certain other native form controls (e.g. checkboxes) to be styled very much. The extent to which they can be styled varies by browser and OS.
Since Bootstrap v3 doesn't overhaul native form elements (use something like http://wtfforms.com for that), seems like we should just document/comment that this variable/property doesn't have an effect in all browsers?
as in
https://stackoverflow.com/questions/24210132/remove-border-radius-from-select-tag-in-bootstrap-3
I am using the http://bootswatch.com/yeti/ theme, every .form-control is radius 0, except
<select>
, testing on http://getbootstrap.com/css/#forms is same.it is supposed to work, right?
The text was updated successfully, but these errors were encountered: