Hi Jurica,
Greetings from Syncfusion.
You can customize the pagerdropdown hover and active element by using the below CSS selector.
[style.css]
<style>
.e-alldrop .e-dropdownbase .e-list-item.e-hover {
background-color: lightgreen;
}
.e-alldrop .e-dropdownbase .e-list-item.e-active {
background-color: blue;
}
</style> |
Please get back to us if you need any further assistance on this.
Regards,
Pavithra S.