mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 08:05:02 +00:00
Improve support for drag and drop
Documentation TBD
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user