website/core/themes/classy/css/components/tabledrage628.css
2023-09-30 09:40:37 +02:00

15 lines
202 B
CSS

/**
* @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;
}