summaryrefslogtreecommitdiff
path: root/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.css')
-rw-r--r--html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.css b/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.css
deleted file mode 100644
index 7750971..0000000
--- a/html/assets/js/dataTables/FixedHeader-3.1.2/css/fixedHeader.dataTables.css
+++ /dev/null
@@ -1,19 +0,0 @@
-table.fixedHeader-floating {
- position: fixed !important;
- background-color: white;
-}
-
-table.fixedHeader-floating.no-footer {
- border-bottom-width: 0;
-}
-
-table.fixedHeader-locked {
- position: absolute !important;
- background-color: white;
-}
-
-@media print {
- table.fixedHeader-floating {
- display: none;
- }
-}