withfront
Version:
Tools for frontend development especially with Bootstrap 3.x and jQuery 3.x also FontAwesome, jsCookie and more
24 lines (20 loc) • 449 B
CSS
/* DataTables rowReorder */
table.dt-rowReorder-float {
position: absolute ;
opacity: 0.8;
table-layout: fixed;
outline: 2px solid #337ab7;
outline-offset: -2px;
z-index: 2001
}
tr.dt-rowReorder-moving {
outline: 2px solid #888;
outline-offset: -2px
}
body.dt-rowReorder-noOverflow {
overflow-x: hidden
}
table.dataTable td.reorder {
text-align: center;
cursor: move
}