From fdc272bff4614872391ab392c333325a4b3c3317 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 13 Nov 2014 17:09:21 +0000 Subject: [PATCH] Improve styling of search buttons --- core/ui/SideBarLists.tid | 18 ++++++++++++++---- themes/tiddlywiki/vanilla/base.tid | 6 ++++-- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/core/ui/SideBarLists.tid b/core/ui/SideBarLists.tid index ee8a462d7..bf1e53637 100644 --- a/core/ui/SideBarLists.tid +++ b/core/ui/SideBarLists.tid @@ -5,11 +5,21 @@ title: $:/core/ui/SideBarLists diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 435173b29..0434c13cd 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -438,11 +438,13 @@ button.tc-untagged-label { width: 1em; } -.tc-page-controls svg { +.tc-page-controls svg, +.tc-search svg { fill: <>; } -.tc-page-controls button:hover svg, .tc-page-controls a:hover svg { +.tc-page-controls button:hover svg, .tc-page-controls a:hover svg, +.tc-search button:hover svg, .tc-search a:hover svg { fill: <>; }