59 lines
2.4 KiB
CSS
59 lines
2.4 KiB
CSS
.vxe-header--row {
|
|
background: var(--vxe-table-header-background-color);
|
|
color: var(--vxe-table-header-font-color);
|
|
}
|
|
|
|
.is--checked.vxe-checkbox,
|
|
.is--checked.vxe-checkbox .vxe-checkbox--icon,
|
|
.is--checked.vxe-custom--checkbox-option,
|
|
.is--checked.vxe-custom--checkbox-option .vxe-checkbox--icon,
|
|
.is--checked.vxe-export--panel-column-option,
|
|
.is--checked.vxe-export--panel-column-option .vxe-checkbox--icon,
|
|
.is--checked.vxe-table--filter-option,
|
|
.is--checked.vxe-table--filter-option .vxe-checkbox--icon,
|
|
.is--indeterminate.vxe-checkbox,
|
|
.is--indeterminate.vxe-checkbox .vxe-checkbox--icon,
|
|
.is--indeterminate.vxe-custom--checkbox-option,
|
|
.is--indeterminate.vxe-custom--checkbox-option .vxe-checkbox--icon,
|
|
.is--indeterminate.vxe-export--panel-column-option,
|
|
.is--indeterminate.vxe-export--panel-column-option .vxe-checkbox--icon,
|
|
.is--indeterminate.vxe-table--filter-option,
|
|
.is--indeterminate.vxe-table--filter-option .vxe-checkbox--icon,
|
|
.vxe-table--render-default .is--checked.vxe-cell--checkbox,
|
|
.vxe-table--render-default .is--checked.vxe-cell--checkbox .vxe-checkbox--icon,
|
|
.vxe-table--render-default .is--indeterminate.vxe-cell--checkbox,
|
|
.vxe-table--render-default .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon,
|
|
.vxe-table--render-default .is--checked.vxe-cell--radio .vxe-radio--icon {
|
|
color: var(--el-color-primary-light-3);
|
|
}
|
|
|
|
.vxe-checkbox:not(.is--disabled):hover .vxe-checkbox--icon,
|
|
.vxe-custom--checkbox-option:not(.is--disabled):hover .vxe-checkbox--icon,
|
|
.vxe-export--panel-column-option:not(.is--disabled):hover .vxe-checkbox--icon,
|
|
.vxe-table--filter-option:not(.is--disabled):hover .vxe-checkbox--icon,
|
|
.vxe-table--render-default .vxe-cell--checkbox:not(.is--disabled):hover .vxe-checkbox--icon,
|
|
.vxe-radio:not(.is--disabled):hover .vxe-radio--icon,
|
|
.vxe-custom--radio-option:not(.is--disabled):hover .vxe-radio--icon,
|
|
.vxe-export--panel-column-option:not(.is--disabled):hover .vxe-radio--icon,
|
|
.vxe-table--filter-option:not(.is--disabled):hover .vxe-radio--icon,
|
|
.vxe-table--render-default .vxe-cell--radio:not(.is--disabled):hover .vxe-radio--icon {
|
|
color: var(--el-color-primary-light-5);
|
|
}
|
|
|
|
.vxe-table--render-default .vxe-body--row.row--current,
|
|
.vxe-table--render-default .vxe-body--row.row--current:hover {
|
|
background-color: var(--el-color-primary-light-8);
|
|
}
|
|
|
|
.vxe-table--tooltip-wrapper {
|
|
z-index: 10000 !important;
|
|
}
|
|
|
|
.is--disabled {
|
|
background-color: var(--vxe-input-disabled-color);
|
|
}
|
|
|
|
.vxe-modal--wrapper {
|
|
z-index: 5000 !important;
|
|
}
|