i want to change the icons from the <p:rowEditor>
. Not the ui-icon-pencil, but the ui-icon-check and ui-icon-close.
My CSS
.ui-icon-check {
background-image: url(../images/success_icon_16x16.png) !important;
}
.ui-icon-close {
background-image: url(../images/cancel.png) !important;
}
But when i edit some row, i see no icon's.
Any idea? Thx Tim