在以下示例中,来自文件 MessageView.ui.xml:
<ui:style>
.polite {
position:fixed;
background-color:notice-background-color;
top:1em;
left:2em;
white-space:nowrap;
border-radius:.5em;}
</ui:style>
<g:PopupPanel styleName="{style.polite}">
<g:HTML ui:field="message">Message goes here.</g:HTML>
</g:PopupPanel>
我可以定义@notice-background-color 以便其他 UiBinder 文件也可以使用该定义吗?