--
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+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@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/068481f8-53a5-4ca9-b664-19715be68f23%40googlegroups.com.
.myeditbutton {
background-color: #ffff99;
max-width: 30px;
border: grey
border-radius: 5px;
color: black;
padding: 2px 2px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 1px 1px;
cursor: pointer;
}
Adjust above as needed
And Update the Button code as follows
<$button tooltip="Edit tiddler" message="tm-edit-tiddler" class="myeditbutton" >{{$:/core/images/edit-button}}</$button>
RegardsTony