You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
380B

  1. table.dt-rowReorder-float {
  2. position: absolute !important;
  3. opacity: 0.8;
  4. table-layout: fixed;
  5. outline: 2px solid #0275d8;
  6. outline-offset: -2px;
  7. z-index: 2001;
  8. }
  9. tr.dt-rowReorder-moving {
  10. outline: 2px solid #888;
  11. outline-offset: -2px;
  12. }
  13. body.dt-rowReorder-noOverflow {
  14. overflow-x: hidden;
  15. }
  16. table.dataTable td.reorder {
  17. text-align: center;
  18. cursor: move;
  19. }