﻿div[dnd-list] .dndDraggingSource {
    display: none;
}

div[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 100px;
    margin: 5px 10px;
}