Files
pkrstarsbot/website/DataTables/extensions/FixedColumns/css/fixedColumns.semanticui.css
2021-02-16 23:13:27 +01:00

17 lines
289 B
CSS

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;
}