You are here

colReorder.jqueryui.css in Table Trash 7

table.DTCR_clonedTable {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}

div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201;
}

File

library/DataTables/ColReorder-1.3.0/css/colReorder.jqueryui.css
View source
  1. table.DTCR_clonedTable {
  2. background-color: rgba(255, 255, 255, 0.7);
  3. z-index: 202;
  4. }
  5. div.DTCR_pointer {
  6. width: 1px;
  7. background-color: #0259C4;
  8. z-index: 201;
  9. }