Skip to main content
NICE CXone Expert

We will be updating our infrastructure on Dec 2, 2023. Sites will be down starting at 8pm Pacific time. This may last up to 3 hours.

Expert Success Center

Table variables

Applies to:
MindTouch (current)
Role required:
N/A
Tables are used to organize information in a tabular fashion, similar to a spreadsheet. In MindTouch there are a few LESS variables you can use to style your tables.

Customize tables

table1.png

Variables

@table-font-family

Default value: @default-font-family

Definition: The font used in the cells of the table (ex. Times New Roman, Arial, Verdana, etc). Lato is the default font used.

table1.2.png

@table-header-background-color

Default value: lighten(@highlight-color, 37%)  

Definition: The background color of the table header cells.

table2.png

@table-header-border-color

Default value: @highlight-color;  

Definition: The color of the bottom border of the table header.

table3.png

@table-header-font-family

Default value: @default-font-family

Definition: The font used in the header cells of the table (ex. Times New Roman, Arial, Verdana, etc). Lato is the default font used.

table6.png

@table-row-odd-background-color

Default value: @background;  

Definition: Background color on all odd rows characterized by a lighter color than the even rows. The default color is the same as the site's background color.

table4.png

@table-row-even-background-color

Default value: @secondary-container-background-color  

Definition: Background color on all even rows characterized by a darker color than the odd rows. The default color is the same used for secondary containers (TOC, page settings, etc).

table5.png

@table-row-hover-background-color

Default value: lighten(@highlight-color, 40%)  

Definition: The background color of the entire row that appears when a user moves their mouse over it.

table7.png

@table-row-selected-background-color

Default value: lighten(@highlight-color, 35%)  

Definition: The background color of a row when it has been clicked on. Only applies to specialized tables where a user can select a row. It is a slightly darker shade of the color used for table row hovers.

table-row-selected.png

  • Was this article helpful?