Improve support for drag and drop

Documentation TBD
This commit is contained in:
Jermolene
2017-03-19 19:33:56 +00:00
parent c2391c5250
commit eba1c3c160
10 changed files with 510 additions and 79 deletions

View File

@@ -312,6 +312,19 @@ a.tc-tiddlylink-external:hover {
content: "<<lingo DropMessage>>";
}
.tc-droppable .tc-droppable-placeholder {
display: none;
}
.tc-droppable.tc-dragover .tc-droppable-placeholder {
display: block;
border: 2px dashed <<colour dropzone-background>>;
}
.tc-draggable {
cursor: move;
}
/*
** Plugin reload warning
*/