Hi Rene,
Yes, that is what is weird. When I run the app on a local machine where we do the development, all is good. It runs fine and the css that is in the custom.css file is properly applied. It is when it is distributed to the customer where it does not get applied. If you look at the page that is being served on the customer machine, it looks fine - the custom css is being requested, but the effect is not being displayed.
The custom.css file is in the \web\styles folder. The custom.css file is in the web server's styles\files entry.
Two questions, I guess.
1. What exactly is the required CSS file(s) that need to be distributed and what folder needs to be present. I thought it was simply the all.css.gz file in the \web\styles folder.
In this case, to be sure, I ended up distributing the entire \styles folder from my development system.
2. Is it possible that something is broken in the gzip process? If I uncheck the serve pre-compressed files and uncheck the combine common files on the server's styles\advanced tab, and distribute the entire \web\styles folder, is there any advantage from a troubleshooting point of view? If it works, in that mode, what exactly does that tell me?
Mike