3.2.0

text color

I have a grid with multi-select functionality. When i select a certain row its background color changes to blue and the text color in the cells change to white. What i want is that on select the background color should not change and the text color should not turn to white. Ive tried to make the background color to change to white but then the txt color changes to white to and the text in the selected row cannot be read.
Thanks for your help
IS
July 13,
Any leads would be appriciated
IS
July 16,
You can use .aw-rows-selected class to apply styles to the selected rows -

.aw-grid-control .aw-rows-selected {
    background: white;
    color: blue;
}
Alex (ActiveWidgets)
July 16,

This topic is archived.

See also:


Back to support forum