Spaces:
Sleeping
Sleeping
File size: 2,972 Bytes
c63ff03 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
---
cssClass: reference
---
This page lists CSS variables for tables.
## CSS variables
| Variable | Description |
| --------------------------------------- | ------------------------------------- |
| `--table-background` | Table background color |
| `--table-border-width` | Table border width |
| `--table-border-color` | Table border color |
| `--table-cell-vertical-alignment` | Cell vertical alignment |
| `--table-white-space` | Table `white-space` property |
| `--table-header-background` | Table header background color |
| `--table-header-background-hover` | Table header background color (hover) |
| `--table-header-border-width` | Table header border width |
| `--table-header-border-color` | Table header border color |
| `--table-header-font` | Table header font family |
| `--table-header-size` | Table header font size |
| `--table-header-weight` | Table header font weight |
| `--table-header-color` | Table header text color |
| `--table-line-height` | Line height for cell text |
| `--table-text-size` | Cell font size |
| `--table-text-color` | Cell text color |
| `--table-column-max-width` | Column maximum width |
| `--table-column-alt-background` | Alternating column background color |
| `--table-column-first-border-width` | First column left border width |
| `--table-column-last-border-width` | Last column right border width |
| `--table-row-background-hover` | Row background color (hover) |
| `--table-row-alt-background` | Alternating row background color |
| `--table-last-border-width` | Last row bottom border width |
| `--table-selection` | Selection background color |
| `--table-selection-blend-mode` | Selection blend mode |
| `--table-selection-border-color` | Selection border color |
| `--table-selection-border-width` | Selection border width |
| `--table-selection-border-radius` | Selection border radius |
| `--table-drag-handle-background` | Drag handle background color |
| `--table-drag-handle-background-active` | Drag handle background color (active) |
| `--table-drag-handle-color` | Drag handle icon color |
| `--table-drag-handle-color-active` | Drag handle icon color (active) |
|