Table CSS variables
Summary
CSS Variables table
Css variable |
Fallback |
Default |
|---|---|---|
/ |
/ |
|
/ |
/ |
|
/ |
/ |
|
linear-gradient(to right, #354155, #2b3546) |
||
linear-gradient(to right, #4b5b77, #3e4c64) |
||
/ |
/ |
|
whitesmoke |
||
rgb(255, 255, 255) |
||
/ |
/ |
|
darkslategrey |
||
rgb(219, 219, 219) |
CSS Variables list
--mbx-table-background
Fallback |
Default |
|---|---|
/ |
/ |
Fallback value for --mbx-table-background-light and --mbx-table-background-dark
--mbx-table-background-light
Fallback |
Default |
|---|---|
Table background when dark mode is `off'
--mbx-table-background-dark
Fallback |
Default |
|---|---|
Table background when dark mode is `on'
--mbx-table-text
Fallback |
Default |
|---|---|
/ |
/ |
Fallback value for --mbx-table-text-light and --mbx-table-text-dark
--mbx-table-text-light
Fallback |
Default |
|---|---|
Table text color when dark mode is `off'
--mbx-table-text-dark
Fallback |
Default |
|---|---|
Table text color when dark mode is `on'
--mbx-table-header-background
Fallback |
Default |
|---|---|
/ |
/ |
Fallback value for --mbx-table-header-background-light and --mbx-table-header-background-dark
--mbx-table-header-background-light
Fallback |
Default |
|---|---|
linear-gradient(to right, #354155, #2b3546) |
Table header background when dark mode is `off'
--mbx-table-header-background-dark
Fallback |
Default |
|---|---|
linear-gradient(to right, #4b5b77, #3e4c64) |
Table header background when dark mode is `on'
--mbx-table-header-text
Fallback |
Default |
|---|---|
/ |
/ |
Fallback value for --mbx-table-header-text-light and --mbx-table-header-text-dark
--mbx-table-header-text-light
Fallback |
Default |
|---|---|
whitesmoke |
Table header text color when dark mode is `off'
--mbx-table-header-text-dark
Fallback |
Default |
|---|---|
rgb(255, 255, 255) |
Table header text color when dark mode is `on'
--mbx-table-border
Fallback |
Default |
|---|---|
/ |
/ |
Fallback value for --mbx-table-border-light and --mbx-table-border-dark
--mbx-table-border-light
Fallback |
Default |
|---|---|
darkslategrey |
Table border color when dark mode is `off'
--mbx-table-border-dark
Fallback |
Default |
|---|---|
rgb(219, 219, 219) |
Table border color when dark mode is `on'