mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 08:44:36 +00:00
Style the framed editor (#3596)
* style the framed editor
this makes the framed editor look a bit less ugly 😎
* Update framed.js
* Update base.tid
* Update base.tid
This commit is contained in:
committed by
Jeremy Ruston
parent
7502ef875e
commit
6e59d2597a
@@ -50,6 +50,10 @@ textarea.tc-edit-texteditor {
|
||||
font-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};
|
||||
}
|
||||
|
||||
.tc-tiddler-frame.tc-tiddler-edit-frame iframe.tc-edit-texteditor {
|
||||
<<box-shadow "1px 1px 5px rgba(0, 0, 0, 0.3)">>
|
||||
}
|
||||
|
||||
canvas.tc-edit-bitmapeditor {
|
||||
<<box-shadow "2px 2px 5px rgba(0, 0, 0, 0.5)">>
|
||||
}
|
||||
|
||||
@@ -1027,6 +1027,11 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
||||
font-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};
|
||||
}
|
||||
|
||||
.tc-tiddler-frame.tc-tiddler-edit-frame iframe.tc-edit-texteditor {
|
||||
border-radius: 2px;
|
||||
background-color: <<colour tiddler-background>>;
|
||||
}
|
||||
|
||||
.tc-tiddler-frame .tc-binary-warning {
|
||||
width: 100%;
|
||||
height: 5em;
|
||||
|
||||
Reference in New Issue
Block a user