tabledrag.css in Drupal 8
Same filename in this branch
Same filename and directory in other branches
Visual styles for table drag.
File
core/profiles/demo_umami/themes/umami/css/classy/components/tabledrag.cssView source
- /**
- * @file
- * Visual styles for table drag.
- */
-
- tr.drag {
- background-color: #fffff0;
- }
- tr.drag-previous {
- background-color: #ffd;
- }
- body div.tabledrag-changed-warning {
- margin-bottom: 0.5em;
- }