Is it possible to change the default background color of a select list option on hover?
HTML:
In FF also CSS filter works fine. E.g. hue-rotate:
option { filter: hue-rotate(90deg); }
https://jsfiddle.net/w3a740jq/4/