aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.resizable.css
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2011-04-09 23:12:53 -0400
committerRichard Worth <rdworth@gmail.com>2011-04-09 23:12:53 -0400
commit08b6a2b5189f62c62a0ee725629087b445f308d7 (patch)
tree01bbedd0742f6783df2bf4d3bc2889d41f11a025 /themes/base/jquery.ui.resizable.css
parent64f13b661a571806bdfb181d1ef511ac9e2771b3 (diff)
downloadjquery-ui-08b6a2b5189f62c62a0ee725629087b445f308d7.tar.gz
jquery-ui-08b6a2b5189f62c62a0ee725629087b445f308d7.zip
Resizable: use background-image:url(data:) instead of background-image:url(about:blank) as it's shorter and safer. Thanks @epascarello . Better fixes #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
Diffstat (limited to 'themes/base/jquery.ui.resizable.css')
-rw-r--r--themes/base/jquery.ui.resizable.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.resizable.css b/themes/base/jquery.ui.resizable.css
index 6a258d702..05f855a71 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(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; }