mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-14 13:03:07 +00:00
16 lines
321 B
Plaintext
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;
|
|
}
|