
Untitled
By: a guest on
Apr 27th, 2012 | syntax:
None | size: 0.44 KB | hits: 20 | expires: Never
How do you remove defaul GWT style from CaptionPanel widget?
<ui:style src="../common.css">
.test {
color: red;
}
.gwt-CaptionPanel {
}
</ui:style>
<g:CaptionPanel captionText="Test" stylePrimaryName="{style.test}">
</g:CaptionPanel>
<inherits name='com.google.gwt.user.theme.standard.Standard'/>
<inherits name='com.google.gwt.user.theme.chrome.Chrome'/>
<inherits name='com.google.gwt.user.theme.dark.Dark'/>