javascript - How to remove the default border radius ,Select2 -


i'mm using https://select2.github.io/examples.html don't want border radius. enter image description here how can remove border radius make search box sliding area ?

you can add css :

[class^='select2'] {   border-radius: 0px !important; } 

fiddle : http://jsfiddle.net/jeadr/1537/


Comments