115 lines
2.2 KiB
CSS
115 lines
2.2 KiB
CSS
:root {
|
|
--header-line-height: 26px;
|
|
--header-border-color: #aaa;
|
|
}
|
|
|
|
.data-grid .data-grid-header .data-column-header-split {
|
|
z-index: unset;
|
|
}
|
|
|
|
|
|
|
|
.chart_favorite {
|
|
cursor: pointer;
|
|
width: 22px;
|
|
text-align: center;
|
|
float: right;
|
|
}
|
|
|
|
.chart_favorite:before {
|
|
content: "\f005";
|
|
color: #1a73e8;
|
|
}
|
|
|
|
.chart_unfavorite {
|
|
cursor: pointer;
|
|
width: 22px;
|
|
text-align: center;
|
|
float: right;
|
|
}
|
|
|
|
.chart_unfavorite:before {
|
|
content: "\f005";
|
|
font-weight: 200;
|
|
}
|
|
|
|
.boardContainer {
|
|
width: unset;
|
|
left: 48px;
|
|
right: 0;
|
|
}
|
|
|
|
.helpicon {
|
|
display: none;
|
|
}
|
|
|
|
.data-column-header-filter-panel .data-filter-items-function input[type=button] {
|
|
width: unset;
|
|
}
|
|
|
|
.dialog .dialog-func input {
|
|
width: unset;
|
|
}
|
|
|
|
.chart_nostar {
|
|
display: none;
|
|
}
|
|
|
|
.chart_star {
|
|
display: none;
|
|
}
|
|
|
|
.star {
|
|
display: none;
|
|
}
|
|
|
|
.nostar {
|
|
display: none;
|
|
}
|
|
|
|
.data-grid {
|
|
height: 100%;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/*.data-grid .data-grid-table-header th div {
|
|
font-weight: normal;
|
|
}*/
|
|
|
|
.data-grid .data-grid-body .data-grid-row > td > span {
|
|
display: flex;
|
|
}
|
|
|
|
.status-cell {
|
|
display: inline-block;
|
|
padding: 0 16px;
|
|
border-radius: 16px;
|
|
max-width: 100%;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ui-grid {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
.wizard-contentArea .data-grid .data-grid-body .data-grid-row > td > a,
|
|
.wizard-contentArea .data-grid .data-grid-body .data-grid-row > td > content > span,
|
|
.wizard-contentArea .data-grid .data-grid-body .data-grid-row > td > span,
|
|
.wizard-contentArea .data-grid .data-grid-total-row > td > span,
|
|
.chart_content .data-grid .data-grid-body .data-grid-row > td > a,
|
|
.chart_content .data-grid .data-grid-body .data-grid-row > td > content > span,
|
|
.chart_content .data-grid .data-grid-body .data-grid-row > td > span,
|
|
.chart_content .data-grid .data-grid-total-row > td > span {
|
|
padding: 0;
|
|
display: block;
|
|
}
|
|
|
|
.data-grid .data-grid-header .data-column-header .data-column-header-text {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
} |