How to change the color of item selection radcombobox with a css style?

mmuk

New Member
I was wondering if was possible to change the value of "background-color" for the selection of a radCombobox.Here is the css code I used:(I can change everything but not the color of highlighted items ....)\[code\]div.RadComboBox_Metro .rcbInputCell INPUT.rcbInput{ background-color: #9BCDFF;}\[/code\]"Metro" being the name of the "skin" of my radcomboboxThanks to all
 
Back
Top