Upon further investigation, it appears that in order to change the color of
the DecoratedPopupPanel, it would also be necessary to change the color of
the DecoratorPanel object being used inside of the DecoratedPopupPanel which
unfortunately is declared as private.  In addition, the hborder.png,
vborder.png and corner.png files which make up the edges of the
DecoratedPopupPanel would need to be modified.  Has anyone made an attempt
to do this?  If so, what suggestions do you have?

Thanks,
Daniel

On Thu, Dec 24, 2009 at 10:28 AM, Daniel Simons <[email protected]>wrote:

> I am trying to make the DecoratedPopupPanel appear in a different color.
>  As far as I can tell changing the DecoratedPopupPanel properties in my css
> file does not affect the popup inside of the popup at all.  Unfortunately,
> the DecoratorPanel is declared as private, and there is no way of passing in
> the style for this object
>
> For example,  I tried introducing the following which had no effect:
>
>  .gwt-DecoratedPopupPanel .popupMiddleCenter {
>   padding: 3px;
>   background: red;
> }
>
> I also tried, which resulted in the surrounding border of the popup
> appearing in red:
>
> .gwt-DecoratedPopupPanel{
>   padding: 3px;
>   background-color: red;
> }
>
> Is there a way to change the portion of the popup that, by default, appears
> in light blue, to something different?
>
> Thanks,
> Daniel
>

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to