Web: Use row background color for Tabulator tables
This commit is contained in:
parent
ae13ff6410
commit
fd38ad2aea
@ -4,7 +4,7 @@
|
|||||||
-ms-transform: translatez(0);
|
-ms-transform: translatez(0);
|
||||||
-o-transform: translatez(0);
|
-o-transform: translatez(0);
|
||||||
-webkit-transform: translatez(0);
|
-webkit-transform: translatez(0);
|
||||||
background-color: var(--color-background);
|
background-color: var(--table-color-background-row-odd);
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
color: var(--color-text-muted);
|
color: var(--color-text-muted);
|
||||||
font-family: var(--font-family-mono);
|
font-family: var(--font-family-mono);
|
||||||
@ -1136,10 +1136,6 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabulator {
|
|
||||||
background-color: #222;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabulator .tabulator-header .tabulator-col {
|
.tabulator .tabulator-header .tabulator-col {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user