The general CSS class will be
button svg.tc-image-button { width:30pt; height:30pt; }
Of course this will increase the size of all the buttons. So it ought to
specified with necessory selectors.
Say you are transcluding the button to a tiddler tagged 'mytag', the CSS
will be
.tc-tagged-mytag button svg.tc-image-button { width:30pt; height:30pt; }
Say you are transcluding it within a span class with html <span
class="myclass">{{$:/core/ui/Buttons/save}}</span> the CSS will be
.myclass button svg.tc-image-button { width:30pt; height:30pt; }
All the core ui buttons have separate classes assigned to them. For eg: you
want to increase the size of just the home button under a span class
"myclass" the CSS will be
.myclass button svg.tc-image-home-button { width:30pt; height:30pt; }
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/45eade0c-015d-4ca0-ac79-039bb49185f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.