Font-color selected row
I try to have a font-color changed on a selected row.
I use the system css and define in my main page:
#myGrid .aw-rows-selected { background: #CC0711; color: #FFFFFF; }
(ofcourse I defined: obj.setId("myGrid");)
The background is fine and change while selected, however the font-color doesn't.
So I looked in the aw.css (system) where ".aw-rows-selected" is defined using a color. I've ereased the ".aw-rows-selected" from the stylesheet in order to define this statement myself.
Still the font-color isn't changing. Does anyone have an idea?
I use the system css and define in my main page:
#myGrid .aw-rows-selected { background: #CC0711; color: #FFFFFF; }
(ofcourse I defined: obj.setId("myGrid");)
The background is fine and change while selected, however the font-color doesn't.
So I looked in the aw.css (system) where ".aw-rows-selected" is defined using a color. I've ereased the ".aw-rows-selected" from the stylesheet in order to define this statement myself.
Still the font-color isn't changing. Does anyone have an idea?
RG
August 31,