Add global option to show default text below the edit textarea (#6882)

This commit is contained in:
Mario Pietsch
2022-08-05 17:16:39 +02:00
committed by GitHub
parent 90d6a0f1a6
commit a572979cc4
2 changed files with 11 additions and 0 deletions

View File

@@ -12,4 +12,9 @@ tags: $:/tags/Stylesheet
.tc-translators-string-table .tc-drop-down {
min-width: 500px;
}
.tc-tiddler-frame textarea.tc-edit-texteditor,
.tc-tiddler-frame input.tc-edit-texteditor {
background-color: #feffef;
}