diff options
Diffstat (limited to 'src/main/resources/static/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.css')
-rw-r--r-- | src/main/resources/static/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/resources/static/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.css b/src/main/resources/static/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.css new file mode 100644 index 0000000..12b5440 --- /dev/null +++ b/src/main/resources/static/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.css @@ -0,0 +1,16 @@ +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; + } +} |