Thanks Riz. That got me started in the right direction. 

Thanks!
Mark

On Monday, November 14, 2016 at 5:05:10 PM UTC-8, Riz wrote:
>
>
>
> 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/3e5ea04e-b6d4-4a10-826a-efff6ae7da72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to