mirror of
https://github.com/zadam/trilium.git
synced 2025-12-15 12:49:53 +01:00
chore(print/table): grayed out table headers
This commit is contained in:
@@ -4,4 +4,8 @@
|
||||
.tabulator-print-table td {
|
||||
border: 1px solid black !important;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.tabulator-print-table th {
|
||||
background-color: #f0f0f0 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user