This likely happens, because in recent versions the same-origin policy has been strengthened for file:// URIs. file:// URIs are now not allows to load other files (CSS or JS) from the file system.
However, the problem here may be why local files are even opened.