1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-08 22:06:05 +00:00

Fix up the new import mechanism

This commit is contained in:
Jeremy Ruston
2013-10-25 21:16:53 +01:00
parent 75231fec39
commit 46bdc52261
4 changed files with 6 additions and 18 deletions

View File

@@ -207,23 +207,11 @@ a.tw-tiddlylink-external {
background-color: {{$:/themes/tiddlywiki/snowwhite/colourmappings##pagebackground}};
}
.tw-import {
.tw-dropzone {
position: relative;
}
.tw-drop-zone-fullscreen.tw-dragover:before {
z-index: 10000;
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
background: rgba(0,200,0,0.7);
text-align: center;
content: "Drop here";
}
.tw-drop-zone.tw-dragover:before {
.tw-dropzone.tw-dragover:before {
z-index: 10000;
display: block;
position: absolute;