From 3fbf29093b32c00941b0c03951250de7c0cc8d6f Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 18 Jul 2015 12:22:35 +0100 Subject: [PATCH] Use tiddler control colour for search icons Fixes #1787 --- themes/tiddlywiki/vanilla/base.tid | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 266be34e2..573f16c9d 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -578,13 +578,11 @@ button.tc-untagged-label { width: 1em; } -.tc-page-controls svg, -.tc-search svg { +.tc-page-controls svg { fill: <>; } -.tc-page-controls button:hover svg, .tc-page-controls a:hover svg, -.tc-search button:hover svg, .tc-search a:hover svg { +.tc-page-controls button:hover svg, .tc-page-controls a:hover svg { fill: <>; } @@ -808,7 +806,8 @@ button.tc-untagged-label { margin-left:5px; } -.tc-tiddler-controls button svg, .tc-tiddler-controls button img { +.tc-tiddler-controls button svg, .tc-tiddler-controls button img, +.tc-search button svg, .tc-search a svg { height: 0.75em; fill: <>; } @@ -818,7 +817,8 @@ button.tc-untagged-label { fill: <>; } -.tc-tiddler-controls button.tc-btn-invisible:hover svg { +.tc-tiddler-controls button.tc-btn-invisible:hover svg, +.tc-search button:hover svg, .tc-search a:hover svg { fill: <>; }