.wp-list-table .ui-sortable tr {
  cursor: move;
}

.wp-list-table .spo-updating tr, .wp-list-table .ui-sortable tr.inline-editor {
  cursor: default;
}

.wp-list-table .ui-sortable-placeholder {
  background: #f1f1f1;
  outline: 1px dashed #bbb;
  visibility: visible !important;
}

.wp-list-table .ui-sortable-helper {
  background-color: #fff;
  outline: 1px solid #e1e1e1;
}

.spo-updating-row .check-column {
  background-position: 9px 9px;
  display: table-cell;
  float: none;
  margin: 0;
}

.spo-updating-row .check-column input {
  visibility: hidden;
}