Mouseover problem

46 views
Skip to first unread message

Morris Gray

unread,
Aug 21, 2012, 5:35:52 AM8/21/12
to tiddl...@googlegroups.com
Could someone tell me what mechanism is used to cause the toolbar on tiddlers to come and go on mouseover.

My problem is that in edit mode, mousing off the tiddler makes the whole thing go away. Note that this is an old TW I have cobbled together years ago.  But I can never remember how the toolbar comes and goes to find the problem.

TonG

unread,
Aug 21, 2012, 8:34:29 AM8/21/12
to tiddl...@googlegroups.com
Hi Morris,

I think it is defined in StyleSheetColors:

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

Cheers,

Ton

wolfgang

unread,
Aug 21, 2012, 8:39:12 AM8/21/12
to tiddl...@googlegroups.com
I use this in my Stylesheet to have this old behaviour:

.toolbar{visibility:hidden}
.selected .toolbar{visibility:visible}

Morris Gray

unread,
Aug 21, 2012, 9:33:57 AM8/21/12
to tiddl...@googlegroups.com
Thanks guys for the good information.  I checked it out but found that it was a ill conceived EditTemplate, an unfinished experiment lost in time I guess. It was fun trying to edit the EditTemplate when it disappeared as you try to cut and paste.  Thankfully the ancient Word Perfect Cntl x,C and V controls still work  All is well now.
Reply all
Reply to author
Forward
0 new messages