Customize Datagrid Isloading graphic

Is it possible to change the size of the of the circular arrow? I would like it to be a lot more obvious to users.
i've tried to change it using rz-data-loading but the change I am making affect all my icons which i don't want.

thanks

John

Should be possible by overriding .rz-datatable-loading-content:

.rz-datatable-loading-content .rzi-circle-o-notch {
     width: 50px;
     height: 50px;
     font-size: 48px;
}

works perfectly, many thanks.

Question: Should I be editing the main CSS file or should I have a secondary one with my modifications? I'm not even sure if what i'm saying is possible I'm not experienced with CSS. What I want to avoid is making edits which I then have to keep reapplying when the css file that Radzen provides changes (as it did when you introduced the Radzen datagrid)

Thanks

John

You should probably keep your changes separate from the Radzen theme - say in the styles.css file of your application.

yes of course,

can't see for looking!!

thanks