Button background broken for icon, not sure if it is my error or not.
Hi all, I have a button with an icon and the icon is displaced, when it is placed inside a span that has the class ui-widget-content
I believe that this person was having the same issue
I could just use a different class for the span, I just wondered if there was a
I am importing jquery from here.
/static/js/jquery-ui-1.8.9.custom.min.js
This is the markup I am using
<span class="ui-widget-content"><input type="button" class="ui-state-default ui-icon ui-icon-folder-open" /></span>
Thanks ever so much