Hello,
there is css/default.css which is delivered with Mantis.
In config file I found variable "$g_css_include_file" to use other css file.
First thought was "Cool, I can use default.css and use $g_css_include_file to append my css code from separate file".
But behaviour is different because when I use $g_css_include_file then only this file is used and default.css is ignored.
I verified this statement by checking html header.
So my question is "How to add my own css code without touching default.css?".
Every time I update Mantis I have to diff old and new default.css to merge my changes into new default.css.
So I am looking for an easier way.
Best regards,
Mark
How to add my own css code?
Moderators: Developer, Contributor
Re: How to add my own css code?
I think you need add this issue to bugtracker http://www.mantisbt.org/bugs/
-
- Posts: 17
- Joined: 19 Mar 2010, 07:05