seitime-frappe/frappe/public/css/gantt.css
2015-02-20 13:06:45 +05:30

38 lines
812 B
CSS

.gantt,
.gantt2 {
border: none !important;
border-radius: none !important;
margin: 0px auto !important;
}
.gantt *,
.gantt2 * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.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;
}