File: fixedHeader.foundation.css

package info (click to toggle)
datatables-extensions 0.0%2Bgit20150910.28fd64e%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 5,476 kB
  • sloc: javascript: 65,209; makefile: 14
file content (14 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.dataTable.fixedHeader-floating {
  position: fixed;
}

table.dataTable.fixedHeader-locked {
  position: absolute;
}