From d336ffea02621e382f6d7135847d11e49e77bc26 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 17 Apr 2014 15:11:59 +0100 Subject: [PATCH] Fix incorrect background colour for sidebar tag pills Fixes #568. --- core/ui/MoreSideBar/Tags.tid | 2 +- themes/tiddlywiki/vanilla/base.tid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/ui/MoreSideBar/Tags.tid b/core/ui/MoreSideBar/Tags.tid index db1eb0d74..eda362e5f 100644 --- a/core/ui/MoreSideBar/Tags.tid +++ b/core/ui/MoreSideBar/Tags.tid @@ -3,7 +3,7 @@ tags: $:/tags/MoreSideBar caption: {{$:/language/SideBar/Tags/Caption}} \define lingo-base() $:/language/SideBar/Tags/ -<$button to="$:/TagManager"><> +<$button to="$:/TagManager" class="btn"><> <$list filter="[tags[]!is[system]sort[title]]"> diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 9b4ea6824..7c72c592d 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -257,7 +257,7 @@ a.tw-tiddlylink-external:hover { color: <>; } -.tw-sidebar-lists button { +.tw-sidebar-lists button.btn { color: <>; }