how to change a border radius of option css code example
Example: remove border radius select css
#mySelect {
border-radius: 0
-webkit-appearance: none;
}
#mySelect {
border-radius: 0
-webkit-appearance: none;
}