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

Add banner for binary tiddlers in edit mode

Makes it easier to add tags to a binary tiddler (eg a PDF).
This commit is contained in:
Jermolene
2014-05-02 09:43:39 +01:00
parent bced7124e4
commit a4294b55f0
5 changed files with 91 additions and 1 deletions

View File

@@ -625,6 +625,15 @@ a.tw-tiddlylink-external:hover {
margin: 4px 0 4px 0;
}
.tw-tiddler-frame .tw-binary-warning {
width: 100%;
height: 5em;
text-align: center;
padding: 3em 3em 6em 3em;
background: <<colour alert-background>>;
border: 1px solid <<colour alert-border>>;
}
.tw-tiddler-frame input.tw-edit-texteditor {
background-color: <<colour tiddler-editor-background>>;
}