mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
20 lines
396 B
Plaintext
20 lines
396 B
Plaintext
title: $:/plugins/tiddlywiki/translators/styles
|
|
tags: $:/tags/Stylesheet
|
|
|
|
.tc-translators-string-table table {
|
|
width: 100%;
|
|
}
|
|
|
|
.tc-translators-string-table .tc-btn-invisible {
|
|
width: 1em;
|
|
height: 2em;
|
|
}
|
|
|
|
.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;
|
|
} |