> .selected .toolbar a.command_closeTiddler:hover {
> color: red
> font-size: 1.5em;
>
> }
>
Looks like you've missed the ; off the first rule to apply. It should
be, which works for me:
.selected .toolbar a.command_closeTiddler:hover {
color: red;
font-size: 1.5em;
}
> What is the name for the "more" button?
moreCommand
What browser do you use? Firefox? If so then try installing the
Firebug[1] extension and then you'll be able to use that tool to find
the names of any of the elements. Likewise if you use Safari or Chrome
then use the developer tools extension.
Hope that helps,
Colm
[1] - http://getfirebug.com/
--
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.