forked from 0x2620/oxjs
better ui feedback on list item drag
This commit is contained in:
parent
e81400dfc3
commit
e994b20e24
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue