:: Forum >>
.aw-cells-selected ignored in 2.0.1?
In 2.0.0, I used .aw-cells-selected and .aw-rows-current combined, to achieve cell-by-cell selection but color the row and not the individual cell:
.aw-cells-selected {background: #f4d87f; color: black;}
.aw-rows-current {background: #f4d87f}
In 2.0.1, .aw-cells-selected seems to be ignored. The row is highlighted the #f4... color but the cell is also highlighted dark blue.
LanceH
Wednesday, July 26, 2006
With 2.0.1 either use grid ID -
#myGrid .aw-cells-selected {background: #f4d87f; color: black;}
or !important attribute -
.aw-cells-selected {background: #f4d87f!important; color: black!important;}
Alex (ActiveWidgets)
Monday, July 31, 2006
This topic is archived.
Back to support forum
Forum search