12 lines
122 B
CSS
12 lines
122 B
CSS
.draggable-row {
|
|
cursor: move;
|
|
}
|
|
|
|
.dragging {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.target-background {
|
|
background-color: #ffc107;
|
|
}
|