On Fri, 11 Mar 2005 15:18:37 +1000, Scott Barnes <[EMAIL PROTECTED]> wrote:

> I have an mx:Panel, with a simple headerColors=[col1,col2] approach,
> easy enough.
> 
> BUT...
> 
> How do i prevent its children Panels/Controls from also inheriting
> that style?
[snip]

'headerColors' is an inheriting style. If you want to override that,
you can specify a default 'headerColors' for Panel in your CSS.

<mx:Style>
Panel {
headerColors: #E1E5EB, #F4F5F7;
}
</mx:Style>

Manish


Reply via email to