This is an example of the stylesheet tiddler I am using. How to target the nested lists seperately to give them seperate styling.
Also there is some issue when I use this viewtoolbar button on more than one tiddlers at same time. The bullets change in all the opened tiddlers when I click on the viewtoolbar button of a single tiddler.
But my filter in the stylesheet tiddler (example) needs to be more specific I guess to avoid changes getting updated in all tiddler when the viewtoolbar button is clicked on any of the tiddlers with lists. Can someone help?
If I understand your question, the problem is that the style is applied to all tiddlers that have bullet lists?
Normally, that is “the point” with CSS - it affects every occurring element. If you only want it for specific tiddlers you will need to specify this for the stylesheet. On tiddlywiki.com you can search for the tiddlers with the prefix “Custom styles” to get ideas about how to control which tiddlers are affected.