I am changing the background color of the combo like so:
combo.DOMelem_input.className += “someDivClass”;
When I do this, the color behind the arrow selector/opener also changes. Is there a way to set the background color of the opener separately or do I need to use a new image for the combo_select .gif?