.gwt-DecoratorPanel.topLeft{
border-style: solid;
border-width:1;
border-color: RED;
}
But the border is still blue, what do I do?
.gwt-DecoratorPanel .middleCenter{
border-style: solid;
border-width:1;
border-color: #CC6600;
}
Now I want to apply this style to only a few specific widgets. That
is:
#unsavedNote .middleCenter{...}
However calling this code from the widget constructor:
this.setStylePrimaryName("unsavedNote");
Produces no results, I'm inspecting the source with Chrome and I can
tell that the element doesn't have the that style(it has gwt-
DecoratorPanel)
Help?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
--
Marcelo Sena