mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Added a move cursor to the editing state style
This commit is contained in:
parent
1e74502866
commit
2b17953e41
@ -18,4 +18,5 @@
|
|||||||
.visual-console-item.is-editing {
|
.visual-console-item.is-editing {
|
||||||
border: 2px dashed #33ccff;
|
border: 2px dashed #33ccff;
|
||||||
transform: translateX(-2px) translateY(-2px);
|
transform: translateX(-2px) translateY(-2px);
|
||||||
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user