country-regions / react-country-region-selector

Country-region dropdowns for your React forms
http://country-regions.github.io/react-country-region-selector/
326 stars 131 forks source link

border radius #41

Open CarlosUvaSilva opened 6 years ago

CarlosUvaSilva commented 6 years ago

I'm trying to remove the border-radius of the dropdown but I can't seem to do it. I'm trying border-radius: unset and it overrides the default 5px but the component doesn't change

benkeen commented 6 years ago

Hi Carlos, the dropdowns/select boxes are just plain HTML, so styling may be limited to whatever your browser permits. But you should be able to style them to change the border radius.

https://stackoverflow.com/questions/1895476/how-to-style-a-select-dropdown-with-only-css