Disabled Resizable Styling

Disabled Resizable Styling

When you disable a resizable element, the ui-state-disabled class gets added to the resizable element, which defaults to an opacity of 0.35.  Resizable probably shouldn't use the .ui-state-disabled class because the element isn't actually disabled and it's not at all unlikely that a resizable element will contain nested widgets which may be enabled while the resizable is disabled.