Hi Danielo,

The Color palette is not complete (I think). There are button colors, but 
most colors are "fixed" and only a few in the form <<colour ....>>
Therefore I looked in the themes and found the following:

*For buttons in the Sidebar (Page control buttons):*

.tw-infoToolbar-controls svg {
     fill: <<colour sidebar-controls-foreground>>;
}

.tw-infoToolbar-controls button:hover svg {
     fill: <<colour sidebar-controls-foreground-hover>>;
}


*For buttons in the tiddlers (Tiddler control buttons):*

.tw-tiddler-controls button svg {
     height: 0.75em;
     fill: <<colour tiddler-controls-foreground>>;
}

.tw-tiddler-controls button.btn-invisible:hover svg {
     fill: <<colour tiddler-controls-foreground-hover>>;
}

There is still another:

.tw-tiddler-controls button.tw-selected svg {
     fill: <<colour tiddler-controls-foreground-selected>>;
}

I think that's the one used  for the Info button. When the Info button has 
been selected, it turns dark-grey (#444)

Hope that helps,

Cheers,

Ton

On Thursday, June 5, 2014 2:17:50 PM UTC+2, Danielo Rodríguez wrote:
>
> Hello
>
> YYou're right the colors are managed by the pallette. That's what I want. 
> I want pallette to be able to modify those buttons colors. But the delete 
> button is not getting Grey(defsult) or red (blue pallette). How can I fix 
> this? I don't want to assign other clase. 
>
> Thank you for everything 
>
>

-- 
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