This topic is locked

Dashboard grid highlight color

2/22/2022 5:36:05 PM
PHPRunner General questions
M
MikeT author

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!