113 lines
2.3 KiB
CSS
113 lines
2.3 KiB
CSS
.slick-wrapper,
|
|
.slick-header {
|
|
border: none !important;
|
|
}
|
|
.slick-headerrow {
|
|
border: none;
|
|
border-bottom: 1px solid #d1d8dd;
|
|
}
|
|
.slick-headerrow-column {
|
|
background-color: #f7fafc !important;
|
|
}
|
|
.slick-headerrow-column input {
|
|
border: 1px solid #d1d8dd;
|
|
border-radius: 3px;
|
|
font-size: 12px;
|
|
padding: 0px 3px !important;
|
|
}
|
|
.slick-cell {
|
|
border-color: #d1d8dd !important;
|
|
color: inherit !important;
|
|
}
|
|
.slick-header-column,
|
|
.slick-header-columns {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
background-color: #f7fafc;
|
|
border-color: #d1d8dd !important;
|
|
color: #8d99a6 !important;
|
|
}
|
|
.slick-row.odd .slick-cell {
|
|
background-color: #fafbfc;
|
|
}
|
|
.grid-report .plot {
|
|
margin: 15px;
|
|
display: none;
|
|
height: 300px !important;
|
|
width: 97% !important;
|
|
}
|
|
.grid-report .ui-widget {
|
|
border: none !important;
|
|
outline: none !important;
|
|
border-top: 1px solid #d1d8dd !important;
|
|
background-color: #fafbfc !important;
|
|
}
|
|
.grid-report .show-zero {
|
|
margin: 10px;
|
|
display: none;
|
|
}
|
|
/* gantt chart */
|
|
.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;
|
|
}
|
|
/* calendar */
|
|
.fc-toolbar {
|
|
padding: 15px;
|
|
margin-bottom: 0px !important;
|
|
}
|
|
.fc-view-container {
|
|
margin-left: -1px;
|
|
}
|
|
th.fc-widget-header {
|
|
background-color: #f7fafc;
|
|
color: #8C99A5;
|
|
}
|
|
.fc-unthemed th,
|
|
.fc-unthemed td,
|
|
.fc-unthemed hr,
|
|
.fc-unthemed thead,
|
|
.fc-unthemed tbody,
|
|
.fc-unthemed .fc-row,
|
|
.fc-unthemed .fc-popover {
|
|
border-color: #d1d8dd !important;
|
|
}
|
|
.fc-unthemed .fc-today {
|
|
background-color: #FFFEF2 !important;
|
|
}
|
|
.fc-highlight {
|
|
background-color: #D9F6FF !important;
|
|
}
|
|
.fc-event {
|
|
border: 1px solid #E8DDFF !important;
|
|
/* default BORDER color */
|
|
background-color: #E8DDFF !important;
|
|
}
|