I have a jqgrid with multi select. When i select any row the background is getting changed but the color of that text is not changing. Can anyone help me to solve this please.
.ui-jqgrid-btable .ui-state-highlight
{
background : #72A0C1;
color : white;
}