mirror of
https://github.com/zadam/trilium.git
synced 2026-03-23 04:10:16 +01:00
20 lines
444 B
CSS
20 lines
444 B
CSS
.tabulator-print-table table,
|
|
.tabulator-print-table th,
|
|
.tabulator-print-table tr,
|
|
.tabulator-print-table td {
|
|
border: 1px solid black !important;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.tabulator-print-table th {
|
|
background-color: #f0f0f0 !important;
|
|
}
|
|
|
|
.tabulator-print-table th,
|
|
.tabulator-print-table td {
|
|
padding: 0.25rem 0.5rem !important;
|
|
}
|
|
|
|
.tabulator-print-table td[aria-checked] svg path {
|
|
fill: currentColor !important;
|
|
} |