File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 8
8
* http://docs.jquery.com/UI/Resizable#theming
9
9
*/
10
10
.ui-resizable { position : relative;}
11
- .ui-resizable-handle { position : absolute;font-size : 0.1px ;z-index : 99999 ; display : block;
12
- /* http://bugs.jqueryui.com/ticket/7233
13
- - Resizable: resizable handles fail to work in IE if transparent and content overlaps
14
- */
15
- background-image : url (data:image/gif;base64, R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
16
- }
11
+ .ui-resizable-handle { position : absolute;font-size : 0.1px ;z-index : 99999 ; display : block; }
17
12
.ui-resizable-disabled .ui-resizable-handle , .ui-resizable-autohide .ui-resizable-handle { display : none; }
18
13
.ui-resizable-n { cursor : n-resize; height : 7px ; width : 100% ; top : -5px ; left : 0 ; }
19
14
.ui-resizable-s { cursor : s-resize; height : 7px ; width : 100% ; bottom : -5px ; left : 0 ; }
You can’t perform that action at this time.
0 commit comments