I just started using TiddlyWiki and have to say it is a great tool ... I am shocked that I only hear about this in 2016 ... This has been around for such a long time?
input[type=text] {
box-shadow: 0 0 5px rgba(255, 204, 204, 1);
padding: 3px 0px 3px 3px;
margin: 5px 1px 3px 0px;
border: 1px solid rgba(255, 204, 204, 1);
}
========================
By tagging a it's tiddler $:/tags/Stylesheet, I manage to get all input fields to glow red. However, I just want to do this for certain input boxes where text entries are mandatory.
<$edit-text tiddler="test" field="test" class='whatIsThisFor'/>
The <$edit-text> documentation mentions the class field, but I do not understand how to define a class that I can then use for specific widgets.
Any help would be greatly appreciated.
Best wishes,
Sebas