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-color
Fallback |
Default |
---|---|
/ |
/ |
Fallback value for --mbx-table-text-color-light
and --mbx-table-text-color-dark
--mbx-table-text-color-light
Fallback |
Default |
---|---|
Table text color when dark mode is `off'
--mbx-table-text-color-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-color
Fallback |
Default |
---|---|
/ |
/ |
Fallback value for --mbx-table-header-text-color-light
and --mbx-table-header-text-color-dark
--mbx-table-header-text-color-light
Fallback |
Default |
---|---|
whitesmoke |
Table header text color when dark mode is `off'
--mbx-table-header-text-color-dark
Fallback |
Default |
---|---|
rgb(255, 255, 255) |
Table header text color when dark mode is `on'
--mbx-table-border-color
Fallback |
Default |
---|---|
/ |
/ |
Fallback value for --mbx-table-border-color-light
and --mbx-table-border-color-dark
--mbx-table-border-color-light
Fallback |
Default |
---|---|
darkslategrey |
Table border color when dark mode is `off'
--mbx-table-border-color-dark
Fallback |
Default |
---|---|
rgb(219, 219, 219) |
Table border color when dark mode is `on'