]> source.dussan.org Git - jquery-ui.git/commitdiff
Resizable: use background-image:url(data:) instead of background-image:url(about...
authorRichard Worth <rdworth@gmail.com>
Sun, 10 Apr 2011 03:12:53 +0000 (23:12 -0400)
committerRichard Worth <rdworth@gmail.com>
Sun, 10 Apr 2011 03:13:47 +0000 (23:13 -0400)
(cherry picked from commit 08b6a2b5189f62c62a0ee725629087b445f308d7)

themes/base/jquery.ui.resizable.css

index 6a258d7028cd8d6a36db43a0a951e001ca562d10..05f855a71459161d1e98ce18c1463cef517bdbd5 100644 (file)
@@ -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(about:blank);
+       background-image:url(data:);
 }
 .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; }