Hinzufügen von Library und Elementeigenschaften bei Objekterstellung
This commit is contained in:
16
Content/DataTables/css/fixedColumns.semanticui.css
Normal file
16
Content/DataTables/css/fixedColumns.semanticui.css
Normal file
@@ -0,0 +1,16 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user