diff options
author | Richard Worth <rdworth@gmail.com> | 2011-04-29 07:00:58 -0400 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2011-04-29 07:00:58 -0400 |
commit | 5058ac3ce7a45c5823f4c108b0ae3ae45346d0f8 (patch) | |
tree | a94d15b1841023b3fe22dcb6b88ddcf4d68b9257 /themes | |
parent | 468e66ae62026a4a8c2be9c06222decbbcde4285 (diff) | |
download | jquery-ui-5058ac3ce7a45c5823f4c108b0ae3ae45346d0f8.tar.gz jquery-ui-5058ac3ce7a45c5823f4c108b0ae3ae45346d0f8.zip |
Resizable: switch data: background image to valid image file, small 1px transparent gif. Fixed #7293 - Resizable: Chrome dev tools console shows GET data: undefined (undefined)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.resizable.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.resizable.css b/themes/base/jquery.ui.resizable.css index 05f855a71..2c1de870e 100644 --- a/themes/base/jquery.ui.resizable.css +++ b/themes/base/jquery.ui.resizable.css @@ -12,7 +12,7 @@ /* http://bugs.jqueryui.com/ticket/7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps */ - background-image:url(data:); + background-image:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=); } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } |