mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Make tiddler-editor iframe same color as tiddler background (#5132)
This commit is contained in:
parent
09d7a77f1b
commit
7d2703bffb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user