HI,
Is there a way to color-code different group names or group cells?
I have a lot of groups and it would be nice to have different colors for the group names or even better different colors for the background of the cells.
The easiest way would be to have a CSS class applied with the group name.
The color can be defined with in the custom Dashboard extension.
Maybe a PHP snippet can do this?
I added some CSS like this: #child-site-15 td.column-groups, #child-site-16 td.column-groups, #child-site-17 td.column-groups, #child-site-18 td.column-groups {
background: #abf7f3;
}
and it works perfectly.