3.2.0

Change row selector background color when row is selected

I have a grid that responds to a single-click on the row selector or on any cell in the row. All the cells get highlighted with the default slate blue background color, but the row selector background color never changes. How do I make the row selector background color change to the default color when that row is selected?

Thanks,

Chuck La Fleur
Chuck La Fleur
October 30,
use .aw-row-selector class -

.aw-rows-selected .aw-row-selector {
    background: red;
    border: none;
}

.aw-rows-selected .aw-row-selector .aw-item-box {
    background: none;
    border: none;
}
Alex (ActiveWidgets)
October 31,

This topic is archived.

See also:


Back to support forum