survey/test2/FixedHeader-3.3.2/css/fixedHeader.jqueryui.css
2023-03-27 15:17:34 +02:00

15 lines
220 B
CSS

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