Hinzufügen von Library und Elementeigenschaften bei Objekterstellung

This commit is contained in:
ja
2022-01-17 11:43:49 +01:00
parent 5110dc93ec
commit 927c551951
241 changed files with 42104 additions and 1581 deletions

View File

@@ -0,0 +1,19 @@
table.fixedHeader-floating {
position: fixed !important;
background-color: white;
}
table.fixedHeader-floating.no-footer {
border-bottom-width: 0;
}
table.fixedHeader-locked {
position: absolute !important;
background-color: white;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}