Change color in default Dropdown widget

1
Hi All, I’m trying to change default mendix dropdown widget’s list selection color (blue) into some other. Do anyone have an idea about this? Thanks in Advance...
asked
1 answers
1

You will need to specify custom CSS to achieve this. Use browser’s inspect element tool to find out the HTML element and relevant CSS for the selected item. Then specify your CSS for that element/class combination. Set the desired color in CSS. 

Another thing you may try is this widget https://marketplace.mendix.com/link/component/41730

answered