mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
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)
This commit is contained in:
parent
468e66ae62
commit
5058ac3ce7
2
themes/base/jquery.ui.resizable.css
vendored
2
themes/base/jquery.ui.resizable.css
vendored
@ -12,7 +12,7 @@
|
|||||||
/* http://bugs.jqueryui.com/ticket/7233
|
/* http://bugs.jqueryui.com/ticket/7233
|
||||||
- Resizable: resizable handles fail to work in IE if transparent and content overlaps
|
- 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-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; }
|
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
||||||
|
Loading…
Reference in New Issue
Block a user