diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-05-20 16:14:07 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-05-20 16:14:07 +0200 |
commit | 237bbc5aedb6d0ce935325309bff1795ebad45c5 (patch) | |
tree | 81d7c954390aabe0c4846372bf4a30eeb392c2dc | |
parent | a6f80193259682d71510b9134388824c43f49d8f (diff) | |
parent | 56a151aee9b71bcf20df35fcc55983c5a87361f3 (diff) | |
download | jquery-ui-237bbc5aedb6d0ce935325309bff1795ebad45c5.tar.gz jquery-ui-237bbc5aedb6d0ce935325309bff1795ebad45c5.zip |
Merge branch 'master' of github.com:jquery/jquery-ui
-rw-r--r-- | themes/base/jquery.ui.resizable.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/themes/base/jquery.ui.resizable.css b/themes/base/jquery.ui.resizable.css index 2c1de870e..ed6395230 100644 --- a/themes/base/jquery.ui.resizable.css +++ b/themes/base/jquery.ui.resizable.css @@ -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; } |