first commit

This commit is contained in:
aschwarz
2023-11-03 11:24:13 +01:00
commit fd10ee8d96
3674 changed files with 385385 additions and 0 deletions

View File

@ -0,0 +1,26 @@
table.dt-rowReorder-float {
opacity: 0.8;
}
div.dt-rowReorder-float-parent {
table-layout: fixed;
outline: 2px solid #888;
outline-offset: -2px;
z-index: 2001;
position: absolute !important;
overflow: hidden;
}
tr.dt-rowReorder-moving {
outline: 2px solid #555;
outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
overflow-x: hidden;
}
table.dataTable td.reorder {
text-align: center;
cursor: move;
}