Selected Row Background
Use the .ui-selected css style to customize the selected row background, as all the selected rows will include the .ui-selected style.
Here is the default style for the selected row.
|
ui-selected { background:#badde9; } |
Hovering Row Background
Similarly, use the .rq-row-hover css style to customize the selected row background, as all the hovering rows will include the .rq-row-hover style.
here is the default style for a hovering row.
|
.rq-row-hover { background:#dceef4; } |
the resultant will be like this.

Default Selected row and hovering row styles.
© RadiantQ 2022. All Rights Reserved.