Page 1 of 1

How to add my own css code?

Posted: 15 Sep 2010, 11:06
by rakekniven
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

Re: How to add my own css code?

Posted: 15 Sep 2010, 11:19
by Kirill
I think you need add this issue to bugtracker http://www.mantisbt.org/bugs/

Re: How to add my own css code?

Posted: 15 Sep 2010, 12:13
by rakekniven