Hallo,
does anybody know how i can change the color of the <optgroup ...> or maybe other css things to make it look much different from the <option ..> tags in GroupedDropdownField?
i have tried to change the color by updating the framework/admin/css/screen.css with:
select optgroup {color:#f00 !important}
but it didnt work :(
Thank you!