:: Forum >>

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
Friday, July 13, 2007
Any leads would be appriciated
IS
Monday, July 16, 2007
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)
Monday, July 16, 2007

This topic is archived.


Back to support forum

Forum search