Sha256: 5a31798186af18c3efca221a3724558707c3c1e828a142dd107e5f890ce3f616

Contents?: true

Size: 853 Bytes

Versions: 35

Compression:

Stored size: 853 Bytes

Contents

div.dt-rowReorder-float-parent {
  table-layout: fixed;
  outline: 2px solid #0275d8;
  z-index: 2001;
  position: absolute !important;
  overflow: hidden;
  border-radius: 3px;
}
div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  opacity: 0.9;
  background-color: white;
  margin: 0 !important;
}

div.dt-rowReorder-float-parent.drop-not-allowed {
  cursor: not-allowed;
}

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;
}

html.dark div.dt-rowReorder-float-parent {
  outline-color: rgb(110, 168, 254);
}
html.dark div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  background-color: var(--dt-html-background);
}
html.dark tr.dt-rowReorder-moving {
  outline-color: #aaa;
}

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
effective_datatables-4.32.0 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.31.4 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.31.3 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.31.2 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.31.1 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.31.0 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.30.2 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.30.1 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.30.0 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.29.0 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.26.0 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.25.3 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.25.2 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.25.1 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.25.0 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.24.2 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.24.1 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.24.0 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.23.0 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss
effective_datatables-4.22.3 app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss