For me - This issue was related to web.config related compression settings. I had this one in my web.config:
Which is supposed to cache static content, but apparently was corrupting my css files, and the browser couldn't view them. I just removed this line, and everything started working again.