我想切换datascroller用来显示所选页面的样式。有可能吗?
<f:facet name="footer">
<a4j:form>
<rich:datascroller styleClass="wrap-paginacao" for="estabelecimentoGrid" boundaryControls="hide" stepControls="show" fastControls="hide" >
<f:facet name="previous">
<h:graphicImage value="/home/img/previous.png"/>
</f:facet>
<f:facet name="next">
<h:graphicImage value="/home/img/next.png"/>
</f:facet>
</rich:datascroller>
</a4j:form>
</f:facet>更新
默认样式:

我想要的款式:

发布于 2011-05-18 17:31:50
将.rf-ds-act类的富面覆盖到您想要的任何东西。
如果这还不够,右键单击scroller组件,然后单击使用firebug检查元素,您将得到要覆盖的css。
https://stackoverflow.com/questions/6048356
复制相似问题