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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -