
.ui-dropdownmenu{
    background-color: #ccc;
    width: 50px;
    height: 50px;
}

.ui-dropdownmenu.ui-draggable-dragging{
    background-color: red;
    border: 1px solid black;
}

