From ef971bb521f50a7bbe2f6020d793241f7864897d Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 3 May 2015 17:05:34 +0100 Subject: [PATCH] Correct tiddler background colour MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bitmap backgrounds won’t get overridden unless we override the entire background property. --- themes/tiddlywiki/vanilla/base.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index cf8848d3b..77656b363 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -820,7 +820,7 @@ canvas.tc-edit-bitmapeditor { html body.tc-body.tc-single-tiddler-window { margin: 1em; - background-color: <>; + background: <>; } /*