dokuwiki-datatables/assets/datatables.net-fixedheader-dt/css/fixedHeader.jqueryui.css
2025-12-21 20:06:52 +01:00

15 lines
234 B
CSS

table.fixedHeader-floating {
background-color: white;
}
table.fixedHeader-locked {
position: absolute !important;
background-color: white;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}