1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-06-27 15:42:58 +00:00

Remove the text-editor box-shadow (reverting) (#3615)

This commit is contained in:
BurningTreeC 2018-12-03 10:05:52 +01:00 committed by Jeremy Ruston
parent d4716a6f2b
commit bc124c0645

View File

@ -50,10 +50,6 @@ 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)">>
}