tabledrag.css 202 B

1234567891011121314
  1. /**
  2. * @file
  3. * Visual styles for table drag.
  4. */
  5. tr.drag {
  6. background-color: #fffff0;
  7. }
  8. tr.drag-previous {
  9. background-color: #ffd;
  10. }
  11. body div.tabledrag-changed-warning {
  12. margin-bottom: 0.5em;
  13. }