Hi Hubert,
I did see your "chosen" solution, which seems to be a bit of an overkill,
since it creates a lot of CSS rules.
I think the following may be much easier:
.tc-title {
background: yellow;
}
.tc-tiddler-system .tc-title {
background: initial;
}
System tiddlers (prefixed $:/) do have a class definition on the "tiddler"
level. ... tc-tiddler-system
So if you style tc-title for every tiddler, you can reset it back for
system tiddlers with the code above, using CSS hirarchy.
have fun!
mario
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/71509af3-ec36-40ed-bd91-bfda95a9ac98%40googlegroups.com.