How to add my own css code?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
rakekniven
Posts: 17
Joined: 19 Mar 2010, 07:05

How to add my own css code?

Post 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
Kirill
Posts: 640
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: How to add my own css code?

Post by Kirill »

I think you need add this issue to bugtracker http://www.mantisbt.org/bugs/
rakekniven
Posts: 17
Joined: 19 Mar 2010, 07:05

Re: How to add my own css code?

Post by rakekniven »

Post Reply