first i must say im rather new to GWT so i may be the source of the
problem :-)
when i added a decoratedstackpanel to a dark background i noticed the
top two corners of the
first stackitem aren't transparent and have a white background.
after some play with the standard.css i fixed it with these lines:
html>body .gwt-DecoratedStackPanel .gwt-StackPanelItem-
first .stackItemTopRight,
html>body .gwt-DecoratedStackPanel .gwt-StackPanelItem-
first .stackItemTopLeft {
background-color: transparent; /* instead of white*/
}
* html .gwt-DecoratedStackPanel .gwt-StackPanelItem-
first .stackItemTopLeftInner,
* html .gwt-DecoratedStackPanel .gwt-StackPanelItem-
first .stackItemTopRightInner {
background-color: transparent; /* instead of white*/
}
shouldn't it be transparent by default? why gwt assume there's a white
background? :S
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---