If you are looking for ways to style a component I would recommend looking at 
the Flex 3 Style Explorer at 
http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html

Note that colors #111111 and #222222 are so close to black that you probably 
wouldn't notice the difference.

--- In [email protected], "carnau...@..." <carnau...@...> wrote:
>
> Hello,
> 
> I have noticed that the following "quite simple CSS" may be ignored depending 
> on our MXML structure...? :
> 
> .myBytton {
>    color: #111111;
> }
> 
> Button {
>    color: #222222;
> }
> 
> Both CSS styles are ignored below :
> <mx:Button styleName="myButton" .../> // color #111111 ignored
> <mx:Button .../> // color #222222 ignored
> => and default color for <mx:Button> gets displayed :-(
> 
> Does anyone know about this issue ?  and how to workarround it ?
> 
> With thanks,
> 
> Regard.
> 
> PS : config. is "AIR application run on WinXP via Flex Builder 3"
>


Reply via email to