Hello,
I'm using an ASP dropdown list on a page. The list is populated from code behind. Is it possible to have a different color arrow toggle from the text in the dropdown? Ideally, when the page first loads, the text is dark blue and the down arrow if light blue. When I click the toggle to display the options, the options are also light blue. I've figured out how to change the color of the list items but haven't figured out the toggle.
This is the effect I'm trying to create:

I've tried suggestions I've found so far but most examples are for a dropdown list that has been hardcoded in HTML. I haven't found anything to use with a DDL that is bound by a data source.
Any help is appreciated!
Thank you.