From 7dede861e1fb884111046cad1f24f618de7dfd8e Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 25 Mar 2014 21:53:18 +0000 Subject: [PATCH] Fix styling for input boxes in sidebar --- themes/tiddlywiki/vanilla/base.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index ce37946a1..0a434839d 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -245,6 +245,10 @@ a.tw-tiddlylink-external:hover { line-height: 1.4em; } +.tw-sidebar-lists input { + color: <>; +} + .tw-sidebar-lists button { color: <>; }