angular-tryton-gantt/style.css

11 lines
121 B
CSS

.weekend {
background: #f4f7f4;
}
.gantt_selected .weekend{
background: #f7eb91;
}
.important{
color:red;
}