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

@ -14,3 +14,7 @@
.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;
}