nur-sery/nur_public/nur-v-bs3/datatables-1.11.15/FixedHeader-3.2.2/css/fixedHeader.dataTables.css

19 lines
288 B
CSS

table.fixedHeader-floating {
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;
}
}