Adding rounded corners to a placeholder.

Adding rounded corners to a placeholder.


Hi,
Using the Sortable plugin, is it possible to round the corners of the
placeholder?
I've tried this....
start: function(event, ui) {
ui.placeholder.addClass('ui-corner-all');
},
but no luck...