chore(print/table): monochrome checkboxes

This commit is contained in:
Elian Doran 2025-11-21 22:15:56 +02:00
parent 644e3e200d
commit 779e2f4633
No known key found for this signature in database

View File

@ -13,4 +13,8 @@
.tabulator-print-table th, .tabulator-print-table th,
.tabulator-print-table td { .tabulator-print-table td {
padding: 0.25rem 0.5rem !important; padding: 0.25rem 0.5rem !important;
}
.tabulator-print-table td[aria-checked] svg path {
fill: currentColor !important;
} }