Styling selectables with css

Styling selectables with css


Hi -
The selectables don't appear to have a class that enables them to be
styled with css, nor a convenient ID for getting the size of the
selected area.
I think this could be fixed by adding
        this.helper.addClass("ui-selectable-helper");
        this.helper.attr( { id:'ui-selectable-helper' } );
at line 51?
I checked out the svn but wasn't confident enough to commit this as a
change... it's all still a bit voodoo to me...
Tom