I am writing a Primefaces Code where I am overwriting the .ui-icon-circle-triangle-e as follows
.ui-icon-circle-triangle-e{
background-image: url("#{resource['image/add-sign.png']}")!important;
background-position: 0px 0px;
}
so as to change the icon of my Rowtoggler. But this also changes the icon .ui-icon-circle-triangle-e(next) on Calender.
I need to keep the user defined icon for rowtoggler but get the primefaces icon for Calender. Could Anyone Help?Image of modified Rowtoggler