I have a dashboard where I don't want the highlight color in the displayed grids.
I solved it by adding custom css to the dashboard, adding just white as the highlight color:
.rnr-dbselectedrow.rnr-dbselectedrow {
background-color: white;
}
Just wondered if it can be also done by a setting in phpr that I missed.
Thanks!