From f0ff1f993e94d6928f0aa249b7f6f5e5624ebb69 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 17 Feb 2017 17:39:01 +0000 Subject: [PATCH] Fix problem with textarea background colour Fixes #2772 --- themes/tiddlywiki/vanilla/base.tid | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 67c0b42b8..a6015b2f6 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -928,6 +928,7 @@ button.tc-untagged-label { .tc-tiddler-frame iframe.tc-edit-texteditor { padding: 3px 3px 3px 3px; border: 1px solid <>; + background-color: <>; line-height: 1.3em; -webkit-appearance: none; } @@ -941,10 +942,6 @@ button.tc-untagged-label { border: 1px solid <>; } -.tc-tiddler-frame input.tc-edit-texteditor { - background-color: <>; -} - canvas.tc-edit-bitmapeditor { border: 6px solid <>; cursor: crosshair;