0
I would like to change the color of a commandButton, actually several, wanted to leave set "edit", "delete"... etc
My code is like this.
<p:commandButton icon="ui-icon-trash" actionListener="#{MBFabricante.prepararExcluir}"
oncomplete="PF('dlgFabExcluir').show();"
update=":frmFabExcluir:pnlFabExcluir" />
I wanted to change the color of the icon
Since you are using a component of the primefaces, one possibility would be to detect the CSS classes responsible for the customization of the
button
in the framework.– Weslley Tavares
Which I couldn’t, because without access to it
– Filipe