How to make the se grip handle larger for a jQuery-UI resizeable?
I'd like to make the SE grip handle of a resizeable DIV larger so my novice users won't be as likely to drag right or down when t hey mean to drag diagonally. It looks about 16px x 16px now and I can see that the icon assigned is
ui-icon ui-icon-gripsmall-diagonal-se
It seems like there should be a ui-icon-gripslarge-diagonal-se somewhere, or a way to use my own icon and choose the size. I'd like to end up with a grip handle about 32px x 32px.
Thanks for any ideas.