Our state of the art Gantt chart


Post by matteocarpet »

Hi,

I don't want to apply strikethrough to inactive tasks, just gray them out.
How can this be achieved?

Many Thanks,
Matteo


Post by marcio »

Hey Matteo,

You can achieve this by replacing the inactive CSS

.b-gantt .b-grid-subgrid-locked .b-grid-row.b-inactive .b-grid-cell {
    text-decoration: none !important;
}

Best regards,
Márcio


Post Reply