Excellent - I was able to change 2 of the 3.  I am having some issues with 
the Close-Others button.

I edited the class on $:/_images/close-others-button
I created tiddler: $:/Button/Close-others/Stylesheet (With the tag 
$:/tags/stylesheet)
and made the entry toolbar-Close-others-button: #ffff80 into 
$:/palettes/Blue

But that button won't change colors.  Thoughts??

Thanks so much for the help.  I wouldn't have gotten that alone.

On Thursday, March 20, 2014 10:35:23 AM UTC-4, Stephan Hradek wrote:
>
> 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to