amis-ui 2.1.1-beta.2 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.d.ts +33 -1
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.d.ts +494 -2
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.d.ts +33 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.d.ts +67 -3
- package/esm/components/AnchorNav.js +8 -8
- package/esm/components/ArrayInput.d.ts +574 -2
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.d.ts +84 -2
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +454 -2
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.d.ts +33 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.d.ts +54 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.d.ts +33 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.d.ts +33 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.d.ts +33 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.d.ts +33 -1
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.d.ts +254 -2
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.d.ts +33 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.d.ts +33 -1
- package/esm/components/Cascader.js +3 -9
- package/esm/components/ChainedSelection.d.ts +454 -2
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.d.ts +33 -1
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.d.ts +254 -2
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.d.ts +33 -1
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.d.ts +33 -1
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.d.ts +454 -2
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/ContextMenu.d.ts +33 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +495 -2
- package/esm/components/DatePicker.js +3 -3
- package/esm/components/DateRangePicker.d.ts +787 -2
- package/esm/components/DateRangePicker.js +104 -36
- package/esm/components/Drawer.d.ts +33 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/Editor.d.ts +541 -3
- package/esm/components/Editor.js +9 -8
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.d.ts +254 -2
- package/esm/components/FormField.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +454 -2
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.d.ts +53 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.d.ts +254 -2
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +63 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.d.ts +254 -2
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/Layout.d.ts +93 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.d.ts +33 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +53 -1
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.d.ts +534 -2
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.d.ts +374 -2
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.d.ts +1204 -12
- package/esm/components/Modal.js +8 -3
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +654 -2
- package/esm/components/NumberInput.d.ts +33 -1
- package/esm/components/NumberInput.js +2 -2
- package/esm/components/Pagination.d.ts +543 -2
- package/esm/components/Pagination.js +2 -2
- package/esm/components/Picker.d.ts +254 -2
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.d.ts +33 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.d.ts +254 -2
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.d.ts +1 -0
- package/esm/components/PopOverContainer.js +3 -3
- package/esm/components/PopUp.d.ts +534 -2
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.d.ts +39 -1
- package/esm/components/Progress.js +20 -2
- package/esm/components/PullRefresh.d.ts +33 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.d.ts +123 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.d.ts +33 -1
- package/esm/components/Range.js +3 -2
- package/esm/components/Rating.d.ts +173 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +254 -2
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.d.ts +254 -2
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.d.ts +654 -2
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +254 -2
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +497 -2
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +6201 -56
- package/esm/components/Select.js +1 -1
- package/esm/components/Selection.d.ts +454 -2
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.d.ts +374 -2
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +133 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.d.ts +33 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +63 -1
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.d.ts +654 -2
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.d.ts +239 -7
- package/esm/components/Tabs.js +39 -9
- package/esm/components/TabsTransfer.d.ts +254 -2
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.d.ts +254 -2
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +66 -2
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.d.ts +494 -2
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.d.ts +33 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.d.ts +254 -2
- package/esm/components/TimelineItem.js +2 -2
- package/esm/components/Tinymce.js +1 -1
- package/esm/components/TitleBar.d.ts +83 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.d.ts +254 -2
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.d.ts +33 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +33 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +1048 -4
- package/esm/components/Transfer.js +3 -3
- package/esm/components/TransferDropDown.d.ts +254 -2
- package/esm/components/TransferDropDown.js +4 -4
- package/esm/components/TransferPicker.d.ts +254 -2
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.d.ts +254 -2
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.d.ts +1534 -2
- package/esm/components/Tree.js +1 -1
- package/esm/components/TreeSelection.d.ts +494 -2
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +414 -2
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.d.ts +254 -2
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.d.ts +260 -4
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.d.ts +63 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +1 -0
- package/esm/components/calendar/Calendar.js +5 -2
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +64 -2
- package/esm/components/calendar/DaysView.js +53 -24
- package/esm/components/calendar/MonthsView.d.ts +63 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.d.ts +63 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.d.ts +63 -2
- package/esm/components/calendar/TimeView.js +5 -6
- package/esm/components/calendar/YearsView.d.ts +63 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.d.ts +254 -2
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.d.ts +254 -2
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Formula.d.ts +254 -2
- package/esm/components/condition-builder/Formula.js +1 -1
- package/esm/components/condition-builder/Func.d.ts +254 -2
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.d.ts +254 -2
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.d.ts +33 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.d.ts +33 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.d.ts +254 -2
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.d.ts +254 -2
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.d.ts +254 -2
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/Editor.d.ts +254 -2
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.d.ts +33 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Picker.d.ts +344 -2
- package/esm/components/formula/Picker.js +10 -1
- package/esm/components/formula/VariableList.d.ts +33 -1
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +1 -1
- package/esm/components/json-schema/Array.d.ts +1 -0
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.d.ts +1 -0
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.d.ts +1 -0
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.d.ts +254 -2
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/schema-editor/Array.d.ts +1 -0
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.d.ts +1 -0
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.d.ts +164 -2
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.d.ts +164 -2
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +263 -2
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.d.ts +456 -3
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.d.ts +257 -3
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +377 -4
- package/esm/components/table/HeadCellFilter.js +4 -4
- package/esm/components/table/HeadCellSelect.d.ts +337 -4
- package/esm/components/table/HeadCellSelect.js +4 -2
- package/esm/components/table/HeadCellSort.d.ts +258 -5
- package/esm/components/table/HeadCellSort.js +6 -6
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +577 -6
- package/esm/components/table/index.js +9 -9
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.d.ts +3 -3
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check-circle.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/status-fail.svg.js +1 -1
- package/esm/icons/status-info.svg.js +1 -1
- package/esm/icons/status-success.svg.js +1 -1
- package/esm/icons/status-warning.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +20 -5
- package/esm/locale/en-US.js +16 -1
- package/esm/locale/zh-CN.js +18 -5
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.d.ts +33 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +494 -2
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +33 -1
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +67 -3
- package/lib/components/AnchorNav.js +8 -8
- package/lib/components/ArrayInput.d.ts +574 -2
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +84 -2
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +454 -2
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/Avatar.d.ts +33 -1
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +54 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.d.ts +33 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.d.ts +33 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.d.ts +33 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +33 -1
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +254 -2
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +33 -1
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.d.ts +33 -1
- package/lib/components/Cascader.js +3 -9
- package/lib/components/ChainedSelection.d.ts +454 -2
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.d.ts +33 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.d.ts +254 -2
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +33 -1
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +33 -1
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +454 -2
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/ContextMenu.d.ts +33 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +495 -2
- package/lib/components/DatePicker.js +3 -3
- package/lib/components/DateRangePicker.d.ts +787 -2
- package/lib/components/DateRangePicker.js +105 -35
- package/lib/components/Drawer.d.ts +33 -1
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Editor.d.ts +541 -3
- package/lib/components/Editor.js +9 -9
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.d.ts +254 -2
- package/lib/components/FormField.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +454 -2
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.d.ts +53 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +254 -2
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +63 -1
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.d.ts +254 -2
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/Layout.d.ts +93 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.d.ts +33 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +53 -1
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +534 -2
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +374 -2
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +1204 -12
- package/lib/components/Modal.js +8 -3
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +654 -2
- package/lib/components/NumberInput.d.ts +33 -1
- package/lib/components/NumberInput.js +2 -2
- package/lib/components/Pagination.d.ts +543 -2
- package/lib/components/Pagination.js +2 -2
- package/lib/components/Picker.d.ts +254 -2
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.d.ts +33 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.d.ts +254 -2
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +3 -3
- package/lib/components/PopUp.d.ts +534 -2
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +39 -1
- package/lib/components/Progress.js +20 -2
- package/lib/components/PullRefresh.d.ts +33 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +123 -1
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.d.ts +33 -1
- package/lib/components/Range.js +3 -2
- package/lib/components/Rating.d.ts +173 -1
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +254 -2
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +254 -2
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +654 -2
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +254 -2
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +497 -2
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +6201 -56
- package/lib/components/Select.js +1 -1
- package/lib/components/Selection.d.ts +454 -2
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.d.ts +374 -2
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +133 -1
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.d.ts +33 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +63 -1
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +654 -2
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +239 -7
- package/lib/components/Tabs.js +39 -9
- package/lib/components/TabsTransfer.d.ts +254 -2
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.d.ts +254 -2
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +66 -2
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +494 -2
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.d.ts +33 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.d.ts +254 -2
- package/lib/components/TimelineItem.js +2 -2
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.d.ts +83 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +254 -2
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.d.ts +33 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +33 -1
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +1048 -4
- package/lib/components/Transfer.js +3 -3
- package/lib/components/TransferDropDown.d.ts +254 -2
- package/lib/components/TransferDropDown.js +4 -4
- package/lib/components/TransferPicker.d.ts +254 -2
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.d.ts +254 -2
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +1534 -2
- package/lib/components/Tree.js +1 -1
- package/lib/components/TreeSelection.d.ts +494 -2
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +414 -2
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +254 -2
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +260 -4
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.d.ts +63 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +1 -0
- package/lib/components/calendar/Calendar.js +5 -2
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +64 -2
- package/lib/components/calendar/DaysView.js +57 -24
- package/lib/components/calendar/MonthsView.d.ts +63 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.d.ts +63 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.d.ts +63 -2
- package/lib/components/calendar/TimeView.js +5 -6
- package/lib/components/calendar/YearsView.d.ts +63 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.d.ts +254 -2
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.d.ts +254 -2
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Formula.d.ts +254 -2
- package/lib/components/condition-builder/Formula.js +1 -1
- package/lib/components/condition-builder/Func.d.ts +254 -2
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.d.ts +254 -2
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.d.ts +33 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.d.ts +33 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.d.ts +254 -2
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.d.ts +254 -2
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +254 -2
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/Editor.d.ts +254 -2
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.d.ts +33 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Picker.d.ts +344 -2
- package/lib/components/formula/Picker.js +10 -1
- package/lib/components/formula/VariableList.d.ts +33 -1
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +1 -1
- package/lib/components/json-schema/Array.d.ts +1 -0
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.d.ts +1 -0
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.d.ts +1 -0
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.d.ts +254 -2
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/schema-editor/Array.d.ts +1 -0
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.d.ts +1 -0
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.d.ts +164 -2
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +164 -2
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +263 -2
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +456 -3
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/HeadCellDropDown.d.ts +257 -3
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +377 -4
- package/lib/components/table/HeadCellFilter.js +4 -4
- package/lib/components/table/HeadCellSelect.d.ts +337 -4
- package/lib/components/table/HeadCellSelect.js +4 -2
- package/lib/components/table/HeadCellSort.d.ts +258 -5
- package/lib/components/table/HeadCellSort.js +6 -6
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +577 -6
- package/lib/components/table/index.js +9 -9
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.d.ts +3 -3
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/helper.css +0 -8336
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check-circle.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/status-fail.svg.js +1 -1
- package/lib/icons/status-info.svg.js +1 -1
- package/lib/icons/status-success.svg.js +1 -1
- package/lib/icons/status-warning.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +20 -5
- package/lib/locale/en-US.js +16 -1
- package/lib/locale/zh-CN.js +18 -5
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +855 -701
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +855 -701
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +861 -703
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +859 -705
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +861 -703
- package/package.json +7 -5
- package/scss/_properties.scss +5 -2
- package/scss/components/_column-toggler.scss +7 -1
- package/scss/components/_drawer.scss +58 -5
- package/scss/components/_dropdown.scss +1 -0
- package/scss/components/_modal.scss +2 -7
- package/scss/components/_progress.scss +13 -0
- package/scss/components/_result-box.scss +0 -1
- package/scss/components/_table.scss +41 -6
- package/scss/components/{_table-v2.scss → _table2.scss} +1 -1
- package/scss/components/_tabs.scss +53 -9
- package/scss/components/form/_date-range.scss +16 -2
- package/scss/components/form/_date.scss +4 -2
- package/scss/components/form/_editor.scss +11 -0
- package/scss/components/form/_form.scss +6 -2
- package/scss/components/form/_select.scss +0 -2
- package/scss/components/form/_transfer.scss +32 -7
- package/scss/components/form/_tree.scss +8 -9
- package/scss/themes/_common.scss +1 -1
- package/scss/themes/cxd.scss +4 -0
package/lib/themes/default.css
CHANGED
|
@@ -1482,8 +1482,7 @@ button::-moz-focus-inner {
|
|
|
1482
1482
|
-webkit-touch-callout: none;
|
|
1483
1483
|
-webkit-user-select: none;
|
|
1484
1484
|
-moz-user-select: none;
|
|
1485
|
-
|
|
1486
|
-
user-select: none;
|
|
1485
|
+
user-select: none;
|
|
1487
1486
|
}
|
|
1488
1487
|
.tox .tox-collection__item {
|
|
1489
1488
|
align-items: center;
|
|
@@ -1493,8 +1492,7 @@ button::-moz-focus-inner {
|
|
|
1493
1492
|
-webkit-touch-callout: none;
|
|
1494
1493
|
-webkit-user-select: none;
|
|
1495
1494
|
-moz-user-select: none;
|
|
1496
|
-
|
|
1497
|
-
user-select: none;
|
|
1495
|
+
user-select: none;
|
|
1498
1496
|
}
|
|
1499
1497
|
.tox .tox-collection--list .tox-collection__item {
|
|
1500
1498
|
padding: 4px 8px;
|
|
@@ -2882,8 +2880,7 @@ body.tox-dialog__disable-scroll {
|
|
|
2882
2880
|
height: 100%;
|
|
2883
2881
|
margin: 0;
|
|
2884
2882
|
overflow: hidden;
|
|
2885
|
-
-
|
|
2886
|
-
overscroll-behavior: none;
|
|
2883
|
+
overscroll-behavior: none;
|
|
2887
2884
|
padding: 0;
|
|
2888
2885
|
touch-action: pinch-zoom;
|
|
2889
2886
|
width: 100%;
|
|
@@ -4188,7 +4185,6 @@ body.tox-dialog__disable-scroll {
|
|
|
4188
4185
|
font-family: serif, Times, "Times New Roman";
|
|
4189
4186
|
-webkit-user-select: none;
|
|
4190
4187
|
-moz-user-select: none;
|
|
4191
|
-
-ms-user-select: none;
|
|
4192
4188
|
user-select: none;
|
|
4193
4189
|
}
|
|
4194
4190
|
.video-react:-moz-full-screen {
|
|
@@ -4946,7 +4942,6 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
4946
4942
|
touch-action: none;
|
|
4947
4943
|
-webkit-user-select: none;
|
|
4948
4944
|
-moz-user-select: none;
|
|
4949
|
-
-ms-user-select: none;
|
|
4950
4945
|
user-select: none;
|
|
4951
4946
|
}
|
|
4952
4947
|
.cropper-container img {
|
|
@@ -5792,6 +5787,8 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
5792
5787
|
var(--fontSizeLg) * 8 + var(--DatePicker-paddingX) * 2 +
|
|
5793
5788
|
var(--Form-input-clearBtn-size) * 2
|
|
5794
5789
|
);
|
|
5790
|
+
--DateRangePicker-activeCursor-color: var(--primary);
|
|
5791
|
+
--DateRangePicker-activeCursor-height: 2px;
|
|
5795
5792
|
--LocationPicker-borderRadius: var(--Form-input-borderWidth);
|
|
5796
5793
|
--Divider-borderStyle: solid;
|
|
5797
5794
|
--Drawer-bg: var(--background);
|
|
@@ -6452,7 +6449,7 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
6452
6449
|
--Table-thead-color: var(--text--loud-color);
|
|
6453
6450
|
--Table-thead-fontSize: var(--fontSizeBase);
|
|
6454
6451
|
--Table-thead-iconColor: var(--icon-color);
|
|
6455
|
-
--Table-toolbar-marginX:
|
|
6452
|
+
--Table-toolbar-marginX: var(--gap-xs);
|
|
6456
6453
|
--Table-toolbar-marginY: var(--gap-base);
|
|
6457
6454
|
--Table-tree-borderColor: var(--Table-borderColor);
|
|
6458
6455
|
--Table-searchableForm-backgroundColor: #f6f7f8;
|
|
@@ -7474,15 +7471,9 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
7474
7471
|
.rdtPrev span,
|
|
7475
7472
|
.rdtNext span {
|
|
7476
7473
|
display: block;
|
|
7477
|
-
-webkit-touch-callout: none;
|
|
7478
|
-
/*
|
|
7479
|
-
-
|
|
7480
|
-
/* Chrome/Safari/Opera */
|
|
7481
|
-
/* Konqueror */
|
|
7482
|
-
-moz-user-select: none;
|
|
7483
|
-
/* Firefox */
|
|
7484
|
-
-ms-user-select: none;
|
|
7485
|
-
/* Internet Explorer/Edge */
|
|
7474
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
|
7475
|
+
-webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
|
|
7476
|
+
-moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
|
|
7486
7477
|
user-select: none;
|
|
7487
7478
|
}
|
|
7488
7479
|
.rdtPicker th.rdtDisabled,
|
|
@@ -7551,15 +7542,9 @@ td.rdtQuarter:hover {
|
|
|
7551
7542
|
line-height: 40px;
|
|
7552
7543
|
cursor: pointer;
|
|
7553
7544
|
display: block;
|
|
7554
|
-
-webkit-touch-callout: none;
|
|
7555
|
-
/*
|
|
7556
|
-
-
|
|
7557
|
-
/* Chrome/Safari/Opera */
|
|
7558
|
-
/* Konqueror */
|
|
7559
|
-
-moz-user-select: none;
|
|
7560
|
-
/* Firefox */
|
|
7561
|
-
-ms-user-select: none;
|
|
7562
|
-
/* Internet Explorer/Edge */
|
|
7545
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
|
7546
|
+
-webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
|
|
7547
|
+
-moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
|
|
7563
7548
|
user-select: none;
|
|
7564
7549
|
}
|
|
7565
7550
|
.rdtCounter .rdtBtn:hover {
|
|
@@ -8085,7 +8070,6 @@ body {
|
|
|
8085
8070
|
.cxd-Layout-content {
|
|
8086
8071
|
transition: transform var(--animation-duration) ease;
|
|
8087
8072
|
}
|
|
8088
|
-
|
|
8089
8073
|
.cxd-Layout-aside {
|
|
8090
8074
|
display: none;
|
|
8091
8075
|
}
|
|
@@ -8101,11 +8085,9 @@ body {
|
|
|
8101
8085
|
-webkit-overflow-scrolling: touch;
|
|
8102
8086
|
z-index: 1010;
|
|
8103
8087
|
}
|
|
8104
|
-
|
|
8105
8088
|
.cxd-Layout-headerBar {
|
|
8106
8089
|
display: none;
|
|
8107
8090
|
}
|
|
8108
|
-
|
|
8109
8091
|
.cxd-Layout--offScreen .cxd-Layout-body,
|
|
8110
8092
|
.cxd-Layout--offScreen .cxd-Layout-footer {
|
|
8111
8093
|
background: var(--body-bg);
|
|
@@ -8123,7 +8105,6 @@ body {
|
|
|
8123
8105
|
z-index: 1015;
|
|
8124
8106
|
padding-top: 3.125rem;
|
|
8125
8107
|
}
|
|
8126
|
-
|
|
8127
8108
|
.cxd-Layout-offScreenBtn {
|
|
8128
8109
|
display: block;
|
|
8129
8110
|
}
|
|
@@ -8431,7 +8412,6 @@ body {
|
|
|
8431
8412
|
flex-direction: column;
|
|
8432
8413
|
justify-content: space-between;
|
|
8433
8414
|
}
|
|
8434
|
-
|
|
8435
8415
|
.cxd-Grid-col--sm1 {
|
|
8436
8416
|
flex: 0 0 8.3333333333%;
|
|
8437
8417
|
max-width: 8.3333333333%;
|
|
@@ -8439,7 +8419,6 @@ body {
|
|
|
8439
8419
|
padding-left: 0.5rem;
|
|
8440
8420
|
padding-right: 0.5rem;
|
|
8441
8421
|
}
|
|
8442
|
-
|
|
8443
8422
|
.cxd-Grid-col--sm2 {
|
|
8444
8423
|
flex: 0 0 16.6666666667%;
|
|
8445
8424
|
max-width: 16.6666666667%;
|
|
@@ -8447,7 +8426,6 @@ body {
|
|
|
8447
8426
|
padding-left: 0.5rem;
|
|
8448
8427
|
padding-right: 0.5rem;
|
|
8449
8428
|
}
|
|
8450
|
-
|
|
8451
8429
|
.cxd-Grid-col--sm3 {
|
|
8452
8430
|
flex: 0 0 25%;
|
|
8453
8431
|
max-width: 25%;
|
|
@@ -8455,7 +8433,6 @@ body {
|
|
|
8455
8433
|
padding-left: 0.5rem;
|
|
8456
8434
|
padding-right: 0.5rem;
|
|
8457
8435
|
}
|
|
8458
|
-
|
|
8459
8436
|
.cxd-Grid-col--sm4 {
|
|
8460
8437
|
flex: 0 0 33.3333333333%;
|
|
8461
8438
|
max-width: 33.3333333333%;
|
|
@@ -8463,7 +8440,6 @@ body {
|
|
|
8463
8440
|
padding-left: 0.5rem;
|
|
8464
8441
|
padding-right: 0.5rem;
|
|
8465
8442
|
}
|
|
8466
|
-
|
|
8467
8443
|
.cxd-Grid-col--sm5 {
|
|
8468
8444
|
flex: 0 0 41.6666666667%;
|
|
8469
8445
|
max-width: 41.6666666667%;
|
|
@@ -8471,7 +8447,6 @@ body {
|
|
|
8471
8447
|
padding-left: 0.5rem;
|
|
8472
8448
|
padding-right: 0.5rem;
|
|
8473
8449
|
}
|
|
8474
|
-
|
|
8475
8450
|
.cxd-Grid-col--sm6 {
|
|
8476
8451
|
flex: 0 0 50%;
|
|
8477
8452
|
max-width: 50%;
|
|
@@ -8479,7 +8454,6 @@ body {
|
|
|
8479
8454
|
padding-left: 0.5rem;
|
|
8480
8455
|
padding-right: 0.5rem;
|
|
8481
8456
|
}
|
|
8482
|
-
|
|
8483
8457
|
.cxd-Grid-col--sm7 {
|
|
8484
8458
|
flex: 0 0 58.3333333333%;
|
|
8485
8459
|
max-width: 58.3333333333%;
|
|
@@ -8487,7 +8461,6 @@ body {
|
|
|
8487
8461
|
padding-left: 0.5rem;
|
|
8488
8462
|
padding-right: 0.5rem;
|
|
8489
8463
|
}
|
|
8490
|
-
|
|
8491
8464
|
.cxd-Grid-col--sm8 {
|
|
8492
8465
|
flex: 0 0 66.6666666667%;
|
|
8493
8466
|
max-width: 66.6666666667%;
|
|
@@ -8495,7 +8468,6 @@ body {
|
|
|
8495
8468
|
padding-left: 0.5rem;
|
|
8496
8469
|
padding-right: 0.5rem;
|
|
8497
8470
|
}
|
|
8498
|
-
|
|
8499
8471
|
.cxd-Grid-col--sm9 {
|
|
8500
8472
|
flex: 0 0 75%;
|
|
8501
8473
|
max-width: 75%;
|
|
@@ -8503,7 +8475,6 @@ body {
|
|
|
8503
8475
|
padding-left: 0.5rem;
|
|
8504
8476
|
padding-right: 0.5rem;
|
|
8505
8477
|
}
|
|
8506
|
-
|
|
8507
8478
|
.cxd-Grid-col--sm10 {
|
|
8508
8479
|
flex: 0 0 83.3333333333%;
|
|
8509
8480
|
max-width: 83.3333333333%;
|
|
@@ -8511,7 +8482,6 @@ body {
|
|
|
8511
8482
|
padding-left: 0.5rem;
|
|
8512
8483
|
padding-right: 0.5rem;
|
|
8513
8484
|
}
|
|
8514
|
-
|
|
8515
8485
|
.cxd-Grid-col--sm11 {
|
|
8516
8486
|
flex: 0 0 91.6666666667%;
|
|
8517
8487
|
max-width: 91.6666666667%;
|
|
@@ -8519,7 +8489,6 @@ body {
|
|
|
8519
8489
|
padding-left: 0.5rem;
|
|
8520
8490
|
padding-right: 0.5rem;
|
|
8521
8491
|
}
|
|
8522
|
-
|
|
8523
8492
|
.cxd-Grid-col--sm12 {
|
|
8524
8493
|
flex: 0 0 100%;
|
|
8525
8494
|
max-width: 100%;
|
|
@@ -8527,7 +8496,6 @@ body {
|
|
|
8527
8496
|
padding-left: 0.5rem;
|
|
8528
8497
|
padding-right: 0.5rem;
|
|
8529
8498
|
}
|
|
8530
|
-
|
|
8531
8499
|
.cxd-Grid-col--sm {
|
|
8532
8500
|
flex-basis: 0;
|
|
8533
8501
|
flex-grow: 1;
|
|
@@ -8537,7 +8505,6 @@ body {
|
|
|
8537
8505
|
padding-left: 0.5rem;
|
|
8538
8506
|
padding-right: 0.5rem;
|
|
8539
8507
|
}
|
|
8540
|
-
|
|
8541
8508
|
.cxd-Grid-col--smAuto {
|
|
8542
8509
|
flex: 0 0 auto;
|
|
8543
8510
|
width: auto;
|
|
@@ -8554,7 +8521,6 @@ body {
|
|
|
8554
8521
|
padding-left: 0.5rem;
|
|
8555
8522
|
padding-right: 0.5rem;
|
|
8556
8523
|
}
|
|
8557
|
-
|
|
8558
8524
|
.cxd-Grid-col--md2 {
|
|
8559
8525
|
flex: 0 0 16.6666666667%;
|
|
8560
8526
|
max-width: 16.6666666667%;
|
|
@@ -8562,7 +8528,6 @@ body {
|
|
|
8562
8528
|
padding-left: 0.5rem;
|
|
8563
8529
|
padding-right: 0.5rem;
|
|
8564
8530
|
}
|
|
8565
|
-
|
|
8566
8531
|
.cxd-Grid-col--md3 {
|
|
8567
8532
|
flex: 0 0 25%;
|
|
8568
8533
|
max-width: 25%;
|
|
@@ -8570,7 +8535,6 @@ body {
|
|
|
8570
8535
|
padding-left: 0.5rem;
|
|
8571
8536
|
padding-right: 0.5rem;
|
|
8572
8537
|
}
|
|
8573
|
-
|
|
8574
8538
|
.cxd-Grid-col--md4 {
|
|
8575
8539
|
flex: 0 0 33.3333333333%;
|
|
8576
8540
|
max-width: 33.3333333333%;
|
|
@@ -8578,7 +8542,6 @@ body {
|
|
|
8578
8542
|
padding-left: 0.5rem;
|
|
8579
8543
|
padding-right: 0.5rem;
|
|
8580
8544
|
}
|
|
8581
|
-
|
|
8582
8545
|
.cxd-Grid-col--md5 {
|
|
8583
8546
|
flex: 0 0 41.6666666667%;
|
|
8584
8547
|
max-width: 41.6666666667%;
|
|
@@ -8586,7 +8549,6 @@ body {
|
|
|
8586
8549
|
padding-left: 0.5rem;
|
|
8587
8550
|
padding-right: 0.5rem;
|
|
8588
8551
|
}
|
|
8589
|
-
|
|
8590
8552
|
.cxd-Grid-col--md6 {
|
|
8591
8553
|
flex: 0 0 50%;
|
|
8592
8554
|
max-width: 50%;
|
|
@@ -8594,7 +8556,6 @@ body {
|
|
|
8594
8556
|
padding-left: 0.5rem;
|
|
8595
8557
|
padding-right: 0.5rem;
|
|
8596
8558
|
}
|
|
8597
|
-
|
|
8598
8559
|
.cxd-Grid-col--md7 {
|
|
8599
8560
|
flex: 0 0 58.3333333333%;
|
|
8600
8561
|
max-width: 58.3333333333%;
|
|
@@ -8602,7 +8563,6 @@ body {
|
|
|
8602
8563
|
padding-left: 0.5rem;
|
|
8603
8564
|
padding-right: 0.5rem;
|
|
8604
8565
|
}
|
|
8605
|
-
|
|
8606
8566
|
.cxd-Grid-col--md8 {
|
|
8607
8567
|
flex: 0 0 66.6666666667%;
|
|
8608
8568
|
max-width: 66.6666666667%;
|
|
@@ -8610,7 +8570,6 @@ body {
|
|
|
8610
8570
|
padding-left: 0.5rem;
|
|
8611
8571
|
padding-right: 0.5rem;
|
|
8612
8572
|
}
|
|
8613
|
-
|
|
8614
8573
|
.cxd-Grid-col--md9 {
|
|
8615
8574
|
flex: 0 0 75%;
|
|
8616
8575
|
max-width: 75%;
|
|
@@ -8618,7 +8577,6 @@ body {
|
|
|
8618
8577
|
padding-left: 0.5rem;
|
|
8619
8578
|
padding-right: 0.5rem;
|
|
8620
8579
|
}
|
|
8621
|
-
|
|
8622
8580
|
.cxd-Grid-col--md10 {
|
|
8623
8581
|
flex: 0 0 83.3333333333%;
|
|
8624
8582
|
max-width: 83.3333333333%;
|
|
@@ -8626,7 +8584,6 @@ body {
|
|
|
8626
8584
|
padding-left: 0.5rem;
|
|
8627
8585
|
padding-right: 0.5rem;
|
|
8628
8586
|
}
|
|
8629
|
-
|
|
8630
8587
|
.cxd-Grid-col--md11 {
|
|
8631
8588
|
flex: 0 0 91.6666666667%;
|
|
8632
8589
|
max-width: 91.6666666667%;
|
|
@@ -8634,7 +8591,6 @@ body {
|
|
|
8634
8591
|
padding-left: 0.5rem;
|
|
8635
8592
|
padding-right: 0.5rem;
|
|
8636
8593
|
}
|
|
8637
|
-
|
|
8638
8594
|
.cxd-Grid-col--md12 {
|
|
8639
8595
|
flex: 0 0 100%;
|
|
8640
8596
|
max-width: 100%;
|
|
@@ -8642,7 +8598,6 @@ body {
|
|
|
8642
8598
|
padding-left: 0.5rem;
|
|
8643
8599
|
padding-right: 0.5rem;
|
|
8644
8600
|
}
|
|
8645
|
-
|
|
8646
8601
|
.cxd-Grid-col--md {
|
|
8647
8602
|
flex-basis: 0;
|
|
8648
8603
|
flex-grow: 1;
|
|
@@ -8652,7 +8607,6 @@ body {
|
|
|
8652
8607
|
padding-left: 0.5rem;
|
|
8653
8608
|
padding-right: 0.5rem;
|
|
8654
8609
|
}
|
|
8655
|
-
|
|
8656
8610
|
.cxd-Grid-col--mdAuto {
|
|
8657
8611
|
flex: 0 0 auto;
|
|
8658
8612
|
width: auto;
|
|
@@ -8669,7 +8623,6 @@ body {
|
|
|
8669
8623
|
padding-left: 0.5rem;
|
|
8670
8624
|
padding-right: 0.5rem;
|
|
8671
8625
|
}
|
|
8672
|
-
|
|
8673
8626
|
.cxd-Grid-col--lg2 {
|
|
8674
8627
|
flex: 0 0 16.6666666667%;
|
|
8675
8628
|
max-width: 16.6666666667%;
|
|
@@ -8677,7 +8630,6 @@ body {
|
|
|
8677
8630
|
padding-left: 0.5rem;
|
|
8678
8631
|
padding-right: 0.5rem;
|
|
8679
8632
|
}
|
|
8680
|
-
|
|
8681
8633
|
.cxd-Grid-col--lg3 {
|
|
8682
8634
|
flex: 0 0 25%;
|
|
8683
8635
|
max-width: 25%;
|
|
@@ -8685,7 +8637,6 @@ body {
|
|
|
8685
8637
|
padding-left: 0.5rem;
|
|
8686
8638
|
padding-right: 0.5rem;
|
|
8687
8639
|
}
|
|
8688
|
-
|
|
8689
8640
|
.cxd-Grid-col--lg4 {
|
|
8690
8641
|
flex: 0 0 33.3333333333%;
|
|
8691
8642
|
max-width: 33.3333333333%;
|
|
@@ -8693,7 +8644,6 @@ body {
|
|
|
8693
8644
|
padding-left: 0.5rem;
|
|
8694
8645
|
padding-right: 0.5rem;
|
|
8695
8646
|
}
|
|
8696
|
-
|
|
8697
8647
|
.cxd-Grid-col--lg5 {
|
|
8698
8648
|
flex: 0 0 41.6666666667%;
|
|
8699
8649
|
max-width: 41.6666666667%;
|
|
@@ -8701,7 +8651,6 @@ body {
|
|
|
8701
8651
|
padding-left: 0.5rem;
|
|
8702
8652
|
padding-right: 0.5rem;
|
|
8703
8653
|
}
|
|
8704
|
-
|
|
8705
8654
|
.cxd-Grid-col--lg6 {
|
|
8706
8655
|
flex: 0 0 50%;
|
|
8707
8656
|
max-width: 50%;
|
|
@@ -8709,7 +8658,6 @@ body {
|
|
|
8709
8658
|
padding-left: 0.5rem;
|
|
8710
8659
|
padding-right: 0.5rem;
|
|
8711
8660
|
}
|
|
8712
|
-
|
|
8713
8661
|
.cxd-Grid-col--lg7 {
|
|
8714
8662
|
flex: 0 0 58.3333333333%;
|
|
8715
8663
|
max-width: 58.3333333333%;
|
|
@@ -8717,7 +8665,6 @@ body {
|
|
|
8717
8665
|
padding-left: 0.5rem;
|
|
8718
8666
|
padding-right: 0.5rem;
|
|
8719
8667
|
}
|
|
8720
|
-
|
|
8721
8668
|
.cxd-Grid-col--lg8 {
|
|
8722
8669
|
flex: 0 0 66.6666666667%;
|
|
8723
8670
|
max-width: 66.6666666667%;
|
|
@@ -8725,7 +8672,6 @@ body {
|
|
|
8725
8672
|
padding-left: 0.5rem;
|
|
8726
8673
|
padding-right: 0.5rem;
|
|
8727
8674
|
}
|
|
8728
|
-
|
|
8729
8675
|
.cxd-Grid-col--lg9 {
|
|
8730
8676
|
flex: 0 0 75%;
|
|
8731
8677
|
max-width: 75%;
|
|
@@ -8733,7 +8679,6 @@ body {
|
|
|
8733
8679
|
padding-left: 0.5rem;
|
|
8734
8680
|
padding-right: 0.5rem;
|
|
8735
8681
|
}
|
|
8736
|
-
|
|
8737
8682
|
.cxd-Grid-col--lg10 {
|
|
8738
8683
|
flex: 0 0 83.3333333333%;
|
|
8739
8684
|
max-width: 83.3333333333%;
|
|
@@ -8741,7 +8686,6 @@ body {
|
|
|
8741
8686
|
padding-left: 0.5rem;
|
|
8742
8687
|
padding-right: 0.5rem;
|
|
8743
8688
|
}
|
|
8744
|
-
|
|
8745
8689
|
.cxd-Grid-col--lg11 {
|
|
8746
8690
|
flex: 0 0 91.6666666667%;
|
|
8747
8691
|
max-width: 91.6666666667%;
|
|
@@ -8749,7 +8693,6 @@ body {
|
|
|
8749
8693
|
padding-left: 0.5rem;
|
|
8750
8694
|
padding-right: 0.5rem;
|
|
8751
8695
|
}
|
|
8752
|
-
|
|
8753
8696
|
.cxd-Grid-col--lg12 {
|
|
8754
8697
|
flex: 0 0 100%;
|
|
8755
8698
|
max-width: 100%;
|
|
@@ -8757,7 +8700,6 @@ body {
|
|
|
8757
8700
|
padding-left: 0.5rem;
|
|
8758
8701
|
padding-right: 0.5rem;
|
|
8759
8702
|
}
|
|
8760
|
-
|
|
8761
8703
|
.cxd-Grid-col--lg {
|
|
8762
8704
|
flex-basis: 0;
|
|
8763
8705
|
flex-grow: 1;
|
|
@@ -8767,7 +8709,6 @@ body {
|
|
|
8767
8709
|
padding-left: 0.5rem;
|
|
8768
8710
|
padding-right: 0.5rem;
|
|
8769
8711
|
}
|
|
8770
|
-
|
|
8771
8712
|
.cxd-Grid-col--lgAuto {
|
|
8772
8713
|
flex: 0 0 auto;
|
|
8773
8714
|
width: auto;
|
|
@@ -8892,7 +8833,7 @@ body {
|
|
|
8892
8833
|
border-radius: 0.625rem;
|
|
8893
8834
|
}
|
|
8894
8835
|
.cxd-AsideNav-itemIcon {
|
|
8895
|
-
margin: calc(
|
|
8836
|
+
margin: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / -2) -0.625rem;
|
|
8896
8837
|
line-height: var(--Layout-nav-height);
|
|
8897
8838
|
width: var(--Layout-nav-height);
|
|
8898
8839
|
vertical-align: middle;
|
|
@@ -8938,14 +8879,13 @@ body {
|
|
|
8938
8879
|
text-transform: none;
|
|
8939
8880
|
display: block;
|
|
8940
8881
|
font-size: var(--Layout-asideLink-fontSize);
|
|
8941
|
-
padding: calc(
|
|
8882
|
+
padding: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-base);
|
|
8942
8883
|
position: relative;
|
|
8943
8884
|
transition: background-color var(--animation-duration) ease-in-out 0s;
|
|
8944
8885
|
color: var(--Layout-asideLink-color);
|
|
8945
8886
|
text-decoration: none;
|
|
8946
8887
|
-webkit-user-select: none;
|
|
8947
8888
|
-moz-user-select: none;
|
|
8948
|
-
-ms-user-select: none;
|
|
8949
8889
|
user-select: none;
|
|
8950
8890
|
}
|
|
8951
8891
|
.cxd-AsideNav-item a:hover {
|
|
@@ -8964,7 +8904,7 @@ body {
|
|
|
8964
8904
|
background: var(--Layout-aside-onAcitve-onHover-bg);
|
|
8965
8905
|
}
|
|
8966
8906
|
.cxd-AsideNav-item.is-lg > a {
|
|
8967
|
-
padding: calc(
|
|
8907
|
+
padding: calc((var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
8968
8908
|
}
|
|
8969
8909
|
.cxd-AsideNav-item .cxd-AsideNav-item a {
|
|
8970
8910
|
padding-left: calc(var(--Layout-nav-height) + 0.3125rem);
|
|
@@ -8991,7 +8931,7 @@ body {
|
|
|
8991
8931
|
cursor: default;
|
|
8992
8932
|
background: transparent;
|
|
8993
8933
|
color: var(--Layout-asideLink-color);
|
|
8994
|
-
padding: calc(
|
|
8934
|
+
padding: calc((var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
8995
8935
|
}
|
|
8996
8936
|
.cxd-AsideNav-subHeader a:hover {
|
|
8997
8937
|
color: var(--Layout-asideLink-onHover-color);
|
|
@@ -9245,7 +9185,6 @@ img.cxd-AsideNav-itemIcon {
|
|
|
9245
9185
|
vertical-align: middle;
|
|
9246
9186
|
-webkit-user-select: none;
|
|
9247
9187
|
-moz-user-select: none;
|
|
9248
|
-
-ms-user-select: none;
|
|
9249
9188
|
user-select: none;
|
|
9250
9189
|
background: transparent;
|
|
9251
9190
|
border: var(--Button-borderWidth) solid transparent;
|
|
@@ -9488,7 +9427,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
9488
9427
|
vertical-align: middle;
|
|
9489
9428
|
}
|
|
9490
9429
|
.cxd-Button--xs.cxd-Button--iconOnly {
|
|
9491
|
-
min-width: calc(
|
|
9430
|
+
min-width: calc(var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate));
|
|
9492
9431
|
}
|
|
9493
9432
|
.cxd-Button--sm {
|
|
9494
9433
|
padding: var(--Button--sm-paddingY) var(--Button--sm-paddingX);
|
|
@@ -9520,7 +9459,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
9520
9459
|
vertical-align: middle;
|
|
9521
9460
|
}
|
|
9522
9461
|
.cxd-Button--sm.cxd-Button--iconOnly {
|
|
9523
|
-
min-width: calc(
|
|
9462
|
+
min-width: calc(var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate));
|
|
9524
9463
|
}
|
|
9525
9464
|
.cxd-Button--md {
|
|
9526
9465
|
padding: var(--Button--md-paddingY) var(--Button--md-paddingX);
|
|
@@ -9552,7 +9491,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
9552
9491
|
vertical-align: middle;
|
|
9553
9492
|
}
|
|
9554
9493
|
.cxd-Button--md.cxd-Button--iconOnly {
|
|
9555
|
-
min-width: calc(
|
|
9494
|
+
min-width: calc(var(--Button--md-height) * var(--Button--iconOnly-minWidthRate));
|
|
9556
9495
|
}
|
|
9557
9496
|
.cxd-Button--lg {
|
|
9558
9497
|
padding: var(--Button--lg-paddingY) var(--Button--lg-paddingX);
|
|
@@ -9584,10 +9523,10 @@ img.cxd-AsideNav-itemIcon {
|
|
|
9584
9523
|
vertical-align: middle;
|
|
9585
9524
|
}
|
|
9586
9525
|
.cxd-Button--lg.cxd-Button--iconOnly {
|
|
9587
|
-
min-width: calc(
|
|
9526
|
+
min-width: calc(var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate));
|
|
9588
9527
|
}
|
|
9589
9528
|
.cxd-Button--iconOnly {
|
|
9590
|
-
min-width: calc(
|
|
9529
|
+
min-width: calc(var(--Button-height) * var(--Button--iconOnly-minWidthRate));
|
|
9591
9530
|
}
|
|
9592
9531
|
.cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
|
|
9593
9532
|
width: 0.875rem;
|
|
@@ -9835,7 +9774,6 @@ input[type=button].cxd-Button--block {
|
|
|
9835
9774
|
.cxd-Breadcrumb-separator {
|
|
9836
9775
|
-webkit-user-select: none;
|
|
9837
9776
|
-moz-user-select: none;
|
|
9838
|
-
-ms-user-select: none;
|
|
9839
9777
|
user-select: none;
|
|
9840
9778
|
margin: 0 var(--gap-sm);
|
|
9841
9779
|
text-align: center;
|
|
@@ -9865,7 +9803,6 @@ input[type=button].cxd-Button--block {
|
|
|
9865
9803
|
vertical-align: middle;
|
|
9866
9804
|
-webkit-user-select: none;
|
|
9867
9805
|
-moz-user-select: none;
|
|
9868
|
-
-ms-user-select: none;
|
|
9869
9806
|
user-select: none;
|
|
9870
9807
|
color: var(--BreadcrumbDropdown-item-default-color);
|
|
9871
9808
|
background-color: var(--BreadcrumbDropdown-item-default-bg);
|
|
@@ -10010,35 +9947,25 @@ input[type=button].cxd-Button--block {
|
|
|
10010
9947
|
@-webkit-keyframes modalIn {
|
|
10011
9948
|
from {
|
|
10012
9949
|
opacity: 0;
|
|
10013
|
-
|
|
10014
|
-
height: 0;
|
|
10015
|
-
bottom: -999px;
|
|
9950
|
+
transform: translate3d(0, -300px, 0) scale(0.2);
|
|
10016
9951
|
}
|
|
10017
9952
|
}
|
|
10018
9953
|
@keyframes modalIn {
|
|
10019
9954
|
from {
|
|
10020
9955
|
opacity: 0;
|
|
10021
|
-
|
|
10022
|
-
height: 0;
|
|
10023
|
-
bottom: -999px;
|
|
9956
|
+
transform: translate3d(0, -300px, 0) scale(0.2);
|
|
10024
9957
|
}
|
|
10025
9958
|
}
|
|
10026
9959
|
@-webkit-keyframes modalOut {
|
|
10027
9960
|
to {
|
|
10028
9961
|
opacity: 0;
|
|
10029
|
-
|
|
10030
|
-
width: 0;
|
|
10031
|
-
height: 0;
|
|
10032
|
-
bottom: -999px;
|
|
9962
|
+
transform: translate3d(0, -300px, 0) scale(0.2);
|
|
10033
9963
|
}
|
|
10034
9964
|
}
|
|
10035
9965
|
@keyframes modalOut {
|
|
10036
9966
|
to {
|
|
10037
9967
|
opacity: 0;
|
|
10038
|
-
|
|
10039
|
-
width: 0;
|
|
10040
|
-
height: 0;
|
|
10041
|
-
bottom: -999px;
|
|
9968
|
+
transform: translate3d(0, -300px, 0) scale(0.2);
|
|
10042
9969
|
}
|
|
10043
9970
|
}
|
|
10044
9971
|
.cxd-Modal {
|
|
@@ -10168,53 +10095,84 @@ input[type=button].cxd-Button--block {
|
|
|
10168
10095
|
margin-left: var(--gap-sm);
|
|
10169
10096
|
}
|
|
10170
10097
|
.cxd-Modal--2th .cxd-Modal-content {
|
|
10171
|
-
margin-top: calc(
|
|
10098
|
+
margin-top: calc(
|
|
10099
|
+
var(--Modal-content-startMarginTop) +
|
|
10100
|
+
1 *
|
|
10101
|
+
var(--Modal-content-stepMarginTop)
|
|
10102
|
+
);
|
|
10172
10103
|
}
|
|
10173
10104
|
.cxd-Modal--3th .cxd-Modal-content {
|
|
10174
|
-
margin-top: calc(
|
|
10105
|
+
margin-top: calc(
|
|
10106
|
+
var(--Modal-content-startMarginTop) +
|
|
10107
|
+
2 *
|
|
10108
|
+
var(--Modal-content-stepMarginTop)
|
|
10109
|
+
);
|
|
10175
10110
|
}
|
|
10176
10111
|
.cxd-Modal--4th .cxd-Modal-content {
|
|
10177
|
-
margin-top: calc(
|
|
10112
|
+
margin-top: calc(
|
|
10113
|
+
var(--Modal-content-startMarginTop) +
|
|
10114
|
+
3 *
|
|
10115
|
+
var(--Modal-content-stepMarginTop)
|
|
10116
|
+
);
|
|
10178
10117
|
}
|
|
10179
10118
|
.cxd-Modal--5th .cxd-Modal-content {
|
|
10180
|
-
margin-top: calc(
|
|
10119
|
+
margin-top: calc(
|
|
10120
|
+
var(--Modal-content-startMarginTop) +
|
|
10121
|
+
4 *
|
|
10122
|
+
var(--Modal-content-stepMarginTop)
|
|
10123
|
+
);
|
|
10181
10124
|
}
|
|
10182
10125
|
.cxd-Modal--6th .cxd-Modal-content {
|
|
10183
|
-
margin-top: calc(
|
|
10126
|
+
margin-top: calc(
|
|
10127
|
+
var(--Modal-content-startMarginTop) +
|
|
10128
|
+
5 *
|
|
10129
|
+
var(--Modal-content-stepMarginTop)
|
|
10130
|
+
);
|
|
10184
10131
|
}
|
|
10185
10132
|
.cxd-Modal--7th .cxd-Modal-content {
|
|
10186
|
-
margin-top: calc(
|
|
10133
|
+
margin-top: calc(
|
|
10134
|
+
var(--Modal-content-startMarginTop) +
|
|
10135
|
+
6 *
|
|
10136
|
+
var(--Modal-content-stepMarginTop)
|
|
10137
|
+
);
|
|
10187
10138
|
}
|
|
10188
10139
|
.cxd-Modal--8th .cxd-Modal-content {
|
|
10189
|
-
margin-top: calc(
|
|
10140
|
+
margin-top: calc(
|
|
10141
|
+
var(--Modal-content-startMarginTop) +
|
|
10142
|
+
7 *
|
|
10143
|
+
var(--Modal-content-stepMarginTop)
|
|
10144
|
+
);
|
|
10190
10145
|
}
|
|
10191
10146
|
.cxd-Modal--9th .cxd-Modal-content {
|
|
10192
|
-
margin-top: calc(
|
|
10147
|
+
margin-top: calc(
|
|
10148
|
+
var(--Modal-content-startMarginTop) +
|
|
10149
|
+
8 *
|
|
10150
|
+
var(--Modal-content-stepMarginTop)
|
|
10151
|
+
);
|
|
10193
10152
|
}
|
|
10194
10153
|
.cxd-Modal--10th .cxd-Modal-content {
|
|
10195
|
-
margin-top: calc(
|
|
10154
|
+
margin-top: calc(
|
|
10155
|
+
var(--Modal-content-startMarginTop) +
|
|
10156
|
+
9 *
|
|
10157
|
+
var(--Modal-content-stepMarginTop)
|
|
10158
|
+
);
|
|
10196
10159
|
}
|
|
10197
10160
|
@media (min-width: 576px) {
|
|
10198
10161
|
.cxd-Modal-content {
|
|
10199
10162
|
max-width: var(--Modal-widthBase);
|
|
10200
10163
|
}
|
|
10201
|
-
|
|
10202
10164
|
.cxd-Modal--sm .cxd-Modal-content {
|
|
10203
10165
|
max-width: var(--Modal-widthSm);
|
|
10204
10166
|
}
|
|
10205
|
-
|
|
10206
10167
|
.cxd-Modal--base .cxd-Modal-content {
|
|
10207
10168
|
max-width: var(--Modal-widthBase);
|
|
10208
10169
|
}
|
|
10209
|
-
|
|
10210
10170
|
.cxd-Modal--md .cxd-Modal-content {
|
|
10211
10171
|
max-width: var(--Modal-widthMd);
|
|
10212
10172
|
}
|
|
10213
|
-
|
|
10214
10173
|
.cxd-Modal--lg .cxd-Modal-content {
|
|
10215
10174
|
max-width: var(--Modal-widthLg);
|
|
10216
10175
|
}
|
|
10217
|
-
|
|
10218
10176
|
.cxd-Modal--xl .cxd-Modal-content {
|
|
10219
10177
|
max-width: var(--Modal-widthXl);
|
|
10220
10178
|
}
|
|
@@ -10377,7 +10335,6 @@ input[type=button].cxd-Button--block {
|
|
|
10377
10335
|
text-align: center;
|
|
10378
10336
|
-webkit-user-select: none;
|
|
10379
10337
|
-moz-user-select: none;
|
|
10380
|
-
-ms-user-select: none;
|
|
10381
10338
|
user-select: none;
|
|
10382
10339
|
}
|
|
10383
10340
|
@media (min-width: 576px) {
|
|
@@ -10385,31 +10342,266 @@ input[type=button].cxd-Button--block {
|
|
|
10385
10342
|
width: var(--Drawer-widthBase);
|
|
10386
10343
|
height: var(--Drawer-widthBase);
|
|
10387
10344
|
}
|
|
10388
|
-
|
|
10389
10345
|
.cxd-Drawer--xs .cxd-Drawer-content {
|
|
10390
10346
|
width: var(--Drawer-widthXs);
|
|
10391
10347
|
height: var(--Drawer-widthXs);
|
|
10392
10348
|
}
|
|
10393
|
-
|
|
10394
10349
|
.cxd-Drawer--sm .cxd-Drawer-content {
|
|
10395
10350
|
width: var(--Drawer-widthSm);
|
|
10396
10351
|
height: var(--Drawer-widthSm);
|
|
10397
10352
|
}
|
|
10398
|
-
|
|
10399
10353
|
.cxd-Drawer--md .cxd-Drawer-content {
|
|
10400
10354
|
width: var(--Drawer-widthMd);
|
|
10401
10355
|
height: var(--Drawer-widthMd);
|
|
10402
10356
|
}
|
|
10403
|
-
|
|
10404
10357
|
.cxd-Drawer--lg .cxd-Drawer-content {
|
|
10405
10358
|
width: var(--Drawer-widthLg);
|
|
10406
10359
|
height: var(--Drawer-widthLg);
|
|
10407
10360
|
}
|
|
10408
|
-
|
|
10409
10361
|
.cxd-Drawer--xl .cxd-Drawer-content {
|
|
10410
10362
|
width: var(--Drawer-widthXl);
|
|
10411
10363
|
height: var(--Drawer-widthXl);
|
|
10412
10364
|
}
|
|
10365
|
+
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content,
|
|
10366
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content {
|
|
10367
|
+
width: calc(var(--Drawer-widthBase) - 20px);
|
|
10368
|
+
}
|
|
10369
|
+
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
10370
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
10371
|
+
width: calc(var(--Drawer-widthXs) - 20px);
|
|
10372
|
+
}
|
|
10373
|
+
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
10374
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
10375
|
+
width: calc(var(--Drawer-widthSm) - 20px);
|
|
10376
|
+
}
|
|
10377
|
+
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content,
|
|
10378
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content {
|
|
10379
|
+
width: calc(var(--Drawer-widthMd) - 20px);
|
|
10380
|
+
}
|
|
10381
|
+
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
10382
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
10383
|
+
width: calc(var(--Drawer-widthLg) - 20px);
|
|
10384
|
+
}
|
|
10385
|
+
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
10386
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
10387
|
+
width: calc(var(--Drawer-widthXl) - 20px);
|
|
10388
|
+
}
|
|
10389
|
+
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content,
|
|
10390
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content {
|
|
10391
|
+
height: calc(var(--Drawer-widthBase) - 20px);
|
|
10392
|
+
}
|
|
10393
|
+
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
10394
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
10395
|
+
height: calc(var(--Drawer-widthXs) - 20px);
|
|
10396
|
+
}
|
|
10397
|
+
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
10398
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
10399
|
+
height: calc(var(--Drawer-widthSm) - 20px);
|
|
10400
|
+
}
|
|
10401
|
+
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content,
|
|
10402
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content {
|
|
10403
|
+
height: calc(var(--Drawer-widthMd) - 20px);
|
|
10404
|
+
}
|
|
10405
|
+
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
10406
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
10407
|
+
height: calc(var(--Drawer-widthLg) - 20px);
|
|
10408
|
+
}
|
|
10409
|
+
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
10410
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
10411
|
+
height: calc(var(--Drawer-widthXl) - 20px);
|
|
10412
|
+
}
|
|
10413
|
+
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content,
|
|
10414
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content {
|
|
10415
|
+
width: calc(var(--Drawer-widthBase) - 40px);
|
|
10416
|
+
}
|
|
10417
|
+
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
10418
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
10419
|
+
width: calc(var(--Drawer-widthXs) - 40px);
|
|
10420
|
+
}
|
|
10421
|
+
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
10422
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
10423
|
+
width: calc(var(--Drawer-widthSm) - 40px);
|
|
10424
|
+
}
|
|
10425
|
+
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content,
|
|
10426
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content {
|
|
10427
|
+
width: calc(var(--Drawer-widthMd) - 40px);
|
|
10428
|
+
}
|
|
10429
|
+
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
10430
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
10431
|
+
width: calc(var(--Drawer-widthLg) - 40px);
|
|
10432
|
+
}
|
|
10433
|
+
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
10434
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
10435
|
+
width: calc(var(--Drawer-widthXl) - 40px);
|
|
10436
|
+
}
|
|
10437
|
+
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content,
|
|
10438
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content {
|
|
10439
|
+
height: calc(var(--Drawer-widthBase) - 40px);
|
|
10440
|
+
}
|
|
10441
|
+
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
10442
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
10443
|
+
height: calc(var(--Drawer-widthXs) - 40px);
|
|
10444
|
+
}
|
|
10445
|
+
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
10446
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
10447
|
+
height: calc(var(--Drawer-widthSm) - 40px);
|
|
10448
|
+
}
|
|
10449
|
+
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content,
|
|
10450
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content {
|
|
10451
|
+
height: calc(var(--Drawer-widthMd) - 40px);
|
|
10452
|
+
}
|
|
10453
|
+
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
10454
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
10455
|
+
height: calc(var(--Drawer-widthLg) - 40px);
|
|
10456
|
+
}
|
|
10457
|
+
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
10458
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
10459
|
+
height: calc(var(--Drawer-widthXl) - 40px);
|
|
10460
|
+
}
|
|
10461
|
+
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content,
|
|
10462
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content {
|
|
10463
|
+
width: calc(var(--Drawer-widthBase) - 60px);
|
|
10464
|
+
}
|
|
10465
|
+
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
10466
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
10467
|
+
width: calc(var(--Drawer-widthXs) - 60px);
|
|
10468
|
+
}
|
|
10469
|
+
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
10470
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
10471
|
+
width: calc(var(--Drawer-widthSm) - 60px);
|
|
10472
|
+
}
|
|
10473
|
+
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content,
|
|
10474
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content {
|
|
10475
|
+
width: calc(var(--Drawer-widthMd) - 60px);
|
|
10476
|
+
}
|
|
10477
|
+
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
10478
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
10479
|
+
width: calc(var(--Drawer-widthLg) - 60px);
|
|
10480
|
+
}
|
|
10481
|
+
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
10482
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
10483
|
+
width: calc(var(--Drawer-widthXl) - 60px);
|
|
10484
|
+
}
|
|
10485
|
+
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content,
|
|
10486
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content {
|
|
10487
|
+
height: calc(var(--Drawer-widthBase) - 60px);
|
|
10488
|
+
}
|
|
10489
|
+
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
10490
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
10491
|
+
height: calc(var(--Drawer-widthXs) - 60px);
|
|
10492
|
+
}
|
|
10493
|
+
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
10494
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
10495
|
+
height: calc(var(--Drawer-widthSm) - 60px);
|
|
10496
|
+
}
|
|
10497
|
+
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content,
|
|
10498
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content {
|
|
10499
|
+
height: calc(var(--Drawer-widthMd) - 60px);
|
|
10500
|
+
}
|
|
10501
|
+
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
10502
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
10503
|
+
height: calc(var(--Drawer-widthLg) - 60px);
|
|
10504
|
+
}
|
|
10505
|
+
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
10506
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
10507
|
+
height: calc(var(--Drawer-widthXl) - 60px);
|
|
10508
|
+
}
|
|
10509
|
+
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content,
|
|
10510
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content {
|
|
10511
|
+
width: calc(var(--Drawer-widthBase) - 80px);
|
|
10512
|
+
}
|
|
10513
|
+
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
10514
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
10515
|
+
width: calc(var(--Drawer-widthXs) - 80px);
|
|
10516
|
+
}
|
|
10517
|
+
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
10518
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
10519
|
+
width: calc(var(--Drawer-widthSm) - 80px);
|
|
10520
|
+
}
|
|
10521
|
+
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content,
|
|
10522
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content {
|
|
10523
|
+
width: calc(var(--Drawer-widthMd) - 80px);
|
|
10524
|
+
}
|
|
10525
|
+
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
10526
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
10527
|
+
width: calc(var(--Drawer-widthLg) - 80px);
|
|
10528
|
+
}
|
|
10529
|
+
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
10530
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
10531
|
+
width: calc(var(--Drawer-widthXl) - 80px);
|
|
10532
|
+
}
|
|
10533
|
+
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content,
|
|
10534
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content {
|
|
10535
|
+
height: calc(var(--Drawer-widthBase) - 80px);
|
|
10536
|
+
}
|
|
10537
|
+
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
10538
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
10539
|
+
height: calc(var(--Drawer-widthXs) - 80px);
|
|
10540
|
+
}
|
|
10541
|
+
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
10542
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
10543
|
+
height: calc(var(--Drawer-widthSm) - 80px);
|
|
10544
|
+
}
|
|
10545
|
+
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content,
|
|
10546
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content {
|
|
10547
|
+
height: calc(var(--Drawer-widthMd) - 80px);
|
|
10548
|
+
}
|
|
10549
|
+
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
10550
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
10551
|
+
height: calc(var(--Drawer-widthLg) - 80px);
|
|
10552
|
+
}
|
|
10553
|
+
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
10554
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
10555
|
+
height: calc(var(--Drawer-widthXl) - 80px);
|
|
10556
|
+
}
|
|
10557
|
+
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content,
|
|
10558
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content {
|
|
10559
|
+
width: calc(var(--Drawer-widthBase) - 100px);
|
|
10560
|
+
}
|
|
10561
|
+
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
10562
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
10563
|
+
width: calc(var(--Drawer-widthXs) - 100px);
|
|
10564
|
+
}
|
|
10565
|
+
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
10566
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
10567
|
+
width: calc(var(--Drawer-widthSm) - 100px);
|
|
10568
|
+
}
|
|
10569
|
+
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content,
|
|
10570
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content {
|
|
10571
|
+
width: calc(var(--Drawer-widthMd) - 100px);
|
|
10572
|
+
}
|
|
10573
|
+
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
10574
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
10575
|
+
width: calc(var(--Drawer-widthLg) - 100px);
|
|
10576
|
+
}
|
|
10577
|
+
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
10578
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
10579
|
+
width: calc(var(--Drawer-widthXl) - 100px);
|
|
10580
|
+
}
|
|
10581
|
+
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content,
|
|
10582
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content {
|
|
10583
|
+
height: calc(var(--Drawer-widthBase) - 100px);
|
|
10584
|
+
}
|
|
10585
|
+
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
10586
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
10587
|
+
height: calc(var(--Drawer-widthXs) - 100px);
|
|
10588
|
+
}
|
|
10589
|
+
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
10590
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
10591
|
+
height: calc(var(--Drawer-widthSm) - 100px);
|
|
10592
|
+
}
|
|
10593
|
+
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content,
|
|
10594
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content {
|
|
10595
|
+
height: calc(var(--Drawer-widthMd) - 100px);
|
|
10596
|
+
}
|
|
10597
|
+
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
10598
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
10599
|
+
height: calc(var(--Drawer-widthLg) - 100px);
|
|
10600
|
+
}
|
|
10601
|
+
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
10602
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
10603
|
+
height: calc(var(--Drawer-widthXl) - 100px);
|
|
10604
|
+
}
|
|
10413
10605
|
}
|
|
10414
10606
|
.cxd-Drawer--top .cxd-Drawer-content.in,
|
|
10415
10607
|
.cxd-Drawer--right .cxd-Drawer-content.in,
|
|
@@ -10467,9 +10659,7 @@ input[type=button].cxd-Button--block {
|
|
|
10467
10659
|
.cxd-Drawer--right .cxd-Drawer-footer .cxd-Drawer-info {
|
|
10468
10660
|
flex-basis: 0;
|
|
10469
10661
|
flex-grow: 1;
|
|
10470
|
-
order: 10;
|
|
10471
10662
|
align-self: center;
|
|
10472
|
-
text-align: right;
|
|
10473
10663
|
}
|
|
10474
10664
|
.cxd-Drawer--right .cxd-Drawer-footer .cxd-Drawer-error {
|
|
10475
10665
|
color: var(--danger);
|
|
@@ -10478,8 +10668,7 @@ input[type=button].cxd-Button--block {
|
|
|
10478
10668
|
left: -0.375rem;
|
|
10479
10669
|
top: 50%;
|
|
10480
10670
|
cursor: ew-resize;
|
|
10481
|
-
|
|
10482
|
-
writing-mode: vertical-lr;
|
|
10671
|
+
writing-mode: vertical-lr;
|
|
10483
10672
|
width: 0.75rem;
|
|
10484
10673
|
height: 1.5rem;
|
|
10485
10674
|
}
|
|
@@ -10528,8 +10717,7 @@ input[type=button].cxd-Button--block {
|
|
|
10528
10717
|
right: -0.375rem;
|
|
10529
10718
|
top: 50%;
|
|
10530
10719
|
cursor: ew-resize;
|
|
10531
|
-
|
|
10532
|
-
writing-mode: vertical-lr;
|
|
10720
|
+
writing-mode: vertical-lr;
|
|
10533
10721
|
width: 0.75rem;
|
|
10534
10722
|
height: 1.5rem;
|
|
10535
10723
|
}
|
|
@@ -10567,7 +10755,7 @@ input[type=button].cxd-Button--block {
|
|
|
10567
10755
|
margin-top: calc(var(--Tooltip-arrow-height) * -1 - 0.125rem);
|
|
10568
10756
|
}
|
|
10569
10757
|
.cxd-Tooltip--top .cxd-Tooltip-arrow {
|
|
10570
|
-
bottom: calc(
|
|
10758
|
+
bottom: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
10571
10759
|
}
|
|
10572
10760
|
.cxd-Tooltip--top .cxd-Tooltip-arrow::before,
|
|
10573
10761
|
.cxd-Tooltip--top .cxd-Tooltip-arrow::after {
|
|
@@ -10605,7 +10793,7 @@ input[type=button].cxd-Button--block {
|
|
|
10605
10793
|
margin-top: calc(var(--Tooltip-arrow-height) + 0.125rem);
|
|
10606
10794
|
}
|
|
10607
10795
|
.cxd-Tooltip--bottom .cxd-Tooltip-arrow {
|
|
10608
|
-
top: calc(
|
|
10796
|
+
top: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
10609
10797
|
}
|
|
10610
10798
|
.cxd-Tooltip--bottom .cxd-Tooltip-arrow::before,
|
|
10611
10799
|
.cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
|
|
@@ -10633,7 +10821,7 @@ input[type=button].cxd-Button--block {
|
|
|
10633
10821
|
}
|
|
10634
10822
|
.cxd-Tooltip--left .cxd-Tooltip-arrow {
|
|
10635
10823
|
left: auto;
|
|
10636
|
-
right: calc(
|
|
10824
|
+
right: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
10637
10825
|
width: var(--Tooltip-arrow-height);
|
|
10638
10826
|
height: var(--Tooltip-arrow-width);
|
|
10639
10827
|
margin-top: calc(var(--Tooltip-arrow-width) * -1 / 2);
|
|
@@ -10656,8 +10844,8 @@ input[type=button].cxd-Button--block {
|
|
|
10656
10844
|
font-size: var(--fontSizeBase);
|
|
10657
10845
|
color: var(--Tooltip-title-color);
|
|
10658
10846
|
font-weight: var(--Tooltip-fontWeight);
|
|
10659
|
-
border-top-left-radius: calc(
|
|
10660
|
-
border-top-right-radius: calc(
|
|
10847
|
+
border-top-left-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
10848
|
+
border-top-right-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
10661
10849
|
font-weight: var(--Tooltip-title-fontWeight);
|
|
10662
10850
|
}
|
|
10663
10851
|
.cxd-Tooltip-title:empty {
|
|
@@ -11028,7 +11216,6 @@ input[type=button].cxd-Button--block {
|
|
|
11028
11216
|
background-color: var(--PickerColumns-bg);
|
|
11029
11217
|
-webkit-user-select: none;
|
|
11030
11218
|
-moz-user-select: none;
|
|
11031
|
-
-ms-user-select: none;
|
|
11032
11219
|
user-select: none;
|
|
11033
11220
|
flex: 1;
|
|
11034
11221
|
overflow: hidden;
|
|
@@ -11118,7 +11305,7 @@ input[type=button].cxd-Button--block {
|
|
|
11118
11305
|
z-index: 1;
|
|
11119
11306
|
width: 100%;
|
|
11120
11307
|
height: 100%;
|
|
11121
|
-
background-image: linear-gradient(180deg,
|
|
11308
|
+
background-image: linear-gradient(180deg, hsla(0deg, 0%, 100%, 0.9), hsla(0deg, 0%, 100%, 0.4)), linear-gradient(0deg, hsla(0deg, 0%, 100%, 0.9), hsla(0deg, 0%, 100%, 0.4));
|
|
11122
11309
|
background-repeat: no-repeat;
|
|
11123
11310
|
background-position: top, bottom;
|
|
11124
11311
|
transform: translateZ(0);
|
|
@@ -11725,7 +11912,6 @@ input[type=button].cxd-Button--block {
|
|
|
11725
11912
|
list-style: none;
|
|
11726
11913
|
-webkit-user-select: none;
|
|
11727
11914
|
-moz-user-select: none;
|
|
11728
|
-
-ms-user-select: none;
|
|
11729
11915
|
user-select: none;
|
|
11730
11916
|
}
|
|
11731
11917
|
.cxd-Tabs-links::before, .cxd-Tabs-links::after {
|
|
@@ -11786,6 +11972,9 @@ input[type=button].cxd-Button--block {
|
|
|
11786
11972
|
position: relative;
|
|
11787
11973
|
top: 0.125em;
|
|
11788
11974
|
}
|
|
11975
|
+
.cxd-Tabs-links > .cxd-Tabs-link > a.cxd-Tabs-togglor {
|
|
11976
|
+
display: flex;
|
|
11977
|
+
}
|
|
11789
11978
|
.cxd-Tabs-links > .cxd-Tabs-link > .cxd-Combo-toolbarBtn {
|
|
11790
11979
|
position: absolute;
|
|
11791
11980
|
right: -10px;
|
|
@@ -11815,6 +12004,39 @@ input[type=button].cxd-Button--block {
|
|
|
11815
12004
|
border-color: var(--Tabs-onActive-borderColor);
|
|
11816
12005
|
border-bottom-color: transparent;
|
|
11817
12006
|
}
|
|
12007
|
+
.cxd-Tabs .cxd-Tabs-togglor {
|
|
12008
|
+
display: flex;
|
|
12009
|
+
justify-content: center;
|
|
12010
|
+
margin: auto;
|
|
12011
|
+
cursor: pointer;
|
|
12012
|
+
}
|
|
12013
|
+
.cxd-Tabs .cxd-Tabs-togglor-arrow {
|
|
12014
|
+
width: var(--gap-md);
|
|
12015
|
+
text-align: center;
|
|
12016
|
+
display: flex;
|
|
12017
|
+
align-items: center;
|
|
12018
|
+
justify-content: center;
|
|
12019
|
+
line-height: 1;
|
|
12020
|
+
transform: rotate(90deg);
|
|
12021
|
+
}
|
|
12022
|
+
.cxd-Tabs .cxd-Tabs-togglor-arrow > svg {
|
|
12023
|
+
transition: transform var(--animation-duration);
|
|
12024
|
+
display: inline-block;
|
|
12025
|
+
color: var(--Form-select-caret-iconColor);
|
|
12026
|
+
width: 10px;
|
|
12027
|
+
height: 10px;
|
|
12028
|
+
top: 0;
|
|
12029
|
+
}
|
|
12030
|
+
.cxd-Tabs .cxd-Tabs-togglor.is-opened {
|
|
12031
|
+
color: var(--Tabs-onActive-color);
|
|
12032
|
+
}
|
|
12033
|
+
.cxd-Tabs .cxd-Tabs-togglor.is-opened .cxd-Tabs-togglor-arrow > svg {
|
|
12034
|
+
transform: rotate(180deg);
|
|
12035
|
+
}
|
|
12036
|
+
.cxd-Tabs-PopOver.cxd-PopOver {
|
|
12037
|
+
border: 0;
|
|
12038
|
+
border-radius: 0;
|
|
12039
|
+
}
|
|
11818
12040
|
.cxd-Tabs-content {
|
|
11819
12041
|
background: var(--Tabs-content-bg);
|
|
11820
12042
|
border-style: solid;
|
|
@@ -11889,8 +12111,8 @@ input[type=button].cxd-Button--block {
|
|
|
11889
12111
|
}
|
|
11890
12112
|
.cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active,
|
|
11891
12113
|
.cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active {
|
|
11892
|
-
color: #
|
|
11893
|
-
border-color: #
|
|
12114
|
+
color: #144bcc;
|
|
12115
|
+
border-color: #144bcc;
|
|
11894
12116
|
}
|
|
11895
12117
|
.cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:last-child > a,
|
|
11896
12118
|
.cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:last-child > a {
|
|
@@ -12255,7 +12477,7 @@ input[type=button].cxd-Button--block {
|
|
|
12255
12477
|
.cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active:after {
|
|
12256
12478
|
display: none;
|
|
12257
12479
|
}
|
|
12258
|
-
.cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:after {
|
|
12480
|
+
.cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:not(:last-child):after {
|
|
12259
12481
|
content: "";
|
|
12260
12482
|
width: 1px;
|
|
12261
12483
|
height: calc(100% - var(--Tabs--chrome-radius-size) * 2);
|
|
@@ -12350,8 +12572,8 @@ input[type=button].cxd-Button--block {
|
|
|
12350
12572
|
border: none;
|
|
12351
12573
|
}
|
|
12352
12574
|
.cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover:active, .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active {
|
|
12353
|
-
color: #
|
|
12354
|
-
border-color: #
|
|
12575
|
+
color: #144bcc;
|
|
12576
|
+
border-color: #144bcc;
|
|
12355
12577
|
}
|
|
12356
12578
|
.cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover .cxd-Tabs-link-close {
|
|
12357
12579
|
fill: var(--primary);
|
|
@@ -12441,8 +12663,8 @@ input[type=button].cxd-Button--block {
|
|
|
12441
12663
|
color: var(--Tabs--line-onHover-color);
|
|
12442
12664
|
}
|
|
12443
12665
|
.cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-active > a:first-child:hover:active, .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:not(.is-disabled):hover > a:first-child:hover:active {
|
|
12444
|
-
color: #
|
|
12445
|
-
border-color: #
|
|
12666
|
+
color: #144bcc;
|
|
12667
|
+
border-color: #144bcc;
|
|
12446
12668
|
}
|
|
12447
12669
|
.cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:not(.is-disabled):hover .cxd-Tabs-link-close {
|
|
12448
12670
|
fill: var(--primary);
|
|
@@ -12470,7 +12692,6 @@ input[type=button].cxd-Button--block {
|
|
|
12470
12692
|
list-style: none;
|
|
12471
12693
|
-webkit-user-select: none;
|
|
12472
12694
|
-moz-user-select: none;
|
|
12473
|
-
-ms-user-select: none;
|
|
12474
12695
|
user-select: none;
|
|
12475
12696
|
margin: 0;
|
|
12476
12697
|
padding: 0;
|
|
@@ -12509,7 +12730,6 @@ input[type=button].cxd-Button--block {
|
|
|
12509
12730
|
white-space: nowrap;
|
|
12510
12731
|
-webkit-user-select: none;
|
|
12511
12732
|
-moz-user-select: none;
|
|
12512
|
-
-ms-user-select: none;
|
|
12513
12733
|
user-select: none;
|
|
12514
12734
|
}
|
|
12515
12735
|
.cxd-Nav .cxd-Nav-list--tabs {
|
|
@@ -12809,8 +13029,7 @@ input[type=button].cxd-Button--block {
|
|
|
12809
13029
|
right: -0.375rem;
|
|
12810
13030
|
top: 50%;
|
|
12811
13031
|
cursor: ew-resize;
|
|
12812
|
-
|
|
12813
|
-
writing-mode: vertical-lr;
|
|
13032
|
+
writing-mode: vertical-lr;
|
|
12814
13033
|
width: 0.75rem;
|
|
12815
13034
|
height: 1.5rem;
|
|
12816
13035
|
margin-top: -0.75rem;
|
|
@@ -12822,7 +13041,6 @@ input[type=button].cxd-Button--block {
|
|
|
12822
13041
|
text-align: center;
|
|
12823
13042
|
-webkit-user-select: none;
|
|
12824
13043
|
-moz-user-select: none;
|
|
12825
|
-
-ms-user-select: none;
|
|
12826
13044
|
user-select: none;
|
|
12827
13045
|
color: #666;
|
|
12828
13046
|
}
|
|
@@ -12855,7 +13073,6 @@ input[type=button].cxd-Button--block {
|
|
|
12855
13073
|
min-width: var(--Page-aside-width);
|
|
12856
13074
|
max-width: var(--Page-aside-maxWidth);
|
|
12857
13075
|
}
|
|
12858
|
-
|
|
12859
13076
|
.cxd-Page--withSidebar {
|
|
12860
13077
|
display: flex;
|
|
12861
13078
|
flex-direction: row;
|
|
@@ -12894,7 +13111,6 @@ input[type=button].cxd-Button--block {
|
|
|
12894
13111
|
font-size: var(--fontSizeSm);
|
|
12895
13112
|
-webkit-user-select: none;
|
|
12896
13113
|
-moz-user-select: none;
|
|
12897
|
-
-ms-user-select: none;
|
|
12898
13114
|
user-select: none;
|
|
12899
13115
|
}
|
|
12900
13116
|
.cxd-Remark-icon > svg {
|
|
@@ -13615,12 +13831,12 @@ input[type=button].cxd-Button--block {
|
|
|
13615
13831
|
background: var(--DropDown-menu-bg);
|
|
13616
13832
|
list-style: none;
|
|
13617
13833
|
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
|
13834
|
+
margin: 0;
|
|
13618
13835
|
min-width: var(--DropDown-menu-minWidth);
|
|
13619
13836
|
text-align: left;
|
|
13620
13837
|
border: none;
|
|
13621
13838
|
-webkit-user-select: none;
|
|
13622
13839
|
-moz-user-select: none;
|
|
13623
|
-
-ms-user-select: none;
|
|
13624
13840
|
user-select: none;
|
|
13625
13841
|
}
|
|
13626
13842
|
.cxd-DropDown-menu-root {
|
|
@@ -13649,7 +13865,6 @@ input[type=button].cxd-Button--block {
|
|
|
13649
13865
|
vertical-align: middle;
|
|
13650
13866
|
-webkit-user-select: none;
|
|
13651
13867
|
-moz-user-select: none;
|
|
13652
|
-
-ms-user-select: none;
|
|
13653
13868
|
user-select: none;
|
|
13654
13869
|
color: var(--DropDown-menuItem-color);
|
|
13655
13870
|
-webkit-text-decoration: var(--link-decoration);
|
|
@@ -14128,7 +14343,6 @@ input[type=button].cxd-Button--block {
|
|
|
14128
14343
|
cursor: not-allowed;
|
|
14129
14344
|
-webkit-user-select: none;
|
|
14130
14345
|
-moz-user-select: none;
|
|
14131
|
-
-ms-user-select: none;
|
|
14132
14346
|
user-select: none;
|
|
14133
14347
|
color: var(--text--muted-color);
|
|
14134
14348
|
}
|
|
@@ -14453,7 +14667,6 @@ input[type=button].cxd-Button--block {
|
|
|
14453
14667
|
border-radius: 5px;
|
|
14454
14668
|
-webkit-user-select: none;
|
|
14455
14669
|
-moz-user-select: none;
|
|
14456
|
-
-ms-user-select: none;
|
|
14457
14670
|
user-select: none;
|
|
14458
14671
|
}
|
|
14459
14672
|
.cxd-CBSeprator {
|
|
@@ -14462,7 +14675,6 @@ input[type=button].cxd-Button--block {
|
|
|
14462
14675
|
display: inline-block;
|
|
14463
14676
|
-webkit-user-select: none;
|
|
14464
14677
|
-moz-user-select: none;
|
|
14465
|
-
-ms-user-select: none;
|
|
14466
14678
|
user-select: none;
|
|
14467
14679
|
}
|
|
14468
14680
|
.cxd-CBPicker-trigger {
|
|
@@ -14889,9 +15101,10 @@ input[type=button].cxd-Button--block {
|
|
|
14889
15101
|
vertical-align: middle;
|
|
14890
15102
|
-webkit-user-select: none;
|
|
14891
15103
|
-moz-user-select: none;
|
|
14892
|
-
-ms-user-select: none;
|
|
14893
15104
|
user-select: none;
|
|
14894
|
-
line-height: calc(
|
|
15105
|
+
line-height: calc(
|
|
15106
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
15107
|
+
);
|
|
14895
15108
|
display: inline-block;
|
|
14896
15109
|
font-size: var(--Form-selectValue-fontSize);
|
|
14897
15110
|
color: var(--Form-selectValue-color);
|
|
@@ -14924,7 +15137,6 @@ input[type=button].cxd-Button--block {
|
|
|
14924
15137
|
cursor: pointer;
|
|
14925
15138
|
-webkit-user-select: none;
|
|
14926
15139
|
-moz-user-select: none;
|
|
14927
|
-
-ms-user-select: none;
|
|
14928
15140
|
user-select: none;
|
|
14929
15141
|
margin-left: var(--gap-xs);
|
|
14930
15142
|
margin-top: var(--gap-xs);
|
|
@@ -15024,9 +15236,10 @@ input[type=button].cxd-Button--block {
|
|
|
15024
15236
|
vertical-align: middle;
|
|
15025
15237
|
-webkit-user-select: none;
|
|
15026
15238
|
-moz-user-select: none;
|
|
15027
|
-
-ms-user-select: none;
|
|
15028
15239
|
user-select: none;
|
|
15029
|
-
line-height: calc(
|
|
15240
|
+
line-height: calc(
|
|
15241
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
15242
|
+
);
|
|
15030
15243
|
display: inline-block;
|
|
15031
15244
|
font-size: var(--Form-selectValue-fontSize);
|
|
15032
15245
|
color: var(--Form-selectValue-color);
|
|
@@ -15059,7 +15272,6 @@ input[type=button].cxd-Button--block {
|
|
|
15059
15272
|
cursor: pointer;
|
|
15060
15273
|
-webkit-user-select: none;
|
|
15061
15274
|
-moz-user-select: none;
|
|
15062
|
-
-ms-user-select: none;
|
|
15063
15275
|
user-select: none;
|
|
15064
15276
|
margin-left: var(--gap-xs);
|
|
15065
15277
|
margin-top: var(--gap-xs);
|
|
@@ -15216,7 +15428,7 @@ input[type=button].cxd-Button--block {
|
|
|
15216
15428
|
}
|
|
15217
15429
|
.cxd-Table-heading {
|
|
15218
15430
|
background: var(--Table-heading-bg);
|
|
15219
|
-
padding: calc(
|
|
15431
|
+
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
15220
15432
|
}
|
|
15221
15433
|
.cxd-Table--unsaved .cxd-Table-heading {
|
|
15222
15434
|
background: var(--Table--unsaved-heading-bg);
|
|
@@ -15248,13 +15460,15 @@ input[type=button].cxd-Button--block {
|
|
|
15248
15460
|
.cxd-Table-searchableForm {
|
|
15249
15461
|
background: var(--Table-searchableForm-backgroundColor);
|
|
15250
15462
|
border-radius: var(--Table-searchableForm-borderRadius);
|
|
15463
|
+
margin-bottom: 0;
|
|
15251
15464
|
}
|
|
15252
15465
|
.cxd-Table-searchableForm-footer {
|
|
15253
15466
|
padding: var(--Panel-footerPadding);
|
|
15254
15467
|
clear: both;
|
|
15255
15468
|
}
|
|
15256
|
-
.cxd-Table-searchableForm-checkbox
|
|
15257
|
-
padding
|
|
15469
|
+
.cxd-Table-searchableForm-checkbox-inner {
|
|
15470
|
+
/* 消除checkbox自身的padding top */
|
|
15471
|
+
padding-top: 0 !important;
|
|
15258
15472
|
}
|
|
15259
15473
|
.cxd-Table-header {
|
|
15260
15474
|
padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
|
|
@@ -15266,7 +15480,7 @@ input[type=button].cxd-Button--block {
|
|
|
15266
15480
|
}
|
|
15267
15481
|
.cxd-Table-toolbar {
|
|
15268
15482
|
display: flex;
|
|
15269
|
-
|
|
15483
|
+
padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
|
|
15270
15484
|
flex-wrap: wrap;
|
|
15271
15485
|
}
|
|
15272
15486
|
.cxd-Table-toolbar::before, .cxd-Table-toolbar::after {
|
|
@@ -15313,7 +15527,6 @@ input[type=button].cxd-Button--block {
|
|
|
15313
15527
|
cursor: col-resize;
|
|
15314
15528
|
-webkit-user-select: none;
|
|
15315
15529
|
-moz-user-select: none;
|
|
15316
|
-
-ms-user-select: none;
|
|
15317
15530
|
user-select: none;
|
|
15318
15531
|
opacity: 0.5;
|
|
15319
15532
|
z-index: 3000;
|
|
@@ -16419,12 +16632,42 @@ input[type=button].cxd-Button--block {
|
|
|
16419
16632
|
top: 0;
|
|
16420
16633
|
z-index: 1;
|
|
16421
16634
|
}
|
|
16422
|
-
.cxd-Table--autoFillHeight > .cxd-Table-fixedTop
|
|
16635
|
+
.cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
|
|
16423
16636
|
display: none;
|
|
16424
16637
|
}
|
|
16425
16638
|
.cxd-Table--autoFillHeight > .cxd-Table-footToolbar {
|
|
16426
16639
|
margin-bottom: 0;
|
|
16427
16640
|
}
|
|
16641
|
+
.cxd-Table-SFToggler {
|
|
16642
|
+
color: var(--text-color);
|
|
16643
|
+
font-size: var(--Button--sm-fontSize);
|
|
16644
|
+
margin-left: var(--gap-sm);
|
|
16645
|
+
display: inline-flex;
|
|
16646
|
+
cursor: pointer;
|
|
16647
|
+
}
|
|
16648
|
+
.cxd-Table-SFToggler-arrow {
|
|
16649
|
+
width: var(--gap-md);
|
|
16650
|
+
text-align: center;
|
|
16651
|
+
display: flex;
|
|
16652
|
+
align-items: center;
|
|
16653
|
+
justify-content: center;
|
|
16654
|
+
line-height: 1;
|
|
16655
|
+
transform: rotate(90deg);
|
|
16656
|
+
}
|
|
16657
|
+
.cxd-Table-SFToggler-arrow > svg {
|
|
16658
|
+
transition: transform var(--animation-duration);
|
|
16659
|
+
display: inline-block;
|
|
16660
|
+
color: var(--Form-select-caret-iconColor);
|
|
16661
|
+
width: 10px;
|
|
16662
|
+
height: 10px;
|
|
16663
|
+
top: 0;
|
|
16664
|
+
}
|
|
16665
|
+
.cxd-Table-SFToggler.is-expanded {
|
|
16666
|
+
color: var(--Tabs-onActive-color);
|
|
16667
|
+
}
|
|
16668
|
+
.cxd-Table-SFToggler.is-expanded .cxd-Table-SFToggler-arrow > svg {
|
|
16669
|
+
transform: rotate(180deg);
|
|
16670
|
+
}
|
|
16428
16671
|
.cxd-InputTable .cxd-Field--quickEditable svg {
|
|
16429
16672
|
color: var(--primary);
|
|
16430
16673
|
}
|
|
@@ -16461,103 +16704,103 @@ input[type=button].cxd-Button--block {
|
|
|
16461
16704
|
padding: 0;
|
|
16462
16705
|
margin-right: 0.625rem;
|
|
16463
16706
|
}
|
|
16464
|
-
.cxd-
|
|
16707
|
+
.cxd-Table2 {
|
|
16465
16708
|
position: relative;
|
|
16466
16709
|
border-radius: var(--Table-borderRadius);
|
|
16467
16710
|
}
|
|
16468
|
-
.cxd-
|
|
16711
|
+
.cxd-Table2.cxd-Table-bordered {
|
|
16469
16712
|
border-width: var(--Table-borderWidth) var(--Table-borderWidth) 0 var(--Table-borderWidth);
|
|
16470
16713
|
border-style: solid;
|
|
16471
16714
|
border-color: var(--Table-borderColor);
|
|
16472
16715
|
border-collapse: inherit;
|
|
16473
16716
|
}
|
|
16474
|
-
.cxd-
|
|
16475
|
-
.cxd-
|
|
16476
|
-
.cxd-
|
|
16717
|
+
.cxd-Table2.cxd-Table-bordered .cxd-Table-table > thead > tr > th,
|
|
16718
|
+
.cxd-Table2.cxd-Table-bordered .cxd-Table-table > tbody > tr > td,
|
|
16719
|
+
.cxd-Table2.cxd-Table-bordered .cxd-Table-table > tfoot > tr > td {
|
|
16477
16720
|
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
16478
16721
|
}
|
|
16479
|
-
.cxd-
|
|
16480
|
-
.cxd-
|
|
16481
|
-
.cxd-
|
|
16722
|
+
.cxd-Table2.cxd-Table-bordered .cxd-Table-table > thead > tr > th:last-child,
|
|
16723
|
+
.cxd-Table2.cxd-Table-bordered .cxd-Table-table > tbody > tr > td:last-child,
|
|
16724
|
+
.cxd-Table2.cxd-Table-bordered .cxd-Table-table > tfoot > tr > td:last-child {
|
|
16482
16725
|
border-right: none;
|
|
16483
16726
|
}
|
|
16484
|
-
.cxd-
|
|
16727
|
+
.cxd-Table2.cxd-Table-bordered .cxd-Table-footer {
|
|
16485
16728
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
16486
16729
|
}
|
|
16487
|
-
.cxd-
|
|
16730
|
+
.cxd-Table2.cxd-Table-bordered .cxd-Table-title {
|
|
16488
16731
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
16489
16732
|
}
|
|
16490
|
-
.cxd-
|
|
16733
|
+
.cxd-Table2.cxd-Table-large .cxd-Table-table > thead > tr > th {
|
|
16491
16734
|
padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
|
|
16492
16735
|
}
|
|
16493
|
-
.cxd-
|
|
16494
|
-
.cxd-
|
|
16736
|
+
.cxd-Table2.cxd-Table-large .cxd-Table-table > tbody > tr > td,
|
|
16737
|
+
.cxd-Table2.cxd-Table-large .cxd-Table-table > tbody > tr > th {
|
|
16495
16738
|
padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
|
|
16496
16739
|
}
|
|
16497
|
-
.cxd-
|
|
16740
|
+
.cxd-Table2.cxd-Table-large .cxd-Table-table > tfoot > tr > td {
|
|
16498
16741
|
padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
|
|
16499
16742
|
}
|
|
16500
|
-
.cxd-
|
|
16501
|
-
right: calc(
|
|
16743
|
+
.cxd-Table2.cxd-Table-large .cxd-TableCell-filterBtn {
|
|
16744
|
+
right: calc(var(--TableCell-paddingX-large) - var(--TableCell-filterBtn-width) / 2);
|
|
16502
16745
|
}
|
|
16503
|
-
.cxd-
|
|
16746
|
+
.cxd-Table2.cxd-Table-small .cxd-Table-table > thead > tr > th {
|
|
16504
16747
|
padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
|
|
16505
16748
|
}
|
|
16506
|
-
.cxd-
|
|
16507
|
-
.cxd-
|
|
16749
|
+
.cxd-Table2.cxd-Table-small .cxd-Table-table > tbody > tr > td,
|
|
16750
|
+
.cxd-Table2.cxd-Table-small .cxd-Table-table > tbody > tr > th {
|
|
16508
16751
|
padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
|
|
16509
16752
|
}
|
|
16510
|
-
.cxd-
|
|
16753
|
+
.cxd-Table2.cxd-Table-small .cxd-Table-table > tfoot > tr > td {
|
|
16511
16754
|
padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
|
|
16512
16755
|
}
|
|
16513
|
-
.cxd-
|
|
16514
|
-
right: calc(
|
|
16756
|
+
.cxd-Table2.cxd-Table-small .cxd-TableCell-filterBtn {
|
|
16757
|
+
right: calc(var(--TableCell-paddingX-small) - var(--TableCell-filterBtn-width) / 2);
|
|
16515
16758
|
}
|
|
16516
|
-
.cxd-
|
|
16517
|
-
.cxd-
|
|
16759
|
+
.cxd-Table2 .cxd-Table-title,
|
|
16760
|
+
.cxd-Table2 .cxd-Table-footer {
|
|
16518
16761
|
background: var(--Table-heading-bg);
|
|
16519
|
-
padding: calc(
|
|
16762
|
+
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
16520
16763
|
}
|
|
16521
|
-
.cxd-
|
|
16764
|
+
.cxd-Table2 .cxd-Table-header {
|
|
16522
16765
|
padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
|
|
16523
16766
|
}
|
|
16524
|
-
.cxd-
|
|
16767
|
+
.cxd-Table2 .cxd-Table-header.cxd-Table-sticky-holder {
|
|
16525
16768
|
position: -webkit-sticky;
|
|
16526
16769
|
position: sticky;
|
|
16527
16770
|
z-index: 3;
|
|
16528
16771
|
background: var(--Table-bg);
|
|
16529
16772
|
}
|
|
16530
|
-
.cxd-
|
|
16773
|
+
.cxd-Table2 .cxd-Table-toolbar {
|
|
16531
16774
|
display: flex;
|
|
16532
16775
|
margin: 0 var(--Table-toolbar-marginX) var(--Table-toolbar-marginY);
|
|
16533
16776
|
flex-wrap: wrap;
|
|
16534
16777
|
}
|
|
16535
|
-
.cxd-
|
|
16778
|
+
.cxd-Table2 .cxd-Table-toolbar::before, .cxd-Table2 .cxd-Table-toolbar::after {
|
|
16536
16779
|
display: table;
|
|
16537
16780
|
content: "";
|
|
16538
16781
|
}
|
|
16539
|
-
.cxd-
|
|
16782
|
+
.cxd-Table2 .cxd-Table-toolbar::after {
|
|
16540
16783
|
clear: both;
|
|
16541
16784
|
}
|
|
16542
|
-
.cxd-
|
|
16785
|
+
.cxd-Table2 .cxd-Table-toolbar .cxd-DropDown-menuItem {
|
|
16543
16786
|
height: auto;
|
|
16544
16787
|
}
|
|
16545
|
-
.cxd-
|
|
16788
|
+
.cxd-Table2 .cxd-Table-toolbar .cxd-DropDown-menuItem .cxd-Checkbox {
|
|
16546
16789
|
display: flex;
|
|
16547
16790
|
align-items: center;
|
|
16548
16791
|
}
|
|
16549
|
-
.cxd-
|
|
16792
|
+
.cxd-Table2 .cxd-Table-header + .cxd-Table-toolbar {
|
|
16550
16793
|
padding-top: 0;
|
|
16551
16794
|
}
|
|
16552
|
-
.cxd-
|
|
16795
|
+
.cxd-Table2 .cxd-Table-content {
|
|
16553
16796
|
min-height: 0.01%;
|
|
16554
16797
|
overflow-x: auto;
|
|
16555
16798
|
transform: translateZ(0);
|
|
16556
16799
|
}
|
|
16557
|
-
.cxd-
|
|
16800
|
+
.cxd-Table2 .cxd-Table-content th {
|
|
16558
16801
|
position: relative;
|
|
16559
16802
|
}
|
|
16560
|
-
.cxd-
|
|
16803
|
+
.cxd-Table2 .cxd-Table-table {
|
|
16561
16804
|
width: 100%;
|
|
16562
16805
|
min-width: 100%;
|
|
16563
16806
|
margin-bottom: 0;
|
|
@@ -16568,16 +16811,16 @@ input[type=button].cxd-Button--block {
|
|
|
16568
16811
|
border-collapse: collapse;
|
|
16569
16812
|
border: none;
|
|
16570
16813
|
}
|
|
16571
|
-
.cxd-
|
|
16814
|
+
.cxd-Table2 .cxd-Table-table th, .cxd-Table2 .cxd-Table-table td {
|
|
16572
16815
|
text-align: left;
|
|
16573
16816
|
}
|
|
16574
|
-
.cxd-
|
|
16817
|
+
.cxd-Table2 .cxd-Table-table th.text-center, .cxd-Table2 .cxd-Table-table td.text-center, .cxd-Table2 .cxd-Table-table th[colspan], .cxd-Table2 .cxd-Table-table td[colspan] {
|
|
16575
16818
|
text-align: center;
|
|
16576
16819
|
}
|
|
16577
|
-
.cxd-
|
|
16820
|
+
.cxd-Table2 .cxd-Table-table th.text-right, .cxd-Table2 .cxd-Table-table td.text-right {
|
|
16578
16821
|
text-align: right;
|
|
16579
16822
|
}
|
|
16580
|
-
.cxd-
|
|
16823
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th {
|
|
16581
16824
|
background: var(--Table-thead-bg);
|
|
16582
16825
|
padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
|
|
16583
16826
|
font-size: var(--Table-thead-fontSize);
|
|
@@ -16585,379 +16828,379 @@ input[type=button].cxd-Button--block {
|
|
|
16585
16828
|
font-weight: var(--fontWeightNormal);
|
|
16586
16829
|
white-space: nowrap;
|
|
16587
16830
|
}
|
|
16588
|
-
.cxd-
|
|
16831
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th:first-child {
|
|
16589
16832
|
padding-left: var(--TableCell--edge-paddingX-default);
|
|
16590
16833
|
}
|
|
16591
|
-
.cxd-
|
|
16834
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-last {
|
|
16592
16835
|
padding-right: var(--TableCell--edge-paddingX-default);
|
|
16593
16836
|
}
|
|
16594
|
-
.cxd-
|
|
16837
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th:not(.cxd-Table-cell-last) {
|
|
16595
16838
|
border-right: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
|
|
16596
16839
|
}
|
|
16597
|
-
.cxd-
|
|
16840
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-row-expand-icon-cell {
|
|
16598
16841
|
border-right: 0;
|
|
16599
16842
|
}
|
|
16600
|
-
.cxd-
|
|
16843
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th .cxd-Remark {
|
|
16601
16844
|
margin-left: var(--gap-xs);
|
|
16602
16845
|
position: relative;
|
|
16603
16846
|
top: 2px;
|
|
16604
16847
|
}
|
|
16605
|
-
.cxd-
|
|
16848
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th .cxd-Table-head-cell-wrapper {
|
|
16606
16849
|
display: flex;
|
|
16607
16850
|
}
|
|
16608
|
-
.cxd-
|
|
16851
|
+
.cxd-Table2 .cxd-Table-table > thead > tr:not(:last-child) {
|
|
16609
16852
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
16610
16853
|
}
|
|
16611
|
-
.cxd-
|
|
16854
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr {
|
|
16612
16855
|
position: relative;
|
|
16613
16856
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
16614
16857
|
background: transparent;
|
|
16615
16858
|
}
|
|
16616
|
-
.cxd-
|
|
16859
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-summary-row > td {
|
|
16617
16860
|
background: var(--Table-thead-bg);
|
|
16618
16861
|
}
|
|
16619
|
-
.cxd-
|
|
16862
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > th {
|
|
16620
16863
|
background: var(--Table-thead-bg);
|
|
16621
16864
|
color: var(--Table-thead-color);
|
|
16622
16865
|
font-weight: var(--fontWeightNormal);
|
|
16623
16866
|
white-space: nowrap;
|
|
16624
16867
|
border-right: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
|
|
16625
16868
|
}
|
|
16626
|
-
.cxd-
|
|
16627
|
-
.cxd-
|
|
16869
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td,
|
|
16870
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > th {
|
|
16628
16871
|
padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
|
|
16629
16872
|
}
|
|
16630
|
-
.cxd-
|
|
16631
|
-
.cxd-
|
|
16873
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td:first-child,
|
|
16874
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > th:first-child {
|
|
16632
16875
|
padding-left: var(--TableCell--edge-paddingX-default);
|
|
16633
16876
|
}
|
|
16634
|
-
.cxd-
|
|
16635
|
-
.cxd-
|
|
16877
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td:last-child,
|
|
16878
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > th:last-child {
|
|
16636
16879
|
padding-right: var(--TableCell--edge-paddingX-default);
|
|
16637
16880
|
}
|
|
16638
|
-
.cxd-
|
|
16881
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr .cxd-Table-cell-wrapper-prefix {
|
|
16639
16882
|
display: flex;
|
|
16640
16883
|
}
|
|
16641
|
-
.cxd-
|
|
16884
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr .cxd-Table-cell-wrapper-prefix .cxd-Table-expandBtn {
|
|
16642
16885
|
margin-right: 5px;
|
|
16643
16886
|
}
|
|
16644
|
-
.cxd-
|
|
16887
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr .cxd-Table-cell-height-large {
|
|
16645
16888
|
height: var(--TableCell-line-height-large);
|
|
16646
16889
|
line-height: var(--TableCell-line-height-large);
|
|
16647
16890
|
overflow: hidden;
|
|
16648
16891
|
}
|
|
16649
|
-
.cxd-
|
|
16892
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr .cxd-Table-cell-height-middle {
|
|
16650
16893
|
height: var(--TableCell-line-height-middle);
|
|
16651
16894
|
line-height: var(--TableCell-line-height-middle);
|
|
16652
16895
|
overflow: hidden;
|
|
16653
16896
|
}
|
|
16654
|
-
.cxd-
|
|
16897
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-tr--odd {
|
|
16655
16898
|
background: var(--Table-strip-bg);
|
|
16656
16899
|
}
|
|
16657
|
-
.cxd-
|
|
16900
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-tr--hasItemAction:hover {
|
|
16658
16901
|
cursor: pointer;
|
|
16659
16902
|
}
|
|
16660
|
-
.cxd-
|
|
16903
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.is-hovered {
|
|
16661
16904
|
background: var(--Table-onHover-bg);
|
|
16662
16905
|
border-color: var(--Table-onHover-borderColor);
|
|
16663
16906
|
color: var(--Table-onHover-color);
|
|
16664
16907
|
}
|
|
16665
|
-
.cxd-
|
|
16908
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr:hover + tr, .cxd-Table2 .cxd-Table-table > tbody > tr.is-hovered + tr {
|
|
16666
16909
|
border-color: var(--Table-onHover-borderColor);
|
|
16667
16910
|
}
|
|
16668
|
-
.cxd-
|
|
16911
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.is-checked {
|
|
16669
16912
|
background: var(--Table-onChecked-bg);
|
|
16670
16913
|
border-color: var(--Table-onChecked-borderColor);
|
|
16671
16914
|
color: var(--Table-onChecked-color);
|
|
16672
16915
|
}
|
|
16673
|
-
.cxd-
|
|
16916
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.is-checked + tr {
|
|
16674
16917
|
border-color: var(--Table-onChecked-borderColor);
|
|
16675
16918
|
}
|
|
16676
|
-
.cxd-
|
|
16919
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.is-moved, .cxd-Table2 .cxd-Table-table > tbody > tr.is-modified {
|
|
16677
16920
|
background: var(--Table-onModified-bg);
|
|
16678
16921
|
border-color: var(--Table-onModified-borderColor);
|
|
16679
16922
|
color: var(--Table-onModified-color);
|
|
16680
16923
|
}
|
|
16681
|
-
.cxd-
|
|
16924
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.is-moved + tr, .cxd-Table2 .cxd-Table-table > tbody > tr.is-modified + tr {
|
|
16682
16925
|
border-color: var(--Table-onModified-borderColor);
|
|
16683
16926
|
}
|
|
16684
|
-
.cxd-
|
|
16927
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.is-summary {
|
|
16685
16928
|
background: var(--Table-thead-bg);
|
|
16686
16929
|
color: var(--Table-thead-color);
|
|
16687
16930
|
font-weight: var(--fontWeightNormal);
|
|
16688
16931
|
}
|
|
16689
|
-
.cxd-
|
|
16932
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-light {
|
|
16690
16933
|
background-color: #eaf6fe;
|
|
16691
16934
|
color: #151a26;
|
|
16692
16935
|
}
|
|
16693
|
-
.cxd-
|
|
16936
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .lt {
|
|
16694
16937
|
background: #f4fafe;
|
|
16695
16938
|
}
|
|
16696
|
-
.cxd-
|
|
16939
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .lter {
|
|
16697
16940
|
background: #f9fcff;
|
|
16698
16941
|
}
|
|
16699
|
-
.cxd-
|
|
16942
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .dk {
|
|
16700
16943
|
background: #dbf0fe;
|
|
16701
16944
|
}
|
|
16702
|
-
.cxd-
|
|
16945
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .dker {
|
|
16703
16946
|
background: #d0ecfe;
|
|
16704
16947
|
}
|
|
16705
|
-
.cxd-
|
|
16948
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-light.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-light .bg {
|
|
16706
16949
|
background-color: #eaf6fe;
|
|
16707
16950
|
}
|
|
16708
|
-
.cxd-
|
|
16951
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark {
|
|
16709
16952
|
background-color: #343a40;
|
|
16710
16953
|
color: #a0a0a0;
|
|
16711
16954
|
}
|
|
16712
|
-
.cxd-
|
|
16955
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .lt {
|
|
16713
16956
|
background: #41474c;
|
|
16714
16957
|
}
|
|
16715
|
-
.cxd-
|
|
16958
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .lter {
|
|
16716
16959
|
background: #4f5458;
|
|
16717
16960
|
}
|
|
16718
|
-
.cxd-
|
|
16961
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .dk {
|
|
16719
16962
|
background: #272d33;
|
|
16720
16963
|
}
|
|
16721
|
-
.cxd-
|
|
16964
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .dker {
|
|
16722
16965
|
background: #1c2125;
|
|
16723
16966
|
}
|
|
16724
|
-
.cxd-
|
|
16967
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .bg {
|
|
16725
16968
|
background-color: #343a40;
|
|
16726
16969
|
}
|
|
16727
|
-
.cxd-
|
|
16970
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link {
|
|
16728
16971
|
color: #b9baba;
|
|
16729
16972
|
}
|
|
16730
|
-
.cxd-
|
|
16973
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link:hover {
|
|
16731
16974
|
color: #fff;
|
|
16732
16975
|
}
|
|
16733
|
-
.cxd-
|
|
16976
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .open > a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .open > a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .open > a:focus {
|
|
16734
16977
|
color: #fff;
|
|
16735
16978
|
}
|
|
16736
|
-
.cxd-
|
|
16979
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .text-muted {
|
|
16737
16980
|
color: #030405 !important;
|
|
16738
16981
|
}
|
|
16739
|
-
.cxd-
|
|
16982
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .text-lt {
|
|
16740
16983
|
color: #425278 !important;
|
|
16741
16984
|
}
|
|
16742
|
-
.cxd-
|
|
16985
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black {
|
|
16743
16986
|
background-color: #000;
|
|
16744
16987
|
color: #666666;
|
|
16745
16988
|
}
|
|
16746
|
-
.cxd-
|
|
16989
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .lt {
|
|
16747
16990
|
background: #0d0d0d;
|
|
16748
16991
|
}
|
|
16749
|
-
.cxd-
|
|
16992
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .lter {
|
|
16750
16993
|
background: #1a1a1a;
|
|
16751
16994
|
}
|
|
16752
|
-
.cxd-
|
|
16995
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .dk {
|
|
16753
16996
|
background: black;
|
|
16754
16997
|
}
|
|
16755
|
-
.cxd-
|
|
16998
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .dker {
|
|
16756
16999
|
background: black;
|
|
16757
17000
|
}
|
|
16758
|
-
.cxd-
|
|
17001
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .bg {
|
|
16759
17002
|
background-color: #000;
|
|
16760
17003
|
}
|
|
16761
|
-
.cxd-
|
|
17004
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link {
|
|
16762
17005
|
color: gray;
|
|
16763
17006
|
}
|
|
16764
|
-
.cxd-
|
|
17007
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link:hover {
|
|
16765
17008
|
color: #fff;
|
|
16766
17009
|
}
|
|
16767
|
-
.cxd-
|
|
17010
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .open > a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .open > a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .open > a:focus {
|
|
16768
17011
|
color: #fff;
|
|
16769
17012
|
}
|
|
16770
|
-
.cxd-
|
|
17013
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .text-muted {
|
|
16771
17014
|
color: #030405 !important;
|
|
16772
17015
|
}
|
|
16773
|
-
.cxd-
|
|
17016
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .text-lt {
|
|
16774
17017
|
color: #425278 !important;
|
|
16775
17018
|
}
|
|
16776
|
-
.cxd-
|
|
17019
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary {
|
|
16777
17020
|
background-color: #2468f2;
|
|
16778
17021
|
color: #e6edfc;
|
|
16779
17022
|
}
|
|
16780
|
-
.cxd-
|
|
17023
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .lt {
|
|
16781
17024
|
background: #3f79f1;
|
|
16782
17025
|
}
|
|
16783
|
-
.cxd-
|
|
17026
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .lter {
|
|
16784
17027
|
background: #598bf0;
|
|
16785
17028
|
}
|
|
16786
|
-
.cxd-
|
|
17029
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .dk {
|
|
16787
17030
|
background: #0b57f2;
|
|
16788
17031
|
}
|
|
16789
|
-
.cxd-
|
|
17032
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .dker {
|
|
16790
17033
|
background: #074ddc;
|
|
16791
17034
|
}
|
|
16792
|
-
.cxd-
|
|
17035
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .bg {
|
|
16793
17036
|
background-color: #2468f2;
|
|
16794
17037
|
}
|
|
16795
|
-
.cxd-
|
|
17038
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link {
|
|
16796
17039
|
color: white;
|
|
16797
17040
|
}
|
|
16798
|
-
.cxd-
|
|
17041
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link:hover {
|
|
16799
17042
|
color: #fff;
|
|
16800
17043
|
}
|
|
16801
|
-
.cxd-
|
|
17044
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .open > a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .open > a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .open > a:focus {
|
|
16802
17045
|
color: #fff;
|
|
16803
17046
|
}
|
|
16804
|
-
.cxd-
|
|
17047
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .text-muted {
|
|
16805
17048
|
color: #030405 !important;
|
|
16806
17049
|
}
|
|
16807
|
-
.cxd-
|
|
17050
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .text-lt {
|
|
16808
17051
|
color: #425278 !important;
|
|
16809
17052
|
}
|
|
16810
|
-
.cxd-
|
|
17053
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success {
|
|
16811
17054
|
background-color: #30bf13;
|
|
16812
17055
|
color: #b8f2ac;
|
|
16813
17056
|
}
|
|
16814
|
-
.cxd-
|
|
17057
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .lt {
|
|
16815
17058
|
background: #38d318;
|
|
16816
17059
|
}
|
|
16817
|
-
.cxd-
|
|
17060
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .lter {
|
|
16818
17061
|
background: #43e223;
|
|
16819
17062
|
}
|
|
16820
|
-
.cxd-
|
|
17063
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .dk {
|
|
16821
17064
|
background: #29aa0e;
|
|
16822
17065
|
}
|
|
16823
|
-
.cxd-
|
|
17066
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .dker {
|
|
16824
17067
|
background: #22950a;
|
|
16825
17068
|
}
|
|
16826
|
-
.cxd-
|
|
17069
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .bg {
|
|
16827
17070
|
background-color: #30bf13;
|
|
16828
17071
|
}
|
|
16829
|
-
.cxd-
|
|
17072
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link {
|
|
16830
17073
|
color: #def9d8;
|
|
16831
17074
|
}
|
|
16832
|
-
.cxd-
|
|
17075
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link:hover {
|
|
16833
17076
|
color: #fff;
|
|
16834
17077
|
}
|
|
16835
|
-
.cxd-
|
|
17078
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .open > a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .open > a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .open > a:focus {
|
|
16836
17079
|
color: #fff;
|
|
16837
17080
|
}
|
|
16838
|
-
.cxd-
|
|
17081
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .text-muted {
|
|
16839
17082
|
color: #030405 !important;
|
|
16840
17083
|
}
|
|
16841
|
-
.cxd-
|
|
17084
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .text-lt {
|
|
16842
17085
|
color: #425278 !important;
|
|
16843
17086
|
}
|
|
16844
|
-
.cxd-
|
|
17087
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info {
|
|
16845
17088
|
background-color: #2468f2;
|
|
16846
17089
|
color: #e6edfc;
|
|
16847
17090
|
}
|
|
16848
|
-
.cxd-
|
|
17091
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .lt {
|
|
16849
17092
|
background: #3f79f1;
|
|
16850
17093
|
}
|
|
16851
|
-
.cxd-
|
|
17094
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .lter {
|
|
16852
17095
|
background: #598bf0;
|
|
16853
17096
|
}
|
|
16854
|
-
.cxd-
|
|
17097
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .dk {
|
|
16855
17098
|
background: #0b57f2;
|
|
16856
17099
|
}
|
|
16857
|
-
.cxd-
|
|
17100
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .dker {
|
|
16858
17101
|
background: #074ddc;
|
|
16859
17102
|
}
|
|
16860
|
-
.cxd-
|
|
17103
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .bg {
|
|
16861
17104
|
background-color: #2468f2;
|
|
16862
17105
|
}
|
|
16863
|
-
.cxd-
|
|
17106
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link {
|
|
16864
17107
|
color: white;
|
|
16865
17108
|
}
|
|
16866
|
-
.cxd-
|
|
17109
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link:hover {
|
|
16867
17110
|
color: #fff;
|
|
16868
17111
|
}
|
|
16869
|
-
.cxd-
|
|
17112
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .open > a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .open > a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .open > a:focus {
|
|
16870
17113
|
color: #fff;
|
|
16871
17114
|
}
|
|
16872
|
-
.cxd-
|
|
17115
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .text-muted {
|
|
16873
17116
|
color: #030405 !important;
|
|
16874
17117
|
}
|
|
16875
|
-
.cxd-
|
|
17118
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .text-lt {
|
|
16876
17119
|
color: #425278 !important;
|
|
16877
17120
|
}
|
|
16878
|
-
.cxd-
|
|
17121
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning {
|
|
16879
17122
|
background-color: #ff9326;
|
|
16880
17123
|
color: #fef9f3;
|
|
16881
17124
|
}
|
|
16882
|
-
.cxd-
|
|
17125
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .lt {
|
|
16883
17126
|
background: #fda042;
|
|
16884
17127
|
}
|
|
16885
|
-
.cxd-
|
|
17128
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .lter {
|
|
16886
17129
|
background: #fbac5d;
|
|
16887
17130
|
}
|
|
16888
|
-
.cxd-
|
|
17131
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .dk {
|
|
16889
17132
|
background: #ff860d;
|
|
16890
17133
|
}
|
|
16891
|
-
.cxd-
|
|
17134
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .dker {
|
|
16892
17135
|
background: #f27a00;
|
|
16893
17136
|
}
|
|
16894
|
-
.cxd-
|
|
17137
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .bg {
|
|
16895
17138
|
background-color: #ff9326;
|
|
16896
17139
|
}
|
|
16897
|
-
.cxd-
|
|
17140
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link {
|
|
16898
17141
|
color: white;
|
|
16899
17142
|
}
|
|
16900
|
-
.cxd-
|
|
17143
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link:hover {
|
|
16901
17144
|
color: #fff;
|
|
16902
17145
|
}
|
|
16903
|
-
.cxd-
|
|
17146
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .open > a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .open > a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .open > a:focus {
|
|
16904
17147
|
color: #fff;
|
|
16905
17148
|
}
|
|
16906
|
-
.cxd-
|
|
17149
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .text-muted {
|
|
16907
17150
|
color: #030405 !important;
|
|
16908
17151
|
}
|
|
16909
|
-
.cxd-
|
|
17152
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .text-lt {
|
|
16910
17153
|
color: #425278 !important;
|
|
16911
17154
|
}
|
|
16912
|
-
.cxd-
|
|
17155
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger {
|
|
16913
17156
|
background-color: #f33e3e;
|
|
16914
17157
|
color: #fffefe;
|
|
16915
17158
|
}
|
|
16916
|
-
.cxd-
|
|
17159
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .lt {
|
|
16917
17160
|
background: #f25858;
|
|
16918
17161
|
}
|
|
16919
|
-
.cxd-
|
|
17162
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .lter {
|
|
16920
17163
|
background: #f27272;
|
|
16921
17164
|
}
|
|
16922
|
-
.cxd-
|
|
17165
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .dk {
|
|
16923
17166
|
background: #f42323;
|
|
16924
17167
|
}
|
|
16925
|
-
.cxd-
|
|
17168
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.dker, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .dker {
|
|
16926
17169
|
background: #f50909;
|
|
16927
17170
|
}
|
|
16928
|
-
.cxd-
|
|
17171
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.bg, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .bg {
|
|
16929
17172
|
background-color: #f33e3e;
|
|
16930
17173
|
}
|
|
16931
|
-
.cxd-
|
|
17174
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link {
|
|
16932
17175
|
color: white;
|
|
16933
17176
|
}
|
|
16934
|
-
.cxd-
|
|
17177
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link:hover {
|
|
16935
17178
|
color: #fff;
|
|
16936
17179
|
}
|
|
16937
|
-
.cxd-
|
|
17180
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .open > a, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .open > a:hover, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .open > a:focus {
|
|
16938
17181
|
color: #fff;
|
|
16939
17182
|
}
|
|
16940
|
-
.cxd-
|
|
17183
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .text-muted {
|
|
16941
17184
|
color: #030405 !important;
|
|
16942
17185
|
}
|
|
16943
|
-
.cxd-
|
|
17186
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .text-lt {
|
|
16944
17187
|
color: #425278 !important;
|
|
16945
17188
|
}
|
|
16946
|
-
.cxd-
|
|
17189
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.is-dragging {
|
|
16947
17190
|
opacity: var(--Table-onDragging-opacity);
|
|
16948
17191
|
}
|
|
16949
|
-
.cxd-
|
|
17192
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th.is-expanded .cxd-Table-expandCell:before {
|
|
16950
17193
|
right: -0.6875rem;
|
|
16951
17194
|
}
|
|
16952
|
-
.cxd-
|
|
17195
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandBtn {
|
|
16953
17196
|
position: relative;
|
|
16954
17197
|
right: -1.125rem;
|
|
16955
17198
|
}
|
|
16956
|
-
.cxd-
|
|
17199
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td {
|
|
16957
17200
|
position: relative;
|
|
16958
17201
|
padding-left: 1.125rem;
|
|
16959
17202
|
}
|
|
16960
|
-
.cxd-
|
|
17203
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::before {
|
|
16961
17204
|
content: "";
|
|
16962
17205
|
position: absolute;
|
|
16963
17206
|
width: 0.0625rem;
|
|
@@ -16967,7 +17210,7 @@ input[type=button].cxd-Button--block {
|
|
|
16967
17210
|
height: auto;
|
|
16968
17211
|
background: var(--Table-tree-borderColor);
|
|
16969
17212
|
}
|
|
16970
|
-
.cxd-
|
|
17213
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::after {
|
|
16971
17214
|
content: "";
|
|
16972
17215
|
position: absolute;
|
|
16973
17216
|
height: 0.0625rem;
|
|
@@ -16976,25 +17219,25 @@ input[type=button].cxd-Button--block {
|
|
|
16976
17219
|
width: 0.625rem;
|
|
16977
17220
|
background: var(--Table-tree-borderColor);
|
|
16978
17221
|
}
|
|
16979
|
-
.cxd-
|
|
17222
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th.is-expandable .cxd-Table-expandCell + td {
|
|
16980
17223
|
padding-left: 1.125rem;
|
|
16981
17224
|
}
|
|
16982
|
-
.cxd-
|
|
17225
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--2th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
16983
17226
|
height: 50%;
|
|
16984
17227
|
bottom: auto;
|
|
16985
17228
|
}
|
|
16986
|
-
.cxd-
|
|
17229
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th.is-expanded .cxd-Table-expandCell:before {
|
|
16987
17230
|
right: -1.8125rem;
|
|
16988
17231
|
}
|
|
16989
|
-
.cxd-
|
|
17232
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandBtn {
|
|
16990
17233
|
position: relative;
|
|
16991
17234
|
right: -2.25rem;
|
|
16992
17235
|
}
|
|
16993
|
-
.cxd-
|
|
17236
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td {
|
|
16994
17237
|
position: relative;
|
|
16995
17238
|
padding-left: 2.25rem;
|
|
16996
17239
|
}
|
|
16997
|
-
.cxd-
|
|
17240
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::before {
|
|
16998
17241
|
content: "";
|
|
16999
17242
|
position: absolute;
|
|
17000
17243
|
width: 0.0625rem;
|
|
@@ -17004,7 +17247,7 @@ input[type=button].cxd-Button--block {
|
|
|
17004
17247
|
height: auto;
|
|
17005
17248
|
background: var(--Table-tree-borderColor);
|
|
17006
17249
|
}
|
|
17007
|
-
.cxd-
|
|
17250
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::after {
|
|
17008
17251
|
content: "";
|
|
17009
17252
|
position: absolute;
|
|
17010
17253
|
height: 0.0625rem;
|
|
@@ -17013,25 +17256,25 @@ input[type=button].cxd-Button--block {
|
|
|
17013
17256
|
width: 0.625rem;
|
|
17014
17257
|
background: var(--Table-tree-borderColor);
|
|
17015
17258
|
}
|
|
17016
|
-
.cxd-
|
|
17259
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th.is-expandable .cxd-Table-expandCell + td {
|
|
17017
17260
|
padding-left: 2.25rem;
|
|
17018
17261
|
}
|
|
17019
|
-
.cxd-
|
|
17262
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--3th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
17020
17263
|
height: 50%;
|
|
17021
17264
|
bottom: auto;
|
|
17022
17265
|
}
|
|
17023
|
-
.cxd-
|
|
17266
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th.is-expanded .cxd-Table-expandCell:before {
|
|
17024
17267
|
right: -2.9375rem;
|
|
17025
17268
|
}
|
|
17026
|
-
.cxd-
|
|
17269
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandBtn {
|
|
17027
17270
|
position: relative;
|
|
17028
17271
|
right: -3.375rem;
|
|
17029
17272
|
}
|
|
17030
|
-
.cxd-
|
|
17273
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td {
|
|
17031
17274
|
position: relative;
|
|
17032
17275
|
padding-left: 3.375rem;
|
|
17033
17276
|
}
|
|
17034
|
-
.cxd-
|
|
17277
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::before {
|
|
17035
17278
|
content: "";
|
|
17036
17279
|
position: absolute;
|
|
17037
17280
|
width: 0.0625rem;
|
|
@@ -17041,7 +17284,7 @@ input[type=button].cxd-Button--block {
|
|
|
17041
17284
|
height: auto;
|
|
17042
17285
|
background: var(--Table-tree-borderColor);
|
|
17043
17286
|
}
|
|
17044
|
-
.cxd-
|
|
17287
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::after {
|
|
17045
17288
|
content: "";
|
|
17046
17289
|
position: absolute;
|
|
17047
17290
|
height: 0.0625rem;
|
|
@@ -17050,25 +17293,25 @@ input[type=button].cxd-Button--block {
|
|
|
17050
17293
|
width: 0.625rem;
|
|
17051
17294
|
background: var(--Table-tree-borderColor);
|
|
17052
17295
|
}
|
|
17053
|
-
.cxd-
|
|
17296
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th.is-expandable .cxd-Table-expandCell + td {
|
|
17054
17297
|
padding-left: 3.375rem;
|
|
17055
17298
|
}
|
|
17056
|
-
.cxd-
|
|
17299
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--4th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
17057
17300
|
height: 50%;
|
|
17058
17301
|
bottom: auto;
|
|
17059
17302
|
}
|
|
17060
|
-
.cxd-
|
|
17303
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th.is-expanded .cxd-Table-expandCell:before {
|
|
17061
17304
|
right: -4.0625rem;
|
|
17062
17305
|
}
|
|
17063
|
-
.cxd-
|
|
17306
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandBtn {
|
|
17064
17307
|
position: relative;
|
|
17065
17308
|
right: -4.5rem;
|
|
17066
17309
|
}
|
|
17067
|
-
.cxd-
|
|
17310
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td {
|
|
17068
17311
|
position: relative;
|
|
17069
17312
|
padding-left: 4.5rem;
|
|
17070
17313
|
}
|
|
17071
|
-
.cxd-
|
|
17314
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::before {
|
|
17072
17315
|
content: "";
|
|
17073
17316
|
position: absolute;
|
|
17074
17317
|
width: 0.0625rem;
|
|
@@ -17078,7 +17321,7 @@ input[type=button].cxd-Button--block {
|
|
|
17078
17321
|
height: auto;
|
|
17079
17322
|
background: var(--Table-tree-borderColor);
|
|
17080
17323
|
}
|
|
17081
|
-
.cxd-
|
|
17324
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::after {
|
|
17082
17325
|
content: "";
|
|
17083
17326
|
position: absolute;
|
|
17084
17327
|
height: 0.0625rem;
|
|
@@ -17087,25 +17330,25 @@ input[type=button].cxd-Button--block {
|
|
|
17087
17330
|
width: 0.625rem;
|
|
17088
17331
|
background: var(--Table-tree-borderColor);
|
|
17089
17332
|
}
|
|
17090
|
-
.cxd-
|
|
17333
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th.is-expandable .cxd-Table-expandCell + td {
|
|
17091
17334
|
padding-left: 4.5rem;
|
|
17092
17335
|
}
|
|
17093
|
-
.cxd-
|
|
17336
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--5th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
17094
17337
|
height: 50%;
|
|
17095
17338
|
bottom: auto;
|
|
17096
17339
|
}
|
|
17097
|
-
.cxd-
|
|
17340
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th.is-expanded .cxd-Table-expandCell:before {
|
|
17098
17341
|
right: -5.1875rem;
|
|
17099
17342
|
}
|
|
17100
|
-
.cxd-
|
|
17343
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandBtn {
|
|
17101
17344
|
position: relative;
|
|
17102
17345
|
right: -5.625rem;
|
|
17103
17346
|
}
|
|
17104
|
-
.cxd-
|
|
17347
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td {
|
|
17105
17348
|
position: relative;
|
|
17106
17349
|
padding-left: 5.625rem;
|
|
17107
17350
|
}
|
|
17108
|
-
.cxd-
|
|
17351
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::before {
|
|
17109
17352
|
content: "";
|
|
17110
17353
|
position: absolute;
|
|
17111
17354
|
width: 0.0625rem;
|
|
@@ -17115,7 +17358,7 @@ input[type=button].cxd-Button--block {
|
|
|
17115
17358
|
height: auto;
|
|
17116
17359
|
background: var(--Table-tree-borderColor);
|
|
17117
17360
|
}
|
|
17118
|
-
.cxd-
|
|
17361
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::after {
|
|
17119
17362
|
content: "";
|
|
17120
17363
|
position: absolute;
|
|
17121
17364
|
height: 0.0625rem;
|
|
@@ -17124,25 +17367,25 @@ input[type=button].cxd-Button--block {
|
|
|
17124
17367
|
width: 0.625rem;
|
|
17125
17368
|
background: var(--Table-tree-borderColor);
|
|
17126
17369
|
}
|
|
17127
|
-
.cxd-
|
|
17370
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th.is-expandable .cxd-Table-expandCell + td {
|
|
17128
17371
|
padding-left: 5.625rem;
|
|
17129
17372
|
}
|
|
17130
|
-
.cxd-
|
|
17373
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--6th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
17131
17374
|
height: 50%;
|
|
17132
17375
|
bottom: auto;
|
|
17133
17376
|
}
|
|
17134
|
-
.cxd-
|
|
17377
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th.is-expanded .cxd-Table-expandCell:before {
|
|
17135
17378
|
right: -6.3125rem;
|
|
17136
17379
|
}
|
|
17137
|
-
.cxd-
|
|
17380
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandBtn {
|
|
17138
17381
|
position: relative;
|
|
17139
17382
|
right: -6.75rem;
|
|
17140
17383
|
}
|
|
17141
|
-
.cxd-
|
|
17384
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td {
|
|
17142
17385
|
position: relative;
|
|
17143
17386
|
padding-left: 6.75rem;
|
|
17144
17387
|
}
|
|
17145
|
-
.cxd-
|
|
17388
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::before {
|
|
17146
17389
|
content: "";
|
|
17147
17390
|
position: absolute;
|
|
17148
17391
|
width: 0.0625rem;
|
|
@@ -17152,7 +17395,7 @@ input[type=button].cxd-Button--block {
|
|
|
17152
17395
|
height: auto;
|
|
17153
17396
|
background: var(--Table-tree-borderColor);
|
|
17154
17397
|
}
|
|
17155
|
-
.cxd-
|
|
17398
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::after {
|
|
17156
17399
|
content: "";
|
|
17157
17400
|
position: absolute;
|
|
17158
17401
|
height: 0.0625rem;
|
|
@@ -17161,25 +17404,25 @@ input[type=button].cxd-Button--block {
|
|
|
17161
17404
|
width: 0.625rem;
|
|
17162
17405
|
background: var(--Table-tree-borderColor);
|
|
17163
17406
|
}
|
|
17164
|
-
.cxd-
|
|
17407
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th.is-expandable .cxd-Table-expandCell + td {
|
|
17165
17408
|
padding-left: 6.75rem;
|
|
17166
17409
|
}
|
|
17167
|
-
.cxd-
|
|
17410
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--7th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
17168
17411
|
height: 50%;
|
|
17169
17412
|
bottom: auto;
|
|
17170
17413
|
}
|
|
17171
|
-
.cxd-
|
|
17414
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th.is-expanded .cxd-Table-expandCell:before {
|
|
17172
17415
|
right: -7.4375rem;
|
|
17173
17416
|
}
|
|
17174
|
-
.cxd-
|
|
17417
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandBtn {
|
|
17175
17418
|
position: relative;
|
|
17176
17419
|
right: -7.875rem;
|
|
17177
17420
|
}
|
|
17178
|
-
.cxd-
|
|
17421
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td {
|
|
17179
17422
|
position: relative;
|
|
17180
17423
|
padding-left: 7.875rem;
|
|
17181
17424
|
}
|
|
17182
|
-
.cxd-
|
|
17425
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::before {
|
|
17183
17426
|
content: "";
|
|
17184
17427
|
position: absolute;
|
|
17185
17428
|
width: 0.0625rem;
|
|
@@ -17189,7 +17432,7 @@ input[type=button].cxd-Button--block {
|
|
|
17189
17432
|
height: auto;
|
|
17190
17433
|
background: var(--Table-tree-borderColor);
|
|
17191
17434
|
}
|
|
17192
|
-
.cxd-
|
|
17435
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::after {
|
|
17193
17436
|
content: "";
|
|
17194
17437
|
position: absolute;
|
|
17195
17438
|
height: 0.0625rem;
|
|
@@ -17198,25 +17441,25 @@ input[type=button].cxd-Button--block {
|
|
|
17198
17441
|
width: 0.625rem;
|
|
17199
17442
|
background: var(--Table-tree-borderColor);
|
|
17200
17443
|
}
|
|
17201
|
-
.cxd-
|
|
17444
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th.is-expandable .cxd-Table-expandCell + td {
|
|
17202
17445
|
padding-left: 7.875rem;
|
|
17203
17446
|
}
|
|
17204
|
-
.cxd-
|
|
17447
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--8th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
17205
17448
|
height: 50%;
|
|
17206
17449
|
bottom: auto;
|
|
17207
17450
|
}
|
|
17208
|
-
.cxd-
|
|
17451
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th.is-expanded .cxd-Table-expandCell:before {
|
|
17209
17452
|
right: -8.5625rem;
|
|
17210
17453
|
}
|
|
17211
|
-
.cxd-
|
|
17454
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandBtn {
|
|
17212
17455
|
position: relative;
|
|
17213
17456
|
right: -9rem;
|
|
17214
17457
|
}
|
|
17215
|
-
.cxd-
|
|
17458
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td {
|
|
17216
17459
|
position: relative;
|
|
17217
17460
|
padding-left: 9rem;
|
|
17218
17461
|
}
|
|
17219
|
-
.cxd-
|
|
17462
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::before {
|
|
17220
17463
|
content: "";
|
|
17221
17464
|
position: absolute;
|
|
17222
17465
|
width: 0.0625rem;
|
|
@@ -17226,7 +17469,7 @@ input[type=button].cxd-Button--block {
|
|
|
17226
17469
|
height: auto;
|
|
17227
17470
|
background: var(--Table-tree-borderColor);
|
|
17228
17471
|
}
|
|
17229
|
-
.cxd-
|
|
17472
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::after {
|
|
17230
17473
|
content: "";
|
|
17231
17474
|
position: absolute;
|
|
17232
17475
|
height: 0.0625rem;
|
|
@@ -17235,25 +17478,25 @@ input[type=button].cxd-Button--block {
|
|
|
17235
17478
|
width: 0.625rem;
|
|
17236
17479
|
background: var(--Table-tree-borderColor);
|
|
17237
17480
|
}
|
|
17238
|
-
.cxd-
|
|
17481
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th.is-expandable .cxd-Table-expandCell + td {
|
|
17239
17482
|
padding-left: 9rem;
|
|
17240
17483
|
}
|
|
17241
|
-
.cxd-
|
|
17484
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--9th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
17242
17485
|
height: 50%;
|
|
17243
17486
|
bottom: auto;
|
|
17244
17487
|
}
|
|
17245
|
-
.cxd-
|
|
17488
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th.is-expanded .cxd-Table-expandCell:before {
|
|
17246
17489
|
right: -9.6875rem;
|
|
17247
17490
|
}
|
|
17248
|
-
.cxd-
|
|
17491
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandBtn {
|
|
17249
17492
|
position: relative;
|
|
17250
17493
|
right: -10.125rem;
|
|
17251
17494
|
}
|
|
17252
|
-
.cxd-
|
|
17495
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td {
|
|
17253
17496
|
position: relative;
|
|
17254
17497
|
padding-left: 10.125rem;
|
|
17255
17498
|
}
|
|
17256
|
-
.cxd-
|
|
17499
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::before {
|
|
17257
17500
|
content: "";
|
|
17258
17501
|
position: absolute;
|
|
17259
17502
|
width: 0.0625rem;
|
|
@@ -17263,7 +17506,7 @@ input[type=button].cxd-Button--block {
|
|
|
17263
17506
|
height: auto;
|
|
17264
17507
|
background: var(--Table-tree-borderColor);
|
|
17265
17508
|
}
|
|
17266
|
-
.cxd-
|
|
17509
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::after {
|
|
17267
17510
|
content: "";
|
|
17268
17511
|
position: absolute;
|
|
17269
17512
|
height: 0.0625rem;
|
|
@@ -17272,43 +17515,43 @@ input[type=button].cxd-Button--block {
|
|
|
17272
17515
|
width: 0.625rem;
|
|
17273
17516
|
background: var(--Table-tree-borderColor);
|
|
17274
17517
|
}
|
|
17275
|
-
.cxd-
|
|
17518
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th.is-expandable .cxd-Table-expandCell + td {
|
|
17276
17519
|
padding-left: 10.125rem;
|
|
17277
17520
|
}
|
|
17278
|
-
.cxd-
|
|
17521
|
+
.cxd-Table2 .cxd-Table-table tr.cxd-Table-tr--10th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
17279
17522
|
height: 50%;
|
|
17280
17523
|
bottom: auto;
|
|
17281
17524
|
}
|
|
17282
|
-
.cxd-
|
|
17283
|
-
.cxd-
|
|
17525
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-checkCell,
|
|
17526
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell {
|
|
17284
17527
|
border-right: 0;
|
|
17285
17528
|
white-space: nowrap;
|
|
17286
17529
|
}
|
|
17287
|
-
.cxd-
|
|
17288
|
-
.cxd-
|
|
17530
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-checkCell .cxd-Checkbox,
|
|
17531
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell .cxd-Checkbox {
|
|
17289
17532
|
margin: 0;
|
|
17290
17533
|
}
|
|
17291
|
-
.cxd-
|
|
17292
|
-
.cxd-
|
|
17534
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-expandCell,
|
|
17535
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
|
|
17293
17536
|
border-right: 0;
|
|
17294
17537
|
width: 0.0625rem;
|
|
17295
17538
|
padding-right: 0;
|
|
17296
17539
|
}
|
|
17297
|
-
.cxd-
|
|
17298
|
-
.cxd-
|
|
17540
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-dragCell,
|
|
17541
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell {
|
|
17299
17542
|
border-right: 0;
|
|
17300
17543
|
width: 0.0625rem;
|
|
17301
17544
|
padding-right: 0;
|
|
17302
17545
|
cursor: move;
|
|
17303
17546
|
}
|
|
17304
|
-
.cxd-
|
|
17305
|
-
.cxd-
|
|
17547
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-dragCell > svg,
|
|
17548
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell > svg {
|
|
17306
17549
|
vertical-align: middle;
|
|
17307
17550
|
}
|
|
17308
|
-
.cxd-
|
|
17551
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
|
|
17309
17552
|
position: relative;
|
|
17310
17553
|
}
|
|
17311
|
-
.cxd-
|
|
17554
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-1 {
|
|
17312
17555
|
position: absolute;
|
|
17313
17556
|
width: 0.0625rem;
|
|
17314
17557
|
top: 0;
|
|
@@ -17317,7 +17560,7 @@ input[type=button].cxd-Button--block {
|
|
|
17317
17560
|
background: var(--Table-tree-borderColor);
|
|
17318
17561
|
right: 0.4375rem;
|
|
17319
17562
|
}
|
|
17320
|
-
.cxd-
|
|
17563
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-2 {
|
|
17321
17564
|
position: absolute;
|
|
17322
17565
|
width: 0.0625rem;
|
|
17323
17566
|
top: 0;
|
|
@@ -17326,7 +17569,7 @@ input[type=button].cxd-Button--block {
|
|
|
17326
17569
|
background: var(--Table-tree-borderColor);
|
|
17327
17570
|
right: -0.6875rem;
|
|
17328
17571
|
}
|
|
17329
|
-
.cxd-
|
|
17572
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-3 {
|
|
17330
17573
|
position: absolute;
|
|
17331
17574
|
width: 0.0625rem;
|
|
17332
17575
|
top: 0;
|
|
@@ -17335,7 +17578,7 @@ input[type=button].cxd-Button--block {
|
|
|
17335
17578
|
background: var(--Table-tree-borderColor);
|
|
17336
17579
|
right: -1.8125rem;
|
|
17337
17580
|
}
|
|
17338
|
-
.cxd-
|
|
17581
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-4 {
|
|
17339
17582
|
position: absolute;
|
|
17340
17583
|
width: 0.0625rem;
|
|
17341
17584
|
top: 0;
|
|
@@ -17344,7 +17587,7 @@ input[type=button].cxd-Button--block {
|
|
|
17344
17587
|
background: var(--Table-tree-borderColor);
|
|
17345
17588
|
right: -2.9375rem;
|
|
17346
17589
|
}
|
|
17347
|
-
.cxd-
|
|
17590
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-5 {
|
|
17348
17591
|
position: absolute;
|
|
17349
17592
|
width: 0.0625rem;
|
|
17350
17593
|
top: 0;
|
|
@@ -17353,7 +17596,7 @@ input[type=button].cxd-Button--block {
|
|
|
17353
17596
|
background: var(--Table-tree-borderColor);
|
|
17354
17597
|
right: -4.0625rem;
|
|
17355
17598
|
}
|
|
17356
|
-
.cxd-
|
|
17599
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-6 {
|
|
17357
17600
|
position: absolute;
|
|
17358
17601
|
width: 0.0625rem;
|
|
17359
17602
|
top: 0;
|
|
@@ -17362,7 +17605,7 @@ input[type=button].cxd-Button--block {
|
|
|
17362
17605
|
background: var(--Table-tree-borderColor);
|
|
17363
17606
|
right: -5.1875rem;
|
|
17364
17607
|
}
|
|
17365
|
-
.cxd-
|
|
17608
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-7 {
|
|
17366
17609
|
position: absolute;
|
|
17367
17610
|
width: 0.0625rem;
|
|
17368
17611
|
top: 0;
|
|
@@ -17371,7 +17614,7 @@ input[type=button].cxd-Button--block {
|
|
|
17371
17614
|
background: var(--Table-tree-borderColor);
|
|
17372
17615
|
right: -6.3125rem;
|
|
17373
17616
|
}
|
|
17374
|
-
.cxd-
|
|
17617
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.is-expanded > td.cxd-Table-expandCell::before {
|
|
17375
17618
|
content: "";
|
|
17376
17619
|
position: absolute;
|
|
17377
17620
|
width: 0.0625rem;
|
|
@@ -17381,30 +17624,30 @@ input[type=button].cxd-Button--block {
|
|
|
17381
17624
|
height: auto;
|
|
17382
17625
|
background: var(--Table-tree-borderColor);
|
|
17383
17626
|
}
|
|
17384
|
-
.cxd-
|
|
17385
|
-
padding-right: calc(
|
|
17627
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-TableCell--sortable {
|
|
17628
|
+
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-sortBtn-width));
|
|
17386
17629
|
position: relative;
|
|
17387
17630
|
}
|
|
17388
|
-
.cxd-
|
|
17389
|
-
padding-right: calc(
|
|
17631
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-TableCell--searchable {
|
|
17632
|
+
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-searchBtn-width));
|
|
17390
17633
|
position: relative;
|
|
17391
17634
|
}
|
|
17392
|
-
.cxd-
|
|
17393
|
-
padding-right: calc(
|
|
17635
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-TableCell--filterable {
|
|
17636
|
+
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-filterBtn-width));
|
|
17394
17637
|
position: relative;
|
|
17395
17638
|
}
|
|
17396
|
-
.cxd-
|
|
17639
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-row-disabled {
|
|
17397
17640
|
background: var(--TableRow-onDisabled-bg);
|
|
17398
17641
|
color: var(--TableRow-onDisabled-color);
|
|
17399
17642
|
}
|
|
17400
|
-
.cxd-
|
|
17643
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-row-hover {
|
|
17401
17644
|
background: var(--Table-onHover-bg);
|
|
17402
17645
|
border-color: var(--Table-onHover-borderColor);
|
|
17403
17646
|
color: var(--Table-onHover-color);
|
|
17404
17647
|
}
|
|
17405
|
-
.cxd-
|
|
17406
|
-
.cxd-
|
|
17407
|
-
.cxd-
|
|
17648
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
|
|
17649
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left-last:after,
|
|
17650
|
+
.cxd-Table2 .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-left-last:after {
|
|
17408
17651
|
position: absolute;
|
|
17409
17652
|
top: 0;
|
|
17410
17653
|
right: 0;
|
|
@@ -17415,9 +17658,9 @@ input[type=button].cxd-Button--block {
|
|
|
17415
17658
|
content: "";
|
|
17416
17659
|
pointer-events: none;
|
|
17417
17660
|
}
|
|
17418
|
-
.cxd-
|
|
17419
|
-
.cxd-
|
|
17420
|
-
.cxd-
|
|
17661
|
+
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first:after,
|
|
17662
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-right-first:after,
|
|
17663
|
+
.cxd-Table2 .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-right-last:after {
|
|
17421
17664
|
position: absolute;
|
|
17422
17665
|
top: 0;
|
|
17423
17666
|
bottom: -1px;
|
|
@@ -17428,63 +17671,63 @@ input[type=button].cxd-Button--block {
|
|
|
17428
17671
|
content: "";
|
|
17429
17672
|
pointer-events: none;
|
|
17430
17673
|
}
|
|
17431
|
-
.cxd-
|
|
17674
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-expand-icon-cell {
|
|
17432
17675
|
text-align: center;
|
|
17433
17676
|
}
|
|
17434
|
-
.cxd-
|
|
17677
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-expand-icon-cell .cxd-Table-row-indent {
|
|
17435
17678
|
height: 1px;
|
|
17436
17679
|
}
|
|
17437
|
-
.cxd-
|
|
17680
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-expanded-row > td {
|
|
17438
17681
|
background: var(--Table-onHover-bg);
|
|
17439
17682
|
}
|
|
17440
|
-
.cxd-
|
|
17683
|
+
.cxd-Table2 .cxd-Table-table > tfoot > tr {
|
|
17441
17684
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
17442
17685
|
}
|
|
17443
|
-
.cxd-
|
|
17686
|
+
.cxd-Table2 .cxd-Table-table > tfoot > tr > td {
|
|
17444
17687
|
padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
|
|
17445
17688
|
background: var(--Table-thead-bg);
|
|
17446
17689
|
}
|
|
17447
|
-
.cxd-
|
|
17690
|
+
.cxd-Table2 .cxd-Table-container .cxd-Table-header {
|
|
17448
17691
|
padding: 0;
|
|
17449
17692
|
}
|
|
17450
|
-
.cxd-
|
|
17451
|
-
.cxd-
|
|
17452
|
-
.cxd-
|
|
17693
|
+
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
|
|
17694
|
+
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left-last:after,
|
|
17695
|
+
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-left-last:after {
|
|
17453
17696
|
box-shadow: var(--Table-fixedLeftLast-boxShadow);
|
|
17454
17697
|
}
|
|
17455
|
-
.cxd-
|
|
17698
|
+
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-left {
|
|
17456
17699
|
border-right: none;
|
|
17457
17700
|
}
|
|
17458
|
-
.cxd-
|
|
17701
|
+
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-left:not(.cxd-Table-cell-row-hover) {
|
|
17459
17702
|
background: #fff;
|
|
17460
17703
|
}
|
|
17461
|
-
.cxd-
|
|
17704
|
+
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tfoot > tr > td:not(:last-child).cxd-Table-cell-fix-left-last {
|
|
17462
17705
|
border-right: none;
|
|
17463
17706
|
}
|
|
17464
|
-
.cxd-
|
|
17707
|
+
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > thead > tr > th:not(:last-child):not(:first-child).cxd-Table-cell-fix-left-last {
|
|
17465
17708
|
border-right: none;
|
|
17466
17709
|
}
|
|
17467
|
-
.cxd-
|
|
17468
|
-
.cxd-
|
|
17469
|
-
.cxd-
|
|
17710
|
+
.cxd-Table2.cxd-Table-ping-right .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first:after,
|
|
17711
|
+
.cxd-Table2.cxd-Table-ping-right .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-right-first:after,
|
|
17712
|
+
.cxd-Table2.cxd-Table-ping-right .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-right-first:after {
|
|
17470
17713
|
box-shadow: var(--Table-fixedRightFirst-boxShadow);
|
|
17471
17714
|
}
|
|
17472
|
-
.cxd-
|
|
17715
|
+
.cxd-Table2.cxd-Table-ping-right .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-right {
|
|
17473
17716
|
border-right: none;
|
|
17474
17717
|
}
|
|
17475
|
-
.cxd-
|
|
17718
|
+
.cxd-Table2.cxd-Table-ping-right .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-right:not(.cxd-Table-cell-row-hover) {
|
|
17476
17719
|
background: #fff;
|
|
17477
17720
|
}
|
|
17478
|
-
.cxd-
|
|
17721
|
+
.cxd-Table2.cxd-Table-ping-right:not(.cxd-Table-bordered) .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first-prev {
|
|
17479
17722
|
border-right: none;
|
|
17480
17723
|
}
|
|
17481
|
-
.cxd-
|
|
17724
|
+
.cxd-Table2.cxd-Table-ping-right:not(.cxd-Table-bordered) .cxd-Table-table > thead > tr > th:not(:last-child).cxd-Table-cell-fix-right-first {
|
|
17482
17725
|
border-right: none;
|
|
17483
17726
|
}
|
|
17484
|
-
.cxd-
|
|
17727
|
+
.cxd-Table2.cxd-Table-resizable .cxd-Table-table > thead > tr > th {
|
|
17485
17728
|
position: relative;
|
|
17486
17729
|
}
|
|
17487
|
-
.cxd-
|
|
17730
|
+
.cxd-Table2.cxd-Table-resizable .cxd-Table-table > thead > tr > th .cxd-Table-thead-resizable {
|
|
17488
17731
|
position: absolute;
|
|
17489
17732
|
width: 7px;
|
|
17490
17733
|
right: -4px;
|
|
@@ -17492,16 +17735,15 @@ input[type=button].cxd-Button--block {
|
|
|
17492
17735
|
bottom: 0;
|
|
17493
17736
|
-webkit-user-select: none;
|
|
17494
17737
|
-moz-user-select: none;
|
|
17495
|
-
-ms-user-select: none;
|
|
17496
17738
|
user-select: none;
|
|
17497
17739
|
cursor: col-resize;
|
|
17498
17740
|
z-index: 3000;
|
|
17499
17741
|
}
|
|
17500
|
-
.cxd-
|
|
17742
|
+
.cxd-Table2 .cxd-Table-loading {
|
|
17501
17743
|
padding: var(--Table-loading-padding);
|
|
17502
17744
|
text-align: center;
|
|
17503
17745
|
}
|
|
17504
|
-
.cxd-
|
|
17746
|
+
.cxd-Table2 .cxd-TableCell-sortBtn {
|
|
17505
17747
|
cursor: pointer;
|
|
17506
17748
|
width: var(--TableCell-sortBtn-width);
|
|
17507
17749
|
height: var(--gap-md);
|
|
@@ -17511,55 +17753,55 @@ input[type=button].cxd-Button--block {
|
|
|
17511
17753
|
color: var(--icon-color);
|
|
17512
17754
|
margin-left: var(--TableCell-icon-gap);
|
|
17513
17755
|
}
|
|
17514
|
-
.cxd-
|
|
17756
|
+
.cxd-Table2 .cxd-TableCell-sortBtn:hover {
|
|
17515
17757
|
color: var(--icon-onHover-color);
|
|
17516
17758
|
}
|
|
17517
|
-
.cxd-
|
|
17759
|
+
.cxd-Table2 .cxd-TableCell-sortBtn--up > svg, .cxd-Table2 .cxd-TableCell-sortBtn--down > svg, .cxd-Table2 .cxd-TableCell-sortBtn--default > svg {
|
|
17518
17760
|
color: inherit;
|
|
17519
17761
|
width: 13px;
|
|
17520
17762
|
height: 13px;
|
|
17521
17763
|
}
|
|
17522
|
-
.cxd-
|
|
17764
|
+
.cxd-Table2 .cxd-TableCell-sortBtn--up, .cxd-Table2 .cxd-TableCell-sortBtn--down, .cxd-Table2 .cxd-TableCell-sortBtn--default {
|
|
17523
17765
|
display: none;
|
|
17524
17766
|
z-index: 2;
|
|
17525
17767
|
font-style: normal;
|
|
17526
17768
|
}
|
|
17527
|
-
.cxd-
|
|
17769
|
+
.cxd-Table2 .cxd-TableCell-sortBtn--up.is-active, .cxd-Table2 .cxd-TableCell-sortBtn--down.is-active, .cxd-Table2 .cxd-TableCell-sortBtn--default.is-active {
|
|
17528
17770
|
display: inline-block;
|
|
17529
17771
|
}
|
|
17530
|
-
.cxd-
|
|
17772
|
+
.cxd-Table2 .cxd-TableCell-sortBtn--default.is-active {
|
|
17531
17773
|
color: var(--text--muted-color);
|
|
17532
17774
|
}
|
|
17533
|
-
.cxd-
|
|
17775
|
+
.cxd-Table2 .cxd-TableCell-sortBtn--default.is-active:hover {
|
|
17534
17776
|
color: var(--text-color);
|
|
17535
17777
|
}
|
|
17536
|
-
.cxd-
|
|
17778
|
+
.cxd-Table2 .cxd-TableCell-sortBtn--up.is-active, .cxd-Table2 .cxd-TableCell-sortBtn--down.is-active {
|
|
17537
17779
|
color: var(--TableCell-sortBtn--onActive-color);
|
|
17538
17780
|
}
|
|
17539
|
-
.cxd-
|
|
17781
|
+
.cxd-Table2 .cxd-TableCell-searchBtn {
|
|
17540
17782
|
cursor: pointer;
|
|
17541
17783
|
color: var(--text--muted-color);
|
|
17542
17784
|
margin-left: var(--TableCell-icon-gap);
|
|
17543
17785
|
}
|
|
17544
|
-
.cxd-
|
|
17786
|
+
.cxd-Table2 .cxd-TableCell-searchBtn svg.icon {
|
|
17545
17787
|
width: 12px;
|
|
17546
17788
|
height: 12px;
|
|
17547
17789
|
}
|
|
17548
|
-
.cxd-
|
|
17790
|
+
.cxd-Table2 .cxd-TableCell-searchBtn:hover {
|
|
17549
17791
|
color: var(--text-color);
|
|
17550
17792
|
}
|
|
17551
|
-
.cxd-
|
|
17793
|
+
.cxd-Table2 .cxd-TableCell-searchBtn.is-active {
|
|
17552
17794
|
color: var(--TableCell-searchBtn--onActive-color);
|
|
17553
17795
|
}
|
|
17554
|
-
.cxd-
|
|
17796
|
+
.cxd-Table2 .cxd-TableCell-searchPopOver {
|
|
17555
17797
|
border: none;
|
|
17556
17798
|
min-width: 20rem;
|
|
17557
17799
|
max-width: 40rem;
|
|
17558
17800
|
}
|
|
17559
|
-
.cxd-
|
|
17801
|
+
.cxd-Table2 .cxd-TableCell-searchPopOver .cxd-Panel {
|
|
17560
17802
|
margin: 0;
|
|
17561
17803
|
}
|
|
17562
|
-
.cxd-
|
|
17804
|
+
.cxd-Table2 .cxd-TableCell-filterBtn {
|
|
17563
17805
|
cursor: pointer;
|
|
17564
17806
|
width: var(--TableCell-filterBtn-width);
|
|
17565
17807
|
position: static;
|
|
@@ -17568,70 +17810,70 @@ input[type=button].cxd-Button--block {
|
|
|
17568
17810
|
color: var(--text--muted-color);
|
|
17569
17811
|
margin-left: var(--TableCell-icon-gap);
|
|
17570
17812
|
}
|
|
17571
|
-
.cxd-
|
|
17813
|
+
.cxd-Table2 .cxd-TableCell-filterBtn svg.icon {
|
|
17572
17814
|
width: 13px;
|
|
17573
17815
|
height: 13px;
|
|
17574
17816
|
}
|
|
17575
|
-
.cxd-
|
|
17817
|
+
.cxd-Table2 .cxd-TableCell-filterBtn:hover {
|
|
17576
17818
|
color: var(--text-color);
|
|
17577
17819
|
}
|
|
17578
|
-
.cxd-
|
|
17820
|
+
.cxd-Table2 .cxd-TableCell-filterBtn.is-active {
|
|
17579
17821
|
color: var(--TableCell-filterBtn--onActive-color);
|
|
17580
17822
|
}
|
|
17581
|
-
.cxd-
|
|
17823
|
+
.cxd-Table2 .cxd-TableCell-filterBtn .cxd-Remark {
|
|
17582
17824
|
display: inline;
|
|
17583
17825
|
}
|
|
17584
|
-
.cxd-
|
|
17826
|
+
.cxd-Table2 .cxd-TableCell-filterPopOver {
|
|
17585
17827
|
border: none;
|
|
17586
17828
|
width: 10rem;
|
|
17587
17829
|
}
|
|
17588
|
-
.cxd-
|
|
17830
|
+
.cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu {
|
|
17589
17831
|
margin: 0;
|
|
17590
17832
|
padding: 0;
|
|
17591
17833
|
}
|
|
17592
|
-
.cxd-
|
|
17834
|
+
.cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider {
|
|
17593
17835
|
height: var(--TableCell-filterPopOver-dropDownItem-height);
|
|
17594
17836
|
line-height: var(--TableCell-filterPopOver-dropDownItem-height);
|
|
17595
17837
|
padding: var(--TableCell-filterPopOver-dropDownItem-padding);
|
|
17596
17838
|
background: var(--white);
|
|
17597
17839
|
margin: 0;
|
|
17598
17840
|
}
|
|
17599
|
-
.cxd-
|
|
17841
|
+
.cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
|
|
17600
17842
|
background: var(--light);
|
|
17601
17843
|
color: var(--primary);
|
|
17602
17844
|
}
|
|
17603
|
-
.cxd-
|
|
17845
|
+
.cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
|
|
17604
17846
|
background: var(--light);
|
|
17605
17847
|
color: var(--primary);
|
|
17606
17848
|
}
|
|
17607
|
-
.cxd-
|
|
17849
|
+
.cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider .cxd-Checkbox {
|
|
17608
17850
|
width: 100%;
|
|
17609
17851
|
margin: 0;
|
|
17610
17852
|
}
|
|
17611
|
-
.cxd-
|
|
17853
|
+
.cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-multiple-menu {
|
|
17612
17854
|
text-align: center;
|
|
17613
17855
|
border-top: 1px solid var(--Table-borderColor);
|
|
17614
17856
|
}
|
|
17615
|
-
.cxd-
|
|
17857
|
+
.cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-multiple-menu .cxd-Button {
|
|
17616
17858
|
margin: 0 5px;
|
|
17617
17859
|
padding: 0 10px;
|
|
17618
17860
|
}
|
|
17619
|
-
.cxd-
|
|
17861
|
+
.cxd-Table2 .cxd-TableCell-filterPopOver .cxd-DropDown-multiple-menu:hover {
|
|
17620
17862
|
background: none;
|
|
17621
17863
|
}
|
|
17622
|
-
.cxd-
|
|
17864
|
+
.cxd-Table2 .cxd-TableCell-selectionBtn {
|
|
17623
17865
|
cursor: pointer;
|
|
17624
17866
|
margin-left: 4px;
|
|
17625
17867
|
}
|
|
17626
|
-
.cxd-
|
|
17868
|
+
.cxd-Table2 .cxd-TableCell-selectionBtn svg.icon {
|
|
17627
17869
|
transform: rotate(270deg);
|
|
17628
17870
|
font-size: 12px;
|
|
17629
17871
|
}
|
|
17630
|
-
.cxd-
|
|
17872
|
+
.cxd-Table2 .cxd-TableCell-selectionPopOver .cxd-DropDown-menu {
|
|
17631
17873
|
margin: 0;
|
|
17632
17874
|
padding: 0;
|
|
17633
17875
|
}
|
|
17634
|
-
.cxd-
|
|
17876
|
+
.cxd-Table2.cxd-Table-expandBtn {
|
|
17635
17877
|
position: relative;
|
|
17636
17878
|
z-index: 1;
|
|
17637
17879
|
color: var(--Table-expandBtn-color);
|
|
@@ -17642,7 +17884,7 @@ input[type=button].cxd-Button--block {
|
|
|
17642
17884
|
line-height: 1;
|
|
17643
17885
|
height: 16px;
|
|
17644
17886
|
}
|
|
17645
|
-
.cxd-
|
|
17887
|
+
.cxd-Table2.cxd-Table-expandBtn > svg {
|
|
17646
17888
|
display: inline-block;
|
|
17647
17889
|
text-align: center;
|
|
17648
17890
|
cursor: pointer;
|
|
@@ -17653,22 +17895,22 @@ input[type=button].cxd-Button--block {
|
|
|
17653
17895
|
height: 0.625rem;
|
|
17654
17896
|
top: 0;
|
|
17655
17897
|
}
|
|
17656
|
-
.cxd-
|
|
17898
|
+
.cxd-Table2.cxd-Table-expandBtn.is-active > svg {
|
|
17657
17899
|
transform: rotate(90deg);
|
|
17658
17900
|
}
|
|
17659
|
-
.cxd-
|
|
17901
|
+
.cxd-Table2.cxd-Table-expandBtn:hover {
|
|
17660
17902
|
text-decoration: none;
|
|
17661
17903
|
}
|
|
17662
|
-
.cxd-
|
|
17663
|
-
.cxd-
|
|
17664
|
-
.cxd-
|
|
17904
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
|
|
17905
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.is-dragging .cxd-Table-dragBtn,
|
|
17906
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr.is-drop-allowed .cxd-Table-dragBtn {
|
|
17665
17907
|
visibility: visible;
|
|
17666
17908
|
}
|
|
17667
|
-
.cxd-
|
|
17909
|
+
.cxd-Table2 .fake-hide {
|
|
17668
17910
|
visibility: hidden;
|
|
17669
17911
|
position: absolute;
|
|
17670
17912
|
}
|
|
17671
|
-
.cxd-
|
|
17913
|
+
.cxd-Table2 .cxd-Table-badge {
|
|
17672
17914
|
position: absolute;
|
|
17673
17915
|
top: 0;
|
|
17674
17916
|
left: 0;
|
|
@@ -17750,7 +17992,6 @@ input[type=button].cxd-Button--block {
|
|
|
17750
17992
|
vertical-align: middle;
|
|
17751
17993
|
-webkit-user-select: none;
|
|
17752
17994
|
-moz-user-select: none;
|
|
17753
|
-
-ms-user-select: none;
|
|
17754
17995
|
user-select: none;
|
|
17755
17996
|
color: var(--link-color);
|
|
17756
17997
|
-webkit-text-decoration: var(--link-decoration);
|
|
@@ -17804,6 +18045,7 @@ input[type=button].cxd-Button--block {
|
|
|
17804
18045
|
}
|
|
17805
18046
|
.cxd-ColumnToggler-modal-header {
|
|
17806
18047
|
width: 100%;
|
|
18048
|
+
padding: 0 1.5rem;
|
|
17807
18049
|
display: flex;
|
|
17808
18050
|
flex-flow: row nowrap;
|
|
17809
18051
|
justify-content: space-between;
|
|
@@ -17821,7 +18063,7 @@ input[type=button].cxd-Button--block {
|
|
|
17821
18063
|
font-weight: bold;
|
|
17822
18064
|
}
|
|
17823
18065
|
.cxd-ColumnToggler-modal-content {
|
|
17824
|
-
padding: 0;
|
|
18066
|
+
padding: 0 1.5rem;
|
|
17825
18067
|
width: 100%;
|
|
17826
18068
|
list-style: none;
|
|
17827
18069
|
margin: 0.5rem 0;
|
|
@@ -17855,7 +18097,6 @@ input[type=button].cxd-Button--block {
|
|
|
17855
18097
|
overflow: hidden;
|
|
17856
18098
|
-webkit-user-select: none;
|
|
17857
18099
|
-moz-user-select: none;
|
|
17858
|
-
-ms-user-select: none;
|
|
17859
18100
|
user-select: none;
|
|
17860
18101
|
}
|
|
17861
18102
|
.cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem label > i {
|
|
@@ -17873,6 +18114,7 @@ input[type=button].cxd-Button--block {
|
|
|
17873
18114
|
}
|
|
17874
18115
|
.cxd-ColumnToggler-modal-footer {
|
|
17875
18116
|
width: 100%;
|
|
18117
|
+
padding: 0 1.5rem;
|
|
17876
18118
|
display: flex;
|
|
17877
18119
|
flex-flow: row nowrap;
|
|
17878
18120
|
justify-content: space-between;
|
|
@@ -17897,6 +18139,9 @@ input[type=button].cxd-Button--block {
|
|
|
17897
18139
|
.cxd-ColumnToggler-modal-footer > div:first-child a {
|
|
17898
18140
|
display: inline-block;
|
|
17899
18141
|
}
|
|
18142
|
+
.cxd-ColumnToggler-modal-footer > div:first-child button:not(:last-child) {
|
|
18143
|
+
margin-right: var(--gap-sm);
|
|
18144
|
+
}
|
|
17900
18145
|
.cxd-ColumnToggler-modal-footer > div:last-child {
|
|
17901
18146
|
justify-content: flex-end;
|
|
17902
18147
|
}
|
|
@@ -18212,32 +18457,26 @@ input[type=button].cxd-Button--block {
|
|
|
18212
18457
|
-moz-column-count: 12;
|
|
18213
18458
|
column-count: 12;
|
|
18214
18459
|
}
|
|
18215
|
-
|
|
18216
18460
|
.cxd-Cards--masonrySm2 {
|
|
18217
18461
|
-moz-column-count: 6;
|
|
18218
18462
|
column-count: 6;
|
|
18219
18463
|
}
|
|
18220
|
-
|
|
18221
18464
|
.cxd-Cards--masonrySm3 {
|
|
18222
18465
|
-moz-column-count: 4;
|
|
18223
18466
|
column-count: 4;
|
|
18224
18467
|
}
|
|
18225
|
-
|
|
18226
18468
|
.cxd-Cards--masonrySm4 {
|
|
18227
18469
|
-moz-column-count: 3;
|
|
18228
18470
|
column-count: 3;
|
|
18229
18471
|
}
|
|
18230
|
-
|
|
18231
18472
|
.cxd-Cards--masonrySm6 {
|
|
18232
18473
|
-moz-column-count: 2;
|
|
18233
18474
|
column-count: 2;
|
|
18234
18475
|
}
|
|
18235
|
-
|
|
18236
18476
|
.cxd-Cards--masonrySm12 {
|
|
18237
18477
|
-moz-column-count: 1;
|
|
18238
18478
|
column-count: 1;
|
|
18239
18479
|
}
|
|
18240
|
-
|
|
18241
18480
|
.cxd-Cards-toolbar {
|
|
18242
18481
|
display: flex;
|
|
18243
18482
|
flex-wrap: wrap;
|
|
@@ -18248,27 +18487,22 @@ input[type=button].cxd-Button--block {
|
|
|
18248
18487
|
-moz-column-count: 12;
|
|
18249
18488
|
column-count: 12;
|
|
18250
18489
|
}
|
|
18251
|
-
|
|
18252
18490
|
.cxd-Cards--masonryMd2 {
|
|
18253
18491
|
-moz-column-count: 6;
|
|
18254
18492
|
column-count: 6;
|
|
18255
18493
|
}
|
|
18256
|
-
|
|
18257
18494
|
.cxd-Cards--masonryMd3 {
|
|
18258
18495
|
-moz-column-count: 4;
|
|
18259
18496
|
column-count: 4;
|
|
18260
18497
|
}
|
|
18261
|
-
|
|
18262
18498
|
.cxd-Cards--masonryMd4 {
|
|
18263
18499
|
-moz-column-count: 3;
|
|
18264
18500
|
column-count: 3;
|
|
18265
18501
|
}
|
|
18266
|
-
|
|
18267
18502
|
.cxd-Cards--masonryMd6 {
|
|
18268
18503
|
-moz-column-count: 2;
|
|
18269
18504
|
column-count: 2;
|
|
18270
18505
|
}
|
|
18271
|
-
|
|
18272
18506
|
.cxd-Cards--masonryMd12 {
|
|
18273
18507
|
-moz-column-count: 1;
|
|
18274
18508
|
column-count: 1;
|
|
@@ -18279,27 +18513,22 @@ input[type=button].cxd-Button--block {
|
|
|
18279
18513
|
-moz-column-count: 12;
|
|
18280
18514
|
column-count: 12;
|
|
18281
18515
|
}
|
|
18282
|
-
|
|
18283
18516
|
.cxd-Cards--masonryLg2 {
|
|
18284
18517
|
-moz-column-count: 6;
|
|
18285
18518
|
column-count: 6;
|
|
18286
18519
|
}
|
|
18287
|
-
|
|
18288
18520
|
.cxd-Cards--masonryLg3 {
|
|
18289
18521
|
-moz-column-count: 4;
|
|
18290
18522
|
column-count: 4;
|
|
18291
18523
|
}
|
|
18292
|
-
|
|
18293
18524
|
.cxd-Cards--masonryLg4 {
|
|
18294
18525
|
-moz-column-count: 3;
|
|
18295
18526
|
column-count: 3;
|
|
18296
18527
|
}
|
|
18297
|
-
|
|
18298
18528
|
.cxd-Cards--masonryLg6 {
|
|
18299
18529
|
-moz-column-count: 2;
|
|
18300
18530
|
column-count: 2;
|
|
18301
18531
|
}
|
|
18302
|
-
|
|
18303
18532
|
.cxd-Cards--masonryLg12 {
|
|
18304
18533
|
-moz-column-count: 1;
|
|
18305
18534
|
column-count: 1;
|
|
@@ -18746,6 +18975,19 @@ input[type=button].cxd-Button--block {
|
|
|
18746
18975
|
.cxd-Progress-line {
|
|
18747
18976
|
display: inline-block;
|
|
18748
18977
|
width: 100%;
|
|
18978
|
+
position: relative;
|
|
18979
|
+
}
|
|
18980
|
+
.cxd-Progress-line-threshold {
|
|
18981
|
+
position: absolute;
|
|
18982
|
+
height: 100%;
|
|
18983
|
+
border-left: 1px solid #007bff;
|
|
18984
|
+
}
|
|
18985
|
+
.cxd-Progress-line-threshold-text {
|
|
18986
|
+
position: absolute;
|
|
18987
|
+
font-size: 12px;
|
|
18988
|
+
bottom: -20px;
|
|
18989
|
+
left: 50%;
|
|
18990
|
+
transform: translateX(-50%);
|
|
18749
18991
|
}
|
|
18750
18992
|
.cxd-Progress-line-inter {
|
|
18751
18993
|
height: 100%;
|
|
@@ -18941,7 +19183,6 @@ input[type=button].cxd-Button--block {
|
|
|
18941
19183
|
.cxd-Pagination > li > span {
|
|
18942
19184
|
-webkit-user-select: none;
|
|
18943
19185
|
-moz-user-select: none;
|
|
18944
|
-
-ms-user-select: none;
|
|
18945
19186
|
user-select: none;
|
|
18946
19187
|
cursor: pointer;
|
|
18947
19188
|
position: relative;
|
|
@@ -19446,7 +19687,6 @@ input[type=button].cxd-Button--block {
|
|
|
19446
19687
|
align-items: center;
|
|
19447
19688
|
-webkit-user-select: none;
|
|
19448
19689
|
-moz-user-select: none;
|
|
19449
|
-
-ms-user-select: none;
|
|
19450
19690
|
user-select: none;
|
|
19451
19691
|
}
|
|
19452
19692
|
.cxd-ImageGallery-main > img {
|
|
@@ -19503,7 +19743,6 @@ input[type=button].cxd-Button--block {
|
|
|
19503
19743
|
flex-direction: row;
|
|
19504
19744
|
-webkit-user-select: none;
|
|
19505
19745
|
-moz-user-select: none;
|
|
19506
|
-
-ms-user-select: none;
|
|
19507
19746
|
user-select: none;
|
|
19508
19747
|
}
|
|
19509
19748
|
.cxd-ImageGallery-prevList, .cxd-ImageGallery-nextList {
|
|
@@ -19521,7 +19760,7 @@ input[type=button].cxd-Button--block {
|
|
|
19521
19760
|
pointer-events: none;
|
|
19522
19761
|
}
|
|
19523
19762
|
.cxd-ImageGallery-prevList:hover, .cxd-ImageGallery-nextList:hover {
|
|
19524
|
-
background:
|
|
19763
|
+
background: rgb(0, 0, 0);
|
|
19525
19764
|
color: #fff;
|
|
19526
19765
|
}
|
|
19527
19766
|
.cxd-ImageGallery-itemsWrap {
|
|
@@ -19830,16 +20069,10 @@ input[type=button].cxd-Button--block {
|
|
|
19830
20069
|
-moz-user-select: none;
|
|
19831
20070
|
user-select: none;
|
|
19832
20071
|
}
|
|
19833
|
-
.cxd-InputBox input:-ms-input-placeholder {
|
|
19834
|
-
color: var(--Form-input-placeholderColor);
|
|
19835
|
-
-ms-user-select: none;
|
|
19836
|
-
user-select: none;
|
|
19837
|
-
}
|
|
19838
20072
|
.cxd-InputBox input::placeholder {
|
|
19839
20073
|
color: var(--Form-input-placeholderColor);
|
|
19840
20074
|
-webkit-user-select: none;
|
|
19841
20075
|
-moz-user-select: none;
|
|
19842
|
-
-ms-user-select: none;
|
|
19843
20076
|
user-select: none;
|
|
19844
20077
|
}
|
|
19845
20078
|
.cxd-InputBox:hover {
|
|
@@ -20166,16 +20399,10 @@ input[type=button].cxd-Button--block {
|
|
|
20166
20399
|
-moz-user-select: none;
|
|
20167
20400
|
user-select: none;
|
|
20168
20401
|
}
|
|
20169
|
-
.cxd-ResultBox input:-ms-input-placeholder {
|
|
20170
|
-
color: var(--Form-input-placeholderColor);
|
|
20171
|
-
-ms-user-select: none;
|
|
20172
|
-
user-select: none;
|
|
20173
|
-
}
|
|
20174
20402
|
.cxd-ResultBox input::placeholder {
|
|
20175
20403
|
color: var(--Form-input-placeholderColor);
|
|
20176
20404
|
-webkit-user-select: none;
|
|
20177
20405
|
-moz-user-select: none;
|
|
20178
|
-
-ms-user-select: none;
|
|
20179
20406
|
user-select: none;
|
|
20180
20407
|
}
|
|
20181
20408
|
.cxd-ResultBox:hover {
|
|
@@ -20242,7 +20469,6 @@ input[type=button].cxd-Button--block {
|
|
|
20242
20469
|
margin-right: 0.3125rem;
|
|
20243
20470
|
}
|
|
20244
20471
|
.cxd-ResultBox-singleValue {
|
|
20245
|
-
padding: 0 calc(var(--Form-input-paddingX) - 0.1875rem);
|
|
20246
20472
|
flex-grow: 1;
|
|
20247
20473
|
display: inline-block;
|
|
20248
20474
|
max-width: 100%;
|
|
@@ -20322,7 +20548,6 @@ input[type=button].cxd-Button--block {
|
|
|
20322
20548
|
margin-bottom: var(--ResultBox-tag-marginBottom);
|
|
20323
20549
|
-webkit-user-select: none;
|
|
20324
20550
|
-moz-user-select: none;
|
|
20325
|
-
-ms-user-select: none;
|
|
20326
20551
|
user-select: none;
|
|
20327
20552
|
border-radius: 0.125rem;
|
|
20328
20553
|
}
|
|
@@ -20356,7 +20581,6 @@ input[type=button].cxd-Button--block {
|
|
|
20356
20581
|
flex-grow: 1;
|
|
20357
20582
|
-webkit-user-select: none;
|
|
20358
20583
|
-moz-user-select: none;
|
|
20359
|
-
-ms-user-select: none;
|
|
20360
20584
|
user-select: none;
|
|
20361
20585
|
}
|
|
20362
20586
|
.cxd-ResultBox > input {
|
|
@@ -20388,7 +20612,7 @@ input[type=button].cxd-Button--block {
|
|
|
20388
20612
|
align-items: center;
|
|
20389
20613
|
overflow-x: hidden;
|
|
20390
20614
|
overflow-y: auto;
|
|
20391
|
-
max-height: calc(
|
|
20615
|
+
max-height: calc((var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5);
|
|
20392
20616
|
}
|
|
20393
20617
|
.cxd-ResultBox-overflow.cxd-Tooltip--dark .cxd-ResultBox-overflow-wrapper .cxd-ResultBox-value {
|
|
20394
20618
|
color: var(--white);
|
|
@@ -20533,16 +20757,10 @@ input[type=button].cxd-Button--block {
|
|
|
20533
20757
|
-moz-user-select: none;
|
|
20534
20758
|
user-select: none;
|
|
20535
20759
|
}
|
|
20536
|
-
.cxd-SearchBox > input:-ms-input-placeholder {
|
|
20537
|
-
color: var(--Form-input-placeholderColor);
|
|
20538
|
-
-ms-user-select: none;
|
|
20539
|
-
user-select: none;
|
|
20540
|
-
}
|
|
20541
20760
|
.cxd-SearchBox > input::placeholder {
|
|
20542
20761
|
color: var(--Form-input-placeholderColor);
|
|
20543
20762
|
-webkit-user-select: none;
|
|
20544
20763
|
-moz-user-select: none;
|
|
20545
|
-
-ms-user-select: none;
|
|
20546
20764
|
user-select: none;
|
|
20547
20765
|
}
|
|
20548
20766
|
.cxd-SearchBox-clearable {
|
|
@@ -20626,7 +20844,7 @@ input[type=button].cxd-Button--block {
|
|
|
20626
20844
|
padding: 0 var(--gap-md);
|
|
20627
20845
|
overflow-x: hidden;
|
|
20628
20846
|
overflow-y: auto;
|
|
20629
|
-
max-height: calc(
|
|
20847
|
+
max-height: calc(var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2);
|
|
20630
20848
|
}
|
|
20631
20849
|
.cxd-SearchBox-history .cxd-SearchBox-history-tag {
|
|
20632
20850
|
display: inlin-flex;
|
|
@@ -20680,7 +20898,7 @@ input[type=button].cxd-Button--block {
|
|
|
20680
20898
|
.cxd-ListMenu-groupLabel {
|
|
20681
20899
|
font-size: var(--fontSizeXs);
|
|
20682
20900
|
color: var(--text--muted-color);
|
|
20683
|
-
padding: calc(
|
|
20901
|
+
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--gap-sm)) / 2) 0 0 calc(var(--Form-select-paddingX) - var(--gap-xs));
|
|
20684
20902
|
}
|
|
20685
20903
|
.cxd-ListMenu-group:not(:first-child) > .cxd-ListMenu-groupLabel {
|
|
20686
20904
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
|
@@ -20692,7 +20910,7 @@ input[type=button].cxd-Button--block {
|
|
|
20692
20910
|
line-height: var(--Form-input-lineHeight);
|
|
20693
20911
|
font-size: var(--Form-input-fontSize);
|
|
20694
20912
|
cursor: pointer;
|
|
20695
|
-
padding: calc(
|
|
20913
|
+
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
20696
20914
|
}
|
|
20697
20915
|
.cxd-ListMenu-item.is-active {
|
|
20698
20916
|
color: var(--ListMenu-item--onActive-color);
|
|
@@ -20713,7 +20931,7 @@ input[type=button].cxd-Button--block {
|
|
|
20713
20931
|
line-height: var(--Form-input-lineHeight);
|
|
20714
20932
|
font-size: var(--Form-input-fontSize);
|
|
20715
20933
|
cursor: pointer;
|
|
20716
|
-
padding: calc(
|
|
20934
|
+
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
20717
20935
|
}
|
|
20718
20936
|
.cxd-PopOver > .cxd-ListMenu {
|
|
20719
20937
|
border-color: var(--listMenu--onActive-borderColor);
|
|
@@ -21493,7 +21711,6 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
21493
21711
|
padding-left: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
21494
21712
|
padding-right: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
21495
21713
|
}
|
|
21496
|
-
|
|
21497
21714
|
.cxd-Form-groupColumn {
|
|
21498
21715
|
flex-basis: 0;
|
|
21499
21716
|
flex-grow: 1;
|
|
@@ -21501,79 +21718,66 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
21501
21718
|
max-width: 100%;
|
|
21502
21719
|
margin-bottom: 0;
|
|
21503
21720
|
}
|
|
21504
|
-
|
|
21505
21721
|
.cxd-Form-groupColumn--1 {
|
|
21506
21722
|
flex: 0 0 8.3333333333%;
|
|
21507
21723
|
max-width: 8.3333333333%;
|
|
21508
21724
|
min-height: 1px;
|
|
21509
21725
|
}
|
|
21510
|
-
|
|
21511
21726
|
.cxd-Form-groupColumn--2 {
|
|
21512
21727
|
flex: 0 0 16.6666666667%;
|
|
21513
21728
|
max-width: 16.6666666667%;
|
|
21514
21729
|
min-height: 1px;
|
|
21515
21730
|
}
|
|
21516
|
-
|
|
21517
21731
|
.cxd-Form-groupColumn--3 {
|
|
21518
21732
|
flex: 0 0 25%;
|
|
21519
21733
|
max-width: 25%;
|
|
21520
21734
|
min-height: 1px;
|
|
21521
21735
|
}
|
|
21522
|
-
|
|
21523
21736
|
.cxd-Form-groupColumn--4 {
|
|
21524
21737
|
flex: 0 0 33.3333333333%;
|
|
21525
21738
|
max-width: 33.3333333333%;
|
|
21526
21739
|
min-height: 1px;
|
|
21527
21740
|
}
|
|
21528
|
-
|
|
21529
21741
|
.cxd-Form-groupColumn--5 {
|
|
21530
21742
|
flex: 0 0 41.6666666667%;
|
|
21531
21743
|
max-width: 41.6666666667%;
|
|
21532
21744
|
min-height: 1px;
|
|
21533
21745
|
}
|
|
21534
|
-
|
|
21535
21746
|
.cxd-Form-groupColumn--6 {
|
|
21536
21747
|
flex: 0 0 50%;
|
|
21537
21748
|
max-width: 50%;
|
|
21538
21749
|
min-height: 1px;
|
|
21539
21750
|
}
|
|
21540
|
-
|
|
21541
21751
|
.cxd-Form-groupColumn--7 {
|
|
21542
21752
|
flex: 0 0 58.3333333333%;
|
|
21543
21753
|
max-width: 58.3333333333%;
|
|
21544
21754
|
min-height: 1px;
|
|
21545
21755
|
}
|
|
21546
|
-
|
|
21547
21756
|
.cxd-Form-groupColumn--8 {
|
|
21548
21757
|
flex: 0 0 66.6666666667%;
|
|
21549
21758
|
max-width: 66.6666666667%;
|
|
21550
21759
|
min-height: 1px;
|
|
21551
21760
|
}
|
|
21552
|
-
|
|
21553
21761
|
.cxd-Form-groupColumn--9 {
|
|
21554
21762
|
flex: 0 0 75%;
|
|
21555
21763
|
max-width: 75%;
|
|
21556
21764
|
min-height: 1px;
|
|
21557
21765
|
}
|
|
21558
|
-
|
|
21559
21766
|
.cxd-Form-groupColumn--10 {
|
|
21560
21767
|
flex: 0 0 83.3333333333%;
|
|
21561
21768
|
max-width: 83.3333333333%;
|
|
21562
21769
|
min-height: 1px;
|
|
21563
21770
|
}
|
|
21564
|
-
|
|
21565
21771
|
.cxd-Form-groupColumn--11 {
|
|
21566
21772
|
flex: 0 0 91.6666666667%;
|
|
21567
21773
|
max-width: 91.6666666667%;
|
|
21568
21774
|
min-height: 1px;
|
|
21569
21775
|
}
|
|
21570
|
-
|
|
21571
21776
|
.cxd-Form-groupColumn--12 {
|
|
21572
21777
|
flex: 0 0 100%;
|
|
21573
21778
|
max-width: 100%;
|
|
21574
21779
|
min-height: 1px;
|
|
21575
21780
|
}
|
|
21576
|
-
|
|
21577
21781
|
.cxd-Form-groupColumn--auto {
|
|
21578
21782
|
flex: 0 0 auto;
|
|
21579
21783
|
width: auto;
|
|
@@ -21595,7 +21799,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
21595
21799
|
.cxd-InputGroup-addOn {
|
|
21596
21800
|
background: var(--InputGroup-addOn-bg);
|
|
21597
21801
|
border: var(--InputGroup-addOn-borderWidth) solid var(--InputGroup-addOn-borderColor);
|
|
21598
|
-
line-height: calc(
|
|
21802
|
+
line-height: calc(var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2);
|
|
21599
21803
|
height: var(--InputGroup-height);
|
|
21600
21804
|
box-sizing: border-box;
|
|
21601
21805
|
padding: var(--InputGroup-paddingY) var(--InputGroup-paddingX);
|
|
@@ -21723,16 +21927,10 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
21723
21927
|
-moz-user-select: none;
|
|
21724
21928
|
user-select: none;
|
|
21725
21929
|
}
|
|
21726
|
-
.cxd-TextControl-input input:-ms-input-placeholder {
|
|
21727
|
-
color: var(--Form-input-placeholderColor);
|
|
21728
|
-
-ms-user-select: none;
|
|
21729
|
-
user-select: none;
|
|
21730
|
-
}
|
|
21731
21930
|
.cxd-TextControl-input input::placeholder {
|
|
21732
21931
|
color: var(--Form-input-placeholderColor);
|
|
21733
21932
|
-webkit-user-select: none;
|
|
21734
21933
|
-moz-user-select: none;
|
|
21735
|
-
-ms-user-select: none;
|
|
21736
21934
|
user-select: none;
|
|
21737
21935
|
}
|
|
21738
21936
|
.cxd-TextControl-input:hover {
|
|
@@ -21767,7 +21965,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
21767
21965
|
transition: all var(--animation-duration);
|
|
21768
21966
|
}
|
|
21769
21967
|
.cxd-TextControl-spinner {
|
|
21770
|
-
line-height: calc(
|
|
21968
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
21771
21969
|
}
|
|
21772
21970
|
.cxd-TextControl-clear {
|
|
21773
21971
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -21809,7 +22007,6 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
21809
22007
|
color: var(--Form-input-placeholderColor);
|
|
21810
22008
|
-webkit-user-select: none;
|
|
21811
22009
|
-moz-user-select: none;
|
|
21812
|
-
-ms-user-select: none;
|
|
21813
22010
|
user-select: none;
|
|
21814
22011
|
position: absolute;
|
|
21815
22012
|
left: var(--Form-input-paddingX);
|
|
@@ -21922,7 +22119,10 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
21922
22119
|
overflow: auto;
|
|
21923
22120
|
}
|
|
21924
22121
|
.cxd-TextControl-sugItem {
|
|
21925
|
-
padding: calc(
|
|
22122
|
+
padding: calc((
|
|
22123
|
+
var(--Form-selectOption-height) - var(--Form-input-lineHeight) *
|
|
22124
|
+
var(--Form-input-fontSize) - 0.125rem
|
|
22125
|
+
) / 2) 0.75rem;
|
|
21926
22126
|
}
|
|
21927
22127
|
.cxd-TextControl-sugItem svg {
|
|
21928
22128
|
width: 1rem;
|
|
@@ -21943,9 +22143,8 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
21943
22143
|
.cxd-TextControl-value {
|
|
21944
22144
|
-webkit-user-select: none;
|
|
21945
22145
|
-moz-user-select: none;
|
|
21946
|
-
-ms-user-select: none;
|
|
21947
22146
|
user-select: none;
|
|
21948
|
-
line-height: calc(
|
|
22147
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
21949
22148
|
vertical-align: middle;
|
|
21950
22149
|
display: inline-block;
|
|
21951
22150
|
}
|
|
@@ -21969,7 +22168,9 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
21969
22168
|
}
|
|
21970
22169
|
.cxd-TextControl-input--multiple .cxd-TextControl-value {
|
|
21971
22170
|
white-space: nowrap;
|
|
21972
|
-
line-height: calc(
|
|
22171
|
+
line-height: calc(
|
|
22172
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22173
|
+
);
|
|
21973
22174
|
font-size: var(--Form-selectValue-fontSize);
|
|
21974
22175
|
background: var(--Form-select-multiple-bgColor);
|
|
21975
22176
|
border-radius: 0.125rem;
|
|
@@ -22054,16 +22255,10 @@ input.cxd-TextControl-input-password {
|
|
|
22054
22255
|
-moz-user-select: none;
|
|
22055
22256
|
user-select: none;
|
|
22056
22257
|
}
|
|
22057
|
-
.cxd-TextareaControl-input input:-ms-input-placeholder {
|
|
22058
|
-
color: var(--Form-input-placeholderColor);
|
|
22059
|
-
-ms-user-select: none;
|
|
22060
|
-
user-select: none;
|
|
22061
|
-
}
|
|
22062
22258
|
.cxd-TextareaControl-input input::placeholder {
|
|
22063
22259
|
color: var(--Form-input-placeholderColor);
|
|
22064
22260
|
-webkit-user-select: none;
|
|
22065
22261
|
-moz-user-select: none;
|
|
22066
|
-
-ms-user-select: none;
|
|
22067
22262
|
user-select: none;
|
|
22068
22263
|
}
|
|
22069
22264
|
.cxd-TextareaControl-input:hover {
|
|
@@ -22098,7 +22293,7 @@ input.cxd-TextControl-input-password {
|
|
|
22098
22293
|
transition: all var(--animation-duration);
|
|
22099
22294
|
}
|
|
22100
22295
|
.cxd-TextareaControl-spinner {
|
|
22101
|
-
line-height: calc(
|
|
22296
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
22102
22297
|
}
|
|
22103
22298
|
.cxd-TextareaControl-clear {
|
|
22104
22299
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -22157,9 +22352,6 @@ input.cxd-TextControl-input-password {
|
|
|
22157
22352
|
.cxd-TextareaControl > textarea::-moz-placeholder {
|
|
22158
22353
|
color: var(--Form-input-placeholderColor);
|
|
22159
22354
|
}
|
|
22160
|
-
.cxd-TextareaControl > textarea:-ms-input-placeholder {
|
|
22161
|
-
color: var(--Form-input-placeholderColor);
|
|
22162
|
-
}
|
|
22163
22355
|
.cxd-TextareaControl > textarea::placeholder {
|
|
22164
22356
|
color: var(--Form-input-placeholderColor);
|
|
22165
22357
|
}
|
|
@@ -22213,7 +22405,6 @@ input.cxd-TextControl-input-password {
|
|
|
22213
22405
|
font-weight: var(--fontWeightNormal);
|
|
22214
22406
|
-webkit-user-select: none;
|
|
22215
22407
|
-moz-user-select: none;
|
|
22216
|
-
-ms-user-select: none;
|
|
22217
22408
|
user-select: none;
|
|
22218
22409
|
pointer-events: none;
|
|
22219
22410
|
}
|
|
@@ -22583,7 +22774,7 @@ input.cxd-TextControl-input-password {
|
|
|
22583
22774
|
.cxd-CheckboxControl,
|
|
22584
22775
|
.cxd-RadiosControl,
|
|
22585
22776
|
.cxd-CheckboxesControl {
|
|
22586
|
-
padding-top: calc(
|
|
22777
|
+
padding-top: calc((var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px);
|
|
22587
22778
|
}
|
|
22588
22779
|
.cxd-RadiosControl .cxd-Checkbox,
|
|
22589
22780
|
.cxd-CheckboxesControl .cxd-Checkbox {
|
|
@@ -22633,7 +22824,7 @@ input.cxd-TextControl-input-password {
|
|
|
22633
22824
|
display: block;
|
|
22634
22825
|
line-height: var(--Form-input-lineHeight);
|
|
22635
22826
|
font-size: var(--Form-input-fontSize);
|
|
22636
|
-
padding: calc(
|
|
22827
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm) calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) calc(var(--gap-sm) + var(--Checkbox-size));
|
|
22637
22828
|
}
|
|
22638
22829
|
.cxd-Selection--inline > .cxd-Checkbox {
|
|
22639
22830
|
display: inline-block;
|
|
@@ -22655,7 +22846,6 @@ input.cxd-TextControl-input-password {
|
|
|
22655
22846
|
overflow: auto;
|
|
22656
22847
|
-webkit-user-select: none;
|
|
22657
22848
|
-moz-user-select: none;
|
|
22658
|
-
-ms-user-select: none;
|
|
22659
22849
|
user-select: none;
|
|
22660
22850
|
padding: var(--gap-xs) 0;
|
|
22661
22851
|
}
|
|
@@ -22668,12 +22858,11 @@ input.cxd-TextControl-input-password {
|
|
|
22668
22858
|
display: flex;
|
|
22669
22859
|
line-height: var(--Form-input-lineHeight);
|
|
22670
22860
|
font-size: var(--Form-input-fontSize);
|
|
22671
|
-
padding: calc(
|
|
22861
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
22672
22862
|
flex-direction: row;
|
|
22673
22863
|
cursor: pointer;
|
|
22674
22864
|
-webkit-user-select: none;
|
|
22675
22865
|
-moz-user-select: none;
|
|
22676
|
-
-ms-user-select: none;
|
|
22677
22866
|
user-select: none;
|
|
22678
22867
|
}
|
|
22679
22868
|
.cxd-GroupedSelection-item > .cxd-Checkbox {
|
|
@@ -22706,7 +22895,7 @@ input.cxd-TextControl-input-password {
|
|
|
22706
22895
|
height: var(--Form-input-height);
|
|
22707
22896
|
line-height: var(--Form-input-lineHeight);
|
|
22708
22897
|
font-size: var(--Form-input-fontSize);
|
|
22709
|
-
padding: calc(
|
|
22898
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
22710
22899
|
color: var(--text--muted-color);
|
|
22711
22900
|
height: 100%;
|
|
22712
22901
|
display: flex;
|
|
@@ -22774,7 +22963,6 @@ input.cxd-TextControl-input-password {
|
|
|
22774
22963
|
cursor: pointer;
|
|
22775
22964
|
-webkit-user-select: none;
|
|
22776
22965
|
-moz-user-select: none;
|
|
22777
|
-
-ms-user-select: none;
|
|
22778
22966
|
user-select: none;
|
|
22779
22967
|
}
|
|
22780
22968
|
.cxd-TreeSelection-itemInner > .cxd-Checkbox {
|
|
@@ -22803,7 +22991,7 @@ input.cxd-TextControl-input-password {
|
|
|
22803
22991
|
height: var(--Form-input-height);
|
|
22804
22992
|
line-height: var(--Form-input-lineHeight);
|
|
22805
22993
|
font-size: var(--Form-input-fontSize);
|
|
22806
|
-
padding: calc(
|
|
22994
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
22807
22995
|
color: var(--text--muted-color);
|
|
22808
22996
|
}
|
|
22809
22997
|
.cxd-ChainedSelection {
|
|
@@ -22827,12 +23015,11 @@ input.cxd-TextControl-input-password {
|
|
|
22827
23015
|
display: flex;
|
|
22828
23016
|
line-height: var(--Form-input-lineHeight);
|
|
22829
23017
|
font-size: var(--Form-input-fontSize);
|
|
22830
|
-
padding: calc(
|
|
23018
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
22831
23019
|
flex-direction: row;
|
|
22832
23020
|
cursor: pointer;
|
|
22833
23021
|
-webkit-user-select: none;
|
|
22834
23022
|
-moz-user-select: none;
|
|
22835
|
-
-ms-user-select: none;
|
|
22836
23023
|
user-select: none;
|
|
22837
23024
|
}
|
|
22838
23025
|
.cxd-ChainedSelection-item > .cxd-Checkbox {
|
|
@@ -22860,7 +23047,7 @@ input.cxd-TextControl-input-password {
|
|
|
22860
23047
|
height: var(--Form-input-height);
|
|
22861
23048
|
line-height: var(--Form-input-lineHeight);
|
|
22862
23049
|
font-size: var(--Form-input-fontSize);
|
|
22863
|
-
padding: calc(
|
|
23050
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
22864
23051
|
color: var(--text--muted-color);
|
|
22865
23052
|
}
|
|
22866
23053
|
.cxd-AssociatedSelection {
|
|
@@ -22931,16 +23118,10 @@ input.cxd-TextControl-input-password {
|
|
|
22931
23118
|
-moz-user-select: none;
|
|
22932
23119
|
user-select: none;
|
|
22933
23120
|
}
|
|
22934
|
-
.cxd-CityPicker-input:-ms-input-placeholder {
|
|
22935
|
-
color: var(--Form-input-placeholderColor);
|
|
22936
|
-
-ms-user-select: none;
|
|
22937
|
-
user-select: none;
|
|
22938
|
-
}
|
|
22939
23121
|
.cxd-CityPicker-input::placeholder {
|
|
22940
23122
|
color: var(--Form-input-placeholderColor);
|
|
22941
23123
|
-webkit-user-select: none;
|
|
22942
23124
|
-moz-user-select: none;
|
|
22943
|
-
-ms-user-select: none;
|
|
22944
23125
|
user-select: none;
|
|
22945
23126
|
}
|
|
22946
23127
|
.cxd-CityPicker-input:focus {
|
|
@@ -22973,16 +23154,10 @@ input.cxd-TextControl-input-password {
|
|
|
22973
23154
|
-moz-user-select: none;
|
|
22974
23155
|
user-select: none;
|
|
22975
23156
|
}
|
|
22976
|
-
.cxd-CityArea-Input:-ms-input-placeholder {
|
|
22977
|
-
color: var(--Form-input-placeholderColor);
|
|
22978
|
-
-ms-user-select: none;
|
|
22979
|
-
user-select: none;
|
|
22980
|
-
}
|
|
22981
23157
|
.cxd-CityArea-Input::placeholder {
|
|
22982
23158
|
color: var(--Form-input-placeholderColor);
|
|
22983
23159
|
-webkit-user-select: none;
|
|
22984
23160
|
-moz-user-select: none;
|
|
22985
|
-
-ms-user-select: none;
|
|
22986
23161
|
user-select: none;
|
|
22987
23162
|
}
|
|
22988
23163
|
.cxd-CityArea-Input:focus {
|
|
@@ -23137,7 +23312,6 @@ input.cxd-TextControl-input-password {
|
|
|
23137
23312
|
}
|
|
23138
23313
|
.cxd-Number-handler-up-inner, .cxd-Number-handler-down-inner {
|
|
23139
23314
|
-moz-user-select: none;
|
|
23140
|
-
-ms-user-select: none;
|
|
23141
23315
|
user-select: none;
|
|
23142
23316
|
-webkit-user-select: none;
|
|
23143
23317
|
display: inline-block;
|
|
@@ -23202,7 +23376,7 @@ input.cxd-TextControl-input-password {
|
|
|
23202
23376
|
}
|
|
23203
23377
|
.cxd-Number-handler {
|
|
23204
23378
|
line-height: calc((var(--Form-input-height) - 0.375rem) / 2);
|
|
23205
|
-
height: calc(
|
|
23379
|
+
height: calc((var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2);
|
|
23206
23380
|
}
|
|
23207
23381
|
.cxd-Number-handler-up {
|
|
23208
23382
|
border-bottom: var(--Number-handler-borderBottom);
|
|
@@ -23374,7 +23548,7 @@ input.cxd-TextControl-input-password {
|
|
|
23374
23548
|
background: var(--Form-select-bg);
|
|
23375
23549
|
border-radius: var(--Form-select-borderRadius);
|
|
23376
23550
|
min-height: var(--Form-selectOption-height);
|
|
23377
|
-
padding: calc(
|
|
23551
|
+
padding: calc((var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--Form-select-borderWidth) * 2) / 2) 0 calc((var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--Form-select-borderWidth) * 2) / 2) var(--Form-select-paddingX);
|
|
23378
23552
|
cursor: pointer;
|
|
23379
23553
|
color: var(--Form-select-color);
|
|
23380
23554
|
}
|
|
@@ -23402,9 +23576,6 @@ input.cxd-TextControl-input-password {
|
|
|
23402
23576
|
.cxd-Select .cxd-PopOver.cxd-Select-popover {
|
|
23403
23577
|
margin-top: 0.25rem;
|
|
23404
23578
|
}
|
|
23405
|
-
.cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu {
|
|
23406
|
-
overflow-x: hidden;
|
|
23407
|
-
}
|
|
23408
23579
|
.cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-option {
|
|
23409
23580
|
height: 2rem;
|
|
23410
23581
|
line-height: 1.375rem;
|
|
@@ -23424,7 +23595,6 @@ input.cxd-TextControl-input-password {
|
|
|
23424
23595
|
.cxd-Select-valueWrap {
|
|
23425
23596
|
-webkit-user-select: none;
|
|
23426
23597
|
-moz-user-select: none;
|
|
23427
|
-
-ms-user-select: none;
|
|
23428
23598
|
user-select: none;
|
|
23429
23599
|
position: relative;
|
|
23430
23600
|
flex-grow: 1;
|
|
@@ -23442,13 +23612,12 @@ input.cxd-TextControl-input-password {
|
|
|
23442
23612
|
line-height: var(--Form-input-lineHeight);
|
|
23443
23613
|
-webkit-user-select: none;
|
|
23444
23614
|
-moz-user-select: none;
|
|
23445
|
-
-ms-user-select: none;
|
|
23446
23615
|
user-select: none;
|
|
23447
23616
|
white-space: nowrap;
|
|
23448
23617
|
color: var(--Form-select-placeholderColor);
|
|
23449
23618
|
}
|
|
23450
23619
|
.cxd-Select-value {
|
|
23451
|
-
line-height: calc(
|
|
23620
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
23452
23621
|
white-space: nowrap;
|
|
23453
23622
|
max-width: 100%;
|
|
23454
23623
|
overflow: hidden;
|
|
@@ -23481,9 +23650,10 @@ input.cxd-TextControl-input-password {
|
|
|
23481
23650
|
white-space: normal;
|
|
23482
23651
|
-webkit-user-select: none;
|
|
23483
23652
|
-moz-user-select: none;
|
|
23484
|
-
-ms-user-select: none;
|
|
23485
23653
|
user-select: none;
|
|
23486
|
-
line-height: calc(
|
|
23654
|
+
line-height: calc(
|
|
23655
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
23656
|
+
);
|
|
23487
23657
|
display: inline-block;
|
|
23488
23658
|
vertical-align: middle;
|
|
23489
23659
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -23564,7 +23734,6 @@ input.cxd-TextControl-input-password {
|
|
|
23564
23734
|
overflow: auto;
|
|
23565
23735
|
-webkit-user-select: none;
|
|
23566
23736
|
-moz-user-select: none;
|
|
23567
|
-
-ms-user-select: none;
|
|
23568
23737
|
user-select: none;
|
|
23569
23738
|
}
|
|
23570
23739
|
.cxd-Select-menu .cxd-Checkbox--sm > i {
|
|
@@ -23613,7 +23782,7 @@ input.cxd-TextControl-input-password {
|
|
|
23613
23782
|
}
|
|
23614
23783
|
.cxd-Select-option {
|
|
23615
23784
|
cursor: pointer;
|
|
23616
|
-
padding: calc(
|
|
23785
|
+
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
23617
23786
|
display: flex;
|
|
23618
23787
|
}
|
|
23619
23788
|
.cxd-Select-option-checkbox {
|
|
@@ -23679,9 +23848,8 @@ input.cxd-TextControl-input-password {
|
|
|
23679
23848
|
font-size: var(--Form-select-input-fontSize);
|
|
23680
23849
|
-webkit-user-select: none;
|
|
23681
23850
|
-moz-user-select: none;
|
|
23682
|
-
-ms-user-select: none;
|
|
23683
23851
|
user-select: none;
|
|
23684
|
-
padding: calc(
|
|
23852
|
+
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
23685
23853
|
}
|
|
23686
23854
|
.cxd-Select-option-hl {
|
|
23687
23855
|
color: var(--info);
|
|
@@ -23689,7 +23857,7 @@ input.cxd-TextControl-input-password {
|
|
|
23689
23857
|
.cxd-Select-addBtn {
|
|
23690
23858
|
display: block;
|
|
23691
23859
|
cursor: pointer;
|
|
23692
|
-
padding: calc(
|
|
23860
|
+
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
23693
23861
|
}
|
|
23694
23862
|
.cxd-Select-addBtn:hover {
|
|
23695
23863
|
text-decoration: none;
|
|
@@ -23704,7 +23872,7 @@ input.cxd-TextControl-input-password {
|
|
|
23704
23872
|
color: var(--Form-select-onFocused-color);
|
|
23705
23873
|
}
|
|
23706
23874
|
.cxd-Select-spinner {
|
|
23707
|
-
line-height: calc(
|
|
23875
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
23708
23876
|
}
|
|
23709
23877
|
.cxd-Select-clear {
|
|
23710
23878
|
padding: 0.1875rem;
|
|
@@ -23734,16 +23902,19 @@ input.cxd-TextControl-input-password {
|
|
|
23734
23902
|
align-items: center;
|
|
23735
23903
|
overflow-x: hidden;
|
|
23736
23904
|
overflow-y: auto;
|
|
23737
|
-
max-height: calc(
|
|
23905
|
+
max-height: calc((
|
|
23906
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)
|
|
23907
|
+
) * 5);
|
|
23738
23908
|
}
|
|
23739
23909
|
.cxd-Select-overflow-wrapper .cxd-Select-value {
|
|
23740
23910
|
position: static;
|
|
23741
23911
|
white-space: normal;
|
|
23742
23912
|
-webkit-user-select: none;
|
|
23743
23913
|
-moz-user-select: none;
|
|
23744
|
-
-ms-user-select: none;
|
|
23745
23914
|
user-select: none;
|
|
23746
|
-
line-height: calc(
|
|
23915
|
+
line-height: calc(
|
|
23916
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
23917
|
+
);
|
|
23747
23918
|
display: inline-block;
|
|
23748
23919
|
vertical-align: middle;
|
|
23749
23920
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -23785,7 +23956,7 @@ input.cxd-TextControl-input-password {
|
|
|
23785
23956
|
border-top-right-radius: 0;
|
|
23786
23957
|
}
|
|
23787
23958
|
.cxd-Select-popover.cxd-PopOver--leftTopLeftBottom {
|
|
23788
|
-
margin-top: calc(
|
|
23959
|
+
margin-top: calc((var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth)) * -1);
|
|
23789
23960
|
}
|
|
23790
23961
|
.cxd-SelectControl:not(.is-inline) > .cxd-Select {
|
|
23791
23962
|
display: flex;
|
|
@@ -23848,7 +24019,7 @@ input.cxd-TextControl-input-password {
|
|
|
23848
24019
|
height: var(--Form-input-height);
|
|
23849
24020
|
background: var(--Table-thead-bg);
|
|
23850
24021
|
font-size: var(--Form-input-fontSize);
|
|
23851
|
-
padding: calc(
|
|
24022
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
23852
24023
|
}
|
|
23853
24024
|
.cxd-Selections-placeholder {
|
|
23854
24025
|
color: var(--Form-input-placeholderColor);
|
|
@@ -23872,7 +24043,7 @@ input.cxd-TextControl-input-password {
|
|
|
23872
24043
|
line-height: var(--Form-input-lineHeight);
|
|
23873
24044
|
font-size: var(--Form-input-fontSize);
|
|
23874
24045
|
align-items: center;
|
|
23875
|
-
padding: calc(
|
|
24046
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
23876
24047
|
}
|
|
23877
24048
|
.cxd-Selections-item > label {
|
|
23878
24049
|
flex-basis: 3.125rem;
|
|
@@ -23911,7 +24082,6 @@ input.cxd-TextControl-input-password {
|
|
|
23911
24082
|
position: relative;
|
|
23912
24083
|
-webkit-user-select: none;
|
|
23913
24084
|
-moz-user-select: none;
|
|
23914
|
-
-ms-user-select: none;
|
|
23915
24085
|
user-select: none;
|
|
23916
24086
|
font-size: var(--ListControl-fontSize);
|
|
23917
24087
|
display: inline-block;
|
|
@@ -24038,7 +24208,6 @@ input.cxd-TextControl-input-password {
|
|
|
24038
24208
|
color: var(--DatePicker-placeholderColor);
|
|
24039
24209
|
-webkit-user-select: none;
|
|
24040
24210
|
-moz-user-select: none;
|
|
24041
|
-
-ms-user-select: none;
|
|
24042
24211
|
user-select: none;
|
|
24043
24212
|
margin-right: var(--gap-base);
|
|
24044
24213
|
flex-basis: 0;
|
|
@@ -24120,7 +24289,7 @@ input.cxd-TextControl-input-password {
|
|
|
24120
24289
|
}
|
|
24121
24290
|
.cxd-MapPicker-sugItem {
|
|
24122
24291
|
cursor: pointer;
|
|
24123
|
-
padding: calc(
|
|
24292
|
+
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
24124
24293
|
}
|
|
24125
24294
|
.cxd-MapPicker-sugItem:hover {
|
|
24126
24295
|
color: var(--Form-select-menu-onActive-color);
|
|
@@ -24168,9 +24337,6 @@ input.cxd-TextControl-input-password {
|
|
|
24168
24337
|
.cxd-ColorPicker-input::-moz-placeholder {
|
|
24169
24338
|
color: var(--ColorPicker-placeholderColor);
|
|
24170
24339
|
}
|
|
24171
|
-
.cxd-ColorPicker-input:-ms-input-placeholder {
|
|
24172
|
-
color: var(--ColorPicker-placeholderColor);
|
|
24173
|
-
}
|
|
24174
24340
|
.cxd-ColorPicker-input::placeholder {
|
|
24175
24341
|
color: var(--ColorPicker-placeholderColor);
|
|
24176
24342
|
}
|
|
@@ -24189,9 +24355,6 @@ input.cxd-TextControl-input-password {
|
|
|
24189
24355
|
.cxd-ColorPicker.is-disabled > .cxd-ColorPicker-input::-moz-placeholder {
|
|
24190
24356
|
color: var(--ColorPicker-onDisabled-color);
|
|
24191
24357
|
}
|
|
24192
|
-
.cxd-ColorPicker.is-disabled > .cxd-ColorPicker-input:-ms-input-placeholder {
|
|
24193
|
-
color: var(--ColorPicker-onDisabled-color);
|
|
24194
|
-
}
|
|
24195
24358
|
.cxd-ColorPicker.is-disabled > .cxd-ColorPicker-input::placeholder {
|
|
24196
24359
|
color: var(--ColorPicker-onDisabled-color);
|
|
24197
24360
|
}
|
|
@@ -24290,9 +24453,6 @@ input.cxd-TextControl-input-password {
|
|
|
24290
24453
|
.cxd-DatePicker-input::-moz-placeholder {
|
|
24291
24454
|
color: #b8babf;
|
|
24292
24455
|
}
|
|
24293
|
-
.cxd-DatePicker-input:-ms-input-placeholder {
|
|
24294
|
-
color: #b8babf;
|
|
24295
|
-
}
|
|
24296
24456
|
.cxd-DatePicker-input::placeholder {
|
|
24297
24457
|
color: #b8babf;
|
|
24298
24458
|
}
|
|
@@ -24334,7 +24494,6 @@ input.cxd-TextControl-input-password {
|
|
|
24334
24494
|
color: var(--DatePicker-placeholderColor);
|
|
24335
24495
|
-webkit-user-select: none;
|
|
24336
24496
|
-moz-user-select: none;
|
|
24337
|
-
-ms-user-select: none;
|
|
24338
24497
|
user-select: none;
|
|
24339
24498
|
margin-right: var(--gap-base);
|
|
24340
24499
|
min-width: 3.125rem;
|
|
@@ -24463,7 +24622,6 @@ input.cxd-TextControl-input-password {
|
|
|
24463
24622
|
.rdt {
|
|
24464
24623
|
-webkit-user-select: none;
|
|
24465
24624
|
-moz-user-select: none;
|
|
24466
|
-
-ms-user-select: none;
|
|
24467
24625
|
user-select: none;
|
|
24468
24626
|
font-size: var(--Calendar-fontSize);
|
|
24469
24627
|
color: var(--Calendar-color);
|
|
@@ -24615,6 +24773,7 @@ input.cxd-TextControl-input-password {
|
|
|
24615
24773
|
text-align: center;
|
|
24616
24774
|
height: 28px;
|
|
24617
24775
|
line-height: 28px;
|
|
24776
|
+
cursor: pointer;
|
|
24618
24777
|
}
|
|
24619
24778
|
.cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem.is-highlight {
|
|
24620
24779
|
color: var(--Form-select-menu-onHover-color);
|
|
@@ -24622,7 +24781,7 @@ input.cxd-TextControl-input-password {
|
|
|
24622
24781
|
}
|
|
24623
24782
|
.cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:hover {
|
|
24624
24783
|
color: var(--Form-select-menu-onHover-color);
|
|
24625
|
-
background: #
|
|
24784
|
+
background: #f7f7f9;
|
|
24626
24785
|
}
|
|
24627
24786
|
.cxd-TimeContentWrapper {
|
|
24628
24787
|
display: flex;
|
|
@@ -24711,7 +24870,6 @@ input.cxd-TextControl-input-password {
|
|
|
24711
24870
|
text-align: center;
|
|
24712
24871
|
-webkit-user-select: none;
|
|
24713
24872
|
-moz-user-select: none;
|
|
24714
|
-
-ms-user-select: none;
|
|
24715
24873
|
user-select: none;
|
|
24716
24874
|
cursor: pointer;
|
|
24717
24875
|
text-decoration: none;
|
|
@@ -24862,7 +25020,7 @@ td.rdtMonth:hover > span,
|
|
|
24862
25020
|
td.rdtYear:hover > span,
|
|
24863
25021
|
td.rdtQuarter:hover > span {
|
|
24864
25022
|
color: var(--Form-select-menu-onHover-color);
|
|
24865
|
-
background: #
|
|
25023
|
+
background: #f7f7f9;
|
|
24866
25024
|
}
|
|
24867
25025
|
td.rdtMonth.rdtActive, td.rdtMonth.rdtActive:hover,
|
|
24868
25026
|
td.rdtYear.rdtActive,
|
|
@@ -24963,14 +25121,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
24963
25121
|
.cxd-DateRangePicker .cxd-DateRangePicker-input::-moz-placeholder {
|
|
24964
25122
|
color: #b8babf;
|
|
24965
25123
|
}
|
|
24966
|
-
.cxd-DateRangePicker .cxd-DateRangePicker-input:-ms-input-placeholder {
|
|
24967
|
-
color: #b8babf;
|
|
24968
|
-
}
|
|
24969
25124
|
.cxd-DateRangePicker .cxd-DateRangePicker-input::placeholder {
|
|
24970
25125
|
color: #b8babf;
|
|
24971
25126
|
}
|
|
24972
25127
|
.cxd-DateRangePicker .cxd-DateRangePicker-input.isActive {
|
|
24973
|
-
border-bottom:
|
|
25128
|
+
border-bottom: var(--DateRangePicker-activeCursor-height) solid var(--DateRangePicker-activeCursor-color);
|
|
24974
25129
|
}
|
|
24975
25130
|
.cxd-DateRangePicker .cxd-DateRangePicker-input-separator {
|
|
24976
25131
|
margin: 0 var(--gap-sm);
|
|
@@ -24980,7 +25135,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
24980
25135
|
.cxd-DateRangePicker .cxd-DateRangePicker-input-separator-line {
|
|
24981
25136
|
width: var(--gap-sm);
|
|
24982
25137
|
height: 1px;
|
|
24983
|
-
background: #
|
|
25138
|
+
background: #b8babf;
|
|
24984
25139
|
}
|
|
24985
25140
|
.cxd-DateRangePicker.is-disabled {
|
|
24986
25141
|
background: #e5e7eb;
|
|
@@ -24992,7 +25147,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
24992
25147
|
color: var(--DatePicker-placeholderColor);
|
|
24993
25148
|
-webkit-user-select: none;
|
|
24994
25149
|
-moz-user-select: none;
|
|
24995
|
-
-ms-user-select: none;
|
|
24996
25150
|
user-select: none;
|
|
24997
25151
|
margin-right: var(--gap-base);
|
|
24998
25152
|
flex-basis: 0;
|
|
@@ -25047,6 +25201,17 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
25047
25201
|
.cxd-DateRangePicker-clear:active svg {
|
|
25048
25202
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
25049
25203
|
}
|
|
25204
|
+
.cxd-DateRangePicker-activeCursor {
|
|
25205
|
+
bottom: 0;
|
|
25206
|
+
height: var(--DateRangePicker-activeCursor-height);
|
|
25207
|
+
background: var(--DateRangePicker-activeCursor-color);
|
|
25208
|
+
opacity: 0;
|
|
25209
|
+
transition: all var(--animation-duration) ease-in-out;
|
|
25210
|
+
pointer-events: none;
|
|
25211
|
+
}
|
|
25212
|
+
.cxd-DateRangePicker-activeCursor.isFocused {
|
|
25213
|
+
opacity: 1;
|
|
25214
|
+
}
|
|
25050
25215
|
.cxd-DateRangePicker-wrap {
|
|
25051
25216
|
width: auto;
|
|
25052
25217
|
padding: 0;
|
|
@@ -25108,7 +25273,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
25108
25273
|
.cxd-DateRangePicker-wrap {
|
|
25109
25274
|
white-space: nowrap;
|
|
25110
25275
|
}
|
|
25111
|
-
|
|
25112
25276
|
.cxd-DateRangePicker-end {
|
|
25113
25277
|
margin-top: 0;
|
|
25114
25278
|
border-left: 1px solid var(--Calendar-input-borderColor);
|
|
@@ -25645,6 +25809,16 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
25645
25809
|
.cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover svg {
|
|
25646
25810
|
fill: var(--Model-close-onHover-color);
|
|
25647
25811
|
}
|
|
25812
|
+
.cxd-EditorControl .cxd-MonacoEditor-placeholder {
|
|
25813
|
+
pointer-events: none;
|
|
25814
|
+
top: 0;
|
|
25815
|
+
position: absolute;
|
|
25816
|
+
left: 4.0625rem;
|
|
25817
|
+
right: 1rem;
|
|
25818
|
+
white-space: break-spaces;
|
|
25819
|
+
line-break: anywhere;
|
|
25820
|
+
color: var(--Form-input-placeholderColor);
|
|
25821
|
+
}
|
|
25648
25822
|
.cxd-EditorControl--sm {
|
|
25649
25823
|
min-height: 100px;
|
|
25650
25824
|
}
|
|
@@ -26089,7 +26263,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26089
26263
|
position: relative;
|
|
26090
26264
|
-webkit-user-select: none;
|
|
26091
26265
|
-moz-user-select: none;
|
|
26092
|
-
-ms-user-select: none;
|
|
26093
26266
|
user-select: none;
|
|
26094
26267
|
margin-bottom: 0.25rem;
|
|
26095
26268
|
padding-left: var(--Tree-icon-gap);
|
|
@@ -26104,8 +26277,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26104
26277
|
}
|
|
26105
26278
|
.cxd-Tree-itemLabel-item {
|
|
26106
26279
|
padding-left: var(--Tree-item-arrow-padding-left);
|
|
26107
|
-
display: inline-
|
|
26280
|
+
display: inline-flex;
|
|
26108
26281
|
width: 100%;
|
|
26282
|
+
align-items: center;
|
|
26283
|
+
overflow: hidden;
|
|
26284
|
+
height: 2rem;
|
|
26109
26285
|
}
|
|
26110
26286
|
.cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item {
|
|
26111
26287
|
background-color: var(--Tree-item-onHover-bg-pure);
|
|
@@ -26176,7 +26352,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26176
26352
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
26177
26353
|
border-radius: var(--Form-input-borderRadius);
|
|
26178
26354
|
line-height: var(--Form-input-lineHeight);
|
|
26179
|
-
padding: calc(
|
|
26355
|
+
padding: calc((
|
|
26356
|
+
var(--Tree-inputHeight) - var(--Form-input-lineHeight) *
|
|
26357
|
+
var(--Form-input-fontSize) - 0.125rem
|
|
26358
|
+
) / 2) var(--Form-input-paddingX);
|
|
26180
26359
|
font-size: var(--Form-input-fontSize);
|
|
26181
26360
|
}
|
|
26182
26361
|
.cxd-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -26184,16 +26363,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26184
26363
|
-moz-user-select: none;
|
|
26185
26364
|
user-select: none;
|
|
26186
26365
|
}
|
|
26187
|
-
.cxd-Tree-itemInput > input:-ms-input-placeholder {
|
|
26188
|
-
color: var(--Form-input-placeholderColor);
|
|
26189
|
-
-ms-user-select: none;
|
|
26190
|
-
user-select: none;
|
|
26191
|
-
}
|
|
26192
26366
|
.cxd-Tree-itemInput > input::placeholder {
|
|
26193
26367
|
color: var(--Form-input-placeholderColor);
|
|
26194
26368
|
-webkit-user-select: none;
|
|
26195
26369
|
-moz-user-select: none;
|
|
26196
|
-
-ms-user-select: none;
|
|
26197
26370
|
user-select: none;
|
|
26198
26371
|
}
|
|
26199
26372
|
.cxd-Tree-itemInput > input:focus {
|
|
@@ -26262,13 +26435,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26262
26435
|
flex: 1 auto;
|
|
26263
26436
|
display: inline-block;
|
|
26264
26437
|
color: var(--Form-input-color);
|
|
26265
|
-
|
|
26266
|
-
max-width: var(--Tree-item-text-max-height);
|
|
26438
|
+
max-width: 100%;
|
|
26267
26439
|
overflow: hidden;
|
|
26268
26440
|
text-overflow: ellipsis;
|
|
26269
26441
|
white-space: nowrap;
|
|
26270
|
-
position: relative;
|
|
26271
|
-
top: var(--Tree-item-text-top);
|
|
26272
26442
|
}
|
|
26273
26443
|
.is-disabled .cxd-Tree-itemText {
|
|
26274
26444
|
color: var(--text--muted-color);
|
|
@@ -26342,16 +26512,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26342
26512
|
-moz-user-select: none;
|
|
26343
26513
|
user-select: none;
|
|
26344
26514
|
}
|
|
26345
|
-
.cxd-TreeSelect-input input:-ms-input-placeholder {
|
|
26346
|
-
color: var(--Form-input-placeholderColor);
|
|
26347
|
-
-ms-user-select: none;
|
|
26348
|
-
user-select: none;
|
|
26349
|
-
}
|
|
26350
26515
|
.cxd-TreeSelect-input input::placeholder {
|
|
26351
26516
|
color: var(--Form-input-placeholderColor);
|
|
26352
26517
|
-webkit-user-select: none;
|
|
26353
26518
|
-moz-user-select: none;
|
|
26354
|
-
-ms-user-select: none;
|
|
26355
26519
|
user-select: none;
|
|
26356
26520
|
}
|
|
26357
26521
|
.cxd-TreeSelect-input:hover {
|
|
@@ -26386,7 +26550,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26386
26550
|
transition: all var(--animation-duration);
|
|
26387
26551
|
}
|
|
26388
26552
|
.cxd-TreeSelect-spinner {
|
|
26389
|
-
line-height: calc(
|
|
26553
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
26390
26554
|
}
|
|
26391
26555
|
.cxd-TreeSelect-clear {
|
|
26392
26556
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -26542,7 +26706,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26542
26706
|
display: none;
|
|
26543
26707
|
}
|
|
26544
26708
|
.cxd-Combo-items:empty + .cxd-Combo-toolbar {
|
|
26545
|
-
padding-top: calc(
|
|
26709
|
+
padding-top: calc((var(--Form-input-height) - var(--Combo-addBtn-height)) / 2);
|
|
26546
26710
|
}
|
|
26547
26711
|
.cxd-Combo-item {
|
|
26548
26712
|
background: var(--Page-main-bg);
|
|
@@ -26733,7 +26897,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26733
26897
|
margin: 2px 3px;
|
|
26734
26898
|
-webkit-user-select: none;
|
|
26735
26899
|
-moz-user-select: none;
|
|
26736
|
-
-ms-user-select: none;
|
|
26737
26900
|
user-select: none;
|
|
26738
26901
|
}
|
|
26739
26902
|
.cxd-SubForm-valueLabel {
|
|
@@ -26816,7 +26979,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26816
26979
|
color: var(--Form-input-placeholderColor);
|
|
26817
26980
|
-webkit-user-select: none;
|
|
26818
26981
|
-moz-user-select: none;
|
|
26819
|
-
-ms-user-select: none;
|
|
26820
26982
|
user-select: none;
|
|
26821
26983
|
padding: 4px;
|
|
26822
26984
|
}
|
|
@@ -26858,16 +27020,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26858
27020
|
-moz-user-select: none;
|
|
26859
27021
|
user-select: none;
|
|
26860
27022
|
}
|
|
26861
|
-
.cxd-Picker-input input:-ms-input-placeholder {
|
|
26862
|
-
color: var(--Form-input-placeholderColor);
|
|
26863
|
-
-ms-user-select: none;
|
|
26864
|
-
user-select: none;
|
|
26865
|
-
}
|
|
26866
27023
|
.cxd-Picker-input input::placeholder {
|
|
26867
27024
|
color: var(--Form-input-placeholderColor);
|
|
26868
27025
|
-webkit-user-select: none;
|
|
26869
27026
|
-moz-user-select: none;
|
|
26870
|
-
-ms-user-select: none;
|
|
26871
27027
|
user-select: none;
|
|
26872
27028
|
}
|
|
26873
27029
|
.cxd-Picker-input:hover {
|
|
@@ -26902,7 +27058,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26902
27058
|
transition: all var(--animation-duration);
|
|
26903
27059
|
}
|
|
26904
27060
|
.cxd-Picker-spinner {
|
|
26905
|
-
line-height: calc(
|
|
27061
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
26906
27062
|
}
|
|
26907
27063
|
.cxd-Picker-clear {
|
|
26908
27064
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -26948,7 +27104,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26948
27104
|
color: var(--Form-input-placeholderColor);
|
|
26949
27105
|
-webkit-user-select: none;
|
|
26950
27106
|
-moz-user-select: none;
|
|
26951
|
-
-ms-user-select: none;
|
|
26952
27107
|
user-select: none;
|
|
26953
27108
|
position: absolute;
|
|
26954
27109
|
line-height: var(--Form-input-lineHeight);
|
|
@@ -26980,11 +27135,12 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26980
27135
|
cursor: pointer;
|
|
26981
27136
|
-webkit-user-select: none;
|
|
26982
27137
|
-moz-user-select: none;
|
|
26983
|
-
-ms-user-select: none;
|
|
26984
27138
|
user-select: none;
|
|
26985
27139
|
white-space: nowrap;
|
|
26986
27140
|
vertical-align: middle;
|
|
26987
|
-
line-height: calc(
|
|
27141
|
+
line-height: calc(
|
|
27142
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
27143
|
+
);
|
|
26988
27144
|
display: inline-block;
|
|
26989
27145
|
font-size: var(--Form-selectValue-fontSize);
|
|
26990
27146
|
color: var(--Form-selectValue-color);
|
|
@@ -27064,7 +27220,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27064
27220
|
padding: 0;
|
|
27065
27221
|
border: none;
|
|
27066
27222
|
width: 100%;
|
|
27067
|
-
margin-top: calc(
|
|
27223
|
+
margin-top: calc(var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth));
|
|
27068
27224
|
}
|
|
27069
27225
|
.cxd-TagControl > .cxd-TagControl-popover.cxd-PopOver--leftBottomLeftTop {
|
|
27070
27226
|
top: 100% !important;
|
|
@@ -27088,7 +27244,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27088
27244
|
cursor: pointer;
|
|
27089
27245
|
-webkit-user-select: none;
|
|
27090
27246
|
-moz-user-select: none;
|
|
27091
|
-
-ms-user-select: none;
|
|
27092
27247
|
user-select: none;
|
|
27093
27248
|
border: var(--TagControl-sugBtn-borderWidth) solid transparent;
|
|
27094
27249
|
padding: var(--TagControl-sugBtn-paddingY) var(--TagControl-sugBtn-paddingX);
|
|
@@ -27174,7 +27329,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27174
27329
|
cursor: pointer;
|
|
27175
27330
|
-webkit-user-select: none;
|
|
27176
27331
|
-moz-user-select: none;
|
|
27177
|
-
-ms-user-select: none;
|
|
27178
27332
|
user-select: none;
|
|
27179
27333
|
color: var(--Rating-inactive-color);
|
|
27180
27334
|
}
|
|
@@ -27236,7 +27390,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27236
27390
|
height: 1.875rem;
|
|
27237
27391
|
line-height: var(--Form-input-lineHeight);
|
|
27238
27392
|
font-size: var(--Form-input-fontSize);
|
|
27239
|
-
padding: calc(
|
|
27393
|
+
padding: calc((
|
|
27394
|
+
1.875rem - var(--Form-input-lineHeight) * var(--Form-input-fontSize)
|
|
27395
|
+
) / 2) var(--gap-sm);
|
|
27240
27396
|
flex-direction: row;
|
|
27241
27397
|
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
|
27242
27398
|
}
|
|
@@ -27295,6 +27451,25 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27295
27451
|
text-align: center;
|
|
27296
27452
|
justify-content: center;
|
|
27297
27453
|
}
|
|
27454
|
+
.cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel.is-checked:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText,
|
|
27455
|
+
.cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText, .cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel.is-checked:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText,
|
|
27456
|
+
.cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText {
|
|
27457
|
+
background-color: unset;
|
|
27458
|
+
}
|
|
27459
|
+
.cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel.is-checked:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText:active,
|
|
27460
|
+
.cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText:active, .cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel.is-checked:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText:active,
|
|
27461
|
+
.cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item > .cxd-Tree-itemText:active {
|
|
27462
|
+
background-color: unset;
|
|
27463
|
+
}
|
|
27464
|
+
.cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel-item, .cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel-item {
|
|
27465
|
+
display: flex;
|
|
27466
|
+
align-items: center;
|
|
27467
|
+
}
|
|
27468
|
+
.cxd-Transfer-selection.cxd-Tree .cxd-Tree-itemLabel-item > .cxd-Tree-itemText, .cxd-Transfer-selection.cxd-AssociatedSelection .cxd-Tree-itemLabel-item > .cxd-Tree-itemText {
|
|
27469
|
+
max-width: unset;
|
|
27470
|
+
line-height: unset;
|
|
27471
|
+
top: unset;
|
|
27472
|
+
}
|
|
27298
27473
|
.cxd-Transfer-search {
|
|
27299
27474
|
padding: var(--gap-sm);
|
|
27300
27475
|
}
|
|
@@ -27322,7 +27497,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27322
27497
|
.cxd-Transfer-checkAll, .cxd-Transfer-clearAll {
|
|
27323
27498
|
-webkit-user-select: none;
|
|
27324
27499
|
-moz-user-select: none;
|
|
27325
|
-
-ms-user-select: none;
|
|
27326
27500
|
user-select: none;
|
|
27327
27501
|
cursor: pointer;
|
|
27328
27502
|
}
|
|
@@ -27358,7 +27532,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27358
27532
|
height: var(--Form-input-height);
|
|
27359
27533
|
line-height: var(--Form-input-lineHeight);
|
|
27360
27534
|
font-size: var(--Form-input-fontSize);
|
|
27361
|
-
padding: calc(
|
|
27535
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
27362
27536
|
color: var(--text--muted-color);
|
|
27363
27537
|
}
|
|
27364
27538
|
.cxd-TabsTransfer-tab {
|
|
@@ -27455,7 +27629,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27455
27629
|
transform: rotate(-90deg);
|
|
27456
27630
|
}
|
|
27457
27631
|
.cxd-TransferDropDown-content {
|
|
27458
|
-
min-height: 12.5rem;
|
|
27459
27632
|
min-width: 25rem;
|
|
27460
27633
|
display: flex;
|
|
27461
27634
|
flex-direction: column;
|
|
@@ -27511,9 +27684,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27511
27684
|
font-size: var(--Form-select-input-fontSize);
|
|
27512
27685
|
-webkit-user-select: none;
|
|
27513
27686
|
-moz-user-select: none;
|
|
27514
|
-
-ms-user-select: none;
|
|
27515
27687
|
user-select: none;
|
|
27516
|
-
padding: calc(
|
|
27688
|
+
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
27517
27689
|
}
|
|
27518
27690
|
.cxd-NestedSelect-menu {
|
|
27519
27691
|
width: 10rem;
|
|
@@ -27608,7 +27780,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27608
27780
|
cursor: pointer;
|
|
27609
27781
|
-webkit-user-select: none;
|
|
27610
27782
|
-moz-user-select: none;
|
|
27611
|
-
-ms-user-select: none;
|
|
27612
27783
|
user-select: none;
|
|
27613
27784
|
padding: 0 0.375rem;
|
|
27614
27785
|
}
|
|
@@ -27649,7 +27820,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27649
27820
|
text-overflow: ellipsis;
|
|
27650
27821
|
-webkit-user-select: none;
|
|
27651
27822
|
-moz-user-select: none;
|
|
27652
|
-
-ms-user-select: none;
|
|
27653
27823
|
user-select: none;
|
|
27654
27824
|
}
|
|
27655
27825
|
.cxd-Cascader-option-selectedNum {
|
|
@@ -27710,16 +27880,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27710
27880
|
-moz-user-select: none;
|
|
27711
27881
|
user-select: none;
|
|
27712
27882
|
}
|
|
27713
|
-
.cxd-IconPickerControl-input input:-ms-input-placeholder {
|
|
27714
|
-
color: var(--Form-input-placeholderColor);
|
|
27715
|
-
-ms-user-select: none;
|
|
27716
|
-
user-select: none;
|
|
27717
|
-
}
|
|
27718
27883
|
.cxd-IconPickerControl-input input::placeholder {
|
|
27719
27884
|
color: var(--Form-input-placeholderColor);
|
|
27720
27885
|
-webkit-user-select: none;
|
|
27721
27886
|
-moz-user-select: none;
|
|
27722
|
-
-ms-user-select: none;
|
|
27723
27887
|
user-select: none;
|
|
27724
27888
|
}
|
|
27725
27889
|
.cxd-IconPickerControl-input:hover {
|
|
@@ -27754,7 +27918,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27754
27918
|
transition: all var(--animation-duration);
|
|
27755
27919
|
}
|
|
27756
27920
|
.cxd-IconPickerControl-spinner {
|
|
27757
|
-
line-height: calc(
|
|
27921
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
27758
27922
|
}
|
|
27759
27923
|
.cxd-IconPickerControl-clear {
|
|
27760
27924
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -27791,7 +27955,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27791
27955
|
color: var(--Form-input-placeholderColor);
|
|
27792
27956
|
-webkit-user-select: none;
|
|
27793
27957
|
-moz-user-select: none;
|
|
27794
|
-
-ms-user-select: none;
|
|
27795
27958
|
user-select: none;
|
|
27796
27959
|
line-height: var(--Form-input-lineHeight);
|
|
27797
27960
|
position: absolute;
|
|
@@ -27844,7 +28007,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27844
28007
|
font-size: var(--fontSizeSm);
|
|
27845
28008
|
-webkit-user-select: none;
|
|
27846
28009
|
-moz-user-select: none;
|
|
27847
|
-
-ms-user-select: none;
|
|
27848
28010
|
user-select: none;
|
|
27849
28011
|
}
|
|
27850
28012
|
.cxd-IconPickerControl-tab.active {
|
|
@@ -27874,9 +28036,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27874
28036
|
.cxd-IconPickerControl-value {
|
|
27875
28037
|
-webkit-user-select: none;
|
|
27876
28038
|
-moz-user-select: none;
|
|
27877
|
-
-ms-user-select: none;
|
|
27878
28039
|
user-select: none;
|
|
27879
|
-
line-height: calc(
|
|
28040
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
27880
28041
|
vertical-align: middle;
|
|
27881
28042
|
display: inline-block;
|
|
27882
28043
|
overflow: hidden;
|
|
@@ -27907,6 +28068,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27907
28068
|
padding-top: var(--Form-label-paddingTop);
|
|
27908
28069
|
padding-bottom: var(--Form-label-paddingTop);
|
|
27909
28070
|
margin-bottom: 0;
|
|
28071
|
+
word-break: break-word;
|
|
27910
28072
|
}
|
|
27911
28073
|
.cxd-Form-item--inline > .cxd-Form-value > .cxd-Form-static {
|
|
27912
28074
|
display: inline-block;
|
|
@@ -28028,7 +28190,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
28028
28190
|
display: inline-block;
|
|
28029
28191
|
max-width: 100%;
|
|
28030
28192
|
}
|
|
28031
|
-
|
|
28032
28193
|
.cxd-Form-control--sizeXs {
|
|
28033
28194
|
width: var(--Form-control-widthXs);
|
|
28034
28195
|
max-width: 100%;
|
|
@@ -28038,7 +28199,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
28038
28199
|
.cxd-Form-control--sizeXs.cxd-NumberControl {
|
|
28039
28200
|
width: var(--Form-control-widthXs);
|
|
28040
28201
|
}
|
|
28041
|
-
|
|
28042
28202
|
.cxd-Form-control--sizeSm {
|
|
28043
28203
|
width: var(--Form-control-widthSm);
|
|
28044
28204
|
max-width: 100%;
|
|
@@ -28048,14 +28208,12 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
28048
28208
|
.cxd-Form-control--sizeSm.cxd-NumberControl {
|
|
28049
28209
|
width: var(--Form-control-widthSm);
|
|
28050
28210
|
}
|
|
28051
|
-
|
|
28052
28211
|
.cxd-Form-control--sizeMd {
|
|
28053
28212
|
width: var(--Form-control-widthMd);
|
|
28054
28213
|
max-width: 100%;
|
|
28055
28214
|
display: inline-block;
|
|
28056
28215
|
vertical-align: top;
|
|
28057
28216
|
}
|
|
28058
|
-
|
|
28059
28217
|
.cxd-Form-control--sizeLg {
|
|
28060
28218
|
width: var(--Form-control-widthLg);
|
|
28061
28219
|
max-width: 100%;
|
|
@@ -28065,7 +28223,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
28065
28223
|
.cxd-Form-control--sizeLg.cxd-NumberControl {
|
|
28066
28224
|
width: var(--Form-control-widthLg);
|
|
28067
28225
|
}
|
|
28068
|
-
|
|
28069
28226
|
.cxd-Form-item--horizontal {
|
|
28070
28227
|
display: flex;
|
|
28071
28228
|
flex-wrap: nowrap;
|
|
@@ -28216,7 +28373,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
28216
28373
|
.cxd-Form-item--inline > .cxd-Form-value > .cxd-TextControl--withAddOn {
|
|
28217
28374
|
display: inline-flex;
|
|
28218
28375
|
}
|
|
28219
|
-
|
|
28220
28376
|
.cxd-Form-row {
|
|
28221
28377
|
display: flex;
|
|
28222
28378
|
flex-wrap: wrap;
|
|
@@ -28228,13 +28384,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
28228
28384
|
padding-left: calc(var(--Form-row-gutterWidth) / 2);
|
|
28229
28385
|
padding-right: calc(var(--Form-row-gutterWidth) / 2);
|
|
28230
28386
|
}
|
|
28231
|
-
|
|
28232
28387
|
.cxd-Form-col {
|
|
28233
28388
|
flex-basis: 0;
|
|
28234
28389
|
flex-grow: 1;
|
|
28235
28390
|
flex-shrink: 1;
|
|
28236
28391
|
}
|
|
28237
|
-
|
|
28238
28392
|
.cxd-Form-rowInner {
|
|
28239
28393
|
display: flex;
|
|
28240
28394
|
flex-wrap: nowrap;
|
|
@@ -28251,8 +28405,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
28251
28405
|
}
|
|
28252
28406
|
}
|
|
28253
28407
|
.cxd-Form--debug {
|
|
28254
|
-
|
|
28255
|
-
|
|
28408
|
+
padding: var(--gap-sm);
|
|
28409
|
+
margin-bottom: var(--gap-sm);
|
|
28410
|
+
background-color: rgb(250, 250, 250);
|
|
28411
|
+
border-radius: var(--borderRadius);
|
|
28412
|
+
position: relative;
|
|
28256
28413
|
}
|
|
28257
28414
|
.cxd-Form--quickEdit {
|
|
28258
28415
|
min-width: var(--Form-control-widthSm);
|
|
@@ -28559,7 +28716,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
28559
28716
|
cursor: pointer;
|
|
28560
28717
|
-webkit-user-select: none;
|
|
28561
28718
|
-moz-user-select: none;
|
|
28562
|
-
-ms-user-select: none;
|
|
28563
28719
|
user-select: none;
|
|
28564
28720
|
padding: 0 1rem;
|
|
28565
28721
|
border-bottom: 0.0625rem solid var(--UserSelect--border-color);
|
|
@@ -28580,7 +28736,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
28580
28736
|
text-align: left;
|
|
28581
28737
|
-webkit-user-select: none;
|
|
28582
28738
|
-moz-user-select: none;
|
|
28583
|
-
-ms-user-select: none;
|
|
28584
28739
|
user-select: none;
|
|
28585
28740
|
display: flex;
|
|
28586
28741
|
align-items: center;
|
|
@@ -28860,7 +29015,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
28860
29015
|
.cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap {
|
|
28861
29016
|
-webkit-user-select: none;
|
|
28862
29017
|
-moz-user-select: none;
|
|
28863
|
-
-ms-user-select: none;
|
|
28864
29018
|
user-select: none;
|
|
28865
29019
|
margin: 0px;
|
|
28866
29020
|
padding: 0px;
|
|
@@ -30122,7 +30276,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
30122
30276
|
right: calc(var(--Switch-slider-margin) * 2);
|
|
30123
30277
|
}
|
|
30124
30278
|
.cxd-Switch--sm:active .slider::before {
|
|
30125
|
-
width: calc(
|
|
30279
|
+
width: calc(var(--Switch-slider-width--sm) + var(--Switch-slider-margin) * 2);
|
|
30126
30280
|
border-radius: 10px;
|
|
30127
30281
|
}
|
|
30128
30282
|
.cxd-TextControl-sugs {
|
|
@@ -30196,7 +30350,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
30196
30350
|
border-radius: 0.1875rem;
|
|
30197
30351
|
}
|
|
30198
30352
|
.cxd-Combo .cxd-Combo-items .cxd-Combo-item .cxd-Combo-delBtn {
|
|
30199
|
-
padding-top: calc(
|
|
30353
|
+
padding-top: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * 10px) / 2);
|
|
30200
30354
|
}
|
|
30201
30355
|
.cxd-LocationControl .cxd-PopOver {
|
|
30202
30356
|
border: none;
|
|
@@ -30345,6 +30499,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
30345
30499
|
.cxd-Form-item--inline .cxd-Form-label {
|
|
30346
30500
|
margin-right: 1rem;
|
|
30347
30501
|
}
|
|
30502
|
+
.cxd-Form .icon-position-right .cxd-Collapse-header,
|
|
30503
|
+
.cxd-Form .cxd-Collapse--title-bottom .cxd-Collapse-header {
|
|
30504
|
+
display: block;
|
|
30505
|
+
}
|
|
30348
30506
|
.cxd-Form .cxd-Collapse {
|
|
30349
30507
|
border: none;
|
|
30350
30508
|
}
|