Or, a combination of the two:
Panel{
dropShadowEnabled: false;
}
(Global - without the dot, and CSS ":" instead of MXML "=") :)
-TH
--- In [email protected], Van De Velde Hans
<[EMAIL PROTECTED]> wrote:
>
> or just
>
> Panel{
> dropShadowEnabled = false;
> }
>
> (without the dot)
>
>
> -----Original Message-----
> From: [email protected]
[mailto:[EMAIL PROTECTED] On
> Behalf Of camlinaeizerous
> Sent: maandag 11 december 2006 19:02
> To: [email protected]
> Subject: [flexcoders] Re: How to remove shadow
>
>
>
> in your CSS
>
> .Panel{
> dropShadowEnabled: false;
> }
>
> --- In [EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com>
ups.com,
> "sanjaypmg" <sanjaypmg@> wrote:
> >
> > Hi All,
> >
> > I have developed some screens in flex and integrated with the
existing
> > application but It doesnt match to the existing theme... Its
looking
> > totally different part of the application which should not
be.... I
> > have used many things which have shadow effect like panel... So
to
> > make this in sink with the existing application I wanna remove
this
> > shadow effect from all the components used in the application.
but I
> > couldnt find how to remove it...
> >
> > If anyone knows please let me know... It would be a great help...
> >
> > thanks in advance.
> >
> > Thanks
> > Sanjay Sharma
> >
>