style jQuery draggable clone


<style>
/*.ui-draggable-dragging class is added to the clone being dragged.
*/
   .ui-draggable-dragging { background: red; }
</style>
Embarrassed Eagle