calf modguis are notoriously bad as they mess up with the global CSS. That could be the reason.
plugins are supposed to only register CSS for their own namespace, in order to avoid conflicts like these.
there is a plan/ticket for us to update these GUIs, but other things have come first in terms of priority.
@falkTX Sorry to resurrect an old post (the joys of search).
Is there a list of these troublesome plugins somewhere?
Now I’ve got the mod-sdk running, I’d be happy to try and increase the specificity of the CSS to help them become usable. Please let me know the list, and the repo where you’d like the changes committed.
My general plan was to refactor the shared selectors like .calf to fall under .calf-monosynth all the way down. That way the styles, js, etc should only affect the one plugin. Does that sound about right?