109 lines
2.3 KiB
CSS
109 lines
2.3 KiB
CSS
.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;
|
|
}
|
|
.column-picker-dialog .column-list {
|
|
margin: 15px -15px;
|
|
border-top: 1px solid #d1d8dd;
|
|
border-bottom: 1px solid #d1d8dd;
|
|
}
|
|
.column-picker-dialog .column-list .column-list-item {
|
|
padding: 10px;
|
|
cursor: move;
|
|
border-bottom: 1px solid #d1d8dd;
|
|
}
|
|
.column-picker-dialog .column-list .column-list-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.column-picker-dialog .column-list .drag-handle {
|
|
margin: 0px 7px;
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
.column-picker-dialog .column-list .form-control {
|
|
display: inline-block;
|
|
width: 89%;
|
|
}
|
|
.column-picker-dialog .column-list .close {
|
|
margin: 2px 7px 0px;
|
|
}
|
|
.column-picker-dialog .add-btn {
|
|
margin-bottom: 2px;
|
|
}
|