Hinzufügen von Library und Elementeigenschaften bei Objekterstellung
This commit is contained in:
14
Content/DataTables/css/fixedHeader.semanticui.css
Normal file
14
Content/DataTables/css/fixedHeader.semanticui.css
Normal file
@@ -0,0 +1,14 @@
|
||||
table.fixedHeader-floating {
|
||||
position: fixed !important;
|
||||
border-bottom-width: 0 !important;
|
||||
}
|
||||
|
||||
table.fixedHeader-locked {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
table.fixedHeader-floating {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user