One of the biggest issues MaterialFX has ever had since it's beginning was the difficulty in customizing the controls through CSS. The root cause of this has always been the bad and shitty management of stylesheets priority by JavaFX. While in the past patches were implemented to fix the issue, in more than one occasion they were just mitigations that would work or not depending on...I don't know. Because you see, another problem of using such shitty system is that it was actually quite hard to debug, a theme/stylesheet could work for me but not for the user, a nightmare
With this commit, we definitely ditch the garbage user agent system in favor of a theming API that is discussed in more details on the project's README
Signed-off-by: Alessadro Parisi <alessandro.parisi406@gmail.com>