1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00

Fix incorrect background colour for sidebar tag pills

Fixes #568.
This commit is contained in:
Jermolene 2014-04-17 15:11:59 +01:00
parent 6da28e7365
commit d336ffea02
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ tags: $:/tags/MoreSideBar
caption: {{$:/language/SideBar/Tags/Caption}}
\define lingo-base() $:/language/SideBar/Tags/
<$button to="$:/TagManager"><<lingo TagManager/Caption>></$button>
<$button to="$:/TagManager" class="btn"><<lingo TagManager/Caption>></$button>
<$list filter="[tags[]!is[system]sort[title]]">

View File

@ -257,7 +257,7 @@ a.tw-tiddlylink-external:hover {
color: <<colour foreground>>;
}
.tw-sidebar-lists button {
.tw-sidebar-lists button.btn {
color: <<colour sidebar-button-foreground>>;
}