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.

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