CSS Styling Issue with Selected and TYPE_AHEAD field in list

Hi,

i use a CSS Style for my form, which shows a list of records.
One column of the table has a dataprovider with type TYPE_AHEAD and a valuelist.

My CSS looks like this:

odd {
	background-color: #ffffff;
}

even {
	background-color: #f6f8f9;
}

selected {
	background-color: #56B0FF; 
	color: #ffffff;
}

As you see, on the selected record, the text color is white and the background-color is blue.
Thats fine on all columns but not on the TYPE_AHEAD field.
When i click into the TYPE_AHEAD field to choose a value from the valueliste the text color is also white here.
You can see that in the screenshot:

[attachment=0]cssissue.PNG[/attachment]

I’ve already tried to set the text color of the valuelist items, but it fails.

When i remove the “color” from the “selected” tag, then the valuelist text color is black.
But when i click into the table to a cell, the cell text color changes to black as well.
That’s no solution for my issue, because i want a white text color of the selected record in all columns.

Is there any possibility to fix that or is it a Servoy bug?

Thanks!
Alex