Closed atrol closed 6 years ago
The CSS file was actually removed in 281382965437978e65ae8b29c375b912318085d1 as part of the modern UI conversion.
For the record: prior to this fix, the following error was logged in the Chrome console:
_Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://localhost/mantis/plugin_file.php?file=Source/style.css"._
This is due to plugin API returning an (HTML) error page: APPLICATION ERROR #2509 File "style.css" does not exist in Plugin "Source".
@dregad I will merge tomorrow, or feel free to merge if there are not any objections from your side.