Is it possible to have CSS in the styleSheet depending on if a field is not 
empty?
 
You can have tag-based CSS like...
 
div[tags~="welcome"].tiddler .viewer {
background-color: #ffccaa;
}
 
... but I would like to have links coloured a specific way in tiddlerA if 
the tiddlerB linking to have field "Field1" and it is not empty. The 
field-value could be anything. Possible?
 
/Magnus

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to