Started drag and drop system

This commit is contained in:
unsettledgames
2020-06-19 16:20:51 +02:00
parent 10aa6134cc
commit 6cdc764586
3 changed files with 75 additions and 16 deletions

View File

@@ -79,6 +79,11 @@ body {
background-color: color(base, foreground, default);
}
.layerdragover {
border: 2px dashed color(base, foreground, bold);
border-top: 2px solid color(base, foreground, bold);
}
.layers-menu-entry {
cursor:pointer;
margin-top:2px;