]> source.dussan.org Git - jquery-ui.git/commitdiff
Resizable: Remove workaround for handles not working in IE when transparent with...
authorScott González <scott.gonzalez@gmail.com>
Fri, 20 May 2011 13:53:50 +0000 (09:53 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 20 May 2011 13:53:50 +0000 (09:53 -0400)
themes/base/jquery.ui.resizable.css

index 2c1de870eb6b454e1837f4719e3592f9c88f48f8..ed63952308044c3f10436b83eada67ca2254444c 100644 (file)
@@ -8,12 +8,7 @@
  * http://docs.jquery.com/UI/Resizable#theming
  */
 .ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
-       /* http://bugs.jqueryui.com/ticket/7233
-        - Resizable: resizable handles fail to work in IE if transparent and content overlaps
-       */
-       background-image:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
-}
+.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
 .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-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }