2 lines
16 KiB
CSS
2 lines
16 KiB
CSS
.ep-table{--ep-table-border-color: var(--ep-border-color-lighter);--ep-table-border: 1px solid var(--ep-table-border-color);--ep-table-text-color: var(--ep-text-color-regular);--ep-table-header-text-color: var(--ep-text-color-secondary);--ep-table-row-hover-bg-color: var(--ep-fill-color-light);--ep-table-current-row-bg-color: var(--ep-color-primary-light-9);--ep-table-header-bg-color: var(--ep-bg-color);--ep-table-fixed-box-shadow: var(--ep-box-shadow-light);--ep-table-bg-color: var(--ep-fill-color-blank);--ep-table-tr-bg-color: var(--ep-bg-color);--ep-table-expanded-cell-bg-color: var(--ep-fill-color-blank);--ep-table-fixed-left-column: inset 10px 0 10px -10px rgba(0, 0, 0, .15);--ep-table-fixed-right-column: inset -10px 0 10px -10px rgba(0, 0, 0, .15);--ep-table-index: var(--ep-index-normal)}.ep-table{position:relative;overflow:hidden;box-sizing:border-box;height:fit-content;width:100%;max-width:100%;background-color:var(--ep-table-bg-color);font-size:14px;color:var(--ep-table-text-color)}.ep-table__inner-wrapper{position:relative;display:flex;flex-direction:column;height:100%}.ep-table__inner-wrapper:before{left:0;bottom:0;width:100%;height:1px}.ep-table tbody:focus-visible{outline:none}.ep-table.has-footer.ep-table--scrollable-y tr:last-child td.ep-table__cell,.ep-table.has-footer.ep-table--fluid-height tr:last-child td.ep-table__cell{border-bottom-color:transparent}.ep-table__empty-block{position:sticky;left:0;min-height:60px;text-align:center;width:100%;display:flex;justify-content:center;align-items:center}.ep-table__empty-text{line-height:60px;width:50%;color:var(--ep-text-color-secondary)}.ep-table__expand-column .cell{padding:0;text-align:center;-webkit-user-select:none;user-select:none}.ep-table__expand-icon{position:relative;cursor:pointer;color:var(--ep-text-color-regular);font-size:12px;transition:transform var(--ep-transition-duration-fast) ease-in-out;height:20px}.ep-table__expand-icon--expanded{transform:rotate(90deg)}.ep-table__expand-icon>.ep-icon{font-size:12px}.ep-table__expanded-cell{background-color:var(--ep-table-expanded-cell-bg-color)}.ep-table__expanded-cell[class*=cell]{padding:20px 50px}.ep-table__expanded-cell:hover{background-color:transparent!important}.ep-table__placeholder{display:inline-block;width:20px}.ep-table__append-wrapper{overflow:hidden}.ep-table--fit{border-right:0;border-bottom:0}.ep-table--fit .ep-table__cell.gutter{border-right-width:1px}.ep-table thead{color:var(--ep-table-header-text-color)}.ep-table thead th{font-weight:600}.ep-table thead.is-group th.ep-table__cell{background:var(--ep-fill-color-light)}.ep-table tfoot td.ep-table__cell{background-color:var(--ep-table-row-hover-bg-color);color:var(--ep-table-text-color)}.ep-table .ep-table__cell{padding:8px 0;min-width:0;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left;z-index:var(--ep-table-index)}.ep-table .ep-table__cell.is-center{text-align:center}.ep-table .ep-table__cell.is-right{text-align:right}.ep-table .ep-table__cell.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.ep-table .ep-table__cell.is-hidden>*{visibility:hidden}.ep-table .cell{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:23px;padding:0 12px}.ep-table .cell.ep-tooltip{white-space:nowrap;min-width:50px}.ep-table--large{font-size:var(--ep-font-size-base)}.ep-table--large .ep-table__cell{padding:12px 0}.ep-table--large .cell{padding:0 16px}.ep-table--default{font-size:14px}.ep-table--default .ep-table__cell{padding:8px 0}.ep-table--default .cell{padding:0 12px}.ep-table--small{font-size:12px}.ep-table--small .ep-table__cell{padding:4px 0}.ep-table--small .cell{padding:0 8px}.ep-table tr{background-color:var(--ep-table-tr-bg-color)}.ep-table tr input[type=checkbox]{margin:0}.ep-table th.ep-table__cell.is-leaf,.ep-table td.ep-table__cell{border-bottom:var(--ep-table-border)}.ep-table th.ep-table__cell.is-sortable{cursor:pointer}.ep-table th.ep-table__cell{-webkit-user-select:none;user-select:none;background-color:var(--ep-table-header-bg-color)}.ep-table th.ep-table__cell>.cell.highlight{color:var(--ep-color-primary)}.ep-table th.ep-table__cell.required>div:before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.ep-table td.ep-table__cell div{box-sizing:border-box}.ep-table td.ep-table__cell.gutter{width:0}.ep-table--border:after,.ep-table--border:before,.ep-table--border .ep-table__inner-wrapper:after,.ep-table__inner-wrapper:before{content:"";position:absolute;background-color:var(--ep-table-border-color);z-index:calc(var(--ep-table-index) + 2)}.ep-table--border .ep-table__inner-wrapper:after{left:0;top:0;width:100%;height:1px;z-index:calc(var(--ep-table-index) + 2)}.ep-table--border:before{top:-1px;left:0;width:1px;height:100%}.ep-table--border:after{top:-1px;right:0;width:1px;height:100%}.ep-table--border .ep-table__inner-wrapper{border-right:none;border-bottom:none}.ep-table--border .ep-table__footer-wrapper{position:relative;flex-shrink:0}.ep-table--border .ep-table__cell{border-right:var(--ep-table-border)}.ep-table--border th.ep-table__cell.gutter:last-of-type{border-bottom:var(--ep-table-border);border-bottom-width:1px}.ep-table--border th.ep-table__cell{border-bottom:var(--ep-table-border)}.ep-table--hidden{visibility:hidden}.ep-table__header-wrapper,.ep-table__body-wrapper,.ep-table__footer-wrapper{width:100%}.ep-table__header-wrapper tr td.ep-table-fixed-column--left,.ep-table__header-wrapper tr td.ep-table-fixed-column--right,.ep-table__header-wrapper tr th.ep-table-fixed-column--left,.ep-table__header-wrapper tr th.ep-table-fixed-column--right,.ep-table__body-wrapper tr td.ep-table-fixed-column--left,.ep-table__body-wrapper tr td.ep-table-fixed-column--right,.ep-table__body-wrapper tr th.ep-table-fixed-column--left,.ep-table__body-wrapper tr th.ep-table-fixed-column--right,.ep-table__footer-wrapper tr td.ep-table-fixed-column--left,.ep-table__footer-wrapper tr td.ep-table-fixed-column--right,.ep-table__footer-wrapper tr th.ep-table-fixed-column--left,.ep-table__footer-wrapper tr th.ep-table-fixed-column--right{position:sticky!important;background:inherit;z-index:calc(var(--ep-table-index) + 1)}.ep-table__header-wrapper tr td.ep-table-fixed-column--left.is-last-column:before,.ep-table__header-wrapper tr td.ep-table-fixed-column--left.is-first-column:before,.ep-table__header-wrapper tr td.ep-table-fixed-column--right.is-last-column:before,.ep-table__header-wrapper tr td.ep-table-fixed-column--right.is-first-column:before,.ep-table__header-wrapper tr th.ep-table-fixed-column--left.is-last-column:before,.ep-table__header-wrapper tr th.ep-table-fixed-column--left.is-first-column:before,.ep-table__header-wrapper tr th.ep-table-fixed-column--right.is-last-column:before,.ep-table__header-wrapper tr th.ep-table-fixed-column--right.is-first-column:before,.ep-table__body-wrapper tr td.ep-table-fixed-column--left.is-last-column:before,.ep-table__body-wrapper tr td.ep-table-fixed-column--left.is-first-column:before,.ep-table__body-wrapper tr td.ep-table-fixed-column--right.is-last-column:before,.ep-table__body-wrapper tr td.ep-table-fixed-column--right.is-first-column:before,.ep-table__body-wrapper tr th.ep-table-fixed-column--left.is-last-column:before,.ep-table__body-wrapper tr th.ep-table-fixed-column--left.is-first-column:before,.ep-table__body-wrapper tr th.ep-table-fixed-column--right.is-last-column:before,.ep-table__body-wrapper tr th.ep-table-fixed-column--right.is-first-column:before,.ep-table__footer-wrapper tr td.ep-table-fixed-column--left.is-last-column:before,.ep-table__footer-wrapper tr td.ep-table-fixed-column--left.is-first-column:before,.ep-table__footer-wrapper tr td.ep-table-fixed-column--right.is-last-column:before,.ep-table__footer-wrapper tr td.ep-table-fixed-column--right.is-first-column:before,.ep-table__footer-wrapper tr th.ep-table-fixed-column--left.is-last-column:before,.ep-table__footer-wrapper tr th.ep-table-fixed-column--left.is-first-column:before,.ep-table__footer-wrapper tr th.ep-table-fixed-column--right.is-last-column:before,.ep-table__footer-wrapper tr th.ep-table-fixed-column--right.is-first-column:before{content:"";position:absolute;top:0;width:10px;bottom:-1px;overflow-x:hidden;overflow-y:hidden;box-shadow:none;touch-action:none;pointer-events:none}.ep-table__header-wrapper tr td.ep-table-fixed-column--left.is-first-column:before,.ep-table__header-wrapper tr td.ep-table-fixed-column--right.is-first-column:before,.ep-table__header-wrapper tr th.ep-table-fixed-column--left.is-first-column:before,.ep-table__header-wrapper tr th.ep-table-fixed-column--right.is-first-column:before,.ep-table__body-wrapper tr td.ep-table-fixed-column--left.is-first-column:before,.ep-table__body-wrapper tr td.ep-table-fixed-column--right.is-first-column:before,.ep-table__body-wrapper tr th.ep-table-fixed-column--left.is-first-column:before,.ep-table__body-wrapper tr th.ep-table-fixed-column--right.is-first-column:before,.ep-table__footer-wrapper tr td.ep-table-fixed-column--left.is-first-column:before,.ep-table__footer-wrapper tr td.ep-table-fixed-column--right.is-first-column:before,.ep-table__footer-wrapper tr th.ep-table-fixed-column--left.is-first-column:before,.ep-table__footer-wrapper tr th.ep-table-fixed-column--right.is-first-column:before{left:-10px}.ep-table__header-wrapper tr td.ep-table-fixed-column--left.is-last-column:before,.ep-table__header-wrapper tr td.ep-table-fixed-column--right.is-last-column:before,.ep-table__header-wrapper tr th.ep-table-fixed-column--left.is-last-column:before,.ep-table__header-wrapper tr th.ep-table-fixed-column--right.is-last-column:before,.ep-table__body-wrapper tr td.ep-table-fixed-column--left.is-last-column:before,.ep-table__body-wrapper tr td.ep-table-fixed-column--right.is-last-column:before,.ep-table__body-wrapper tr th.ep-table-fixed-column--left.is-last-column:before,.ep-table__body-wrapper tr th.ep-table-fixed-column--right.is-last-column:before,.ep-table__footer-wrapper tr td.ep-table-fixed-column--left.is-last-column:before,.ep-table__footer-wrapper tr td.ep-table-fixed-column--right.is-last-column:before,.ep-table__footer-wrapper tr th.ep-table-fixed-column--left.is-last-column:before,.ep-table__footer-wrapper tr th.ep-table-fixed-column--right.is-last-column:before{right:-10px;box-shadow:none}.ep-table__header-wrapper tr td.ep-table__fixed-right-patch,.ep-table__header-wrapper tr th.ep-table__fixed-right-patch,.ep-table__body-wrapper tr td.ep-table__fixed-right-patch,.ep-table__body-wrapper tr th.ep-table__fixed-right-patch,.ep-table__footer-wrapper tr td.ep-table__fixed-right-patch,.ep-table__footer-wrapper tr th.ep-table__fixed-right-patch{position:sticky!important;z-index:calc(var(--ep-table-index) + 1);background:#fff;right:0}.ep-table__header-wrapper{flex-shrink:0}.ep-table__header-wrapper tr th.ep-table-fixed-column--left,.ep-table__header-wrapper tr th.ep-table-fixed-column--right{background-color:var(--ep-table-header-bg-color)}.ep-table__header,.ep-table__body,.ep-table__footer{table-layout:fixed;border-collapse:separate}.ep-table__header-wrapper{overflow:hidden}.ep-table__header-wrapper tbody td.ep-table__cell{background-color:var(--ep-table-row-hover-bg-color);color:var(--ep-table-text-color)}.ep-table__footer-wrapper{overflow:hidden;flex-shrink:0}.ep-table__header-wrapper .ep-table-column--selection>.cell,.ep-table__body-wrapper .ep-table-column--selection>.cell{display:inline-flex;align-items:center;height:23px}.ep-table__header-wrapper .ep-table-column--selection .ep-checkbox,.ep-table__body-wrapper .ep-table-column--selection .ep-checkbox{height:unset}.ep-table.is-scrolling-left .ep-table-fixed-column--right.is-first-column:before{box-shadow:var(--ep-table-fixed-right-column)}.ep-table.is-scrolling-left.ep-table--border .ep-table-fixed-column--left.is-last-column.ep-table__cell{border-right:var(--ep-table-border)}.ep-table.is-scrolling-left th.ep-table-fixed-column--left{background-color:var(--ep-table-header-bg-color)}.ep-table.is-scrolling-right .ep-table-fixed-column--left.is-last-column:before{box-shadow:var(--ep-table-fixed-left-column)}.ep-table.is-scrolling-right .ep-table-fixed-column--left.is-last-column.ep-table__cell{border-right:none}.ep-table.is-scrolling-right th.ep-table-fixed-column--right{background-color:var(--ep-table-header-bg-color)}.ep-table.is-scrolling-middle .ep-table-fixed-column--left.is-last-column.ep-table__cell{border-right:none}.ep-table.is-scrolling-middle .ep-table-fixed-column--right.is-first-column:before{box-shadow:var(--ep-table-fixed-right-column)}.ep-table.is-scrolling-middle .ep-table-fixed-column--left.is-last-column:before{box-shadow:var(--ep-table-fixed-left-column)}.ep-table.is-scrolling-none .ep-table-fixed-column--left.is-first-column:before,.ep-table.is-scrolling-none .ep-table-fixed-column--left.is-last-column:before,.ep-table.is-scrolling-none .ep-table-fixed-column--right.is-first-column:before,.ep-table.is-scrolling-none .ep-table-fixed-column--right.is-last-column:before{box-shadow:none}.ep-table.is-scrolling-none th.ep-table-fixed-column--left,.ep-table.is-scrolling-none th.ep-table-fixed-column--right{background-color:var(--ep-table-header-bg-color)}.ep-table__body-wrapper{overflow:hidden;position:relative;flex:1}.ep-table__body-wrapper .ep-scrollbar__bar{z-index:calc(var(--ep-table-index) + 2)}.ep-table .caret-wrapper{display:inline-flex;flex-direction:column;align-items:center;height:14px;width:24px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.ep-table .sort-caret{width:0;height:0;border:solid 5px transparent;position:absolute;left:7px}.ep-table .sort-caret.ascending{border-bottom-color:var(--ep-text-color-placeholder);top:-5px}.ep-table .sort-caret.descending{border-top-color:var(--ep-text-color-placeholder);bottom:-3px}.ep-table .ascending .sort-caret.ascending{border-bottom-color:var(--ep-color-primary)}.ep-table .descending .sort-caret.descending{border-top-color:var(--ep-color-primary)}.ep-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.ep-table--striped .ep-table__body tr.ep-table__row--striped td.ep-table__cell{background:var(--ep-fill-color-lighter)}.ep-table--striped .ep-table__body tr.ep-table__row--striped.current-row td.ep-table__cell{background-color:var(--ep-table-current-row-bg-color)}.ep-table__body tr.hover-row>td.ep-table__cell,.ep-table__body tr.hover-row.current-row>td.ep-table__cell,.ep-table__body tr.hover-row.ep-table__row--striped>td.ep-table__cell,.ep-table__body tr.hover-row.ep-table__row--striped.current-row>td.ep-table__cell{background-color:var(--ep-table-row-hover-bg-color)}.ep-table__body tr.current-row>td.ep-table__cell{background-color:var(--ep-table-current-row-bg-color)}.ep-table.ep-table--scrollable-y .ep-table__body-header{position:sticky;top:0;z-index:calc(var(--ep-table-index) + 2)}.ep-table.ep-table--scrollable-y .ep-table__body-footer{position:sticky;bottom:0;z-index:calc(var(--ep-table-index) + 2)}.ep-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:var(--ep-table-border);z-index:calc(var(--ep-table-index) + 9)}.ep-table__column-filter-trigger{display:inline-block;cursor:pointer}.ep-table__column-filter-trigger i{color:var(--ep-color-info);font-size:14px;vertical-align:middle}.ep-table__border-left-patch{top:0;left:0;width:1px;height:100%;z-index:calc(var(--ep-table-index) + 2);position:absolute;background-color:var(--ep-table-border-color)}.ep-table__border-bottom-patch{left:0;height:1px;z-index:calc(var(--ep-table-index) + 2);position:absolute;background-color:var(--ep-table-border-color)}.ep-table__border-right-patch{top:0;height:100%;width:1px;z-index:calc(var(--ep-table-index) + 2);position:absolute;background-color:var(--ep-table-border-color)}.ep-table--enable-row-transition .ep-table__body td.ep-table__cell{transition:background-color .25s ease}.ep-table--enable-row-hover .ep-table__body tr:hover>td.ep-table__cell{background-color:var(--ep-table-row-hover-bg-color)}.ep-table [class*=ep-table__row--level] .ep-table__expand-icon{display:inline-block;width:12px;line-height:12px;height:12px;text-align:center;margin-right:8px}.ep-table .ep-table.ep-table--border .ep-table__cell{border-right:var(--ep-table-border)}.ep-table:not(.ep-table--border) .ep-table__cell{border-right:none}.ep-table:not(.ep-table--border)>.ep-table__inner-wrapper:after{content:none}
|