3.2.0

Styles styles styles

Ho there,

I have
#Grid .aw-cells-selected {border:1px solid #316ac5;}
#Grid .aw-mouseover-cell {border:1px solid #6DA3F8;}

#Grid .aw-cells-selected .aw-column-1       {border:0px solid #316ac5;}
#Grid .aw-mouseover-cell .aw-column-1       {border:0px solid #6DA3F8;}


The two first lines are ok, but it seems like the 2 last lines dont have effect...

Help please!
Lucas
January 31,
You may want to change to

#Grid .aw-cells-selected {border:1px solid #316ac5;}
#Grid .aw-mouseover-cell {border:1px solid #6DA3F8;}

#Grid .aw-column-0       {border:0px solid #316ac5;}
#Grid .aw-column-1       {border:0px solid #6DA3F8;}

Tony
January 31,
Ok, good call tony,

but then the border bottom of header of col 0 and 1 disappeared...

how can I get it back?
JeanLuc
February 1,

This topic is archived.

See also:


Back to support forum