]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/css/dataTables.fixedColumns.css
update sources to v12.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / plugins / datatables / extensions / FixedColumns / css / dataTables.fixedColumns.css
1
2
3 /* Block out what is behind the fixed column's header and footer */
4 table.DTFC_Cloned thead,
5 table.DTFC_Cloned tfoot {
6 background-color: white;
7 }
8
9 /* Block out the gap above the scrollbar on the right, when there is a fixed
10 * right column
11 */
12 div.DTFC_Blocker {
13 background-color: white;
14 }
15
16 div.DTFC_LeftWrapper table.dataTable,
17 div.DTFC_RightWrapper table.dataTable {
18 margin-bottom: 0;
19 z-index: 2;
20 }
21
22 div.DTFC_LeftWrapper table.dataTable.no-footer,
23 div.DTFC_RightWrapper table.dataTable.no-footer {
24 border-bottom: none;
25 }