3.2.0

Style CSS

Please,

I'm doing the update in one of our software how userd activewidgets v1 to v2, but I'm know how where I use the style CSS for my columns.

After I usede:

.active-grid-column {
   border-right: 1px solid threedlightshadow;
}

.acitive-grid-row {
   border-bottom: 1px solid threedlightshadow;
}


Now I try use:

.aw-grid-column {
   border-right: 1px solid threedlightshadow;
}

.aw-grid-row {
   border-bottom: 1px solid threedlightshadow;
}


but only rows it's work.

You can help me ?
Felipe
June 8,
Should be

.aw-grid-cell {...}

instead of .aw-grid-column
Alex (ActiveWidgets)
June 8,
.aw-grid-cell {
text-align: right;
border-right: 1px dotted red;
}

Thank's
Felipe
June 8,

This topic is archived.

See also:


Back to support forum