mirror of
https://github.com/zadam/trilium.git
synced 2025-11-26 10:34:25 +01:00
chore(print/table): grayed out table headers
This commit is contained in:
parent
c43820776f
commit
670cc474a4
@ -5,3 +5,7 @@
|
|||||||
border: 1px solid black !important;
|
border: 1px solid black !important;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabulator-print-table th {
|
||||||
|
background-color: #f0f0f0 !important;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user