2020-02-18 01:28:01 +08:00

16 lines
319 B
Plaintext

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