You should add a custom class to your custom buttons.

Compare the classes of a standard button with yours:

tw-image-save-button tw-image-button

vs.
tw-image-button

For the save button there is a stylesheet defined:

.tw-page-controls svg.tw-image-save-button {
fill: <<colour toolbar-save-button>>;
}


Define something similar in a stylesheet tiddler like:

.tw-page-controls svg.tw-image-4X-button {
fill: <<colour toolbar-4X-button>>;
}


And then define in the palettes like $:/palettes/Blue

toolbar-4X-button: red


I hope this will do.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to