I have a dateField and when I iterate with the cursor over the various sub sections (date month year, etc) of the dateField the focus color by default is blue. When I unfocus the dateField the item that was selected highlight turns white. Which is fine, except my text is white with a black background. This makes it look poor as now there is a date field with one of the sub fields looking like a white rectangle.
I tried painting the the background black which solved the blue/white highlight, but it did so by offering no highlight at all. So you can no longer tell when you have focus on the field.
Is there a way to override the highlight colors for the sub parts of a dateField?