選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

23 行
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. }