My wiki used to hide the buttons using the CSS from JR but now it does not.
Maybe because I updated TW.
This work:
.tc-tiddler-controls{ opacity: 0; }
.tc-tiddler-controls:hover{ opacity: 1; }
On Monday, 10 February 2014 23:01:36 UTC+5:30, Jeremy Ruston wrote:
>
> Here's one way to make the entire tiddler toolbar invisible until it is
> hovered:
>
> .titlebar button {
> opacity: 0;
> }
> .titlebar:hover button {
> opacity: 1;
> }
>
> (Put those definitions in a tiddler tagged $:/tags/stylesheet)
>
> Best wishes
>
> Jeremy
>
--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/0523613e-4f65-4e21-9582-cadb0dd58ee5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.