I have a button based on the tag pill sytle:
<$list filter="[is[current]has[due]]">
<$button message="tm-delete-tiddler" tooltip="delete tiddler" class="tc-tag-label tc-btn-invisible {background-color:red;}">
delete
</$button>
</$list>
But I want it to be a different color than the default color that comes with the "
tc-tag-label" class.
What I added in there "{background-color:red;}" doesn't work.
A) how do I do this?
and
B) is there a place I could have looked this up myself (other than this forum?)
I got the idea from here:
but I didn't understand the context