[campopianoa] Thank you.
.anvil-role-thin_row {
margin-top: -10px !important;
margin-bottom: -10px !important;
}
That’s just what I needed.
I know you showed the option of highlighting rows through code but is there anyway to combine the role you suggested with the following:
If you only wanted
anvil-row-panels
for some data grids gray - you could create an anvil role for therepeating panel
calledstriped
.anvil-role-striped .anvil-data-row-panel:nth-child(even) { background: %color:Gray 200%;; }