If you want to target all of the select2
dropdowns this is what you could use:
.select2-results .select2-highlighted { background-color: #81d742 ; }
This will change the background color of any either selected or on-hover option.
You can add this css rule by going to Appearance -> Customize -> Additional CSS.
]]>