chore(print/table): grayed out table headers

This commit is contained in:
Elian Doran 2025-11-21 22:13:55 +02:00
parent c43820776f
commit 670cc474a4
No known key found for this signature in database

View File

@ -5,3 +5,7 @@
border: 1px solid black !important;
border-collapse: collapse;
}
.tabulator-print-table th {
background-color: #f0f0f0 !important;
}