2022-02-16 11:20:17 +08:00

16 lines
321 B
Plaintext

html.lc-cursor-dragging, html.lc-cursor-dragging * {
cursor: move !important;
}
html.lc-cursor-x-resizing, html.lc-cursor-x-resizing * {
cursor: col-resize;
}
html.lc-cursor-y-resizing, html.lc-cursor-y-resizing * {
cursor: row-resize;
}
html.lc-cursor-copy, html.lc-cursor-copy * {
cursor: copy !important;
}