Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法重新定义 ICEfaces 组件的样式?例如,如果我想拥有
<ace:panel>
蓝色背景,蓝色标签
<ace:submenu...>
ETC。?
您可以使用 style/styleClass 参数设置 <ace:panel> 样式:<ace:panel style="background-color:blue">
如果你想设置像 <ace:submenu> 这样的元素的样式,你应该查看(例如在 firebug 中)该组件中使用了哪些 css 类(例如 ui-widget-header 类)并在你的 css 文件中覆盖它。