Hi Colm
> The hook mustn't have been specific enough.
> Try this
> .selected .toolbar a.command_closeTiddler:hover {
> color: red;
> }
Great - However I can't have two different sizes, one for selected and
another for selected and hovered:
This works:
.selected .toolbar .command_closeTiddler {
color: green;
font-size: 1.2em;
}
.selected .toolbar a.command_closeTiddler:hover {
color: red;
}
However this does not:
.selected .toolbar .command_closeTiddler {
color: green;
font-size: 1.2em;
}
.selected .toolbar a.command_closeTiddler:hover {
color: red
font-size: 1.5em;
}
Why is that?
Cheers Måns Mårtensson
--
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.