LaravelTest
22 строки · 380.0 Байт
1table.dt-rowReorder-float {2position: absolute !important;3opacity: 0.8;4table-layout: fixed;5outline: 2px solid #0275d8;6outline-offset: -2px;7z-index: 2001;8}
9
10tr.dt-rowReorder-moving {11outline: 2px solid #888;12outline-offset: -2px;13}
14
15body.dt-rowReorder-noOverflow {16overflow-x: hidden;17}
18
19table.dataTable td.reorder {20text-align: center;21cursor: move;22}
23