Show More
Commit Description:
announcement
Commit Description:
announcement
File last commit:
Show/Diff file:
Action:
vendor/javascript/datatables/FixedHeader-3.2.4/css/fixedHeader.dataTables.css | 18 lines | 288 B | text/css | LassoCssLexer |
datatable now works
r866 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;
}
}