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



On Wed, Feb 5, 2014 at 6:08 PM, Ton Gerner <[email protected]> wrote:

> Hi Odder,
>
>
> On Wednesday, February 5, 2014 6:18:15 PM UTC+1, Odder wrote:
>>
>> Hi Ton,
>> thanks for your answer. If I use the entries in my stylesheet the toolbar
>> is hidden (with # fff;). But when I hover the tiddler the toolbar is not
>> visible (yes, the hover fill-color is not white :-), it's black # 000;). Only
>> when I point on one of the  symbols it is visible. But only the single
>> symbol, not the complete toolbar. in TWC I had the following css code:
>>
>> . toolbar {visibility: hidden;}
>> . selected toolbar. {visibility: visible;}
>>
>> and on mouse over the tiddler the *whole* toolbar is displayed. Is this
>> possible in TW5?
>>
>
> I don't know how to do that.
>
> @Stephan any idea?
>
> Cheers,
>
> Ton
>
>
>>
>> Cheers,
>> Odder
>>
>  --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to