redsquare inline CSS style when changing worked for me, but I couldn’t get it to work using custom CSS class. Updating the jQuery placeHolder class in the configuration caused some oddities for me.
You can use the following CSS without any other configuration updates to get the desired result. Note that visibility requires !important .
.ui-sortable-placeholder { border: 1px solid rgb(12,194,170); visibility:visible !important; }
source share