我想切换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>
更新
默认样式:
我想要的样式:
答案 0 :(得分:3)
将.rf-ds-act
类丰富的表面覆盖到你想要的任何地方..
如果这还不够,请右键单击滚动条组件并使用firebug单击inspect元素,您将获得要覆盖的css。