From 01fa82fac1fb75fd9d243f81b88ffce7432b315f Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 12 Feb 2014 15:33:21 +0000 Subject: [PATCH] Move the modal background blur effect from Snow White to Vanilla MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s a slow effect, and so it should be possible to suppress it by returning to the barebones Vanilla theme. --- themes/tiddlywiki/snowwhite/base.tid | 4 ++++ themes/tiddlywiki/vanilla/base.tid | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index 234b4af52..727832f1d 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -107,6 +107,10 @@ canvas.tw-edit-bitmapeditor { <> } +.tw-modal-displayed { + -webkit-filter: blur(4px); +} + .modal { <> <> diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 99cba1897..6c7f19949 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -732,10 +732,6 @@ canvas.tw-edit-bitmapeditor { ** Modals */ -.tw-modal-displayed { - -webkit-filter: blur(4px); -} - .modal-backdrop { position: fixed; top: 0;