Hi,
I would like to change style to a menu, I change the style for MenuBar
& MenuItem, but when I can't change style to the popup...
I would like to remove the shadow and the border...
In my css i wrote:
.gwt-MenuBar .gwt-MenuItem { background-color: green;}
.gwt-MenuBar .menuPopupTopLeft { background-color: red;}
.gwt-MenuBar .menuPopupBottomLeft { background-color: red;}
.gwt-MenuBar .menuPopupBottomLeftInner {background-color: red;}
.gwt-MenuBar .menuPopupBottomCenter { background-color: red;}
.gwt-MenuBar .menuPopupBottomCenterInner { background-color: red;}
.gwt-MenuBar .menuPopupBottomRight {background-color: red;}
.gwt-MenuBar .menuPopupBottomRightInner { background-color: red;}
.gwt-MenuBar .menuPopupTopLeft { background-color: red;}
.gwt-MenuBar .menuPopupTopLeftInner { background-color: red;}
.gwt-MenuBar .menuPopupTopCenter { background-color: red;}
.gwt-MenuBar .menuPopupTopCenterInner { background-color: red;}
.gwt-MenuBar .menuPopupTopRight { background-color: red;}
.gwt-MenuBar .menuPopupTopRightInner { background-color: red;}
.gwt-MenuBar .menuPopupMiddleLeft { background-color: red;}
.gwt-MenuBar .menuPopupMiddleLeftInner { background-color: red;}
.gwt-MenuBar .menuPopupMiddleCenter { background-color: red;}
.gwt-MenuBar .menuPopupMiddleCenterInner { background-color: red;}
.gwt-MenuBar .menuPopupMiddleRight { background-color: red;}
.gwt-MenuBar .menuPopupMiddleRightInner { background-color: red;}
And I can see the item green but the popup is still white with
shadow...
How can I do?
Thanks
Ale
--
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.