Is it possible to change this blue color of hovered select options, or is it browser specific?
Asked
Active
Viewed 111 times
0
-
2Does this answer your question? [Change Select List Option background colour on hover](https://stackoverflow.com/questions/10484053/change-select-list-option-background-colour-on-hover) – bertdida Aug 11 '20 at 07:03
-
@bertdida Seems like it's extremely browser dependant and will never work correctly on all platfors, so I might just have to ignore it. Thanks for the help though, it does seem to work on Firefox indeed, but not on other browsers that I've tried. – jakeu_ Aug 11 '20 at 07:12
1 Answers
0
My recommendation is to use an external library for doing this. The native select is very hard to style, and get it working properly across all browsers. I have previously used custom-select, and it has served me pretty well. Furthermore, there is a plugin for twitter-bootstrap that I haven't used myself, but may be what you're looking for.

David Jungermann
- 81
- 4