summaryrefslogtreecommitdiff
path: root/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.css')
-rw-r--r--public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.css b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.css
new file mode 100644
index 0000000..12b5440
--- /dev/null
+++ b/public/assets/js/DataTables/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.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;
+ }
+}