How to hide the border and background from select options?
I have tried border: none; and outline: none;
Doesn't work.
And this same question: How to remove border of drop down list : CSS
Doesn't work for me
How to hide the border and background from select options?
I have tried border: none; and outline: none;
Doesn't work.
And this same question: How to remove border of drop down list : CSS
Doesn't work for me
I tried tinkering with my select options and upon inspection it looks like a browser concern. Browsers have a default css stylesheet, like user agent stylesheet seen in the image. You can't make changes in the console to these styles. I do believe it is possible to override these stylesheets though depending on your browser. Here is a post about overriding user agent stylesheets. Hope this helps!