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

15 lines
220 B
CSS
Raw Normal View History

2023-12-03 22:10:18 +04:00
table.fixedHeader-floating {
background-color: white;
}
table.fixedHeader-locked {
position: absolute !important;
background-color: white;
}
@media print {
table.fixedHeader-floating {
display: none;
}
}