hpl123 wrote
-1. This would make changes more difficult IMO. The Kendo CSS change here and there and would be a hassle to update it for Awaresoft and it would also make it kind of decentralized (compared to how CSS is usually managed i.e 1 file that has it all).
I think we may be talking at cross purposes, I'm not suggesting CSS Styles be distributed, just the class names being applied. At the moment all of the Class fields are NULL.
hpl123 wrote
Currently the way it is set up, you do all of your changes in a custom CSS file OR you create a new theme for your app and you then have full control. Works great I think and we can do more or less anything CSS and style wise and I would not want that to change.
At the moment all of the CSS class fields are NULL unless you have defined your CSS class. Which if you have has required you to touch absolutely every attribute - realistically I have found that the Form CSS Class is the one to change as if you change the CSS Class on the BO Attribute directly then this flows through to queries which are unlikely to be formatted the way you'd format a form.
It's unnecessarily labour intensive to find every attribute that you want to format then touch it individually then repeat for the next. It's also highly likely that the first, second and probably more routes through will miss classes.
Maybe I am doing it wrong.