Well, I've tried a lot of searches on this subject, but nothing comes close. I've done a lot of work on the default.css to customize the GUI but I'd a lso like to have some control over the cell background for each type of Status.
Can someone point me to the file which controls these? Are we talking a class es file somewhere? If so, couldn't discover it.
NEW (maybe old news) - Change Status Background Color
Moderators: Developer, Contributor
NEW (maybe old news) - Change Status Background Color
Cheers,
Deacon
Deacon
Thanks. We'll give it a try. I assume that the open and closed singe quote define the actual status we're talking about for each bug......
Well, of course that gives rise to the section IN the config_inc.php already there:
################################
# Mantis Look and Feel Variables
################################
# --- status color codes ----------
#
$g_status_colors= array(
Seek and ye shall find!! DOH!
Well, of course that gives rise to the section IN the config_inc.php already there:
################################
# Mantis Look and Feel Variables
################################
# --- status color codes ----------
#
$g_status_colors= array(
- 'new'=> '#ffa0a0', # red,
'feedback'=> '#ff50a8', # purple
'acknowledged'=> '#ffd850', # orange
'confirmed'=> '#ffffb0', # yellow
'assigned'=> '#c8c8ff', # blue
'resolved'=> '#cceedd', # buish-green
'closed'=> '#e8e8e8'); # light gray
Seek and ye shall find!! DOH!

Cheers,
Deacon
Deacon