javascript - How to remove the default border radius ,Select2 -
i'mm using https://select2.github.io/examples.html don't want border radius. 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
Post a Comment