On Thursday, December 19, 2019 at 4:49:01 AM UTC-8, Chuck R. wrote:
>
> I can change the icon for my Add Study button by changing the spiral image 
> in this line right?
>      <$list filter="[<tv-config-toolbar-icons>match[yes]]">
>       {{$:/core/images/spiral}}
>    </$list>
>  
> For the Add Study icon I plan to clone the add button and just color the 
> fill to orange to make it simple. I still have to figure out how to change 
> the color still.
>

You don't need to make a new button image.  "Spiral" is an SVG image.  For 
*most* SVG images, you can change the color using the "@@fill:... @@" 
inline CSS syntax, like this:
@@fill:orange; {{$:/core/images/spiral}}@@

enjoy,
-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cebdeeae-ebf6-43fb-822a-2d325eb53c43%40googlegroups.com.

Reply via email to