1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-10 23:06:06 +00:00

Make dropzone text translateable

Also make the text sticky for browsers that support it, ensuring that
it is always visible even after scrolling
This commit is contained in:
Jermolene
2014-08-19 13:07:57 +01:00
parent 58730b7452
commit 25777b147f
2 changed files with 7 additions and 1 deletions

View File

@@ -226,12 +226,17 @@ a.tw-tiddlylink-external:hover {
z-index: 10000;
display: block;
position: absolute;
position: -webkit-sticky;
position: -moz-sticky;
position: -o-sticky;
position: -ms-sticky;
position: sticky;
top: 0;
left: 0;
right: 0;
background: <<colour dropzone-background>>;
text-align: center;
content: "Drop here";
content: "<<lingo DropMessage>>";
}
/*