From 0225bdb772d1334cc1aa7ab0fc3678df0864df6b Mon Sep 17 00:00:00 2001 From: AlisaLinUwU Date: Sun, 26 Jan 2025 10:42:28 +0500 Subject: Initialize --- .../css/fixedHeader.bootstrap4.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 build/resources/main/static/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.css (limited to 'build/resources/main/static/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.css') diff --git a/build/resources/main/static/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.css b/build/resources/main/static/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.css new file mode 100644 index 0000000..12b5440 --- /dev/null +++ b/build/resources/main/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; + } +} -- cgit v1.2.3