seitime-frappe/frappe/public/css/gantt.css

32 lines
694 B
CSS

.gantt,
.gantt2 {
border: none !important;
border-radius: none !important;
margin: 0px auto !important;
}
.fn-gantt .leftPanel,
.fn-gantt .leftPanel .row0,
.fn-gantt .leftPanel .name,
.fn-gantt .leftPanel .desc,
.fn-gantt .dataPanel,
.fn-gantt .day,
.fn-gantt .date,
.fn-gantt .rightPanel .month,
.fn-gantt .rightPanel .year {
border-color: #d1d8dd !important;
}
.fn-gantt .navigate {
border: none !important;
}
.fn-gantt .leftPanel .name,
.fn-gantt .leftPanel .desc,
.fn-gantt .spacer,
.fn-gantt .wd,
.fn-gantt .rightPanel .month,
.fn-gantt .rightPanel .year,
.fn-gantt .bottom {
background-color: #f7fafc !important;
}
.fn-gantt .today {
background-color: #D9F6FF !important;
}