View Issue Details

IDProjectCategoryView StatusLast Update
0037220mantisbtcustom fieldspublic2026-06-01 03:43
Reporterbeatrizhelena Assigned Todregad  
PriorityhighSeveritymajorReproducibilityunable to reproduce
Status resolvedResolutionno change required 
Product Version2.27.2 
Summary0037220: Due Date Field
Description
  1. Where can I modify the colors of this custom field? AS far as I know Overdue = Red, >7 days closer to overdue = Orange and the other one is green. I saw in default.css :

td.due-0, td.overdue { background-color: red; color: #ffffff; font-weight: bold; }
td.due-1 { background-color: darkorange; color: #49FF2E; font-weight: bold; }
td.due-2 { background-color: green; color: #49FF2E; font-weight: bold; }
td.print-overdue { font-weight: bold; }

However I changed the colors as you can see and nothing happend? So I assume that there is the correct place where I have to change these colors. Can you help me with?

TagsNo tags attached.

Activities

dregad

dregad

2026-06-01 03:43

developer   ~0071209

These are the right styles to customize. Make sure to put your custom CSS in a location accessible by your webserver and set $g_css_include_file as appropriate.

This is not a bug or feature request for MantisBT (you are asking for help on how to configure the system). I am therefore resolving this issue as "no change required".

Please use the forums to get support on customizing and using MantisBT (refer to https://mantisbt.org/support.php for links and further details).