简体   繁体   中英

Flex dropdown combobox selected background color?

Flex is so tricky to style.

I have a combobox, when I arrow up and down over a select it has a background color, how do I change this color. This should be easy.

Try this style

ComboBox {
   dropdownStyleName: "myComboBoxDropDowns";
}

.myComboBoxDropDowns {
   rollOverColor: #996699;
   selectionColor: #993366;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM