Am Mittwoch, 19. November 2014 10:27:00 UTC+1 schrieb Tobias Beer: > > Hi Mario / +Jeremy, > > Imho, as there will be buttons that want none of the default button candy, > the > default class *must not* be assigned by the core when a custom class is > defined, one would have to specifically declare it. >
You can well overwrite the formatting of the default class which is always added, but what about a small adjustment? class="myButtonClass" will result in just that class being assigned (as Tobias suggested) class="+ myButtonClass" (note the blank after the "+") would keep all "current" settings and append "myButtonClass". -- 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.

