Files
fusionpbx/app/phrases/resources/styles/phrase_edit.css
T
2024-11-22 14:33:09 -04:00

12 lines
122 B
CSS

.draggable-row {
cursor: move;
}
.dragging {
opacity: 0.5;
}
.target-background {
background-color: #ffc107;
}