PDA

View Full Version : Removing Highlight from TextInput/Textarea...


Tony_Almeida
09-28-2007, 11:32 AM
Hi Everyone,

Is there any way of removing the highlight that appears around a textinput/textarea once focus has been brought to that control? I know changing the theme color changes the color of that highlight but I'm trying to remove it. (Was hoping when i first attempted there would be some property to turn it off but it didn't see one).

Thanks for your time,

- Tony

ulgerman
04-04-2008, 02:37 PM
Tony,

just add this to your css:

TextInput {focusAlpha : 0;}

that's it.

greetings,
ulgerman