summaryrefslogtreecommitdiff
path: root/src/main/resources/static/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.css
blob: 12b5440cb7be6b278d5bb74b8c3989263433a7eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
  }
}