[tw] Re: change button shape and color?

2018-02-11 Thread Dave
Thank you :)

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/4da373ec-98df-402b-9d58-83f179590736%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: change button shape and color?

2018-02-11 Thread Birthe C
<$button class="mybutton" set="$:/state/basicslider$c$" 
setTo="show">.


.mybutton {
border-radius: 50%;
background-color:red;
}


Birthe

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/db1ab6b8-b81b-4ed2-921f-c57924d67708%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.