diff --git a/build/css/ox.ui.css b/build/css/ox.ui.css index 9d1c696d..30dae8b5 100644 --- a/build/css/ox.ui.css +++ b/build/css/ox.ui.css @@ -924,6 +924,9 @@ Lists .OxTextList .OxBody .OxItem.OxSelected .OxCell.OxEditable { cursor: text; } +.OxTextList .OxBody .OxItem.OxSelected.OxDrag .OxCell { + cursor: ns-resize; +} .OxTextList .OxPage { position: absolute; } diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index de3f9754..f985afea 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -6573,10 +6573,7 @@ requires }); //Ox.print('dragItem', e); //Ox.print(e.offsetY, offsets) - $item.addClass('OxDrag') // fixme: why does the class not work? - .css({ - cursor: 'move', - }); + $item.addClass('OxDrag'); $window.mousemove(function(e) { var clientY = e.clientY - that.offset()['top'], offset = clientY % 16,