Make tiddler-editor iframe same color as tiddler background (#5132)

This commit is contained in:
Simon Huber 2020-11-28 15:07:46 +01:00 committed by GitHub
parent 09d7a77f1b
commit 7d2703bffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -1164,12 +1164,20 @@ button.tc-btn-invisible.tc-remove-tag-button {
.tc-tiddler-frame iframe.tc-edit-texteditor {
padding: 3px 3px 3px 3px;
border: 1px solid <<colour tiddler-editor-border>>;
background-color: <<colour tiddler-editor-background>>;
line-height: 1.3em;
-webkit-appearance: none;
font-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};
}
.tc-tiddler-frame input.tc-edit-texteditor,
.tc-tiddler-frame textarea.tc-edit-texteditor {
background-color: <<colour tiddler-editor-background>>;
}
.tc-tiddler-frame iframe.tc-edit-texteditor {
background-color: <<colour background>>;
}
.tc-tiddler-frame .tc-binary-warning {
width: 100%;
height: 5em;