We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468e66a commit 5058ac3Copy full SHA for 5058ac3
themes/base/jquery.ui.resizable.css
@@ -12,7 +12,7 @@
12
/* http://bugs.jqueryui.com/ticket/7233
13
- Resizable: resizable handles fail to work in IE if transparent and content overlaps
14
*/
15
- background-image:url(data:);
+ background-image:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
16
}
17
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
18
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
0 commit comments