Hello,
I am trying to add some CSS to my installations. For this purpose I made a new Skin Document and added a my.css to the document.
I copied the contents of stylesheets.vm to the override section and added to the bottom the new my.css (for now just containing a body {background-color:red;}
This works fine, but a lot of CSSresources that are normally loaded, are no longer loaded. I have not touched the other code in stylesheets.vm
What am I missing?
Do I need to fill some variables in order to have the normal stylesheets loaded as well?
Basically what I need is to load one additional CSS in the end to make overrides to the default CSS.
With kind regards
Jurjen