Show More
Commit Description:
announcement
Commit Description:
announcement
References:
File last commit:
Show/Diff file:
Action:
vendor/javascript/datatables/FixedHeader-3.2.4/css/fixedHeader.bootstrap4.css
| 16 lines
| 308 B
| text/css
| LassoCssLexer
|
r866 | table.dataTable.fixedHeader-floating, | |||
table.dataTable.fixedHeader-locked { | ||||
background-color: white; | ||||
margin-top: 0 !important; | ||||
margin-bottom: 0 !important; | ||||
} | ||||
table.dataTable.fixedHeader-locked { | ||||
position: absolute !important; | ||||
} | ||||
@media print { | ||||
table.fixedHeader-floating { | ||||
display: none; | ||||
} | ||||
} | ||||