Files
Trilium/apps/client/src/widgets/collections/table/TablePrintView.css
2025-11-21 22:15:56 +02:00

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;
}