diff --git a/apps/client/src/widgets/collections/table/TablePrintView.css b/apps/client/src/widgets/collections/table/TablePrintView.css index 09c6cae07..ce7eec9ec 100644 --- a/apps/client/src/widgets/collections/table/TablePrintView.css +++ b/apps/client/src/widgets/collections/table/TablePrintView.css @@ -4,4 +4,8 @@ .tabulator-print-table td { border: 1px solid black !important; border-collapse: collapse; +} + +.tabulator-print-table th { + background-color: #f0f0f0 !important; } \ No newline at end of file