css - bootstrap - dropdown options don't change design -
i working on implementing bootstrap 3.3.5 on existing website.
among other things, i'm going on form elements , add/change classes bootstrap's ones.
simply, taking code:
<select id="mylist"> <option>...</option> </select>
and having that:
<select id="mylist" class="form-control"> <option>...</option> </select>
therefore, when dealing dropdown lists (select elements), add/change class "form-control" on each of them.
in cases, select element turns bootstrap look, options inside list stay "regular".
i'm not talking changing normal list element div "dropdownmenu" classes , on, change classes on existing elements, described.
in such case, aren't inside options supposed change also, select element does?? if so, missing here prevents these options change also??
Comments
Post a Comment