You can globally style tooltips with CSS like this:

ToolTip {

      fontFamily: Helvetica;

      backgroundColor: #c1ccd2;

      color: #000000;

      fontSize: 14;  

}

 

Is that what you are looking for?

Tracy

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Tim Hoff
Sent: Tuesday, July 01, 2008 5:08 PM
To: [email protected]
Subject: [flexcoders] ToolTip TextField TextColor

 

Hi all,

I've run into a problem with globally skinning ToolTips. I am to skin 
the border and background by using a programmatic borderSkin. However, 
the textField in ToolTip.as is protected and I'm not sure how to change 
it's style globally (tried TextField CSS). I'm just looking for a way 
to change the text color for all tool tips. If there's a way to apply 
a textFormat through CSS, that might work. But, so far, no luck trying 
to change this style. As usual, any help would be appreciated.

Thanks,
-TH

 

Reply via email to