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