Override pagination button styles in Data grid 2

0
Hello all,   I am trying to override the datagrid 2 pagination styles. I have created my own class to change look and feel of the data grid 2. I see everything is working fine except the pagination buttons.   I added custom image for the backward, forward buttons. but these buttons are just in the background of the existing mendix Data grid 2 default images.  Please find screenshot as below. Has any one come across such situations like overriding pagination buttons? please help.  
asked
2 answers
1

Hi Nirmal,

 

Also try,

    visibility: hidden;

image.png

Hope it helps!

Thanks & Regards,

Manikandan K

answered
0

Hi Nirmal,

you can use opacity to Blur them, i have done for forward icon below

image.png

answered