hand-detection/assets/plugin/datatables/extensions/FixedColumns/css/fixedColumns.semanticui.css

17 lines
289 B
CSS
Raw Normal View History

2024-05-29 03:18:12 +00:00
div.DTFC_LeftWrapper table.ui.table.dataTable {
border-right: none;
}
div.DTFC_RightWrapper table.ui.table.dataTable {
border-left: none;
}
div.DTFC_Blocker {
background-color: white;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
z-index: 2;
}