alternate-column-color

An alternate background color that should be applied on all cells in even numbered column. Use cell-color to define the color of odd numbered columns. Ignored, if alternate-row-color is set.

Availability

Available in: Table Cell, Table

Type

Color

Default value

rgb(0,0,0)

Inherited

Yes.

Example

// Use a gray background and alternate it by column
table-cell {
   cell-color:           #fafafa
   alternate-column-color:  #fefefe
}