I have been using this code to accomplish what you are talking about
(from MPTW)
.toolbar {
float:right;
display:inline;
padding-bottom:0;
visibility:hidden;
}
.selected .toolbar {
visibility:visible;
}
Should be inserted in your current stylesheet tiddler or section (in
the case of a theme)
Good Luck,
Mike
On Dec 8, 5:51 pm, Bret <[email protected]> wrote:
> I've just set up a TW and installed the Monochrome theme. After using
> it a bit, I've noticed strange behavior in one particular area that
> I'd like to change.
>
> When moving the mouse cursor away from a tiddler, the toolbar entries
> (close, close others, etc.) appear to take on a "button" style -
> larger font, with white text and outlines. The white box color appears
> to be picked up from the ColorPalette tiddler's Background setting.
>
> Looking online, I found two examples of the theme, both with the exact
> same StyleSheet and PageTemplate tiddlers, but they behave
> differently.
>
> http://www.dmacd.com/Monochrome.html(the behavior I want - TW
> v2.1.3)http://tiddlythemes.com/empties/Monochrome.html(the undesired
> behavior - TW v2.2.4)
>
> I'd really like the toolbar entries to disappear when a tiddler loses
> focus, instead of being boxed. Can anyone help me figure out how to
> update TW to make it work like thewww.dmacd.comversion above?
>
> Thanks,
> Bret
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.