Greetings - This question concerns the styling of inputs and the special "invalid" tooltip produced when a validator declares some input to be invalid.
The Flex docs correctly point out that the invalid tooltip color can be controlled using the .errorTip css class selector, however this has no effect of the border drawn around the invalid input, ie it stays red. Thus if I set borderColor in .errorTip to green, I get a RED border on the invalid input but with a GREEN error message tooltip, not good. Any suggestions on how to control the invalid input border color? I've tried using the invalid event to manipulate borderColor, themeColor, styleName, etc. all to no effect. I have to deliver this code today so any help would be very much appreciated! cheers, ethan

