I'm using a <p:dataList> to display vehicles. Everything is okay except the icons. My icons look like that right now
and i want them to look like that
I know how to modify the datalist itself using css, but not the buttons in the list. So how can i replace the icons using css?
If I do this, i can color it yellow and place an image, but not replacing it:
.ui-paginator-next {
background-color: yellow !important;
background-image: url(#{resource['images/logo.png']});
}

