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: <>; }