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/ang.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;
|
|
@@ -6974,15 +6971,9 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
6974
6971
|
.rdtPrev span,
|
|
6975
6972
|
.rdtNext span {
|
|
6976
6973
|
display: block;
|
|
6977
|
-
-webkit-touch-callout: none;
|
|
6978
|
-
/*
|
|
6979
|
-
-
|
|
6980
|
-
/* Chrome/Safari/Opera */
|
|
6981
|
-
/* Konqueror */
|
|
6982
|
-
-moz-user-select: none;
|
|
6983
|
-
/* Firefox */
|
|
6984
|
-
-ms-user-select: none;
|
|
6985
|
-
/* Internet Explorer/Edge */
|
|
6974
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
|
6975
|
+
-webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
|
|
6976
|
+
-moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
|
|
6986
6977
|
user-select: none;
|
|
6987
6978
|
}
|
|
6988
6979
|
.rdtPicker th.rdtDisabled,
|
|
@@ -7051,15 +7042,9 @@ td.rdtQuarter:hover {
|
|
|
7051
7042
|
line-height: 40px;
|
|
7052
7043
|
cursor: pointer;
|
|
7053
7044
|
display: block;
|
|
7054
|
-
-webkit-touch-callout: none;
|
|
7055
|
-
/*
|
|
7056
|
-
-
|
|
7057
|
-
/* Chrome/Safari/Opera */
|
|
7058
|
-
/* Konqueror */
|
|
7059
|
-
-moz-user-select: none;
|
|
7060
|
-
/* Firefox */
|
|
7061
|
-
-ms-user-select: none;
|
|
7062
|
-
/* Internet Explorer/Edge */
|
|
7045
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
|
7046
|
+
-webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
|
|
7047
|
+
-moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
|
|
7063
7048
|
user-select: none;
|
|
7064
7049
|
}
|
|
7065
7050
|
.rdtCounter .rdtBtn:hover {
|
|
@@ -7585,7 +7570,6 @@ body {
|
|
|
7585
7570
|
.a-Layout-content {
|
|
7586
7571
|
transition: transform var(--animation-duration) ease;
|
|
7587
7572
|
}
|
|
7588
|
-
|
|
7589
7573
|
.a-Layout-aside {
|
|
7590
7574
|
display: none;
|
|
7591
7575
|
}
|
|
@@ -7601,11 +7585,9 @@ body {
|
|
|
7601
7585
|
-webkit-overflow-scrolling: touch;
|
|
7602
7586
|
z-index: 1010;
|
|
7603
7587
|
}
|
|
7604
|
-
|
|
7605
7588
|
.a-Layout-headerBar {
|
|
7606
7589
|
display: none;
|
|
7607
7590
|
}
|
|
7608
|
-
|
|
7609
7591
|
.a-Layout--offScreen .a-Layout-body,
|
|
7610
7592
|
.a-Layout--offScreen .a-Layout-footer {
|
|
7611
7593
|
background: var(--body-bg);
|
|
@@ -7623,7 +7605,6 @@ body {
|
|
|
7623
7605
|
z-index: 1015;
|
|
7624
7606
|
padding-top: 3.125rem;
|
|
7625
7607
|
}
|
|
7626
|
-
|
|
7627
7608
|
.a-Layout-offScreenBtn {
|
|
7628
7609
|
display: block;
|
|
7629
7610
|
}
|
|
@@ -7931,7 +7912,6 @@ body {
|
|
|
7931
7912
|
flex-direction: column;
|
|
7932
7913
|
justify-content: space-between;
|
|
7933
7914
|
}
|
|
7934
|
-
|
|
7935
7915
|
.a-Grid-col--sm1 {
|
|
7936
7916
|
flex: 0 0 8.3333333333%;
|
|
7937
7917
|
max-width: 8.3333333333%;
|
|
@@ -7939,7 +7919,6 @@ body {
|
|
|
7939
7919
|
padding-left: 0.5rem;
|
|
7940
7920
|
padding-right: 0.5rem;
|
|
7941
7921
|
}
|
|
7942
|
-
|
|
7943
7922
|
.a-Grid-col--sm2 {
|
|
7944
7923
|
flex: 0 0 16.6666666667%;
|
|
7945
7924
|
max-width: 16.6666666667%;
|
|
@@ -7947,7 +7926,6 @@ body {
|
|
|
7947
7926
|
padding-left: 0.5rem;
|
|
7948
7927
|
padding-right: 0.5rem;
|
|
7949
7928
|
}
|
|
7950
|
-
|
|
7951
7929
|
.a-Grid-col--sm3 {
|
|
7952
7930
|
flex: 0 0 25%;
|
|
7953
7931
|
max-width: 25%;
|
|
@@ -7955,7 +7933,6 @@ body {
|
|
|
7955
7933
|
padding-left: 0.5rem;
|
|
7956
7934
|
padding-right: 0.5rem;
|
|
7957
7935
|
}
|
|
7958
|
-
|
|
7959
7936
|
.a-Grid-col--sm4 {
|
|
7960
7937
|
flex: 0 0 33.3333333333%;
|
|
7961
7938
|
max-width: 33.3333333333%;
|
|
@@ -7963,7 +7940,6 @@ body {
|
|
|
7963
7940
|
padding-left: 0.5rem;
|
|
7964
7941
|
padding-right: 0.5rem;
|
|
7965
7942
|
}
|
|
7966
|
-
|
|
7967
7943
|
.a-Grid-col--sm5 {
|
|
7968
7944
|
flex: 0 0 41.6666666667%;
|
|
7969
7945
|
max-width: 41.6666666667%;
|
|
@@ -7971,7 +7947,6 @@ body {
|
|
|
7971
7947
|
padding-left: 0.5rem;
|
|
7972
7948
|
padding-right: 0.5rem;
|
|
7973
7949
|
}
|
|
7974
|
-
|
|
7975
7950
|
.a-Grid-col--sm6 {
|
|
7976
7951
|
flex: 0 0 50%;
|
|
7977
7952
|
max-width: 50%;
|
|
@@ -7979,7 +7954,6 @@ body {
|
|
|
7979
7954
|
padding-left: 0.5rem;
|
|
7980
7955
|
padding-right: 0.5rem;
|
|
7981
7956
|
}
|
|
7982
|
-
|
|
7983
7957
|
.a-Grid-col--sm7 {
|
|
7984
7958
|
flex: 0 0 58.3333333333%;
|
|
7985
7959
|
max-width: 58.3333333333%;
|
|
@@ -7987,7 +7961,6 @@ body {
|
|
|
7987
7961
|
padding-left: 0.5rem;
|
|
7988
7962
|
padding-right: 0.5rem;
|
|
7989
7963
|
}
|
|
7990
|
-
|
|
7991
7964
|
.a-Grid-col--sm8 {
|
|
7992
7965
|
flex: 0 0 66.6666666667%;
|
|
7993
7966
|
max-width: 66.6666666667%;
|
|
@@ -7995,7 +7968,6 @@ body {
|
|
|
7995
7968
|
padding-left: 0.5rem;
|
|
7996
7969
|
padding-right: 0.5rem;
|
|
7997
7970
|
}
|
|
7998
|
-
|
|
7999
7971
|
.a-Grid-col--sm9 {
|
|
8000
7972
|
flex: 0 0 75%;
|
|
8001
7973
|
max-width: 75%;
|
|
@@ -8003,7 +7975,6 @@ body {
|
|
|
8003
7975
|
padding-left: 0.5rem;
|
|
8004
7976
|
padding-right: 0.5rem;
|
|
8005
7977
|
}
|
|
8006
|
-
|
|
8007
7978
|
.a-Grid-col--sm10 {
|
|
8008
7979
|
flex: 0 0 83.3333333333%;
|
|
8009
7980
|
max-width: 83.3333333333%;
|
|
@@ -8011,7 +7982,6 @@ body {
|
|
|
8011
7982
|
padding-left: 0.5rem;
|
|
8012
7983
|
padding-right: 0.5rem;
|
|
8013
7984
|
}
|
|
8014
|
-
|
|
8015
7985
|
.a-Grid-col--sm11 {
|
|
8016
7986
|
flex: 0 0 91.6666666667%;
|
|
8017
7987
|
max-width: 91.6666666667%;
|
|
@@ -8019,7 +7989,6 @@ body {
|
|
|
8019
7989
|
padding-left: 0.5rem;
|
|
8020
7990
|
padding-right: 0.5rem;
|
|
8021
7991
|
}
|
|
8022
|
-
|
|
8023
7992
|
.a-Grid-col--sm12 {
|
|
8024
7993
|
flex: 0 0 100%;
|
|
8025
7994
|
max-width: 100%;
|
|
@@ -8027,7 +7996,6 @@ body {
|
|
|
8027
7996
|
padding-left: 0.5rem;
|
|
8028
7997
|
padding-right: 0.5rem;
|
|
8029
7998
|
}
|
|
8030
|
-
|
|
8031
7999
|
.a-Grid-col--sm {
|
|
8032
8000
|
flex-basis: 0;
|
|
8033
8001
|
flex-grow: 1;
|
|
@@ -8037,7 +8005,6 @@ body {
|
|
|
8037
8005
|
padding-left: 0.5rem;
|
|
8038
8006
|
padding-right: 0.5rem;
|
|
8039
8007
|
}
|
|
8040
|
-
|
|
8041
8008
|
.a-Grid-col--smAuto {
|
|
8042
8009
|
flex: 0 0 auto;
|
|
8043
8010
|
width: auto;
|
|
@@ -8054,7 +8021,6 @@ body {
|
|
|
8054
8021
|
padding-left: 0.5rem;
|
|
8055
8022
|
padding-right: 0.5rem;
|
|
8056
8023
|
}
|
|
8057
|
-
|
|
8058
8024
|
.a-Grid-col--md2 {
|
|
8059
8025
|
flex: 0 0 16.6666666667%;
|
|
8060
8026
|
max-width: 16.6666666667%;
|
|
@@ -8062,7 +8028,6 @@ body {
|
|
|
8062
8028
|
padding-left: 0.5rem;
|
|
8063
8029
|
padding-right: 0.5rem;
|
|
8064
8030
|
}
|
|
8065
|
-
|
|
8066
8031
|
.a-Grid-col--md3 {
|
|
8067
8032
|
flex: 0 0 25%;
|
|
8068
8033
|
max-width: 25%;
|
|
@@ -8070,7 +8035,6 @@ body {
|
|
|
8070
8035
|
padding-left: 0.5rem;
|
|
8071
8036
|
padding-right: 0.5rem;
|
|
8072
8037
|
}
|
|
8073
|
-
|
|
8074
8038
|
.a-Grid-col--md4 {
|
|
8075
8039
|
flex: 0 0 33.3333333333%;
|
|
8076
8040
|
max-width: 33.3333333333%;
|
|
@@ -8078,7 +8042,6 @@ body {
|
|
|
8078
8042
|
padding-left: 0.5rem;
|
|
8079
8043
|
padding-right: 0.5rem;
|
|
8080
8044
|
}
|
|
8081
|
-
|
|
8082
8045
|
.a-Grid-col--md5 {
|
|
8083
8046
|
flex: 0 0 41.6666666667%;
|
|
8084
8047
|
max-width: 41.6666666667%;
|
|
@@ -8086,7 +8049,6 @@ body {
|
|
|
8086
8049
|
padding-left: 0.5rem;
|
|
8087
8050
|
padding-right: 0.5rem;
|
|
8088
8051
|
}
|
|
8089
|
-
|
|
8090
8052
|
.a-Grid-col--md6 {
|
|
8091
8053
|
flex: 0 0 50%;
|
|
8092
8054
|
max-width: 50%;
|
|
@@ -8094,7 +8056,6 @@ body {
|
|
|
8094
8056
|
padding-left: 0.5rem;
|
|
8095
8057
|
padding-right: 0.5rem;
|
|
8096
8058
|
}
|
|
8097
|
-
|
|
8098
8059
|
.a-Grid-col--md7 {
|
|
8099
8060
|
flex: 0 0 58.3333333333%;
|
|
8100
8061
|
max-width: 58.3333333333%;
|
|
@@ -8102,7 +8063,6 @@ body {
|
|
|
8102
8063
|
padding-left: 0.5rem;
|
|
8103
8064
|
padding-right: 0.5rem;
|
|
8104
8065
|
}
|
|
8105
|
-
|
|
8106
8066
|
.a-Grid-col--md8 {
|
|
8107
8067
|
flex: 0 0 66.6666666667%;
|
|
8108
8068
|
max-width: 66.6666666667%;
|
|
@@ -8110,7 +8070,6 @@ body {
|
|
|
8110
8070
|
padding-left: 0.5rem;
|
|
8111
8071
|
padding-right: 0.5rem;
|
|
8112
8072
|
}
|
|
8113
|
-
|
|
8114
8073
|
.a-Grid-col--md9 {
|
|
8115
8074
|
flex: 0 0 75%;
|
|
8116
8075
|
max-width: 75%;
|
|
@@ -8118,7 +8077,6 @@ body {
|
|
|
8118
8077
|
padding-left: 0.5rem;
|
|
8119
8078
|
padding-right: 0.5rem;
|
|
8120
8079
|
}
|
|
8121
|
-
|
|
8122
8080
|
.a-Grid-col--md10 {
|
|
8123
8081
|
flex: 0 0 83.3333333333%;
|
|
8124
8082
|
max-width: 83.3333333333%;
|
|
@@ -8126,7 +8084,6 @@ body {
|
|
|
8126
8084
|
padding-left: 0.5rem;
|
|
8127
8085
|
padding-right: 0.5rem;
|
|
8128
8086
|
}
|
|
8129
|
-
|
|
8130
8087
|
.a-Grid-col--md11 {
|
|
8131
8088
|
flex: 0 0 91.6666666667%;
|
|
8132
8089
|
max-width: 91.6666666667%;
|
|
@@ -8134,7 +8091,6 @@ body {
|
|
|
8134
8091
|
padding-left: 0.5rem;
|
|
8135
8092
|
padding-right: 0.5rem;
|
|
8136
8093
|
}
|
|
8137
|
-
|
|
8138
8094
|
.a-Grid-col--md12 {
|
|
8139
8095
|
flex: 0 0 100%;
|
|
8140
8096
|
max-width: 100%;
|
|
@@ -8142,7 +8098,6 @@ body {
|
|
|
8142
8098
|
padding-left: 0.5rem;
|
|
8143
8099
|
padding-right: 0.5rem;
|
|
8144
8100
|
}
|
|
8145
|
-
|
|
8146
8101
|
.a-Grid-col--md {
|
|
8147
8102
|
flex-basis: 0;
|
|
8148
8103
|
flex-grow: 1;
|
|
@@ -8152,7 +8107,6 @@ body {
|
|
|
8152
8107
|
padding-left: 0.5rem;
|
|
8153
8108
|
padding-right: 0.5rem;
|
|
8154
8109
|
}
|
|
8155
|
-
|
|
8156
8110
|
.a-Grid-col--mdAuto {
|
|
8157
8111
|
flex: 0 0 auto;
|
|
8158
8112
|
width: auto;
|
|
@@ -8169,7 +8123,6 @@ body {
|
|
|
8169
8123
|
padding-left: 0.5rem;
|
|
8170
8124
|
padding-right: 0.5rem;
|
|
8171
8125
|
}
|
|
8172
|
-
|
|
8173
8126
|
.a-Grid-col--lg2 {
|
|
8174
8127
|
flex: 0 0 16.6666666667%;
|
|
8175
8128
|
max-width: 16.6666666667%;
|
|
@@ -8177,7 +8130,6 @@ body {
|
|
|
8177
8130
|
padding-left: 0.5rem;
|
|
8178
8131
|
padding-right: 0.5rem;
|
|
8179
8132
|
}
|
|
8180
|
-
|
|
8181
8133
|
.a-Grid-col--lg3 {
|
|
8182
8134
|
flex: 0 0 25%;
|
|
8183
8135
|
max-width: 25%;
|
|
@@ -8185,7 +8137,6 @@ body {
|
|
|
8185
8137
|
padding-left: 0.5rem;
|
|
8186
8138
|
padding-right: 0.5rem;
|
|
8187
8139
|
}
|
|
8188
|
-
|
|
8189
8140
|
.a-Grid-col--lg4 {
|
|
8190
8141
|
flex: 0 0 33.3333333333%;
|
|
8191
8142
|
max-width: 33.3333333333%;
|
|
@@ -8193,7 +8144,6 @@ body {
|
|
|
8193
8144
|
padding-left: 0.5rem;
|
|
8194
8145
|
padding-right: 0.5rem;
|
|
8195
8146
|
}
|
|
8196
|
-
|
|
8197
8147
|
.a-Grid-col--lg5 {
|
|
8198
8148
|
flex: 0 0 41.6666666667%;
|
|
8199
8149
|
max-width: 41.6666666667%;
|
|
@@ -8201,7 +8151,6 @@ body {
|
|
|
8201
8151
|
padding-left: 0.5rem;
|
|
8202
8152
|
padding-right: 0.5rem;
|
|
8203
8153
|
}
|
|
8204
|
-
|
|
8205
8154
|
.a-Grid-col--lg6 {
|
|
8206
8155
|
flex: 0 0 50%;
|
|
8207
8156
|
max-width: 50%;
|
|
@@ -8209,7 +8158,6 @@ body {
|
|
|
8209
8158
|
padding-left: 0.5rem;
|
|
8210
8159
|
padding-right: 0.5rem;
|
|
8211
8160
|
}
|
|
8212
|
-
|
|
8213
8161
|
.a-Grid-col--lg7 {
|
|
8214
8162
|
flex: 0 0 58.3333333333%;
|
|
8215
8163
|
max-width: 58.3333333333%;
|
|
@@ -8217,7 +8165,6 @@ body {
|
|
|
8217
8165
|
padding-left: 0.5rem;
|
|
8218
8166
|
padding-right: 0.5rem;
|
|
8219
8167
|
}
|
|
8220
|
-
|
|
8221
8168
|
.a-Grid-col--lg8 {
|
|
8222
8169
|
flex: 0 0 66.6666666667%;
|
|
8223
8170
|
max-width: 66.6666666667%;
|
|
@@ -8225,7 +8172,6 @@ body {
|
|
|
8225
8172
|
padding-left: 0.5rem;
|
|
8226
8173
|
padding-right: 0.5rem;
|
|
8227
8174
|
}
|
|
8228
|
-
|
|
8229
8175
|
.a-Grid-col--lg9 {
|
|
8230
8176
|
flex: 0 0 75%;
|
|
8231
8177
|
max-width: 75%;
|
|
@@ -8233,7 +8179,6 @@ body {
|
|
|
8233
8179
|
padding-left: 0.5rem;
|
|
8234
8180
|
padding-right: 0.5rem;
|
|
8235
8181
|
}
|
|
8236
|
-
|
|
8237
8182
|
.a-Grid-col--lg10 {
|
|
8238
8183
|
flex: 0 0 83.3333333333%;
|
|
8239
8184
|
max-width: 83.3333333333%;
|
|
@@ -8241,7 +8186,6 @@ body {
|
|
|
8241
8186
|
padding-left: 0.5rem;
|
|
8242
8187
|
padding-right: 0.5rem;
|
|
8243
8188
|
}
|
|
8244
|
-
|
|
8245
8189
|
.a-Grid-col--lg11 {
|
|
8246
8190
|
flex: 0 0 91.6666666667%;
|
|
8247
8191
|
max-width: 91.6666666667%;
|
|
@@ -8249,7 +8193,6 @@ body {
|
|
|
8249
8193
|
padding-left: 0.5rem;
|
|
8250
8194
|
padding-right: 0.5rem;
|
|
8251
8195
|
}
|
|
8252
|
-
|
|
8253
8196
|
.a-Grid-col--lg12 {
|
|
8254
8197
|
flex: 0 0 100%;
|
|
8255
8198
|
max-width: 100%;
|
|
@@ -8257,7 +8200,6 @@ body {
|
|
|
8257
8200
|
padding-left: 0.5rem;
|
|
8258
8201
|
padding-right: 0.5rem;
|
|
8259
8202
|
}
|
|
8260
|
-
|
|
8261
8203
|
.a-Grid-col--lg {
|
|
8262
8204
|
flex-basis: 0;
|
|
8263
8205
|
flex-grow: 1;
|
|
@@ -8267,7 +8209,6 @@ body {
|
|
|
8267
8209
|
padding-left: 0.5rem;
|
|
8268
8210
|
padding-right: 0.5rem;
|
|
8269
8211
|
}
|
|
8270
|
-
|
|
8271
8212
|
.a-Grid-col--lgAuto {
|
|
8272
8213
|
flex: 0 0 auto;
|
|
8273
8214
|
width: auto;
|
|
@@ -8392,7 +8333,7 @@ body {
|
|
|
8392
8333
|
border-radius: 0.625rem;
|
|
8393
8334
|
}
|
|
8394
8335
|
.a-AsideNav-itemIcon {
|
|
8395
|
-
margin: calc(
|
|
8336
|
+
margin: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / -2) -0.625rem;
|
|
8396
8337
|
line-height: var(--Layout-nav-height);
|
|
8397
8338
|
width: var(--Layout-nav-height);
|
|
8398
8339
|
vertical-align: middle;
|
|
@@ -8438,14 +8379,13 @@ body {
|
|
|
8438
8379
|
text-transform: none;
|
|
8439
8380
|
display: block;
|
|
8440
8381
|
font-size: var(--Layout-asideLink-fontSize);
|
|
8441
|
-
padding: calc(
|
|
8382
|
+
padding: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-base);
|
|
8442
8383
|
position: relative;
|
|
8443
8384
|
transition: background-color var(--animation-duration) ease-in-out 0s;
|
|
8444
8385
|
color: var(--Layout-asideLink-color);
|
|
8445
8386
|
text-decoration: none;
|
|
8446
8387
|
-webkit-user-select: none;
|
|
8447
8388
|
-moz-user-select: none;
|
|
8448
|
-
-ms-user-select: none;
|
|
8449
8389
|
user-select: none;
|
|
8450
8390
|
}
|
|
8451
8391
|
.a-AsideNav-item a:hover {
|
|
@@ -8464,7 +8404,7 @@ body {
|
|
|
8464
8404
|
background: var(--Layout-aside-onAcitve-onHover-bg);
|
|
8465
8405
|
}
|
|
8466
8406
|
.a-AsideNav-item.is-lg > a {
|
|
8467
|
-
padding: calc(
|
|
8407
|
+
padding: calc((var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
8468
8408
|
}
|
|
8469
8409
|
.a-AsideNav-item .a-AsideNav-item a {
|
|
8470
8410
|
padding-left: calc(var(--Layout-nav-height) + 0.3125rem);
|
|
@@ -8491,7 +8431,7 @@ body {
|
|
|
8491
8431
|
cursor: default;
|
|
8492
8432
|
background: transparent;
|
|
8493
8433
|
color: var(--Layout-asideLink-color);
|
|
8494
|
-
padding: calc(
|
|
8434
|
+
padding: calc((var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
8495
8435
|
}
|
|
8496
8436
|
.a-AsideNav-subHeader a:hover {
|
|
8497
8437
|
color: var(--Layout-asideLink-onHover-color);
|
|
@@ -8745,7 +8685,6 @@ img.a-AsideNav-itemIcon {
|
|
|
8745
8685
|
vertical-align: middle;
|
|
8746
8686
|
-webkit-user-select: none;
|
|
8747
8687
|
-moz-user-select: none;
|
|
8748
|
-
-ms-user-select: none;
|
|
8749
8688
|
user-select: none;
|
|
8750
8689
|
background: transparent;
|
|
8751
8690
|
border: var(--Button-borderWidth) solid transparent;
|
|
@@ -8988,7 +8927,7 @@ img.a-AsideNav-itemIcon {
|
|
|
8988
8927
|
vertical-align: middle;
|
|
8989
8928
|
}
|
|
8990
8929
|
.a-Button--xs.a-Button--iconOnly {
|
|
8991
|
-
min-width: calc(
|
|
8930
|
+
min-width: calc(var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate));
|
|
8992
8931
|
}
|
|
8993
8932
|
.a-Button--sm {
|
|
8994
8933
|
padding: var(--Button--sm-paddingY) var(--Button--sm-paddingX);
|
|
@@ -9020,7 +8959,7 @@ img.a-AsideNav-itemIcon {
|
|
|
9020
8959
|
vertical-align: middle;
|
|
9021
8960
|
}
|
|
9022
8961
|
.a-Button--sm.a-Button--iconOnly {
|
|
9023
|
-
min-width: calc(
|
|
8962
|
+
min-width: calc(var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate));
|
|
9024
8963
|
}
|
|
9025
8964
|
.a-Button--md {
|
|
9026
8965
|
padding: var(--Button--md-paddingY) var(--Button--md-paddingX);
|
|
@@ -9052,7 +8991,7 @@ img.a-AsideNav-itemIcon {
|
|
|
9052
8991
|
vertical-align: middle;
|
|
9053
8992
|
}
|
|
9054
8993
|
.a-Button--md.a-Button--iconOnly {
|
|
9055
|
-
min-width: calc(
|
|
8994
|
+
min-width: calc(var(--Button--md-height) * var(--Button--iconOnly-minWidthRate));
|
|
9056
8995
|
}
|
|
9057
8996
|
.a-Button--lg {
|
|
9058
8997
|
padding: var(--Button--lg-paddingY) var(--Button--lg-paddingX);
|
|
@@ -9084,10 +9023,10 @@ img.a-AsideNav-itemIcon {
|
|
|
9084
9023
|
vertical-align: middle;
|
|
9085
9024
|
}
|
|
9086
9025
|
.a-Button--lg.a-Button--iconOnly {
|
|
9087
|
-
min-width: calc(
|
|
9026
|
+
min-width: calc(var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate));
|
|
9088
9027
|
}
|
|
9089
9028
|
.a-Button--iconOnly {
|
|
9090
|
-
min-width: calc(
|
|
9029
|
+
min-width: calc(var(--Button-height) * var(--Button--iconOnly-minWidthRate));
|
|
9091
9030
|
}
|
|
9092
9031
|
.a-Button--iconOnly:not(.a-Button--link) > svg.icon {
|
|
9093
9032
|
width: 0.875rem;
|
|
@@ -9335,7 +9274,6 @@ input[type=button].a-Button--block {
|
|
|
9335
9274
|
.a-Breadcrumb-separator {
|
|
9336
9275
|
-webkit-user-select: none;
|
|
9337
9276
|
-moz-user-select: none;
|
|
9338
|
-
-ms-user-select: none;
|
|
9339
9277
|
user-select: none;
|
|
9340
9278
|
margin: 0 var(--gap-sm);
|
|
9341
9279
|
text-align: center;
|
|
@@ -9365,7 +9303,6 @@ input[type=button].a-Button--block {
|
|
|
9365
9303
|
vertical-align: middle;
|
|
9366
9304
|
-webkit-user-select: none;
|
|
9367
9305
|
-moz-user-select: none;
|
|
9368
|
-
-ms-user-select: none;
|
|
9369
9306
|
user-select: none;
|
|
9370
9307
|
color: var(--BreadcrumbDropdown-item-default-color);
|
|
9371
9308
|
background-color: var(--BreadcrumbDropdown-item-default-bg);
|
|
@@ -9510,35 +9447,25 @@ input[type=button].a-Button--block {
|
|
|
9510
9447
|
@-webkit-keyframes modalIn {
|
|
9511
9448
|
from {
|
|
9512
9449
|
opacity: 0;
|
|
9513
|
-
|
|
9514
|
-
height: 0;
|
|
9515
|
-
bottom: -999px;
|
|
9450
|
+
transform: translate3d(0, -300px, 0) scale(0.2);
|
|
9516
9451
|
}
|
|
9517
9452
|
}
|
|
9518
9453
|
@keyframes modalIn {
|
|
9519
9454
|
from {
|
|
9520
9455
|
opacity: 0;
|
|
9521
|
-
|
|
9522
|
-
height: 0;
|
|
9523
|
-
bottom: -999px;
|
|
9456
|
+
transform: translate3d(0, -300px, 0) scale(0.2);
|
|
9524
9457
|
}
|
|
9525
9458
|
}
|
|
9526
9459
|
@-webkit-keyframes modalOut {
|
|
9527
9460
|
to {
|
|
9528
9461
|
opacity: 0;
|
|
9529
|
-
|
|
9530
|
-
width: 0;
|
|
9531
|
-
height: 0;
|
|
9532
|
-
bottom: -999px;
|
|
9462
|
+
transform: translate3d(0, -300px, 0) scale(0.2);
|
|
9533
9463
|
}
|
|
9534
9464
|
}
|
|
9535
9465
|
@keyframes modalOut {
|
|
9536
9466
|
to {
|
|
9537
9467
|
opacity: 0;
|
|
9538
|
-
|
|
9539
|
-
width: 0;
|
|
9540
|
-
height: 0;
|
|
9541
|
-
bottom: -999px;
|
|
9468
|
+
transform: translate3d(0, -300px, 0) scale(0.2);
|
|
9542
9469
|
}
|
|
9543
9470
|
}
|
|
9544
9471
|
.a-Modal {
|
|
@@ -9668,53 +9595,84 @@ input[type=button].a-Button--block {
|
|
|
9668
9595
|
margin-left: var(--gap-sm);
|
|
9669
9596
|
}
|
|
9670
9597
|
.a-Modal--2th .a-Modal-content {
|
|
9671
|
-
margin-top: calc(
|
|
9598
|
+
margin-top: calc(
|
|
9599
|
+
var(--Modal-content-startMarginTop) +
|
|
9600
|
+
1 *
|
|
9601
|
+
var(--Modal-content-stepMarginTop)
|
|
9602
|
+
);
|
|
9672
9603
|
}
|
|
9673
9604
|
.a-Modal--3th .a-Modal-content {
|
|
9674
|
-
margin-top: calc(
|
|
9605
|
+
margin-top: calc(
|
|
9606
|
+
var(--Modal-content-startMarginTop) +
|
|
9607
|
+
2 *
|
|
9608
|
+
var(--Modal-content-stepMarginTop)
|
|
9609
|
+
);
|
|
9675
9610
|
}
|
|
9676
9611
|
.a-Modal--4th .a-Modal-content {
|
|
9677
|
-
margin-top: calc(
|
|
9612
|
+
margin-top: calc(
|
|
9613
|
+
var(--Modal-content-startMarginTop) +
|
|
9614
|
+
3 *
|
|
9615
|
+
var(--Modal-content-stepMarginTop)
|
|
9616
|
+
);
|
|
9678
9617
|
}
|
|
9679
9618
|
.a-Modal--5th .a-Modal-content {
|
|
9680
|
-
margin-top: calc(
|
|
9619
|
+
margin-top: calc(
|
|
9620
|
+
var(--Modal-content-startMarginTop) +
|
|
9621
|
+
4 *
|
|
9622
|
+
var(--Modal-content-stepMarginTop)
|
|
9623
|
+
);
|
|
9681
9624
|
}
|
|
9682
9625
|
.a-Modal--6th .a-Modal-content {
|
|
9683
|
-
margin-top: calc(
|
|
9626
|
+
margin-top: calc(
|
|
9627
|
+
var(--Modal-content-startMarginTop) +
|
|
9628
|
+
5 *
|
|
9629
|
+
var(--Modal-content-stepMarginTop)
|
|
9630
|
+
);
|
|
9684
9631
|
}
|
|
9685
9632
|
.a-Modal--7th .a-Modal-content {
|
|
9686
|
-
margin-top: calc(
|
|
9633
|
+
margin-top: calc(
|
|
9634
|
+
var(--Modal-content-startMarginTop) +
|
|
9635
|
+
6 *
|
|
9636
|
+
var(--Modal-content-stepMarginTop)
|
|
9637
|
+
);
|
|
9687
9638
|
}
|
|
9688
9639
|
.a-Modal--8th .a-Modal-content {
|
|
9689
|
-
margin-top: calc(
|
|
9640
|
+
margin-top: calc(
|
|
9641
|
+
var(--Modal-content-startMarginTop) +
|
|
9642
|
+
7 *
|
|
9643
|
+
var(--Modal-content-stepMarginTop)
|
|
9644
|
+
);
|
|
9690
9645
|
}
|
|
9691
9646
|
.a-Modal--9th .a-Modal-content {
|
|
9692
|
-
margin-top: calc(
|
|
9647
|
+
margin-top: calc(
|
|
9648
|
+
var(--Modal-content-startMarginTop) +
|
|
9649
|
+
8 *
|
|
9650
|
+
var(--Modal-content-stepMarginTop)
|
|
9651
|
+
);
|
|
9693
9652
|
}
|
|
9694
9653
|
.a-Modal--10th .a-Modal-content {
|
|
9695
|
-
margin-top: calc(
|
|
9654
|
+
margin-top: calc(
|
|
9655
|
+
var(--Modal-content-startMarginTop) +
|
|
9656
|
+
9 *
|
|
9657
|
+
var(--Modal-content-stepMarginTop)
|
|
9658
|
+
);
|
|
9696
9659
|
}
|
|
9697
9660
|
@media (min-width: 576px) {
|
|
9698
9661
|
.a-Modal-content {
|
|
9699
9662
|
max-width: var(--Modal-widthBase);
|
|
9700
9663
|
}
|
|
9701
|
-
|
|
9702
9664
|
.a-Modal--sm .a-Modal-content {
|
|
9703
9665
|
max-width: var(--Modal-widthSm);
|
|
9704
9666
|
}
|
|
9705
|
-
|
|
9706
9667
|
.a-Modal--base .a-Modal-content {
|
|
9707
9668
|
max-width: var(--Modal-widthBase);
|
|
9708
9669
|
}
|
|
9709
|
-
|
|
9710
9670
|
.a-Modal--md .a-Modal-content {
|
|
9711
9671
|
max-width: var(--Modal-widthMd);
|
|
9712
9672
|
}
|
|
9713
|
-
|
|
9714
9673
|
.a-Modal--lg .a-Modal-content {
|
|
9715
9674
|
max-width: var(--Modal-widthLg);
|
|
9716
9675
|
}
|
|
9717
|
-
|
|
9718
9676
|
.a-Modal--xl .a-Modal-content {
|
|
9719
9677
|
max-width: var(--Modal-widthXl);
|
|
9720
9678
|
}
|
|
@@ -9877,7 +9835,6 @@ input[type=button].a-Button--block {
|
|
|
9877
9835
|
text-align: center;
|
|
9878
9836
|
-webkit-user-select: none;
|
|
9879
9837
|
-moz-user-select: none;
|
|
9880
|
-
-ms-user-select: none;
|
|
9881
9838
|
user-select: none;
|
|
9882
9839
|
}
|
|
9883
9840
|
@media (min-width: 576px) {
|
|
@@ -9885,31 +9842,266 @@ input[type=button].a-Button--block {
|
|
|
9885
9842
|
width: var(--Drawer-widthBase);
|
|
9886
9843
|
height: var(--Drawer-widthBase);
|
|
9887
9844
|
}
|
|
9888
|
-
|
|
9889
9845
|
.a-Drawer--xs .a-Drawer-content {
|
|
9890
9846
|
width: var(--Drawer-widthXs);
|
|
9891
9847
|
height: var(--Drawer-widthXs);
|
|
9892
9848
|
}
|
|
9893
|
-
|
|
9894
9849
|
.a-Drawer--sm .a-Drawer-content {
|
|
9895
9850
|
width: var(--Drawer-widthSm);
|
|
9896
9851
|
height: var(--Drawer-widthSm);
|
|
9897
9852
|
}
|
|
9898
|
-
|
|
9899
9853
|
.a-Drawer--md .a-Drawer-content {
|
|
9900
9854
|
width: var(--Drawer-widthMd);
|
|
9901
9855
|
height: var(--Drawer-widthMd);
|
|
9902
9856
|
}
|
|
9903
|
-
|
|
9904
9857
|
.a-Drawer--lg .a-Drawer-content {
|
|
9905
9858
|
width: var(--Drawer-widthLg);
|
|
9906
9859
|
height: var(--Drawer-widthLg);
|
|
9907
9860
|
}
|
|
9908
|
-
|
|
9909
9861
|
.a-Drawer--xl .a-Drawer-content {
|
|
9910
9862
|
width: var(--Drawer-widthXl);
|
|
9911
9863
|
height: var(--Drawer-widthXl);
|
|
9912
9864
|
}
|
|
9865
|
+
.a-Drawer--right.a-Modal--2th.a-Drawer .a-Drawer-content,
|
|
9866
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer .a-Drawer-content {
|
|
9867
|
+
width: calc(var(--Drawer-widthBase) - 20px);
|
|
9868
|
+
}
|
|
9869
|
+
.a-Drawer--right.a-Modal--2th.a-Drawer--xs .a-Drawer-content,
|
|
9870
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--xs .a-Drawer-content {
|
|
9871
|
+
width: calc(var(--Drawer-widthXs) - 20px);
|
|
9872
|
+
}
|
|
9873
|
+
.a-Drawer--right.a-Modal--2th.a-Drawer--sm .a-Drawer-content,
|
|
9874
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--sm .a-Drawer-content {
|
|
9875
|
+
width: calc(var(--Drawer-widthSm) - 20px);
|
|
9876
|
+
}
|
|
9877
|
+
.a-Drawer--right.a-Modal--2th.a-Drawer--md .a-Drawer-content,
|
|
9878
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--md .a-Drawer-content {
|
|
9879
|
+
width: calc(var(--Drawer-widthMd) - 20px);
|
|
9880
|
+
}
|
|
9881
|
+
.a-Drawer--right.a-Modal--2th.a-Drawer--lg .a-Drawer-content,
|
|
9882
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--lg .a-Drawer-content {
|
|
9883
|
+
width: calc(var(--Drawer-widthLg) - 20px);
|
|
9884
|
+
}
|
|
9885
|
+
.a-Drawer--right.a-Modal--2th.a-Drawer--xl .a-Drawer-content,
|
|
9886
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--xl .a-Drawer-content {
|
|
9887
|
+
width: calc(var(--Drawer-widthXl) - 20px);
|
|
9888
|
+
}
|
|
9889
|
+
.a-Drawer--top.a-Modal--2th.a-Drawer .a-Drawer-content,
|
|
9890
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer .a-Drawer-content {
|
|
9891
|
+
height: calc(var(--Drawer-widthBase) - 20px);
|
|
9892
|
+
}
|
|
9893
|
+
.a-Drawer--top.a-Modal--2th.a-Drawer--xs .a-Drawer-content,
|
|
9894
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--xs .a-Drawer-content {
|
|
9895
|
+
height: calc(var(--Drawer-widthXs) - 20px);
|
|
9896
|
+
}
|
|
9897
|
+
.a-Drawer--top.a-Modal--2th.a-Drawer--sm .a-Drawer-content,
|
|
9898
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--sm .a-Drawer-content {
|
|
9899
|
+
height: calc(var(--Drawer-widthSm) - 20px);
|
|
9900
|
+
}
|
|
9901
|
+
.a-Drawer--top.a-Modal--2th.a-Drawer--md .a-Drawer-content,
|
|
9902
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--md .a-Drawer-content {
|
|
9903
|
+
height: calc(var(--Drawer-widthMd) - 20px);
|
|
9904
|
+
}
|
|
9905
|
+
.a-Drawer--top.a-Modal--2th.a-Drawer--lg .a-Drawer-content,
|
|
9906
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--lg .a-Drawer-content {
|
|
9907
|
+
height: calc(var(--Drawer-widthLg) - 20px);
|
|
9908
|
+
}
|
|
9909
|
+
.a-Drawer--top.a-Modal--2th.a-Drawer--xl .a-Drawer-content,
|
|
9910
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--xl .a-Drawer-content {
|
|
9911
|
+
height: calc(var(--Drawer-widthXl) - 20px);
|
|
9912
|
+
}
|
|
9913
|
+
.a-Drawer--right.a-Modal--3th.a-Drawer .a-Drawer-content,
|
|
9914
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer .a-Drawer-content {
|
|
9915
|
+
width: calc(var(--Drawer-widthBase) - 40px);
|
|
9916
|
+
}
|
|
9917
|
+
.a-Drawer--right.a-Modal--3th.a-Drawer--xs .a-Drawer-content,
|
|
9918
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--xs .a-Drawer-content {
|
|
9919
|
+
width: calc(var(--Drawer-widthXs) - 40px);
|
|
9920
|
+
}
|
|
9921
|
+
.a-Drawer--right.a-Modal--3th.a-Drawer--sm .a-Drawer-content,
|
|
9922
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--sm .a-Drawer-content {
|
|
9923
|
+
width: calc(var(--Drawer-widthSm) - 40px);
|
|
9924
|
+
}
|
|
9925
|
+
.a-Drawer--right.a-Modal--3th.a-Drawer--md .a-Drawer-content,
|
|
9926
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--md .a-Drawer-content {
|
|
9927
|
+
width: calc(var(--Drawer-widthMd) - 40px);
|
|
9928
|
+
}
|
|
9929
|
+
.a-Drawer--right.a-Modal--3th.a-Drawer--lg .a-Drawer-content,
|
|
9930
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--lg .a-Drawer-content {
|
|
9931
|
+
width: calc(var(--Drawer-widthLg) - 40px);
|
|
9932
|
+
}
|
|
9933
|
+
.a-Drawer--right.a-Modal--3th.a-Drawer--xl .a-Drawer-content,
|
|
9934
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--xl .a-Drawer-content {
|
|
9935
|
+
width: calc(var(--Drawer-widthXl) - 40px);
|
|
9936
|
+
}
|
|
9937
|
+
.a-Drawer--top.a-Modal--3th.a-Drawer .a-Drawer-content,
|
|
9938
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer .a-Drawer-content {
|
|
9939
|
+
height: calc(var(--Drawer-widthBase) - 40px);
|
|
9940
|
+
}
|
|
9941
|
+
.a-Drawer--top.a-Modal--3th.a-Drawer--xs .a-Drawer-content,
|
|
9942
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--xs .a-Drawer-content {
|
|
9943
|
+
height: calc(var(--Drawer-widthXs) - 40px);
|
|
9944
|
+
}
|
|
9945
|
+
.a-Drawer--top.a-Modal--3th.a-Drawer--sm .a-Drawer-content,
|
|
9946
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--sm .a-Drawer-content {
|
|
9947
|
+
height: calc(var(--Drawer-widthSm) - 40px);
|
|
9948
|
+
}
|
|
9949
|
+
.a-Drawer--top.a-Modal--3th.a-Drawer--md .a-Drawer-content,
|
|
9950
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--md .a-Drawer-content {
|
|
9951
|
+
height: calc(var(--Drawer-widthMd) - 40px);
|
|
9952
|
+
}
|
|
9953
|
+
.a-Drawer--top.a-Modal--3th.a-Drawer--lg .a-Drawer-content,
|
|
9954
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--lg .a-Drawer-content {
|
|
9955
|
+
height: calc(var(--Drawer-widthLg) - 40px);
|
|
9956
|
+
}
|
|
9957
|
+
.a-Drawer--top.a-Modal--3th.a-Drawer--xl .a-Drawer-content,
|
|
9958
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--xl .a-Drawer-content {
|
|
9959
|
+
height: calc(var(--Drawer-widthXl) - 40px);
|
|
9960
|
+
}
|
|
9961
|
+
.a-Drawer--right.a-Modal--4th.a-Drawer .a-Drawer-content,
|
|
9962
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer .a-Drawer-content {
|
|
9963
|
+
width: calc(var(--Drawer-widthBase) - 60px);
|
|
9964
|
+
}
|
|
9965
|
+
.a-Drawer--right.a-Modal--4th.a-Drawer--xs .a-Drawer-content,
|
|
9966
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--xs .a-Drawer-content {
|
|
9967
|
+
width: calc(var(--Drawer-widthXs) - 60px);
|
|
9968
|
+
}
|
|
9969
|
+
.a-Drawer--right.a-Modal--4th.a-Drawer--sm .a-Drawer-content,
|
|
9970
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--sm .a-Drawer-content {
|
|
9971
|
+
width: calc(var(--Drawer-widthSm) - 60px);
|
|
9972
|
+
}
|
|
9973
|
+
.a-Drawer--right.a-Modal--4th.a-Drawer--md .a-Drawer-content,
|
|
9974
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--md .a-Drawer-content {
|
|
9975
|
+
width: calc(var(--Drawer-widthMd) - 60px);
|
|
9976
|
+
}
|
|
9977
|
+
.a-Drawer--right.a-Modal--4th.a-Drawer--lg .a-Drawer-content,
|
|
9978
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--lg .a-Drawer-content {
|
|
9979
|
+
width: calc(var(--Drawer-widthLg) - 60px);
|
|
9980
|
+
}
|
|
9981
|
+
.a-Drawer--right.a-Modal--4th.a-Drawer--xl .a-Drawer-content,
|
|
9982
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--xl .a-Drawer-content {
|
|
9983
|
+
width: calc(var(--Drawer-widthXl) - 60px);
|
|
9984
|
+
}
|
|
9985
|
+
.a-Drawer--top.a-Modal--4th.a-Drawer .a-Drawer-content,
|
|
9986
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer .a-Drawer-content {
|
|
9987
|
+
height: calc(var(--Drawer-widthBase) - 60px);
|
|
9988
|
+
}
|
|
9989
|
+
.a-Drawer--top.a-Modal--4th.a-Drawer--xs .a-Drawer-content,
|
|
9990
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--xs .a-Drawer-content {
|
|
9991
|
+
height: calc(var(--Drawer-widthXs) - 60px);
|
|
9992
|
+
}
|
|
9993
|
+
.a-Drawer--top.a-Modal--4th.a-Drawer--sm .a-Drawer-content,
|
|
9994
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--sm .a-Drawer-content {
|
|
9995
|
+
height: calc(var(--Drawer-widthSm) - 60px);
|
|
9996
|
+
}
|
|
9997
|
+
.a-Drawer--top.a-Modal--4th.a-Drawer--md .a-Drawer-content,
|
|
9998
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--md .a-Drawer-content {
|
|
9999
|
+
height: calc(var(--Drawer-widthMd) - 60px);
|
|
10000
|
+
}
|
|
10001
|
+
.a-Drawer--top.a-Modal--4th.a-Drawer--lg .a-Drawer-content,
|
|
10002
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--lg .a-Drawer-content {
|
|
10003
|
+
height: calc(var(--Drawer-widthLg) - 60px);
|
|
10004
|
+
}
|
|
10005
|
+
.a-Drawer--top.a-Modal--4th.a-Drawer--xl .a-Drawer-content,
|
|
10006
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--xl .a-Drawer-content {
|
|
10007
|
+
height: calc(var(--Drawer-widthXl) - 60px);
|
|
10008
|
+
}
|
|
10009
|
+
.a-Drawer--right.a-Modal--5th.a-Drawer .a-Drawer-content,
|
|
10010
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer .a-Drawer-content {
|
|
10011
|
+
width: calc(var(--Drawer-widthBase) - 80px);
|
|
10012
|
+
}
|
|
10013
|
+
.a-Drawer--right.a-Modal--5th.a-Drawer--xs .a-Drawer-content,
|
|
10014
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--xs .a-Drawer-content {
|
|
10015
|
+
width: calc(var(--Drawer-widthXs) - 80px);
|
|
10016
|
+
}
|
|
10017
|
+
.a-Drawer--right.a-Modal--5th.a-Drawer--sm .a-Drawer-content,
|
|
10018
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--sm .a-Drawer-content {
|
|
10019
|
+
width: calc(var(--Drawer-widthSm) - 80px);
|
|
10020
|
+
}
|
|
10021
|
+
.a-Drawer--right.a-Modal--5th.a-Drawer--md .a-Drawer-content,
|
|
10022
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--md .a-Drawer-content {
|
|
10023
|
+
width: calc(var(--Drawer-widthMd) - 80px);
|
|
10024
|
+
}
|
|
10025
|
+
.a-Drawer--right.a-Modal--5th.a-Drawer--lg .a-Drawer-content,
|
|
10026
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--lg .a-Drawer-content {
|
|
10027
|
+
width: calc(var(--Drawer-widthLg) - 80px);
|
|
10028
|
+
}
|
|
10029
|
+
.a-Drawer--right.a-Modal--5th.a-Drawer--xl .a-Drawer-content,
|
|
10030
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--xl .a-Drawer-content {
|
|
10031
|
+
width: calc(var(--Drawer-widthXl) - 80px);
|
|
10032
|
+
}
|
|
10033
|
+
.a-Drawer--top.a-Modal--5th.a-Drawer .a-Drawer-content,
|
|
10034
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer .a-Drawer-content {
|
|
10035
|
+
height: calc(var(--Drawer-widthBase) - 80px);
|
|
10036
|
+
}
|
|
10037
|
+
.a-Drawer--top.a-Modal--5th.a-Drawer--xs .a-Drawer-content,
|
|
10038
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--xs .a-Drawer-content {
|
|
10039
|
+
height: calc(var(--Drawer-widthXs) - 80px);
|
|
10040
|
+
}
|
|
10041
|
+
.a-Drawer--top.a-Modal--5th.a-Drawer--sm .a-Drawer-content,
|
|
10042
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--sm .a-Drawer-content {
|
|
10043
|
+
height: calc(var(--Drawer-widthSm) - 80px);
|
|
10044
|
+
}
|
|
10045
|
+
.a-Drawer--top.a-Modal--5th.a-Drawer--md .a-Drawer-content,
|
|
10046
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--md .a-Drawer-content {
|
|
10047
|
+
height: calc(var(--Drawer-widthMd) - 80px);
|
|
10048
|
+
}
|
|
10049
|
+
.a-Drawer--top.a-Modal--5th.a-Drawer--lg .a-Drawer-content,
|
|
10050
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--lg .a-Drawer-content {
|
|
10051
|
+
height: calc(var(--Drawer-widthLg) - 80px);
|
|
10052
|
+
}
|
|
10053
|
+
.a-Drawer--top.a-Modal--5th.a-Drawer--xl .a-Drawer-content,
|
|
10054
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--xl .a-Drawer-content {
|
|
10055
|
+
height: calc(var(--Drawer-widthXl) - 80px);
|
|
10056
|
+
}
|
|
10057
|
+
.a-Drawer--right.a-Modal--6th.a-Drawer .a-Drawer-content,
|
|
10058
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer .a-Drawer-content {
|
|
10059
|
+
width: calc(var(--Drawer-widthBase) - 100px);
|
|
10060
|
+
}
|
|
10061
|
+
.a-Drawer--right.a-Modal--6th.a-Drawer--xs .a-Drawer-content,
|
|
10062
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--xs .a-Drawer-content {
|
|
10063
|
+
width: calc(var(--Drawer-widthXs) - 100px);
|
|
10064
|
+
}
|
|
10065
|
+
.a-Drawer--right.a-Modal--6th.a-Drawer--sm .a-Drawer-content,
|
|
10066
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--sm .a-Drawer-content {
|
|
10067
|
+
width: calc(var(--Drawer-widthSm) - 100px);
|
|
10068
|
+
}
|
|
10069
|
+
.a-Drawer--right.a-Modal--6th.a-Drawer--md .a-Drawer-content,
|
|
10070
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--md .a-Drawer-content {
|
|
10071
|
+
width: calc(var(--Drawer-widthMd) - 100px);
|
|
10072
|
+
}
|
|
10073
|
+
.a-Drawer--right.a-Modal--6th.a-Drawer--lg .a-Drawer-content,
|
|
10074
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--lg .a-Drawer-content {
|
|
10075
|
+
width: calc(var(--Drawer-widthLg) - 100px);
|
|
10076
|
+
}
|
|
10077
|
+
.a-Drawer--right.a-Modal--6th.a-Drawer--xl .a-Drawer-content,
|
|
10078
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--xl .a-Drawer-content {
|
|
10079
|
+
width: calc(var(--Drawer-widthXl) - 100px);
|
|
10080
|
+
}
|
|
10081
|
+
.a-Drawer--top.a-Modal--6th.a-Drawer .a-Drawer-content,
|
|
10082
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer .a-Drawer-content {
|
|
10083
|
+
height: calc(var(--Drawer-widthBase) - 100px);
|
|
10084
|
+
}
|
|
10085
|
+
.a-Drawer--top.a-Modal--6th.a-Drawer--xs .a-Drawer-content,
|
|
10086
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--xs .a-Drawer-content {
|
|
10087
|
+
height: calc(var(--Drawer-widthXs) - 100px);
|
|
10088
|
+
}
|
|
10089
|
+
.a-Drawer--top.a-Modal--6th.a-Drawer--sm .a-Drawer-content,
|
|
10090
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--sm .a-Drawer-content {
|
|
10091
|
+
height: calc(var(--Drawer-widthSm) - 100px);
|
|
10092
|
+
}
|
|
10093
|
+
.a-Drawer--top.a-Modal--6th.a-Drawer--md .a-Drawer-content,
|
|
10094
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--md .a-Drawer-content {
|
|
10095
|
+
height: calc(var(--Drawer-widthMd) - 100px);
|
|
10096
|
+
}
|
|
10097
|
+
.a-Drawer--top.a-Modal--6th.a-Drawer--lg .a-Drawer-content,
|
|
10098
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--lg .a-Drawer-content {
|
|
10099
|
+
height: calc(var(--Drawer-widthLg) - 100px);
|
|
10100
|
+
}
|
|
10101
|
+
.a-Drawer--top.a-Modal--6th.a-Drawer--xl .a-Drawer-content,
|
|
10102
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--xl .a-Drawer-content {
|
|
10103
|
+
height: calc(var(--Drawer-widthXl) - 100px);
|
|
10104
|
+
}
|
|
9913
10105
|
}
|
|
9914
10106
|
.a-Drawer--top .a-Drawer-content.in,
|
|
9915
10107
|
.a-Drawer--right .a-Drawer-content.in,
|
|
@@ -9967,9 +10159,7 @@ input[type=button].a-Button--block {
|
|
|
9967
10159
|
.a-Drawer--right .a-Drawer-footer .a-Drawer-info {
|
|
9968
10160
|
flex-basis: 0;
|
|
9969
10161
|
flex-grow: 1;
|
|
9970
|
-
order: 10;
|
|
9971
10162
|
align-self: center;
|
|
9972
|
-
text-align: right;
|
|
9973
10163
|
}
|
|
9974
10164
|
.a-Drawer--right .a-Drawer-footer .a-Drawer-error {
|
|
9975
10165
|
color: var(--danger);
|
|
@@ -9978,8 +10168,7 @@ input[type=button].a-Button--block {
|
|
|
9978
10168
|
left: -0.375rem;
|
|
9979
10169
|
top: 50%;
|
|
9980
10170
|
cursor: ew-resize;
|
|
9981
|
-
|
|
9982
|
-
writing-mode: vertical-lr;
|
|
10171
|
+
writing-mode: vertical-lr;
|
|
9983
10172
|
width: 0.75rem;
|
|
9984
10173
|
height: 1.5rem;
|
|
9985
10174
|
}
|
|
@@ -10028,8 +10217,7 @@ input[type=button].a-Button--block {
|
|
|
10028
10217
|
right: -0.375rem;
|
|
10029
10218
|
top: 50%;
|
|
10030
10219
|
cursor: ew-resize;
|
|
10031
|
-
|
|
10032
|
-
writing-mode: vertical-lr;
|
|
10220
|
+
writing-mode: vertical-lr;
|
|
10033
10221
|
width: 0.75rem;
|
|
10034
10222
|
height: 1.5rem;
|
|
10035
10223
|
}
|
|
@@ -10067,7 +10255,7 @@ input[type=button].a-Button--block {
|
|
|
10067
10255
|
margin-top: calc(var(--Tooltip-arrow-height) * -1 - 0.125rem);
|
|
10068
10256
|
}
|
|
10069
10257
|
.a-Tooltip--top .a-Tooltip-arrow {
|
|
10070
|
-
bottom: calc(
|
|
10258
|
+
bottom: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
10071
10259
|
}
|
|
10072
10260
|
.a-Tooltip--top .a-Tooltip-arrow::before,
|
|
10073
10261
|
.a-Tooltip--top .a-Tooltip-arrow::after {
|
|
@@ -10105,7 +10293,7 @@ input[type=button].a-Button--block {
|
|
|
10105
10293
|
margin-top: calc(var(--Tooltip-arrow-height) + 0.125rem);
|
|
10106
10294
|
}
|
|
10107
10295
|
.a-Tooltip--bottom .a-Tooltip-arrow {
|
|
10108
|
-
top: calc(
|
|
10296
|
+
top: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
10109
10297
|
}
|
|
10110
10298
|
.a-Tooltip--bottom .a-Tooltip-arrow::before,
|
|
10111
10299
|
.a-Tooltip--bottom .a-Tooltip-arrow::after {
|
|
@@ -10133,7 +10321,7 @@ input[type=button].a-Button--block {
|
|
|
10133
10321
|
}
|
|
10134
10322
|
.a-Tooltip--left .a-Tooltip-arrow {
|
|
10135
10323
|
left: auto;
|
|
10136
|
-
right: calc(
|
|
10324
|
+
right: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
10137
10325
|
width: var(--Tooltip-arrow-height);
|
|
10138
10326
|
height: var(--Tooltip-arrow-width);
|
|
10139
10327
|
margin-top: calc(var(--Tooltip-arrow-width) * -1 / 2);
|
|
@@ -10156,8 +10344,8 @@ input[type=button].a-Button--block {
|
|
|
10156
10344
|
font-size: var(--fontSizeBase);
|
|
10157
10345
|
color: var(--Tooltip-title-color);
|
|
10158
10346
|
font-weight: var(--Tooltip-fontWeight);
|
|
10159
|
-
border-top-left-radius: calc(
|
|
10160
|
-
border-top-right-radius: calc(
|
|
10347
|
+
border-top-left-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
10348
|
+
border-top-right-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
10161
10349
|
font-weight: var(--Tooltip-title-fontWeight);
|
|
10162
10350
|
}
|
|
10163
10351
|
.a-Tooltip-title:empty {
|
|
@@ -10528,7 +10716,6 @@ input[type=button].a-Button--block {
|
|
|
10528
10716
|
background-color: var(--PickerColumns-bg);
|
|
10529
10717
|
-webkit-user-select: none;
|
|
10530
10718
|
-moz-user-select: none;
|
|
10531
|
-
-ms-user-select: none;
|
|
10532
10719
|
user-select: none;
|
|
10533
10720
|
flex: 1;
|
|
10534
10721
|
overflow: hidden;
|
|
@@ -10618,7 +10805,7 @@ input[type=button].a-Button--block {
|
|
|
10618
10805
|
z-index: 1;
|
|
10619
10806
|
width: 100%;
|
|
10620
10807
|
height: 100%;
|
|
10621
|
-
background-image: linear-gradient(180deg,
|
|
10808
|
+
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));
|
|
10622
10809
|
background-repeat: no-repeat;
|
|
10623
10810
|
background-position: top, bottom;
|
|
10624
10811
|
transform: translateZ(0);
|
|
@@ -11225,7 +11412,6 @@ input[type=button].a-Button--block {
|
|
|
11225
11412
|
list-style: none;
|
|
11226
11413
|
-webkit-user-select: none;
|
|
11227
11414
|
-moz-user-select: none;
|
|
11228
|
-
-ms-user-select: none;
|
|
11229
11415
|
user-select: none;
|
|
11230
11416
|
}
|
|
11231
11417
|
.a-Tabs-links::before, .a-Tabs-links::after {
|
|
@@ -11286,6 +11472,9 @@ input[type=button].a-Button--block {
|
|
|
11286
11472
|
position: relative;
|
|
11287
11473
|
top: 0.125em;
|
|
11288
11474
|
}
|
|
11475
|
+
.a-Tabs-links > .a-Tabs-link > a.a-Tabs-togglor {
|
|
11476
|
+
display: flex;
|
|
11477
|
+
}
|
|
11289
11478
|
.a-Tabs-links > .a-Tabs-link > .a-Combo-toolbarBtn {
|
|
11290
11479
|
position: absolute;
|
|
11291
11480
|
right: -10px;
|
|
@@ -11315,6 +11504,39 @@ input[type=button].a-Button--block {
|
|
|
11315
11504
|
border-color: var(--Tabs-onActive-borderColor);
|
|
11316
11505
|
border-bottom-color: transparent;
|
|
11317
11506
|
}
|
|
11507
|
+
.a-Tabs .a-Tabs-togglor {
|
|
11508
|
+
display: flex;
|
|
11509
|
+
justify-content: center;
|
|
11510
|
+
margin: auto;
|
|
11511
|
+
cursor: pointer;
|
|
11512
|
+
}
|
|
11513
|
+
.a-Tabs .a-Tabs-togglor-arrow {
|
|
11514
|
+
width: var(--gap-md);
|
|
11515
|
+
text-align: center;
|
|
11516
|
+
display: flex;
|
|
11517
|
+
align-items: center;
|
|
11518
|
+
justify-content: center;
|
|
11519
|
+
line-height: 1;
|
|
11520
|
+
transform: rotate(90deg);
|
|
11521
|
+
}
|
|
11522
|
+
.a-Tabs .a-Tabs-togglor-arrow > svg {
|
|
11523
|
+
transition: transform var(--animation-duration);
|
|
11524
|
+
display: inline-block;
|
|
11525
|
+
color: var(--Form-select-caret-iconColor);
|
|
11526
|
+
width: 10px;
|
|
11527
|
+
height: 10px;
|
|
11528
|
+
top: 0;
|
|
11529
|
+
}
|
|
11530
|
+
.a-Tabs .a-Tabs-togglor.is-opened {
|
|
11531
|
+
color: var(--Tabs-onActive-color);
|
|
11532
|
+
}
|
|
11533
|
+
.a-Tabs .a-Tabs-togglor.is-opened .a-Tabs-togglor-arrow > svg {
|
|
11534
|
+
transform: rotate(180deg);
|
|
11535
|
+
}
|
|
11536
|
+
.a-Tabs-PopOver.a-PopOver {
|
|
11537
|
+
border: 0;
|
|
11538
|
+
border-radius: 0;
|
|
11539
|
+
}
|
|
11318
11540
|
.a-Tabs-content {
|
|
11319
11541
|
background: var(--Tabs-content-bg);
|
|
11320
11542
|
border-style: solid;
|
|
@@ -11389,8 +11611,8 @@ input[type=button].a-Button--block {
|
|
|
11389
11611
|
}
|
|
11390
11612
|
.a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active,
|
|
11391
11613
|
.a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active {
|
|
11392
|
-
color: #
|
|
11393
|
-
border-color: #
|
|
11614
|
+
color: #144bcc;
|
|
11615
|
+
border-color: #144bcc;
|
|
11394
11616
|
}
|
|
11395
11617
|
.a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:last-child > a,
|
|
11396
11618
|
.a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:last-child > a {
|
|
@@ -11755,7 +11977,7 @@ input[type=button].a-Button--block {
|
|
|
11755
11977
|
.a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active:after {
|
|
11756
11978
|
display: none;
|
|
11757
11979
|
}
|
|
11758
|
-
.a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li:after {
|
|
11980
|
+
.a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li:not(:last-child):after {
|
|
11759
11981
|
content: "";
|
|
11760
11982
|
width: 1px;
|
|
11761
11983
|
height: calc(100% - var(--Tabs--chrome-radius-size) * 2);
|
|
@@ -11850,8 +12072,8 @@ input[type=button].a-Button--block {
|
|
|
11850
12072
|
border: none;
|
|
11851
12073
|
}
|
|
11852
12074
|
.a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child:hover:active, .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active {
|
|
11853
|
-
color: #
|
|
11854
|
-
border-color: #
|
|
12075
|
+
color: #144bcc;
|
|
12076
|
+
border-color: #144bcc;
|
|
11855
12077
|
}
|
|
11856
12078
|
.a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover .a-Tabs-link-close {
|
|
11857
12079
|
fill: var(--primary);
|
|
@@ -11941,8 +12163,8 @@ input[type=button].a-Button--block {
|
|
|
11941
12163
|
color: var(--Tabs--line-onHover-color);
|
|
11942
12164
|
}
|
|
11943
12165
|
.a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active > a:first-child:hover:active, .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:not(.is-disabled):hover > a:first-child:hover:active {
|
|
11944
|
-
color: #
|
|
11945
|
-
border-color: #
|
|
12166
|
+
color: #144bcc;
|
|
12167
|
+
border-color: #144bcc;
|
|
11946
12168
|
}
|
|
11947
12169
|
.a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:not(.is-disabled):hover .a-Tabs-link-close {
|
|
11948
12170
|
fill: var(--primary);
|
|
@@ -11970,7 +12192,6 @@ input[type=button].a-Button--block {
|
|
|
11970
12192
|
list-style: none;
|
|
11971
12193
|
-webkit-user-select: none;
|
|
11972
12194
|
-moz-user-select: none;
|
|
11973
|
-
-ms-user-select: none;
|
|
11974
12195
|
user-select: none;
|
|
11975
12196
|
margin: 0;
|
|
11976
12197
|
padding: 0;
|
|
@@ -12009,7 +12230,6 @@ input[type=button].a-Button--block {
|
|
|
12009
12230
|
white-space: nowrap;
|
|
12010
12231
|
-webkit-user-select: none;
|
|
12011
12232
|
-moz-user-select: none;
|
|
12012
|
-
-ms-user-select: none;
|
|
12013
12233
|
user-select: none;
|
|
12014
12234
|
}
|
|
12015
12235
|
.a-Nav .a-Nav-list--tabs {
|
|
@@ -12309,8 +12529,7 @@ input[type=button].a-Button--block {
|
|
|
12309
12529
|
right: -0.375rem;
|
|
12310
12530
|
top: 50%;
|
|
12311
12531
|
cursor: ew-resize;
|
|
12312
|
-
|
|
12313
|
-
writing-mode: vertical-lr;
|
|
12532
|
+
writing-mode: vertical-lr;
|
|
12314
12533
|
width: 0.75rem;
|
|
12315
12534
|
height: 1.5rem;
|
|
12316
12535
|
margin-top: -0.75rem;
|
|
@@ -12322,7 +12541,6 @@ input[type=button].a-Button--block {
|
|
|
12322
12541
|
text-align: center;
|
|
12323
12542
|
-webkit-user-select: none;
|
|
12324
12543
|
-moz-user-select: none;
|
|
12325
|
-
-ms-user-select: none;
|
|
12326
12544
|
user-select: none;
|
|
12327
12545
|
color: #666;
|
|
12328
12546
|
}
|
|
@@ -12355,7 +12573,6 @@ input[type=button].a-Button--block {
|
|
|
12355
12573
|
min-width: var(--Page-aside-width);
|
|
12356
12574
|
max-width: var(--Page-aside-maxWidth);
|
|
12357
12575
|
}
|
|
12358
|
-
|
|
12359
12576
|
.a-Page--withSidebar {
|
|
12360
12577
|
display: flex;
|
|
12361
12578
|
flex-direction: row;
|
|
@@ -12394,7 +12611,6 @@ input[type=button].a-Button--block {
|
|
|
12394
12611
|
font-size: var(--fontSizeSm);
|
|
12395
12612
|
-webkit-user-select: none;
|
|
12396
12613
|
-moz-user-select: none;
|
|
12397
|
-
-ms-user-select: none;
|
|
12398
12614
|
user-select: none;
|
|
12399
12615
|
}
|
|
12400
12616
|
.a-Remark-icon > svg {
|
|
@@ -13115,12 +13331,12 @@ input[type=button].a-Button--block {
|
|
|
13115
13331
|
background: var(--DropDown-menu-bg);
|
|
13116
13332
|
list-style: none;
|
|
13117
13333
|
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
|
13334
|
+
margin: 0;
|
|
13118
13335
|
min-width: var(--DropDown-menu-minWidth);
|
|
13119
13336
|
text-align: left;
|
|
13120
13337
|
border: none;
|
|
13121
13338
|
-webkit-user-select: none;
|
|
13122
13339
|
-moz-user-select: none;
|
|
13123
|
-
-ms-user-select: none;
|
|
13124
13340
|
user-select: none;
|
|
13125
13341
|
}
|
|
13126
13342
|
.a-DropDown-menu-root {
|
|
@@ -13149,7 +13365,6 @@ input[type=button].a-Button--block {
|
|
|
13149
13365
|
vertical-align: middle;
|
|
13150
13366
|
-webkit-user-select: none;
|
|
13151
13367
|
-moz-user-select: none;
|
|
13152
|
-
-ms-user-select: none;
|
|
13153
13368
|
user-select: none;
|
|
13154
13369
|
color: var(--DropDown-menuItem-color);
|
|
13155
13370
|
-webkit-text-decoration: var(--link-decoration);
|
|
@@ -13628,7 +13843,6 @@ input[type=button].a-Button--block {
|
|
|
13628
13843
|
cursor: not-allowed;
|
|
13629
13844
|
-webkit-user-select: none;
|
|
13630
13845
|
-moz-user-select: none;
|
|
13631
|
-
-ms-user-select: none;
|
|
13632
13846
|
user-select: none;
|
|
13633
13847
|
color: var(--text--muted-color);
|
|
13634
13848
|
}
|
|
@@ -13953,7 +14167,6 @@ input[type=button].a-Button--block {
|
|
|
13953
14167
|
border-radius: 5px;
|
|
13954
14168
|
-webkit-user-select: none;
|
|
13955
14169
|
-moz-user-select: none;
|
|
13956
|
-
-ms-user-select: none;
|
|
13957
14170
|
user-select: none;
|
|
13958
14171
|
}
|
|
13959
14172
|
.a-CBSeprator {
|
|
@@ -13962,7 +14175,6 @@ input[type=button].a-Button--block {
|
|
|
13962
14175
|
display: inline-block;
|
|
13963
14176
|
-webkit-user-select: none;
|
|
13964
14177
|
-moz-user-select: none;
|
|
13965
|
-
-ms-user-select: none;
|
|
13966
14178
|
user-select: none;
|
|
13967
14179
|
}
|
|
13968
14180
|
.a-CBPicker-trigger {
|
|
@@ -14389,9 +14601,10 @@ input[type=button].a-Button--block {
|
|
|
14389
14601
|
vertical-align: middle;
|
|
14390
14602
|
-webkit-user-select: none;
|
|
14391
14603
|
-moz-user-select: none;
|
|
14392
|
-
-ms-user-select: none;
|
|
14393
14604
|
user-select: none;
|
|
14394
|
-
line-height: calc(
|
|
14605
|
+
line-height: calc(
|
|
14606
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
14607
|
+
);
|
|
14395
14608
|
display: inline-block;
|
|
14396
14609
|
font-size: var(--Form-selectValue-fontSize);
|
|
14397
14610
|
color: var(--Form-selectValue-color);
|
|
@@ -14424,7 +14637,6 @@ input[type=button].a-Button--block {
|
|
|
14424
14637
|
cursor: pointer;
|
|
14425
14638
|
-webkit-user-select: none;
|
|
14426
14639
|
-moz-user-select: none;
|
|
14427
|
-
-ms-user-select: none;
|
|
14428
14640
|
user-select: none;
|
|
14429
14641
|
margin-left: var(--gap-xs);
|
|
14430
14642
|
margin-top: var(--gap-xs);
|
|
@@ -14524,9 +14736,10 @@ input[type=button].a-Button--block {
|
|
|
14524
14736
|
vertical-align: middle;
|
|
14525
14737
|
-webkit-user-select: none;
|
|
14526
14738
|
-moz-user-select: none;
|
|
14527
|
-
-ms-user-select: none;
|
|
14528
14739
|
user-select: none;
|
|
14529
|
-
line-height: calc(
|
|
14740
|
+
line-height: calc(
|
|
14741
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
14742
|
+
);
|
|
14530
14743
|
display: inline-block;
|
|
14531
14744
|
font-size: var(--Form-selectValue-fontSize);
|
|
14532
14745
|
color: var(--Form-selectValue-color);
|
|
@@ -14559,7 +14772,6 @@ input[type=button].a-Button--block {
|
|
|
14559
14772
|
cursor: pointer;
|
|
14560
14773
|
-webkit-user-select: none;
|
|
14561
14774
|
-moz-user-select: none;
|
|
14562
|
-
-ms-user-select: none;
|
|
14563
14775
|
user-select: none;
|
|
14564
14776
|
margin-left: var(--gap-xs);
|
|
14565
14777
|
margin-top: var(--gap-xs);
|
|
@@ -14716,7 +14928,7 @@ input[type=button].a-Button--block {
|
|
|
14716
14928
|
}
|
|
14717
14929
|
.a-Table-heading {
|
|
14718
14930
|
background: var(--Table-heading-bg);
|
|
14719
|
-
padding: calc(
|
|
14931
|
+
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
14720
14932
|
}
|
|
14721
14933
|
.a-Table--unsaved .a-Table-heading {
|
|
14722
14934
|
background: var(--Table--unsaved-heading-bg);
|
|
@@ -14748,13 +14960,15 @@ input[type=button].a-Button--block {
|
|
|
14748
14960
|
.a-Table-searchableForm {
|
|
14749
14961
|
background: var(--Table-searchableForm-backgroundColor);
|
|
14750
14962
|
border-radius: var(--Table-searchableForm-borderRadius);
|
|
14963
|
+
margin-bottom: 0;
|
|
14751
14964
|
}
|
|
14752
14965
|
.a-Table-searchableForm-footer {
|
|
14753
14966
|
padding: var(--Panel-footerPadding);
|
|
14754
14967
|
clear: both;
|
|
14755
14968
|
}
|
|
14756
|
-
.a-Table-searchableForm-checkbox
|
|
14757
|
-
padding
|
|
14969
|
+
.a-Table-searchableForm-checkbox-inner {
|
|
14970
|
+
/* 消除checkbox自身的padding top */
|
|
14971
|
+
padding-top: 0 !important;
|
|
14758
14972
|
}
|
|
14759
14973
|
.a-Table-header {
|
|
14760
14974
|
padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
|
|
@@ -14766,7 +14980,7 @@ input[type=button].a-Button--block {
|
|
|
14766
14980
|
}
|
|
14767
14981
|
.a-Table-toolbar {
|
|
14768
14982
|
display: flex;
|
|
14769
|
-
|
|
14983
|
+
padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
|
|
14770
14984
|
flex-wrap: wrap;
|
|
14771
14985
|
}
|
|
14772
14986
|
.a-Table-toolbar::before, .a-Table-toolbar::after {
|
|
@@ -14813,7 +15027,6 @@ input[type=button].a-Button--block {
|
|
|
14813
15027
|
cursor: col-resize;
|
|
14814
15028
|
-webkit-user-select: none;
|
|
14815
15029
|
-moz-user-select: none;
|
|
14816
|
-
-ms-user-select: none;
|
|
14817
15030
|
user-select: none;
|
|
14818
15031
|
opacity: 0.5;
|
|
14819
15032
|
z-index: 3000;
|
|
@@ -15919,12 +16132,42 @@ input[type=button].a-Button--block {
|
|
|
15919
16132
|
top: 0;
|
|
15920
16133
|
z-index: 1;
|
|
15921
16134
|
}
|
|
15922
|
-
.a-Table--autoFillHeight > .a-Table-fixedTop
|
|
16135
|
+
.a-Table--autoFillHeight > .a-Table-fixedTop {
|
|
15923
16136
|
display: none;
|
|
15924
16137
|
}
|
|
15925
16138
|
.a-Table--autoFillHeight > .a-Table-footToolbar {
|
|
15926
16139
|
margin-bottom: 0;
|
|
15927
16140
|
}
|
|
16141
|
+
.a-Table-SFToggler {
|
|
16142
|
+
color: var(--text-color);
|
|
16143
|
+
font-size: var(--Button--sm-fontSize);
|
|
16144
|
+
margin-left: var(--gap-sm);
|
|
16145
|
+
display: inline-flex;
|
|
16146
|
+
cursor: pointer;
|
|
16147
|
+
}
|
|
16148
|
+
.a-Table-SFToggler-arrow {
|
|
16149
|
+
width: var(--gap-md);
|
|
16150
|
+
text-align: center;
|
|
16151
|
+
display: flex;
|
|
16152
|
+
align-items: center;
|
|
16153
|
+
justify-content: center;
|
|
16154
|
+
line-height: 1;
|
|
16155
|
+
transform: rotate(90deg);
|
|
16156
|
+
}
|
|
16157
|
+
.a-Table-SFToggler-arrow > svg {
|
|
16158
|
+
transition: transform var(--animation-duration);
|
|
16159
|
+
display: inline-block;
|
|
16160
|
+
color: var(--Form-select-caret-iconColor);
|
|
16161
|
+
width: 10px;
|
|
16162
|
+
height: 10px;
|
|
16163
|
+
top: 0;
|
|
16164
|
+
}
|
|
16165
|
+
.a-Table-SFToggler.is-expanded {
|
|
16166
|
+
color: var(--Tabs-onActive-color);
|
|
16167
|
+
}
|
|
16168
|
+
.a-Table-SFToggler.is-expanded .a-Table-SFToggler-arrow > svg {
|
|
16169
|
+
transform: rotate(180deg);
|
|
16170
|
+
}
|
|
15928
16171
|
.a-InputTable .a-Field--quickEditable svg {
|
|
15929
16172
|
color: var(--primary);
|
|
15930
16173
|
}
|
|
@@ -15961,103 +16204,103 @@ input[type=button].a-Button--block {
|
|
|
15961
16204
|
padding: 0;
|
|
15962
16205
|
margin-right: 0.625rem;
|
|
15963
16206
|
}
|
|
15964
|
-
.a-
|
|
16207
|
+
.a-Table2 {
|
|
15965
16208
|
position: relative;
|
|
15966
16209
|
border-radius: var(--Table-borderRadius);
|
|
15967
16210
|
}
|
|
15968
|
-
.a-
|
|
16211
|
+
.a-Table2.a-Table-bordered {
|
|
15969
16212
|
border-width: var(--Table-borderWidth) var(--Table-borderWidth) 0 var(--Table-borderWidth);
|
|
15970
16213
|
border-style: solid;
|
|
15971
16214
|
border-color: var(--Table-borderColor);
|
|
15972
16215
|
border-collapse: inherit;
|
|
15973
16216
|
}
|
|
15974
|
-
.a-
|
|
15975
|
-
.a-
|
|
15976
|
-
.a-
|
|
16217
|
+
.a-Table2.a-Table-bordered .a-Table-table > thead > tr > th,
|
|
16218
|
+
.a-Table2.a-Table-bordered .a-Table-table > tbody > tr > td,
|
|
16219
|
+
.a-Table2.a-Table-bordered .a-Table-table > tfoot > tr > td {
|
|
15977
16220
|
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
15978
16221
|
}
|
|
15979
|
-
.a-
|
|
15980
|
-
.a-
|
|
15981
|
-
.a-
|
|
16222
|
+
.a-Table2.a-Table-bordered .a-Table-table > thead > tr > th:last-child,
|
|
16223
|
+
.a-Table2.a-Table-bordered .a-Table-table > tbody > tr > td:last-child,
|
|
16224
|
+
.a-Table2.a-Table-bordered .a-Table-table > tfoot > tr > td:last-child {
|
|
15982
16225
|
border-right: none;
|
|
15983
16226
|
}
|
|
15984
|
-
.a-
|
|
16227
|
+
.a-Table2.a-Table-bordered .a-Table-footer {
|
|
15985
16228
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
15986
16229
|
}
|
|
15987
|
-
.a-
|
|
16230
|
+
.a-Table2.a-Table-bordered .a-Table-title {
|
|
15988
16231
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
15989
16232
|
}
|
|
15990
|
-
.a-
|
|
16233
|
+
.a-Table2.a-Table-large .a-Table-table > thead > tr > th {
|
|
15991
16234
|
padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
|
|
15992
16235
|
}
|
|
15993
|
-
.a-
|
|
15994
|
-
.a-
|
|
16236
|
+
.a-Table2.a-Table-large .a-Table-table > tbody > tr > td,
|
|
16237
|
+
.a-Table2.a-Table-large .a-Table-table > tbody > tr > th {
|
|
15995
16238
|
padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
|
|
15996
16239
|
}
|
|
15997
|
-
.a-
|
|
16240
|
+
.a-Table2.a-Table-large .a-Table-table > tfoot > tr > td {
|
|
15998
16241
|
padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
|
|
15999
16242
|
}
|
|
16000
|
-
.a-
|
|
16001
|
-
right: calc(
|
|
16243
|
+
.a-Table2.a-Table-large .a-TableCell-filterBtn {
|
|
16244
|
+
right: calc(var(--TableCell-paddingX-large) - var(--TableCell-filterBtn-width) / 2);
|
|
16002
16245
|
}
|
|
16003
|
-
.a-
|
|
16246
|
+
.a-Table2.a-Table-small .a-Table-table > thead > tr > th {
|
|
16004
16247
|
padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
|
|
16005
16248
|
}
|
|
16006
|
-
.a-
|
|
16007
|
-
.a-
|
|
16249
|
+
.a-Table2.a-Table-small .a-Table-table > tbody > tr > td,
|
|
16250
|
+
.a-Table2.a-Table-small .a-Table-table > tbody > tr > th {
|
|
16008
16251
|
padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
|
|
16009
16252
|
}
|
|
16010
|
-
.a-
|
|
16253
|
+
.a-Table2.a-Table-small .a-Table-table > tfoot > tr > td {
|
|
16011
16254
|
padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
|
|
16012
16255
|
}
|
|
16013
|
-
.a-
|
|
16014
|
-
right: calc(
|
|
16256
|
+
.a-Table2.a-Table-small .a-TableCell-filterBtn {
|
|
16257
|
+
right: calc(var(--TableCell-paddingX-small) - var(--TableCell-filterBtn-width) / 2);
|
|
16015
16258
|
}
|
|
16016
|
-
.a-
|
|
16017
|
-
.a-
|
|
16259
|
+
.a-Table2 .a-Table-title,
|
|
16260
|
+
.a-Table2 .a-Table-footer {
|
|
16018
16261
|
background: var(--Table-heading-bg);
|
|
16019
|
-
padding: calc(
|
|
16262
|
+
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
16020
16263
|
}
|
|
16021
|
-
.a-
|
|
16264
|
+
.a-Table2 .a-Table-header {
|
|
16022
16265
|
padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
|
|
16023
16266
|
}
|
|
16024
|
-
.a-
|
|
16267
|
+
.a-Table2 .a-Table-header.a-Table-sticky-holder {
|
|
16025
16268
|
position: -webkit-sticky;
|
|
16026
16269
|
position: sticky;
|
|
16027
16270
|
z-index: 3;
|
|
16028
16271
|
background: var(--Table-bg);
|
|
16029
16272
|
}
|
|
16030
|
-
.a-
|
|
16273
|
+
.a-Table2 .a-Table-toolbar {
|
|
16031
16274
|
display: flex;
|
|
16032
16275
|
margin: 0 var(--Table-toolbar-marginX) var(--Table-toolbar-marginY);
|
|
16033
16276
|
flex-wrap: wrap;
|
|
16034
16277
|
}
|
|
16035
|
-
.a-
|
|
16278
|
+
.a-Table2 .a-Table-toolbar::before, .a-Table2 .a-Table-toolbar::after {
|
|
16036
16279
|
display: table;
|
|
16037
16280
|
content: "";
|
|
16038
16281
|
}
|
|
16039
|
-
.a-
|
|
16282
|
+
.a-Table2 .a-Table-toolbar::after {
|
|
16040
16283
|
clear: both;
|
|
16041
16284
|
}
|
|
16042
|
-
.a-
|
|
16285
|
+
.a-Table2 .a-Table-toolbar .a-DropDown-menuItem {
|
|
16043
16286
|
height: auto;
|
|
16044
16287
|
}
|
|
16045
|
-
.a-
|
|
16288
|
+
.a-Table2 .a-Table-toolbar .a-DropDown-menuItem .a-Checkbox {
|
|
16046
16289
|
display: flex;
|
|
16047
16290
|
align-items: center;
|
|
16048
16291
|
}
|
|
16049
|
-
.a-
|
|
16292
|
+
.a-Table2 .a-Table-header + .a-Table-toolbar {
|
|
16050
16293
|
padding-top: 0;
|
|
16051
16294
|
}
|
|
16052
|
-
.a-
|
|
16295
|
+
.a-Table2 .a-Table-content {
|
|
16053
16296
|
min-height: 0.01%;
|
|
16054
16297
|
overflow-x: auto;
|
|
16055
16298
|
transform: translateZ(0);
|
|
16056
16299
|
}
|
|
16057
|
-
.a-
|
|
16300
|
+
.a-Table2 .a-Table-content th {
|
|
16058
16301
|
position: relative;
|
|
16059
16302
|
}
|
|
16060
|
-
.a-
|
|
16303
|
+
.a-Table2 .a-Table-table {
|
|
16061
16304
|
width: 100%;
|
|
16062
16305
|
min-width: 100%;
|
|
16063
16306
|
margin-bottom: 0;
|
|
@@ -16068,16 +16311,16 @@ input[type=button].a-Button--block {
|
|
|
16068
16311
|
border-collapse: collapse;
|
|
16069
16312
|
border: none;
|
|
16070
16313
|
}
|
|
16071
|
-
.a-
|
|
16314
|
+
.a-Table2 .a-Table-table th, .a-Table2 .a-Table-table td {
|
|
16072
16315
|
text-align: left;
|
|
16073
16316
|
}
|
|
16074
|
-
.a-
|
|
16317
|
+
.a-Table2 .a-Table-table th.text-center, .a-Table2 .a-Table-table td.text-center, .a-Table2 .a-Table-table th[colspan], .a-Table2 .a-Table-table td[colspan] {
|
|
16075
16318
|
text-align: center;
|
|
16076
16319
|
}
|
|
16077
|
-
.a-
|
|
16320
|
+
.a-Table2 .a-Table-table th.text-right, .a-Table2 .a-Table-table td.text-right {
|
|
16078
16321
|
text-align: right;
|
|
16079
16322
|
}
|
|
16080
|
-
.a-
|
|
16323
|
+
.a-Table2 .a-Table-table > thead > tr > th {
|
|
16081
16324
|
background: var(--Table-thead-bg);
|
|
16082
16325
|
padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
|
|
16083
16326
|
font-size: var(--Table-thead-fontSize);
|
|
@@ -16085,379 +16328,379 @@ input[type=button].a-Button--block {
|
|
|
16085
16328
|
font-weight: var(--fontWeightNormal);
|
|
16086
16329
|
white-space: nowrap;
|
|
16087
16330
|
}
|
|
16088
|
-
.a-
|
|
16331
|
+
.a-Table2 .a-Table-table > thead > tr > th:first-child {
|
|
16089
16332
|
padding-left: var(--TableCell--edge-paddingX-default);
|
|
16090
16333
|
}
|
|
16091
|
-
.a-
|
|
16334
|
+
.a-Table2 .a-Table-table > thead > tr > th.a-Table-cell-last {
|
|
16092
16335
|
padding-right: var(--TableCell--edge-paddingX-default);
|
|
16093
16336
|
}
|
|
16094
|
-
.a-
|
|
16337
|
+
.a-Table2 .a-Table-table > thead > tr > th:not(.a-Table-cell-last) {
|
|
16095
16338
|
border-right: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
|
|
16096
16339
|
}
|
|
16097
|
-
.a-
|
|
16340
|
+
.a-Table2 .a-Table-table > thead > tr > th.a-Table-row-expand-icon-cell {
|
|
16098
16341
|
border-right: 0;
|
|
16099
16342
|
}
|
|
16100
|
-
.a-
|
|
16343
|
+
.a-Table2 .a-Table-table > thead > tr > th .a-Remark {
|
|
16101
16344
|
margin-left: var(--gap-xs);
|
|
16102
16345
|
position: relative;
|
|
16103
16346
|
top: 2px;
|
|
16104
16347
|
}
|
|
16105
|
-
.a-
|
|
16348
|
+
.a-Table2 .a-Table-table > thead > tr > th .a-Table-head-cell-wrapper {
|
|
16106
16349
|
display: flex;
|
|
16107
16350
|
}
|
|
16108
|
-
.a-
|
|
16351
|
+
.a-Table2 .a-Table-table > thead > tr:not(:last-child) {
|
|
16109
16352
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
16110
16353
|
}
|
|
16111
|
-
.a-
|
|
16354
|
+
.a-Table2 .a-Table-table > tbody > tr {
|
|
16112
16355
|
position: relative;
|
|
16113
16356
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
16114
16357
|
background: transparent;
|
|
16115
16358
|
}
|
|
16116
|
-
.a-
|
|
16359
|
+
.a-Table2 .a-Table-table > tbody > tr.a-Table-summary-row > td {
|
|
16117
16360
|
background: var(--Table-thead-bg);
|
|
16118
16361
|
}
|
|
16119
|
-
.a-
|
|
16362
|
+
.a-Table2 .a-Table-table > tbody > tr > th {
|
|
16120
16363
|
background: var(--Table-thead-bg);
|
|
16121
16364
|
color: var(--Table-thead-color);
|
|
16122
16365
|
font-weight: var(--fontWeightNormal);
|
|
16123
16366
|
white-space: nowrap;
|
|
16124
16367
|
border-right: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
|
|
16125
16368
|
}
|
|
16126
|
-
.a-
|
|
16127
|
-
.a-
|
|
16369
|
+
.a-Table2 .a-Table-table > tbody > tr > td,
|
|
16370
|
+
.a-Table2 .a-Table-table > tbody > tr > th {
|
|
16128
16371
|
padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
|
|
16129
16372
|
}
|
|
16130
|
-
.a-
|
|
16131
|
-
.a-
|
|
16373
|
+
.a-Table2 .a-Table-table > tbody > tr > td:first-child,
|
|
16374
|
+
.a-Table2 .a-Table-table > tbody > tr > th:first-child {
|
|
16132
16375
|
padding-left: var(--TableCell--edge-paddingX-default);
|
|
16133
16376
|
}
|
|
16134
|
-
.a-
|
|
16135
|
-
.a-
|
|
16377
|
+
.a-Table2 .a-Table-table > tbody > tr > td:last-child,
|
|
16378
|
+
.a-Table2 .a-Table-table > tbody > tr > th:last-child {
|
|
16136
16379
|
padding-right: var(--TableCell--edge-paddingX-default);
|
|
16137
16380
|
}
|
|
16138
|
-
.a-
|
|
16381
|
+
.a-Table2 .a-Table-table > tbody > tr .a-Table-cell-wrapper-prefix {
|
|
16139
16382
|
display: flex;
|
|
16140
16383
|
}
|
|
16141
|
-
.a-
|
|
16384
|
+
.a-Table2 .a-Table-table > tbody > tr .a-Table-cell-wrapper-prefix .a-Table-expandBtn {
|
|
16142
16385
|
margin-right: 5px;
|
|
16143
16386
|
}
|
|
16144
|
-
.a-
|
|
16387
|
+
.a-Table2 .a-Table-table > tbody > tr .a-Table-cell-height-large {
|
|
16145
16388
|
height: var(--TableCell-line-height-large);
|
|
16146
16389
|
line-height: var(--TableCell-line-height-large);
|
|
16147
16390
|
overflow: hidden;
|
|
16148
16391
|
}
|
|
16149
|
-
.a-
|
|
16392
|
+
.a-Table2 .a-Table-table > tbody > tr .a-Table-cell-height-middle {
|
|
16150
16393
|
height: var(--TableCell-line-height-middle);
|
|
16151
16394
|
line-height: var(--TableCell-line-height-middle);
|
|
16152
16395
|
overflow: hidden;
|
|
16153
16396
|
}
|
|
16154
|
-
.a-
|
|
16397
|
+
.a-Table2 .a-Table-table > tbody > tr.a-Table-tr--odd {
|
|
16155
16398
|
background: var(--Table-strip-bg);
|
|
16156
16399
|
}
|
|
16157
|
-
.a-
|
|
16400
|
+
.a-Table2 .a-Table-table > tbody > tr.a-Table-tr--hasItemAction:hover {
|
|
16158
16401
|
cursor: pointer;
|
|
16159
16402
|
}
|
|
16160
|
-
.a-
|
|
16403
|
+
.a-Table2 .a-Table-table > tbody > tr:hover, .a-Table2 .a-Table-table > tbody > tr.is-hovered {
|
|
16161
16404
|
background: var(--Table-onHover-bg);
|
|
16162
16405
|
border-color: var(--Table-onHover-borderColor);
|
|
16163
16406
|
color: var(--Table-onHover-color);
|
|
16164
16407
|
}
|
|
16165
|
-
.a-
|
|
16408
|
+
.a-Table2 .a-Table-table > tbody > tr:hover + tr, .a-Table2 .a-Table-table > tbody > tr.is-hovered + tr {
|
|
16166
16409
|
border-color: var(--Table-onHover-borderColor);
|
|
16167
16410
|
}
|
|
16168
|
-
.a-
|
|
16411
|
+
.a-Table2 .a-Table-table > tbody > tr.is-checked {
|
|
16169
16412
|
background: var(--Table-onChecked-bg);
|
|
16170
16413
|
border-color: var(--Table-onChecked-borderColor);
|
|
16171
16414
|
color: var(--Table-onChecked-color);
|
|
16172
16415
|
}
|
|
16173
|
-
.a-
|
|
16416
|
+
.a-Table2 .a-Table-table > tbody > tr.is-checked + tr {
|
|
16174
16417
|
border-color: var(--Table-onChecked-borderColor);
|
|
16175
16418
|
}
|
|
16176
|
-
.a-
|
|
16419
|
+
.a-Table2 .a-Table-table > tbody > tr.is-moved, .a-Table2 .a-Table-table > tbody > tr.is-modified {
|
|
16177
16420
|
background: var(--Table-onModified-bg);
|
|
16178
16421
|
border-color: var(--Table-onModified-borderColor);
|
|
16179
16422
|
color: var(--Table-onModified-color);
|
|
16180
16423
|
}
|
|
16181
|
-
.a-
|
|
16424
|
+
.a-Table2 .a-Table-table > tbody > tr.is-moved + tr, .a-Table2 .a-Table-table > tbody > tr.is-modified + tr {
|
|
16182
16425
|
border-color: var(--Table-onModified-borderColor);
|
|
16183
16426
|
}
|
|
16184
|
-
.a-
|
|
16427
|
+
.a-Table2 .a-Table-table > tbody > tr.is-summary {
|
|
16185
16428
|
background: var(--Table-thead-bg);
|
|
16186
16429
|
color: var(--Table-thead-color);
|
|
16187
16430
|
font-weight: var(--fontWeightNormal);
|
|
16188
16431
|
}
|
|
16189
|
-
.a-
|
|
16432
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-light {
|
|
16190
16433
|
background-color: #edf1f2;
|
|
16191
16434
|
color: #58666e;
|
|
16192
16435
|
}
|
|
16193
|
-
.a-
|
|
16436
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-light.lt, .a-Table2 .a-Table-table > tbody > tr.bg-light .lt {
|
|
16194
16437
|
background: #f3f5f6;
|
|
16195
16438
|
}
|
|
16196
|
-
.a-
|
|
16439
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-light.lter, .a-Table2 .a-Table-table > tbody > tr.bg-light .lter {
|
|
16197
16440
|
background: #f6f8f8;
|
|
16198
16441
|
}
|
|
16199
|
-
.a-
|
|
16442
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-light.dk, .a-Table2 .a-Table-table > tbody > tr.bg-light .dk {
|
|
16200
16443
|
background: #e4eaec;
|
|
16201
16444
|
}
|
|
16202
|
-
.a-
|
|
16445
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-light.dker, .a-Table2 .a-Table-table > tbody > tr.bg-light .dker {
|
|
16203
16446
|
background: #dde6e9;
|
|
16204
16447
|
}
|
|
16205
|
-
.a-
|
|
16448
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-light.bg, .a-Table2 .a-Table-table > tbody > tr.bg-light .bg {
|
|
16206
16449
|
background-color: #edf1f2;
|
|
16207
16450
|
}
|
|
16208
|
-
.a-
|
|
16451
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-dark {
|
|
16209
16452
|
background-color: #3a3f51;
|
|
16210
16453
|
color: #a6a8b1;
|
|
16211
16454
|
}
|
|
16212
|
-
.a-
|
|
16455
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-dark.lt, .a-Table2 .a-Table-table > tbody > tr.bg-dark .lt {
|
|
16213
16456
|
background: #474c5e;
|
|
16214
16457
|
}
|
|
16215
|
-
.a-
|
|
16458
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-dark.lter, .a-Table2 .a-Table-table > tbody > tr.bg-dark .lter {
|
|
16216
16459
|
background: #54596a;
|
|
16217
16460
|
}
|
|
16218
|
-
.a-
|
|
16461
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-dark.dk, .a-Table2 .a-Table-table > tbody > tr.bg-dark .dk {
|
|
16219
16462
|
background: #2e3344;
|
|
16220
16463
|
}
|
|
16221
|
-
.a-
|
|
16464
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-dark.dker, .a-Table2 .a-Table-table > tbody > tr.bg-dark .dker {
|
|
16222
16465
|
background: #232735;
|
|
16223
16466
|
}
|
|
16224
|
-
.a-
|
|
16467
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-dark.bg, .a-Table2 .a-Table-table > tbody > tr.bg-dark .bg {
|
|
16225
16468
|
background-color: #3a3f51;
|
|
16226
16469
|
}
|
|
16227
|
-
.a-
|
|
16470
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-dark a, .a-Table2 .a-Table-table > tbody > tr.bg-dark .a-Button--link {
|
|
16228
16471
|
color: #c1c3c9;
|
|
16229
16472
|
}
|
|
16230
|
-
.a-
|
|
16473
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-dark a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-dark .a-Button--link:hover {
|
|
16231
16474
|
color: #fff;
|
|
16232
16475
|
}
|
|
16233
|
-
.a-
|
|
16476
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-dark .open > a, .a-Table2 .a-Table-table > tbody > tr.bg-dark .open > a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-dark .open > a:focus {
|
|
16234
16477
|
color: #fff;
|
|
16235
16478
|
}
|
|
16236
|
-
.a-
|
|
16479
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-dark .text-muted {
|
|
16237
16480
|
color: #414c52 !important;
|
|
16238
16481
|
}
|
|
16239
|
-
.a-
|
|
16482
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-dark .text-lt {
|
|
16240
16483
|
color: #99a6ad !important;
|
|
16241
16484
|
}
|
|
16242
|
-
.a-
|
|
16485
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-black {
|
|
16243
16486
|
background-color: #1c2b36;
|
|
16244
16487
|
color: #7793a7;
|
|
16245
16488
|
}
|
|
16246
|
-
.a-
|
|
16489
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-black.lt, .a-Table2 .a-Table-table > tbody > tr.bg-black .lt {
|
|
16247
16490
|
background: #263845;
|
|
16248
16491
|
}
|
|
16249
|
-
.a-
|
|
16492
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-black.lter, .a-Table2 .a-Table-table > tbody > tr.bg-black .lter {
|
|
16250
16493
|
background: #314554;
|
|
16251
16494
|
}
|
|
16252
|
-
.a-
|
|
16495
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-black.dk, .a-Table2 .a-Table-table > tbody > tr.bg-black .dk {
|
|
16253
16496
|
background: #131e26;
|
|
16254
16497
|
}
|
|
16255
|
-
.a-
|
|
16498
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-black.dker, .a-Table2 .a-Table-table > tbody > tr.bg-black .dker {
|
|
16256
16499
|
background: #0a1015;
|
|
16257
16500
|
}
|
|
16258
|
-
.a-
|
|
16501
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-black.bg, .a-Table2 .a-Table-table > tbody > tr.bg-black .bg {
|
|
16259
16502
|
background-color: #1c2b36;
|
|
16260
16503
|
}
|
|
16261
|
-
.a-
|
|
16504
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-black a, .a-Table2 .a-Table-table > tbody > tr.bg-black .a-Button--link {
|
|
16262
16505
|
color: #96abbb;
|
|
16263
16506
|
}
|
|
16264
|
-
.a-
|
|
16507
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-black a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-black .a-Button--link:hover {
|
|
16265
16508
|
color: #fff;
|
|
16266
16509
|
}
|
|
16267
|
-
.a-
|
|
16510
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-black .open > a, .a-Table2 .a-Table-table > tbody > tr.bg-black .open > a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-black .open > a:focus {
|
|
16268
16511
|
color: #fff;
|
|
16269
16512
|
}
|
|
16270
|
-
.a-
|
|
16513
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-black .text-muted {
|
|
16271
16514
|
color: #414c52 !important;
|
|
16272
16515
|
}
|
|
16273
|
-
.a-
|
|
16516
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-black .text-lt {
|
|
16274
16517
|
color: #99a6ad !important;
|
|
16275
16518
|
}
|
|
16276
|
-
.a-
|
|
16519
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-primary {
|
|
16277
16520
|
background-color: #7266ba;
|
|
16278
16521
|
color: #f4f3f9;
|
|
16279
16522
|
}
|
|
16280
|
-
.a-
|
|
16523
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-primary.lt, .a-Table2 .a-Table-table > tbody > tr.bg-primary .lt {
|
|
16281
16524
|
background: #847abf;
|
|
16282
16525
|
}
|
|
16283
|
-
.a-
|
|
16526
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-primary.lter, .a-Table2 .a-Table-table > tbody > tr.bg-primary .lter {
|
|
16284
16527
|
background: #958dc6;
|
|
16285
16528
|
}
|
|
16286
|
-
.a-
|
|
16529
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-primary.dk, .a-Table2 .a-Table-table > tbody > tr.bg-primary .dk {
|
|
16287
16530
|
background: #6051b5;
|
|
16288
16531
|
}
|
|
16289
|
-
.a-
|
|
16532
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-primary.dker, .a-Table2 .a-Table-table > tbody > tr.bg-primary .dker {
|
|
16290
16533
|
background: #5244a9;
|
|
16291
16534
|
}
|
|
16292
|
-
.a-
|
|
16535
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-primary.bg, .a-Table2 .a-Table-table > tbody > tr.bg-primary .bg {
|
|
16293
16536
|
background-color: #7266ba;
|
|
16294
16537
|
}
|
|
16295
|
-
.a-
|
|
16538
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-primary a, .a-Table2 .a-Table-table > tbody > tr.bg-primary .a-Button--link {
|
|
16296
16539
|
color: white;
|
|
16297
16540
|
}
|
|
16298
|
-
.a-
|
|
16541
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-primary a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-primary .a-Button--link:hover {
|
|
16299
16542
|
color: #fff;
|
|
16300
16543
|
}
|
|
16301
|
-
.a-
|
|
16544
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-primary .open > a, .a-Table2 .a-Table-table > tbody > tr.bg-primary .open > a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-primary .open > a:focus {
|
|
16302
16545
|
color: #fff;
|
|
16303
16546
|
}
|
|
16304
|
-
.a-
|
|
16547
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-primary .text-muted {
|
|
16305
16548
|
color: #414c52 !important;
|
|
16306
16549
|
}
|
|
16307
|
-
.a-
|
|
16550
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-primary .text-lt {
|
|
16308
16551
|
color: #99a6ad !important;
|
|
16309
16552
|
}
|
|
16310
|
-
.a-
|
|
16553
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-success {
|
|
16311
16554
|
background-color: #27c24c;
|
|
16312
16555
|
color: #c6efd0;
|
|
16313
16556
|
}
|
|
16314
|
-
.a-
|
|
16557
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-success.lt, .a-Table2 .a-Table-table > tbody > tr.bg-success .lt {
|
|
16315
16558
|
background: #31d257;
|
|
16316
16559
|
}
|
|
16317
|
-
.a-
|
|
16560
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-success.lter, .a-Table2 .a-Table-table > tbody > tr.bg-success .lter {
|
|
16318
16561
|
background: #48d46a;
|
|
16319
16562
|
}
|
|
16320
|
-
.a-
|
|
16563
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-success.dk, .a-Table2 .a-Table-table > tbody > tr.bg-success .dk {
|
|
16321
16564
|
background: #20af42;
|
|
16322
16565
|
}
|
|
16323
|
-
.a-
|
|
16566
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-success.dker, .a-Table2 .a-Table-table > tbody > tr.bg-success .dker {
|
|
16324
16567
|
background: #1a9c39;
|
|
16325
16568
|
}
|
|
16326
|
-
.a-
|
|
16569
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-success.bg, .a-Table2 .a-Table-table > tbody > tr.bg-success .bg {
|
|
16327
16570
|
background-color: #27c24c;
|
|
16328
16571
|
}
|
|
16329
|
-
.a-
|
|
16572
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-success a, .a-Table2 .a-Table-table > tbody > tr.bg-success .a-Button--link {
|
|
16330
16573
|
color: #eefaf1;
|
|
16331
16574
|
}
|
|
16332
|
-
.a-
|
|
16575
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-success a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-success .a-Button--link:hover {
|
|
16333
16576
|
color: #fff;
|
|
16334
16577
|
}
|
|
16335
|
-
.a-
|
|
16578
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-success .open > a, .a-Table2 .a-Table-table > tbody > tr.bg-success .open > a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-success .open > a:focus {
|
|
16336
16579
|
color: #fff;
|
|
16337
16580
|
}
|
|
16338
|
-
.a-
|
|
16581
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-success .text-muted {
|
|
16339
16582
|
color: #414c52 !important;
|
|
16340
16583
|
}
|
|
16341
|
-
.a-
|
|
16584
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-success .text-lt {
|
|
16342
16585
|
color: #99a6ad !important;
|
|
16343
16586
|
}
|
|
16344
|
-
.a-
|
|
16587
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-info {
|
|
16345
16588
|
background-color: #23b7e5;
|
|
16346
16589
|
color: #dcf2f8;
|
|
16347
16590
|
}
|
|
16348
|
-
.a-
|
|
16591
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-info.lt, .a-Table2 .a-Table-table > tbody > tr.bg-info .lt {
|
|
16349
16592
|
background: #3dbde5;
|
|
16350
16593
|
}
|
|
16351
|
-
.a-
|
|
16594
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-info.lter, .a-Table2 .a-Table-table > tbody > tr.bg-info .lter {
|
|
16352
16595
|
background: #55c3e6;
|
|
16353
16596
|
}
|
|
16354
|
-
.a-
|
|
16597
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-info.dk, .a-Table2 .a-Table-table > tbody > tr.bg-info .dk {
|
|
16355
16598
|
background: #16aad8;
|
|
16356
16599
|
}
|
|
16357
|
-
.a-
|
|
16600
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-info.dker, .a-Table2 .a-Table-table > tbody > tr.bg-info .dker {
|
|
16358
16601
|
background: #1199c4;
|
|
16359
16602
|
}
|
|
16360
|
-
.a-
|
|
16603
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-info.bg, .a-Table2 .a-Table-table > tbody > tr.bg-info .bg {
|
|
16361
16604
|
background-color: #23b7e5;
|
|
16362
16605
|
}
|
|
16363
|
-
.a-
|
|
16606
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-info a, .a-Table2 .a-Table-table > tbody > tr.bg-info .a-Button--link {
|
|
16364
16607
|
color: white;
|
|
16365
16608
|
}
|
|
16366
|
-
.a-
|
|
16609
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-info a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-info .a-Button--link:hover {
|
|
16367
16610
|
color: #fff;
|
|
16368
16611
|
}
|
|
16369
|
-
.a-
|
|
16612
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-info .open > a, .a-Table2 .a-Table-table > tbody > tr.bg-info .open > a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-info .open > a:focus {
|
|
16370
16613
|
color: #fff;
|
|
16371
16614
|
}
|
|
16372
|
-
.a-
|
|
16615
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-info .text-muted {
|
|
16373
16616
|
color: #414c52 !important;
|
|
16374
16617
|
}
|
|
16375
|
-
.a-
|
|
16618
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-info .text-lt {
|
|
16376
16619
|
color: #99a6ad !important;
|
|
16377
16620
|
}
|
|
16378
|
-
.a-
|
|
16621
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-warning {
|
|
16379
16622
|
background-color: #fad733;
|
|
16380
16623
|
color: #fffefa;
|
|
16381
16624
|
}
|
|
16382
|
-
.a-
|
|
16625
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-warning.lt, .a-Table2 .a-Table-table > tbody > tr.bg-warning .lt {
|
|
16383
16626
|
background: #f8da4e;
|
|
16384
16627
|
}
|
|
16385
|
-
.a-
|
|
16628
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-warning.lter, .a-Table2 .a-Table-table > tbody > tr.bg-warning .lter {
|
|
16386
16629
|
background: #f7de69;
|
|
16387
16630
|
}
|
|
16388
|
-
.a-
|
|
16631
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-warning.dk, .a-Table2 .a-Table-table > tbody > tr.bg-warning .dk {
|
|
16389
16632
|
background: #fcd417;
|
|
16390
16633
|
}
|
|
16391
|
-
.a-
|
|
16634
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-warning.dker, .a-Table2 .a-Table-table > tbody > tr.bg-warning .dker {
|
|
16392
16635
|
background: #face00;
|
|
16393
16636
|
}
|
|
16394
|
-
.a-
|
|
16637
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-warning.bg, .a-Table2 .a-Table-table > tbody > tr.bg-warning .bg {
|
|
16395
16638
|
background-color: #fad733;
|
|
16396
16639
|
}
|
|
16397
|
-
.a-
|
|
16640
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-warning a, .a-Table2 .a-Table-table > tbody > tr.bg-warning .a-Button--link {
|
|
16398
16641
|
color: white;
|
|
16399
16642
|
}
|
|
16400
|
-
.a-
|
|
16643
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-warning a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-warning .a-Button--link:hover {
|
|
16401
16644
|
color: #fff;
|
|
16402
16645
|
}
|
|
16403
|
-
.a-
|
|
16646
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-warning .open > a, .a-Table2 .a-Table-table > tbody > tr.bg-warning .open > a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-warning .open > a:focus {
|
|
16404
16647
|
color: #fff;
|
|
16405
16648
|
}
|
|
16406
|
-
.a-
|
|
16649
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-warning .text-muted {
|
|
16407
16650
|
color: #414c52 !important;
|
|
16408
16651
|
}
|
|
16409
|
-
.a-
|
|
16652
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-warning .text-lt {
|
|
16410
16653
|
color: #99a6ad !important;
|
|
16411
16654
|
}
|
|
16412
|
-
.a-
|
|
16655
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-danger {
|
|
16413
16656
|
background-color: #f05050;
|
|
16414
16657
|
color: white;
|
|
16415
16658
|
}
|
|
16416
|
-
.a-
|
|
16659
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-danger.lt, .a-Table2 .a-Table-table > tbody > tr.bg-danger .lt {
|
|
16417
16660
|
background: #f06a6a;
|
|
16418
16661
|
}
|
|
16419
|
-
.a-
|
|
16662
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-danger.lter, .a-Table2 .a-Table-table > tbody > tr.bg-danger .lter {
|
|
16420
16663
|
background: #f18282;
|
|
16421
16664
|
}
|
|
16422
|
-
.a-
|
|
16665
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-danger.dk, .a-Table2 .a-Table-table > tbody > tr.bg-danger .dk {
|
|
16423
16666
|
background: #f13636;
|
|
16424
16667
|
}
|
|
16425
|
-
.a-
|
|
16668
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-danger.dker, .a-Table2 .a-Table-table > tbody > tr.bg-danger .dker {
|
|
16426
16669
|
background: #f21b1b;
|
|
16427
16670
|
}
|
|
16428
|
-
.a-
|
|
16671
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-danger.bg, .a-Table2 .a-Table-table > tbody > tr.bg-danger .bg {
|
|
16429
16672
|
background-color: #f05050;
|
|
16430
16673
|
}
|
|
16431
|
-
.a-
|
|
16674
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-danger a, .a-Table2 .a-Table-table > tbody > tr.bg-danger .a-Button--link {
|
|
16432
16675
|
color: white;
|
|
16433
16676
|
}
|
|
16434
|
-
.a-
|
|
16677
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-danger a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-danger .a-Button--link:hover {
|
|
16435
16678
|
color: #fff;
|
|
16436
16679
|
}
|
|
16437
|
-
.a-
|
|
16680
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-danger .open > a, .a-Table2 .a-Table-table > tbody > tr.bg-danger .open > a:hover, .a-Table2 .a-Table-table > tbody > tr.bg-danger .open > a:focus {
|
|
16438
16681
|
color: #fff;
|
|
16439
16682
|
}
|
|
16440
|
-
.a-
|
|
16683
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-danger .text-muted {
|
|
16441
16684
|
color: #414c52 !important;
|
|
16442
16685
|
}
|
|
16443
|
-
.a-
|
|
16686
|
+
.a-Table2 .a-Table-table > tbody > tr.bg-danger .text-lt {
|
|
16444
16687
|
color: #99a6ad !important;
|
|
16445
16688
|
}
|
|
16446
|
-
.a-
|
|
16689
|
+
.a-Table2 .a-Table-table > tbody > tr.is-dragging {
|
|
16447
16690
|
opacity: var(--Table-onDragging-opacity);
|
|
16448
16691
|
}
|
|
16449
|
-
.a-
|
|
16692
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--2th.is-expanded .a-Table-expandCell:before {
|
|
16450
16693
|
right: -0.6875rem;
|
|
16451
16694
|
}
|
|
16452
|
-
.a-
|
|
16695
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--2th .a-Table-expandBtn {
|
|
16453
16696
|
position: relative;
|
|
16454
16697
|
right: -1.125rem;
|
|
16455
16698
|
}
|
|
16456
|
-
.a-
|
|
16699
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--2th .a-Table-expandCell + td {
|
|
16457
16700
|
position: relative;
|
|
16458
16701
|
padding-left: 1.125rem;
|
|
16459
16702
|
}
|
|
16460
|
-
.a-
|
|
16703
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--2th .a-Table-expandCell + td::before {
|
|
16461
16704
|
content: "";
|
|
16462
16705
|
position: absolute;
|
|
16463
16706
|
width: 0.0625rem;
|
|
@@ -16467,7 +16710,7 @@ input[type=button].a-Button--block {
|
|
|
16467
16710
|
height: auto;
|
|
16468
16711
|
background: var(--Table-tree-borderColor);
|
|
16469
16712
|
}
|
|
16470
|
-
.a-
|
|
16713
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--2th .a-Table-expandCell + td::after {
|
|
16471
16714
|
content: "";
|
|
16472
16715
|
position: absolute;
|
|
16473
16716
|
height: 0.0625rem;
|
|
@@ -16476,25 +16719,25 @@ input[type=button].a-Button--block {
|
|
|
16476
16719
|
width: 0.625rem;
|
|
16477
16720
|
background: var(--Table-tree-borderColor);
|
|
16478
16721
|
}
|
|
16479
|
-
.a-
|
|
16722
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--2th.is-expandable .a-Table-expandCell + td {
|
|
16480
16723
|
padding-left: 1.125rem;
|
|
16481
16724
|
}
|
|
16482
|
-
.a-
|
|
16725
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--2th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
16483
16726
|
height: 50%;
|
|
16484
16727
|
bottom: auto;
|
|
16485
16728
|
}
|
|
16486
|
-
.a-
|
|
16729
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--3th.is-expanded .a-Table-expandCell:before {
|
|
16487
16730
|
right: -1.8125rem;
|
|
16488
16731
|
}
|
|
16489
|
-
.a-
|
|
16732
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--3th .a-Table-expandBtn {
|
|
16490
16733
|
position: relative;
|
|
16491
16734
|
right: -2.25rem;
|
|
16492
16735
|
}
|
|
16493
|
-
.a-
|
|
16736
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--3th .a-Table-expandCell + td {
|
|
16494
16737
|
position: relative;
|
|
16495
16738
|
padding-left: 2.25rem;
|
|
16496
16739
|
}
|
|
16497
|
-
.a-
|
|
16740
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--3th .a-Table-expandCell + td::before {
|
|
16498
16741
|
content: "";
|
|
16499
16742
|
position: absolute;
|
|
16500
16743
|
width: 0.0625rem;
|
|
@@ -16504,7 +16747,7 @@ input[type=button].a-Button--block {
|
|
|
16504
16747
|
height: auto;
|
|
16505
16748
|
background: var(--Table-tree-borderColor);
|
|
16506
16749
|
}
|
|
16507
|
-
.a-
|
|
16750
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--3th .a-Table-expandCell + td::after {
|
|
16508
16751
|
content: "";
|
|
16509
16752
|
position: absolute;
|
|
16510
16753
|
height: 0.0625rem;
|
|
@@ -16513,25 +16756,25 @@ input[type=button].a-Button--block {
|
|
|
16513
16756
|
width: 0.625rem;
|
|
16514
16757
|
background: var(--Table-tree-borderColor);
|
|
16515
16758
|
}
|
|
16516
|
-
.a-
|
|
16759
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--3th.is-expandable .a-Table-expandCell + td {
|
|
16517
16760
|
padding-left: 2.25rem;
|
|
16518
16761
|
}
|
|
16519
|
-
.a-
|
|
16762
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--3th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
16520
16763
|
height: 50%;
|
|
16521
16764
|
bottom: auto;
|
|
16522
16765
|
}
|
|
16523
|
-
.a-
|
|
16766
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--4th.is-expanded .a-Table-expandCell:before {
|
|
16524
16767
|
right: -2.9375rem;
|
|
16525
16768
|
}
|
|
16526
|
-
.a-
|
|
16769
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--4th .a-Table-expandBtn {
|
|
16527
16770
|
position: relative;
|
|
16528
16771
|
right: -3.375rem;
|
|
16529
16772
|
}
|
|
16530
|
-
.a-
|
|
16773
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--4th .a-Table-expandCell + td {
|
|
16531
16774
|
position: relative;
|
|
16532
16775
|
padding-left: 3.375rem;
|
|
16533
16776
|
}
|
|
16534
|
-
.a-
|
|
16777
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--4th .a-Table-expandCell + td::before {
|
|
16535
16778
|
content: "";
|
|
16536
16779
|
position: absolute;
|
|
16537
16780
|
width: 0.0625rem;
|
|
@@ -16541,7 +16784,7 @@ input[type=button].a-Button--block {
|
|
|
16541
16784
|
height: auto;
|
|
16542
16785
|
background: var(--Table-tree-borderColor);
|
|
16543
16786
|
}
|
|
16544
|
-
.a-
|
|
16787
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--4th .a-Table-expandCell + td::after {
|
|
16545
16788
|
content: "";
|
|
16546
16789
|
position: absolute;
|
|
16547
16790
|
height: 0.0625rem;
|
|
@@ -16550,25 +16793,25 @@ input[type=button].a-Button--block {
|
|
|
16550
16793
|
width: 0.625rem;
|
|
16551
16794
|
background: var(--Table-tree-borderColor);
|
|
16552
16795
|
}
|
|
16553
|
-
.a-
|
|
16796
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--4th.is-expandable .a-Table-expandCell + td {
|
|
16554
16797
|
padding-left: 3.375rem;
|
|
16555
16798
|
}
|
|
16556
|
-
.a-
|
|
16799
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--4th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
16557
16800
|
height: 50%;
|
|
16558
16801
|
bottom: auto;
|
|
16559
16802
|
}
|
|
16560
|
-
.a-
|
|
16803
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--5th.is-expanded .a-Table-expandCell:before {
|
|
16561
16804
|
right: -4.0625rem;
|
|
16562
16805
|
}
|
|
16563
|
-
.a-
|
|
16806
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--5th .a-Table-expandBtn {
|
|
16564
16807
|
position: relative;
|
|
16565
16808
|
right: -4.5rem;
|
|
16566
16809
|
}
|
|
16567
|
-
.a-
|
|
16810
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--5th .a-Table-expandCell + td {
|
|
16568
16811
|
position: relative;
|
|
16569
16812
|
padding-left: 4.5rem;
|
|
16570
16813
|
}
|
|
16571
|
-
.a-
|
|
16814
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--5th .a-Table-expandCell + td::before {
|
|
16572
16815
|
content: "";
|
|
16573
16816
|
position: absolute;
|
|
16574
16817
|
width: 0.0625rem;
|
|
@@ -16578,7 +16821,7 @@ input[type=button].a-Button--block {
|
|
|
16578
16821
|
height: auto;
|
|
16579
16822
|
background: var(--Table-tree-borderColor);
|
|
16580
16823
|
}
|
|
16581
|
-
.a-
|
|
16824
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--5th .a-Table-expandCell + td::after {
|
|
16582
16825
|
content: "";
|
|
16583
16826
|
position: absolute;
|
|
16584
16827
|
height: 0.0625rem;
|
|
@@ -16587,25 +16830,25 @@ input[type=button].a-Button--block {
|
|
|
16587
16830
|
width: 0.625rem;
|
|
16588
16831
|
background: var(--Table-tree-borderColor);
|
|
16589
16832
|
}
|
|
16590
|
-
.a-
|
|
16833
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--5th.is-expandable .a-Table-expandCell + td {
|
|
16591
16834
|
padding-left: 4.5rem;
|
|
16592
16835
|
}
|
|
16593
|
-
.a-
|
|
16836
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--5th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
16594
16837
|
height: 50%;
|
|
16595
16838
|
bottom: auto;
|
|
16596
16839
|
}
|
|
16597
|
-
.a-
|
|
16840
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--6th.is-expanded .a-Table-expandCell:before {
|
|
16598
16841
|
right: -5.1875rem;
|
|
16599
16842
|
}
|
|
16600
|
-
.a-
|
|
16843
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--6th .a-Table-expandBtn {
|
|
16601
16844
|
position: relative;
|
|
16602
16845
|
right: -5.625rem;
|
|
16603
16846
|
}
|
|
16604
|
-
.a-
|
|
16847
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--6th .a-Table-expandCell + td {
|
|
16605
16848
|
position: relative;
|
|
16606
16849
|
padding-left: 5.625rem;
|
|
16607
16850
|
}
|
|
16608
|
-
.a-
|
|
16851
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--6th .a-Table-expandCell + td::before {
|
|
16609
16852
|
content: "";
|
|
16610
16853
|
position: absolute;
|
|
16611
16854
|
width: 0.0625rem;
|
|
@@ -16615,7 +16858,7 @@ input[type=button].a-Button--block {
|
|
|
16615
16858
|
height: auto;
|
|
16616
16859
|
background: var(--Table-tree-borderColor);
|
|
16617
16860
|
}
|
|
16618
|
-
.a-
|
|
16861
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--6th .a-Table-expandCell + td::after {
|
|
16619
16862
|
content: "";
|
|
16620
16863
|
position: absolute;
|
|
16621
16864
|
height: 0.0625rem;
|
|
@@ -16624,25 +16867,25 @@ input[type=button].a-Button--block {
|
|
|
16624
16867
|
width: 0.625rem;
|
|
16625
16868
|
background: var(--Table-tree-borderColor);
|
|
16626
16869
|
}
|
|
16627
|
-
.a-
|
|
16870
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--6th.is-expandable .a-Table-expandCell + td {
|
|
16628
16871
|
padding-left: 5.625rem;
|
|
16629
16872
|
}
|
|
16630
|
-
.a-
|
|
16873
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--6th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
16631
16874
|
height: 50%;
|
|
16632
16875
|
bottom: auto;
|
|
16633
16876
|
}
|
|
16634
|
-
.a-
|
|
16877
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--7th.is-expanded .a-Table-expandCell:before {
|
|
16635
16878
|
right: -6.3125rem;
|
|
16636
16879
|
}
|
|
16637
|
-
.a-
|
|
16880
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--7th .a-Table-expandBtn {
|
|
16638
16881
|
position: relative;
|
|
16639
16882
|
right: -6.75rem;
|
|
16640
16883
|
}
|
|
16641
|
-
.a-
|
|
16884
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--7th .a-Table-expandCell + td {
|
|
16642
16885
|
position: relative;
|
|
16643
16886
|
padding-left: 6.75rem;
|
|
16644
16887
|
}
|
|
16645
|
-
.a-
|
|
16888
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--7th .a-Table-expandCell + td::before {
|
|
16646
16889
|
content: "";
|
|
16647
16890
|
position: absolute;
|
|
16648
16891
|
width: 0.0625rem;
|
|
@@ -16652,7 +16895,7 @@ input[type=button].a-Button--block {
|
|
|
16652
16895
|
height: auto;
|
|
16653
16896
|
background: var(--Table-tree-borderColor);
|
|
16654
16897
|
}
|
|
16655
|
-
.a-
|
|
16898
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--7th .a-Table-expandCell + td::after {
|
|
16656
16899
|
content: "";
|
|
16657
16900
|
position: absolute;
|
|
16658
16901
|
height: 0.0625rem;
|
|
@@ -16661,25 +16904,25 @@ input[type=button].a-Button--block {
|
|
|
16661
16904
|
width: 0.625rem;
|
|
16662
16905
|
background: var(--Table-tree-borderColor);
|
|
16663
16906
|
}
|
|
16664
|
-
.a-
|
|
16907
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--7th.is-expandable .a-Table-expandCell + td {
|
|
16665
16908
|
padding-left: 6.75rem;
|
|
16666
16909
|
}
|
|
16667
|
-
.a-
|
|
16910
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--7th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
16668
16911
|
height: 50%;
|
|
16669
16912
|
bottom: auto;
|
|
16670
16913
|
}
|
|
16671
|
-
.a-
|
|
16914
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--8th.is-expanded .a-Table-expandCell:before {
|
|
16672
16915
|
right: -7.4375rem;
|
|
16673
16916
|
}
|
|
16674
|
-
.a-
|
|
16917
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--8th .a-Table-expandBtn {
|
|
16675
16918
|
position: relative;
|
|
16676
16919
|
right: -7.875rem;
|
|
16677
16920
|
}
|
|
16678
|
-
.a-
|
|
16921
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--8th .a-Table-expandCell + td {
|
|
16679
16922
|
position: relative;
|
|
16680
16923
|
padding-left: 7.875rem;
|
|
16681
16924
|
}
|
|
16682
|
-
.a-
|
|
16925
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--8th .a-Table-expandCell + td::before {
|
|
16683
16926
|
content: "";
|
|
16684
16927
|
position: absolute;
|
|
16685
16928
|
width: 0.0625rem;
|
|
@@ -16689,7 +16932,7 @@ input[type=button].a-Button--block {
|
|
|
16689
16932
|
height: auto;
|
|
16690
16933
|
background: var(--Table-tree-borderColor);
|
|
16691
16934
|
}
|
|
16692
|
-
.a-
|
|
16935
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--8th .a-Table-expandCell + td::after {
|
|
16693
16936
|
content: "";
|
|
16694
16937
|
position: absolute;
|
|
16695
16938
|
height: 0.0625rem;
|
|
@@ -16698,25 +16941,25 @@ input[type=button].a-Button--block {
|
|
|
16698
16941
|
width: 0.625rem;
|
|
16699
16942
|
background: var(--Table-tree-borderColor);
|
|
16700
16943
|
}
|
|
16701
|
-
.a-
|
|
16944
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--8th.is-expandable .a-Table-expandCell + td {
|
|
16702
16945
|
padding-left: 7.875rem;
|
|
16703
16946
|
}
|
|
16704
|
-
.a-
|
|
16947
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--8th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
16705
16948
|
height: 50%;
|
|
16706
16949
|
bottom: auto;
|
|
16707
16950
|
}
|
|
16708
|
-
.a-
|
|
16951
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--9th.is-expanded .a-Table-expandCell:before {
|
|
16709
16952
|
right: -8.5625rem;
|
|
16710
16953
|
}
|
|
16711
|
-
.a-
|
|
16954
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--9th .a-Table-expandBtn {
|
|
16712
16955
|
position: relative;
|
|
16713
16956
|
right: -9rem;
|
|
16714
16957
|
}
|
|
16715
|
-
.a-
|
|
16958
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--9th .a-Table-expandCell + td {
|
|
16716
16959
|
position: relative;
|
|
16717
16960
|
padding-left: 9rem;
|
|
16718
16961
|
}
|
|
16719
|
-
.a-
|
|
16962
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--9th .a-Table-expandCell + td::before {
|
|
16720
16963
|
content: "";
|
|
16721
16964
|
position: absolute;
|
|
16722
16965
|
width: 0.0625rem;
|
|
@@ -16726,7 +16969,7 @@ input[type=button].a-Button--block {
|
|
|
16726
16969
|
height: auto;
|
|
16727
16970
|
background: var(--Table-tree-borderColor);
|
|
16728
16971
|
}
|
|
16729
|
-
.a-
|
|
16972
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--9th .a-Table-expandCell + td::after {
|
|
16730
16973
|
content: "";
|
|
16731
16974
|
position: absolute;
|
|
16732
16975
|
height: 0.0625rem;
|
|
@@ -16735,25 +16978,25 @@ input[type=button].a-Button--block {
|
|
|
16735
16978
|
width: 0.625rem;
|
|
16736
16979
|
background: var(--Table-tree-borderColor);
|
|
16737
16980
|
}
|
|
16738
|
-
.a-
|
|
16981
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--9th.is-expandable .a-Table-expandCell + td {
|
|
16739
16982
|
padding-left: 9rem;
|
|
16740
16983
|
}
|
|
16741
|
-
.a-
|
|
16984
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--9th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
16742
16985
|
height: 50%;
|
|
16743
16986
|
bottom: auto;
|
|
16744
16987
|
}
|
|
16745
|
-
.a-
|
|
16988
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--10th.is-expanded .a-Table-expandCell:before {
|
|
16746
16989
|
right: -9.6875rem;
|
|
16747
16990
|
}
|
|
16748
|
-
.a-
|
|
16991
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--10th .a-Table-expandBtn {
|
|
16749
16992
|
position: relative;
|
|
16750
16993
|
right: -10.125rem;
|
|
16751
16994
|
}
|
|
16752
|
-
.a-
|
|
16995
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--10th .a-Table-expandCell + td {
|
|
16753
16996
|
position: relative;
|
|
16754
16997
|
padding-left: 10.125rem;
|
|
16755
16998
|
}
|
|
16756
|
-
.a-
|
|
16999
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--10th .a-Table-expandCell + td::before {
|
|
16757
17000
|
content: "";
|
|
16758
17001
|
position: absolute;
|
|
16759
17002
|
width: 0.0625rem;
|
|
@@ -16763,7 +17006,7 @@ input[type=button].a-Button--block {
|
|
|
16763
17006
|
height: auto;
|
|
16764
17007
|
background: var(--Table-tree-borderColor);
|
|
16765
17008
|
}
|
|
16766
|
-
.a-
|
|
17009
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--10th .a-Table-expandCell + td::after {
|
|
16767
17010
|
content: "";
|
|
16768
17011
|
position: absolute;
|
|
16769
17012
|
height: 0.0625rem;
|
|
@@ -16772,43 +17015,43 @@ input[type=button].a-Button--block {
|
|
|
16772
17015
|
width: 0.625rem;
|
|
16773
17016
|
background: var(--Table-tree-borderColor);
|
|
16774
17017
|
}
|
|
16775
|
-
.a-
|
|
17018
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--10th.is-expandable .a-Table-expandCell + td {
|
|
16776
17019
|
padding-left: 10.125rem;
|
|
16777
17020
|
}
|
|
16778
|
-
.a-
|
|
17021
|
+
.a-Table2 .a-Table-table tr.a-Table-tr--10th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
16779
17022
|
height: 50%;
|
|
16780
17023
|
bottom: auto;
|
|
16781
17024
|
}
|
|
16782
|
-
.a-
|
|
16783
|
-
.a-
|
|
17025
|
+
.a-Table2 .a-Table-table > thead > tr > th.a-Table-checkCell,
|
|
17026
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-checkCell {
|
|
16784
17027
|
border-right: 0;
|
|
16785
17028
|
white-space: nowrap;
|
|
16786
17029
|
}
|
|
16787
|
-
.a-
|
|
16788
|
-
.a-
|
|
17030
|
+
.a-Table2 .a-Table-table > thead > tr > th.a-Table-checkCell .a-Checkbox,
|
|
17031
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-checkCell .a-Checkbox {
|
|
16789
17032
|
margin: 0;
|
|
16790
17033
|
}
|
|
16791
|
-
.a-
|
|
16792
|
-
.a-
|
|
17034
|
+
.a-Table2 .a-Table-table > thead > tr > th.a-Table-expandCell,
|
|
17035
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-expandCell {
|
|
16793
17036
|
border-right: 0;
|
|
16794
17037
|
width: 0.0625rem;
|
|
16795
17038
|
padding-right: 0;
|
|
16796
17039
|
}
|
|
16797
|
-
.a-
|
|
16798
|
-
.a-
|
|
17040
|
+
.a-Table2 .a-Table-table > thead > tr > th.a-Table-dragCell,
|
|
17041
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-dragCell {
|
|
16799
17042
|
border-right: 0;
|
|
16800
17043
|
width: 0.0625rem;
|
|
16801
17044
|
padding-right: 0;
|
|
16802
17045
|
cursor: move;
|
|
16803
17046
|
}
|
|
16804
|
-
.a-
|
|
16805
|
-
.a-
|
|
17047
|
+
.a-Table2 .a-Table-table > thead > tr > th.a-Table-dragCell > svg,
|
|
17048
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-dragCell > svg {
|
|
16806
17049
|
vertical-align: middle;
|
|
16807
17050
|
}
|
|
16808
|
-
.a-
|
|
17051
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-expandCell {
|
|
16809
17052
|
position: relative;
|
|
16810
17053
|
}
|
|
16811
|
-
.a-
|
|
17054
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-1 {
|
|
16812
17055
|
position: absolute;
|
|
16813
17056
|
width: 0.0625rem;
|
|
16814
17057
|
top: 0;
|
|
@@ -16817,7 +17060,7 @@ input[type=button].a-Button--block {
|
|
|
16817
17060
|
background: var(--Table-tree-borderColor);
|
|
16818
17061
|
right: 0.4375rem;
|
|
16819
17062
|
}
|
|
16820
|
-
.a-
|
|
17063
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-2 {
|
|
16821
17064
|
position: absolute;
|
|
16822
17065
|
width: 0.0625rem;
|
|
16823
17066
|
top: 0;
|
|
@@ -16826,7 +17069,7 @@ input[type=button].a-Button--block {
|
|
|
16826
17069
|
background: var(--Table-tree-borderColor);
|
|
16827
17070
|
right: -0.6875rem;
|
|
16828
17071
|
}
|
|
16829
|
-
.a-
|
|
17072
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-3 {
|
|
16830
17073
|
position: absolute;
|
|
16831
17074
|
width: 0.0625rem;
|
|
16832
17075
|
top: 0;
|
|
@@ -16835,7 +17078,7 @@ input[type=button].a-Button--block {
|
|
|
16835
17078
|
background: var(--Table-tree-borderColor);
|
|
16836
17079
|
right: -1.8125rem;
|
|
16837
17080
|
}
|
|
16838
|
-
.a-
|
|
17081
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-4 {
|
|
16839
17082
|
position: absolute;
|
|
16840
17083
|
width: 0.0625rem;
|
|
16841
17084
|
top: 0;
|
|
@@ -16844,7 +17087,7 @@ input[type=button].a-Button--block {
|
|
|
16844
17087
|
background: var(--Table-tree-borderColor);
|
|
16845
17088
|
right: -2.9375rem;
|
|
16846
17089
|
}
|
|
16847
|
-
.a-
|
|
17090
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-5 {
|
|
16848
17091
|
position: absolute;
|
|
16849
17092
|
width: 0.0625rem;
|
|
16850
17093
|
top: 0;
|
|
@@ -16853,7 +17096,7 @@ input[type=button].a-Button--block {
|
|
|
16853
17096
|
background: var(--Table-tree-borderColor);
|
|
16854
17097
|
right: -4.0625rem;
|
|
16855
17098
|
}
|
|
16856
|
-
.a-
|
|
17099
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-6 {
|
|
16857
17100
|
position: absolute;
|
|
16858
17101
|
width: 0.0625rem;
|
|
16859
17102
|
top: 0;
|
|
@@ -16862,7 +17105,7 @@ input[type=button].a-Button--block {
|
|
|
16862
17105
|
background: var(--Table-tree-borderColor);
|
|
16863
17106
|
right: -5.1875rem;
|
|
16864
17107
|
}
|
|
16865
|
-
.a-
|
|
17108
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-7 {
|
|
16866
17109
|
position: absolute;
|
|
16867
17110
|
width: 0.0625rem;
|
|
16868
17111
|
top: 0;
|
|
@@ -16871,7 +17114,7 @@ input[type=button].a-Button--block {
|
|
|
16871
17114
|
background: var(--Table-tree-borderColor);
|
|
16872
17115
|
right: -6.3125rem;
|
|
16873
17116
|
}
|
|
16874
|
-
.a-
|
|
17117
|
+
.a-Table2 .a-Table-table > tbody > tr.is-expanded > td.a-Table-expandCell::before {
|
|
16875
17118
|
content: "";
|
|
16876
17119
|
position: absolute;
|
|
16877
17120
|
width: 0.0625rem;
|
|
@@ -16881,30 +17124,30 @@ input[type=button].a-Button--block {
|
|
|
16881
17124
|
height: auto;
|
|
16882
17125
|
background: var(--Table-tree-borderColor);
|
|
16883
17126
|
}
|
|
16884
|
-
.a-
|
|
16885
|
-
padding-right: calc(
|
|
17127
|
+
.a-Table2 .a-Table-table > thead > tr > th.a-TableCell--sortable {
|
|
17128
|
+
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-sortBtn-width));
|
|
16886
17129
|
position: relative;
|
|
16887
17130
|
}
|
|
16888
|
-
.a-
|
|
16889
|
-
padding-right: calc(
|
|
17131
|
+
.a-Table2 .a-Table-table > thead > tr > th.a-TableCell--searchable {
|
|
17132
|
+
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-searchBtn-width));
|
|
16890
17133
|
position: relative;
|
|
16891
17134
|
}
|
|
16892
|
-
.a-
|
|
16893
|
-
padding-right: calc(
|
|
17135
|
+
.a-Table2 .a-Table-table > thead > tr > th.a-TableCell--filterable {
|
|
17136
|
+
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-filterBtn-width));
|
|
16894
17137
|
position: relative;
|
|
16895
17138
|
}
|
|
16896
|
-
.a-
|
|
17139
|
+
.a-Table2 .a-Table-table > tbody > tr.a-Table-row-disabled {
|
|
16897
17140
|
background: var(--TableRow-onDisabled-bg);
|
|
16898
17141
|
color: var(--TableRow-onDisabled-color);
|
|
16899
17142
|
}
|
|
16900
|
-
.a-
|
|
17143
|
+
.a-Table2 .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-row-hover {
|
|
16901
17144
|
background: var(--Table-onHover-bg);
|
|
16902
17145
|
border-color: var(--Table-onHover-borderColor);
|
|
16903
17146
|
color: var(--Table-onHover-color);
|
|
16904
17147
|
}
|
|
16905
|
-
.a-
|
|
16906
|
-
.a-
|
|
16907
|
-
.a-
|
|
17148
|
+
.a-Table2 .a-Table-table > thead > tr > th.a-Table-cell-fix-left-last:after,
|
|
17149
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-cell-fix-left-last:after,
|
|
17150
|
+
.a-Table2 .a-Table-table > tfoot > tr > td.a-Table-cell-fix-left-last:after {
|
|
16908
17151
|
position: absolute;
|
|
16909
17152
|
top: 0;
|
|
16910
17153
|
right: 0;
|
|
@@ -16915,9 +17158,9 @@ input[type=button].a-Button--block {
|
|
|
16915
17158
|
content: "";
|
|
16916
17159
|
pointer-events: none;
|
|
16917
17160
|
}
|
|
16918
|
-
.a-
|
|
16919
|
-
.a-
|
|
16920
|
-
.a-
|
|
17161
|
+
.a-Table2 .a-Table-table > thead > tr > th.a-Table-cell-fix-right-first:after,
|
|
17162
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-cell-fix-right-first:after,
|
|
17163
|
+
.a-Table2 .a-Table-table > tfoot > tr > td.a-Table-cell-fix-right-last:after {
|
|
16921
17164
|
position: absolute;
|
|
16922
17165
|
top: 0;
|
|
16923
17166
|
bottom: -1px;
|
|
@@ -16928,63 +17171,63 @@ input[type=button].a-Button--block {
|
|
|
16928
17171
|
content: "";
|
|
16929
17172
|
pointer-events: none;
|
|
16930
17173
|
}
|
|
16931
|
-
.a-
|
|
17174
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-cell-expand-icon-cell {
|
|
16932
17175
|
text-align: center;
|
|
16933
17176
|
}
|
|
16934
|
-
.a-
|
|
17177
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-cell-expand-icon-cell .a-Table-row-indent {
|
|
16935
17178
|
height: 1px;
|
|
16936
17179
|
}
|
|
16937
|
-
.a-
|
|
17180
|
+
.a-Table2 .a-Table-table > tbody > tr.a-Table-expanded-row > td {
|
|
16938
17181
|
background: var(--Table-onHover-bg);
|
|
16939
17182
|
}
|
|
16940
|
-
.a-
|
|
17183
|
+
.a-Table2 .a-Table-table > tfoot > tr {
|
|
16941
17184
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
16942
17185
|
}
|
|
16943
|
-
.a-
|
|
17186
|
+
.a-Table2 .a-Table-table > tfoot > tr > td {
|
|
16944
17187
|
padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
|
|
16945
17188
|
background: var(--Table-thead-bg);
|
|
16946
17189
|
}
|
|
16947
|
-
.a-
|
|
17190
|
+
.a-Table2 .a-Table-container .a-Table-header {
|
|
16948
17191
|
padding: 0;
|
|
16949
17192
|
}
|
|
16950
|
-
.a-
|
|
16951
|
-
.a-
|
|
16952
|
-
.a-
|
|
17193
|
+
.a-Table2.a-Table-ping-left .a-Table-table > thead > tr > th.a-Table-cell-fix-left-last:after,
|
|
17194
|
+
.a-Table2.a-Table-ping-left .a-Table-table > tbody > tr > td.a-Table-cell-fix-left-last:after,
|
|
17195
|
+
.a-Table2.a-Table-ping-left .a-Table-table > tfoot > tr > td.a-Table-cell-fix-left-last:after {
|
|
16953
17196
|
box-shadow: var(--Table-fixedLeftLast-boxShadow);
|
|
16954
17197
|
}
|
|
16955
|
-
.a-
|
|
17198
|
+
.a-Table2.a-Table-ping-left .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-left {
|
|
16956
17199
|
border-right: none;
|
|
16957
17200
|
}
|
|
16958
|
-
.a-
|
|
17201
|
+
.a-Table2.a-Table-ping-left .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-left:not(.a-Table-cell-row-hover) {
|
|
16959
17202
|
background: #fff;
|
|
16960
17203
|
}
|
|
16961
|
-
.a-
|
|
17204
|
+
.a-Table2.a-Table-ping-left .a-Table-table > tfoot > tr > td:not(:last-child).a-Table-cell-fix-left-last {
|
|
16962
17205
|
border-right: none;
|
|
16963
17206
|
}
|
|
16964
|
-
.a-
|
|
17207
|
+
.a-Table2.a-Table-ping-left .a-Table-table > thead > tr > th:not(:last-child):not(:first-child).a-Table-cell-fix-left-last {
|
|
16965
17208
|
border-right: none;
|
|
16966
17209
|
}
|
|
16967
|
-
.a-
|
|
16968
|
-
.a-
|
|
16969
|
-
.a-
|
|
17210
|
+
.a-Table2.a-Table-ping-right .a-Table-table > thead > tr > th.a-Table-cell-fix-right-first:after,
|
|
17211
|
+
.a-Table2.a-Table-ping-right .a-Table-table > tbody > tr > td.a-Table-cell-fix-right-first:after,
|
|
17212
|
+
.a-Table2.a-Table-ping-right .a-Table-table > tfoot > tr > td.a-Table-cell-fix-right-first:after {
|
|
16970
17213
|
box-shadow: var(--Table-fixedRightFirst-boxShadow);
|
|
16971
17214
|
}
|
|
16972
|
-
.a-
|
|
17215
|
+
.a-Table2.a-Table-ping-right .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-right {
|
|
16973
17216
|
border-right: none;
|
|
16974
17217
|
}
|
|
16975
|
-
.a-
|
|
17218
|
+
.a-Table2.a-Table-ping-right .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-right:not(.a-Table-cell-row-hover) {
|
|
16976
17219
|
background: #fff;
|
|
16977
17220
|
}
|
|
16978
|
-
.a-
|
|
17221
|
+
.a-Table2.a-Table-ping-right:not(.a-Table-bordered) .a-Table-table > thead > tr > th.a-Table-cell-fix-right-first-prev {
|
|
16979
17222
|
border-right: none;
|
|
16980
17223
|
}
|
|
16981
|
-
.a-
|
|
17224
|
+
.a-Table2.a-Table-ping-right:not(.a-Table-bordered) .a-Table-table > thead > tr > th:not(:last-child).a-Table-cell-fix-right-first {
|
|
16982
17225
|
border-right: none;
|
|
16983
17226
|
}
|
|
16984
|
-
.a-
|
|
17227
|
+
.a-Table2.a-Table-resizable .a-Table-table > thead > tr > th {
|
|
16985
17228
|
position: relative;
|
|
16986
17229
|
}
|
|
16987
|
-
.a-
|
|
17230
|
+
.a-Table2.a-Table-resizable .a-Table-table > thead > tr > th .a-Table-thead-resizable {
|
|
16988
17231
|
position: absolute;
|
|
16989
17232
|
width: 7px;
|
|
16990
17233
|
right: -4px;
|
|
@@ -16992,16 +17235,15 @@ input[type=button].a-Button--block {
|
|
|
16992
17235
|
bottom: 0;
|
|
16993
17236
|
-webkit-user-select: none;
|
|
16994
17237
|
-moz-user-select: none;
|
|
16995
|
-
-ms-user-select: none;
|
|
16996
17238
|
user-select: none;
|
|
16997
17239
|
cursor: col-resize;
|
|
16998
17240
|
z-index: 3000;
|
|
16999
17241
|
}
|
|
17000
|
-
.a-
|
|
17242
|
+
.a-Table2 .a-Table-loading {
|
|
17001
17243
|
padding: var(--Table-loading-padding);
|
|
17002
17244
|
text-align: center;
|
|
17003
17245
|
}
|
|
17004
|
-
.a-
|
|
17246
|
+
.a-Table2 .a-TableCell-sortBtn {
|
|
17005
17247
|
cursor: pointer;
|
|
17006
17248
|
width: var(--TableCell-sortBtn-width);
|
|
17007
17249
|
height: var(--gap-md);
|
|
@@ -17011,55 +17253,55 @@ input[type=button].a-Button--block {
|
|
|
17011
17253
|
color: var(--icon-color);
|
|
17012
17254
|
margin-left: var(--TableCell-icon-gap);
|
|
17013
17255
|
}
|
|
17014
|
-
.a-
|
|
17256
|
+
.a-Table2 .a-TableCell-sortBtn:hover {
|
|
17015
17257
|
color: var(--icon-onHover-color);
|
|
17016
17258
|
}
|
|
17017
|
-
.a-
|
|
17259
|
+
.a-Table2 .a-TableCell-sortBtn--up > svg, .a-Table2 .a-TableCell-sortBtn--down > svg, .a-Table2 .a-TableCell-sortBtn--default > svg {
|
|
17018
17260
|
color: inherit;
|
|
17019
17261
|
width: 13px;
|
|
17020
17262
|
height: 13px;
|
|
17021
17263
|
}
|
|
17022
|
-
.a-
|
|
17264
|
+
.a-Table2 .a-TableCell-sortBtn--up, .a-Table2 .a-TableCell-sortBtn--down, .a-Table2 .a-TableCell-sortBtn--default {
|
|
17023
17265
|
display: none;
|
|
17024
17266
|
z-index: 2;
|
|
17025
17267
|
font-style: normal;
|
|
17026
17268
|
}
|
|
17027
|
-
.a-
|
|
17269
|
+
.a-Table2 .a-TableCell-sortBtn--up.is-active, .a-Table2 .a-TableCell-sortBtn--down.is-active, .a-Table2 .a-TableCell-sortBtn--default.is-active {
|
|
17028
17270
|
display: inline-block;
|
|
17029
17271
|
}
|
|
17030
|
-
.a-
|
|
17272
|
+
.a-Table2 .a-TableCell-sortBtn--default.is-active {
|
|
17031
17273
|
color: var(--text--muted-color);
|
|
17032
17274
|
}
|
|
17033
|
-
.a-
|
|
17275
|
+
.a-Table2 .a-TableCell-sortBtn--default.is-active:hover {
|
|
17034
17276
|
color: var(--text-color);
|
|
17035
17277
|
}
|
|
17036
|
-
.a-
|
|
17278
|
+
.a-Table2 .a-TableCell-sortBtn--up.is-active, .a-Table2 .a-TableCell-sortBtn--down.is-active {
|
|
17037
17279
|
color: var(--TableCell-sortBtn--onActive-color);
|
|
17038
17280
|
}
|
|
17039
|
-
.a-
|
|
17281
|
+
.a-Table2 .a-TableCell-searchBtn {
|
|
17040
17282
|
cursor: pointer;
|
|
17041
17283
|
color: var(--text--muted-color);
|
|
17042
17284
|
margin-left: var(--TableCell-icon-gap);
|
|
17043
17285
|
}
|
|
17044
|
-
.a-
|
|
17286
|
+
.a-Table2 .a-TableCell-searchBtn svg.icon {
|
|
17045
17287
|
width: 12px;
|
|
17046
17288
|
height: 12px;
|
|
17047
17289
|
}
|
|
17048
|
-
.a-
|
|
17290
|
+
.a-Table2 .a-TableCell-searchBtn:hover {
|
|
17049
17291
|
color: var(--text-color);
|
|
17050
17292
|
}
|
|
17051
|
-
.a-
|
|
17293
|
+
.a-Table2 .a-TableCell-searchBtn.is-active {
|
|
17052
17294
|
color: var(--TableCell-searchBtn--onActive-color);
|
|
17053
17295
|
}
|
|
17054
|
-
.a-
|
|
17296
|
+
.a-Table2 .a-TableCell-searchPopOver {
|
|
17055
17297
|
border: none;
|
|
17056
17298
|
min-width: 20rem;
|
|
17057
17299
|
max-width: 40rem;
|
|
17058
17300
|
}
|
|
17059
|
-
.a-
|
|
17301
|
+
.a-Table2 .a-TableCell-searchPopOver .a-Panel {
|
|
17060
17302
|
margin: 0;
|
|
17061
17303
|
}
|
|
17062
|
-
.a-
|
|
17304
|
+
.a-Table2 .a-TableCell-filterBtn {
|
|
17063
17305
|
cursor: pointer;
|
|
17064
17306
|
width: var(--TableCell-filterBtn-width);
|
|
17065
17307
|
position: static;
|
|
@@ -17068,70 +17310,70 @@ input[type=button].a-Button--block {
|
|
|
17068
17310
|
color: var(--text--muted-color);
|
|
17069
17311
|
margin-left: var(--TableCell-icon-gap);
|
|
17070
17312
|
}
|
|
17071
|
-
.a-
|
|
17313
|
+
.a-Table2 .a-TableCell-filterBtn svg.icon {
|
|
17072
17314
|
width: 13px;
|
|
17073
17315
|
height: 13px;
|
|
17074
17316
|
}
|
|
17075
|
-
.a-
|
|
17317
|
+
.a-Table2 .a-TableCell-filterBtn:hover {
|
|
17076
17318
|
color: var(--text-color);
|
|
17077
17319
|
}
|
|
17078
|
-
.a-
|
|
17320
|
+
.a-Table2 .a-TableCell-filterBtn.is-active {
|
|
17079
17321
|
color: var(--TableCell-filterBtn--onActive-color);
|
|
17080
17322
|
}
|
|
17081
|
-
.a-
|
|
17323
|
+
.a-Table2 .a-TableCell-filterBtn .a-Remark {
|
|
17082
17324
|
display: inline;
|
|
17083
17325
|
}
|
|
17084
|
-
.a-
|
|
17326
|
+
.a-Table2 .a-TableCell-filterPopOver {
|
|
17085
17327
|
border: none;
|
|
17086
17328
|
width: 10rem;
|
|
17087
17329
|
}
|
|
17088
|
-
.a-
|
|
17330
|
+
.a-Table2 .a-TableCell-filterPopOver .a-DropDown-menu {
|
|
17089
17331
|
margin: 0;
|
|
17090
17332
|
padding: 0;
|
|
17091
17333
|
}
|
|
17092
|
-
.a-
|
|
17334
|
+
.a-Table2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider {
|
|
17093
17335
|
height: var(--TableCell-filterPopOver-dropDownItem-height);
|
|
17094
17336
|
line-height: var(--TableCell-filterPopOver-dropDownItem-height);
|
|
17095
17337
|
padding: var(--TableCell-filterPopOver-dropDownItem-padding);
|
|
17096
17338
|
background: var(--white);
|
|
17097
17339
|
margin: 0;
|
|
17098
17340
|
}
|
|
17099
|
-
.a-
|
|
17341
|
+
.a-Table2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider:hover {
|
|
17100
17342
|
background: var(--light);
|
|
17101
17343
|
color: var(--primary);
|
|
17102
17344
|
}
|
|
17103
|
-
.a-
|
|
17345
|
+
.a-Table2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider.is-selected {
|
|
17104
17346
|
background: var(--light);
|
|
17105
17347
|
color: var(--primary);
|
|
17106
17348
|
}
|
|
17107
|
-
.a-
|
|
17349
|
+
.a-Table2 .a-TableCell-filterPopOver .a-DropDown-menu .a-DropDown-divider .a-Checkbox {
|
|
17108
17350
|
width: 100%;
|
|
17109
17351
|
margin: 0;
|
|
17110
17352
|
}
|
|
17111
|
-
.a-
|
|
17353
|
+
.a-Table2 .a-TableCell-filterPopOver .a-DropDown-multiple-menu {
|
|
17112
17354
|
text-align: center;
|
|
17113
17355
|
border-top: 1px solid var(--Table-borderColor);
|
|
17114
17356
|
}
|
|
17115
|
-
.a-
|
|
17357
|
+
.a-Table2 .a-TableCell-filterPopOver .a-DropDown-multiple-menu .a-Button {
|
|
17116
17358
|
margin: 0 5px;
|
|
17117
17359
|
padding: 0 10px;
|
|
17118
17360
|
}
|
|
17119
|
-
.a-
|
|
17361
|
+
.a-Table2 .a-TableCell-filterPopOver .a-DropDown-multiple-menu:hover {
|
|
17120
17362
|
background: none;
|
|
17121
17363
|
}
|
|
17122
|
-
.a-
|
|
17364
|
+
.a-Table2 .a-TableCell-selectionBtn {
|
|
17123
17365
|
cursor: pointer;
|
|
17124
17366
|
margin-left: 4px;
|
|
17125
17367
|
}
|
|
17126
|
-
.a-
|
|
17368
|
+
.a-Table2 .a-TableCell-selectionBtn svg.icon {
|
|
17127
17369
|
transform: rotate(270deg);
|
|
17128
17370
|
font-size: 12px;
|
|
17129
17371
|
}
|
|
17130
|
-
.a-
|
|
17372
|
+
.a-Table2 .a-TableCell-selectionPopOver .a-DropDown-menu {
|
|
17131
17373
|
margin: 0;
|
|
17132
17374
|
padding: 0;
|
|
17133
17375
|
}
|
|
17134
|
-
.a-
|
|
17376
|
+
.a-Table2.a-Table-expandBtn {
|
|
17135
17377
|
position: relative;
|
|
17136
17378
|
z-index: 1;
|
|
17137
17379
|
color: var(--Table-expandBtn-color);
|
|
@@ -17142,7 +17384,7 @@ input[type=button].a-Button--block {
|
|
|
17142
17384
|
line-height: 1;
|
|
17143
17385
|
height: 16px;
|
|
17144
17386
|
}
|
|
17145
|
-
.a-
|
|
17387
|
+
.a-Table2.a-Table-expandBtn > svg {
|
|
17146
17388
|
display: inline-block;
|
|
17147
17389
|
text-align: center;
|
|
17148
17390
|
cursor: pointer;
|
|
@@ -17153,22 +17395,22 @@ input[type=button].a-Button--block {
|
|
|
17153
17395
|
height: 0.625rem;
|
|
17154
17396
|
top: 0;
|
|
17155
17397
|
}
|
|
17156
|
-
.a-
|
|
17398
|
+
.a-Table2.a-Table-expandBtn.is-active > svg {
|
|
17157
17399
|
transform: rotate(90deg);
|
|
17158
17400
|
}
|
|
17159
|
-
.a-
|
|
17401
|
+
.a-Table2.a-Table-expandBtn:hover {
|
|
17160
17402
|
text-decoration: none;
|
|
17161
17403
|
}
|
|
17162
|
-
.a-
|
|
17163
|
-
.a-
|
|
17164
|
-
.a-
|
|
17404
|
+
.a-Table2 .a-Table-table > tbody > tr:hover .a-Table-dragBtn,
|
|
17405
|
+
.a-Table2 .a-Table-table > tbody > tr.is-dragging .a-Table-dragBtn,
|
|
17406
|
+
.a-Table2 .a-Table-table > tbody > tr.is-drop-allowed .a-Table-dragBtn {
|
|
17165
17407
|
visibility: visible;
|
|
17166
17408
|
}
|
|
17167
|
-
.a-
|
|
17409
|
+
.a-Table2 .fake-hide {
|
|
17168
17410
|
visibility: hidden;
|
|
17169
17411
|
position: absolute;
|
|
17170
17412
|
}
|
|
17171
|
-
.a-
|
|
17413
|
+
.a-Table2 .a-Table-badge {
|
|
17172
17414
|
position: absolute;
|
|
17173
17415
|
top: 0;
|
|
17174
17416
|
left: 0;
|
|
@@ -17250,7 +17492,6 @@ input[type=button].a-Button--block {
|
|
|
17250
17492
|
vertical-align: middle;
|
|
17251
17493
|
-webkit-user-select: none;
|
|
17252
17494
|
-moz-user-select: none;
|
|
17253
|
-
-ms-user-select: none;
|
|
17254
17495
|
user-select: none;
|
|
17255
17496
|
color: var(--link-color);
|
|
17256
17497
|
-webkit-text-decoration: var(--link-decoration);
|
|
@@ -17304,6 +17545,7 @@ input[type=button].a-Button--block {
|
|
|
17304
17545
|
}
|
|
17305
17546
|
.a-ColumnToggler-modal-header {
|
|
17306
17547
|
width: 100%;
|
|
17548
|
+
padding: 0 1.5rem;
|
|
17307
17549
|
display: flex;
|
|
17308
17550
|
flex-flow: row nowrap;
|
|
17309
17551
|
justify-content: space-between;
|
|
@@ -17321,7 +17563,7 @@ input[type=button].a-Button--block {
|
|
|
17321
17563
|
font-weight: bold;
|
|
17322
17564
|
}
|
|
17323
17565
|
.a-ColumnToggler-modal-content {
|
|
17324
|
-
padding: 0;
|
|
17566
|
+
padding: 0 1.5rem;
|
|
17325
17567
|
width: 100%;
|
|
17326
17568
|
list-style: none;
|
|
17327
17569
|
margin: 0.5rem 0;
|
|
@@ -17355,7 +17597,6 @@ input[type=button].a-Button--block {
|
|
|
17355
17597
|
overflow: hidden;
|
|
17356
17598
|
-webkit-user-select: none;
|
|
17357
17599
|
-moz-user-select: none;
|
|
17358
|
-
-ms-user-select: none;
|
|
17359
17600
|
user-select: none;
|
|
17360
17601
|
}
|
|
17361
17602
|
.a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
|
|
@@ -17373,6 +17614,7 @@ input[type=button].a-Button--block {
|
|
|
17373
17614
|
}
|
|
17374
17615
|
.a-ColumnToggler-modal-footer {
|
|
17375
17616
|
width: 100%;
|
|
17617
|
+
padding: 0 1.5rem;
|
|
17376
17618
|
display: flex;
|
|
17377
17619
|
flex-flow: row nowrap;
|
|
17378
17620
|
justify-content: space-between;
|
|
@@ -17397,6 +17639,9 @@ input[type=button].a-Button--block {
|
|
|
17397
17639
|
.a-ColumnToggler-modal-footer > div:first-child a {
|
|
17398
17640
|
display: inline-block;
|
|
17399
17641
|
}
|
|
17642
|
+
.a-ColumnToggler-modal-footer > div:first-child button:not(:last-child) {
|
|
17643
|
+
margin-right: var(--gap-sm);
|
|
17644
|
+
}
|
|
17400
17645
|
.a-ColumnToggler-modal-footer > div:last-child {
|
|
17401
17646
|
justify-content: flex-end;
|
|
17402
17647
|
}
|
|
@@ -17712,32 +17957,26 @@ input[type=button].a-Button--block {
|
|
|
17712
17957
|
-moz-column-count: 12;
|
|
17713
17958
|
column-count: 12;
|
|
17714
17959
|
}
|
|
17715
|
-
|
|
17716
17960
|
.a-Cards--masonrySm2 {
|
|
17717
17961
|
-moz-column-count: 6;
|
|
17718
17962
|
column-count: 6;
|
|
17719
17963
|
}
|
|
17720
|
-
|
|
17721
17964
|
.a-Cards--masonrySm3 {
|
|
17722
17965
|
-moz-column-count: 4;
|
|
17723
17966
|
column-count: 4;
|
|
17724
17967
|
}
|
|
17725
|
-
|
|
17726
17968
|
.a-Cards--masonrySm4 {
|
|
17727
17969
|
-moz-column-count: 3;
|
|
17728
17970
|
column-count: 3;
|
|
17729
17971
|
}
|
|
17730
|
-
|
|
17731
17972
|
.a-Cards--masonrySm6 {
|
|
17732
17973
|
-moz-column-count: 2;
|
|
17733
17974
|
column-count: 2;
|
|
17734
17975
|
}
|
|
17735
|
-
|
|
17736
17976
|
.a-Cards--masonrySm12 {
|
|
17737
17977
|
-moz-column-count: 1;
|
|
17738
17978
|
column-count: 1;
|
|
17739
17979
|
}
|
|
17740
|
-
|
|
17741
17980
|
.a-Cards-toolbar {
|
|
17742
17981
|
display: flex;
|
|
17743
17982
|
flex-wrap: wrap;
|
|
@@ -17748,27 +17987,22 @@ input[type=button].a-Button--block {
|
|
|
17748
17987
|
-moz-column-count: 12;
|
|
17749
17988
|
column-count: 12;
|
|
17750
17989
|
}
|
|
17751
|
-
|
|
17752
17990
|
.a-Cards--masonryMd2 {
|
|
17753
17991
|
-moz-column-count: 6;
|
|
17754
17992
|
column-count: 6;
|
|
17755
17993
|
}
|
|
17756
|
-
|
|
17757
17994
|
.a-Cards--masonryMd3 {
|
|
17758
17995
|
-moz-column-count: 4;
|
|
17759
17996
|
column-count: 4;
|
|
17760
17997
|
}
|
|
17761
|
-
|
|
17762
17998
|
.a-Cards--masonryMd4 {
|
|
17763
17999
|
-moz-column-count: 3;
|
|
17764
18000
|
column-count: 3;
|
|
17765
18001
|
}
|
|
17766
|
-
|
|
17767
18002
|
.a-Cards--masonryMd6 {
|
|
17768
18003
|
-moz-column-count: 2;
|
|
17769
18004
|
column-count: 2;
|
|
17770
18005
|
}
|
|
17771
|
-
|
|
17772
18006
|
.a-Cards--masonryMd12 {
|
|
17773
18007
|
-moz-column-count: 1;
|
|
17774
18008
|
column-count: 1;
|
|
@@ -17779,27 +18013,22 @@ input[type=button].a-Button--block {
|
|
|
17779
18013
|
-moz-column-count: 12;
|
|
17780
18014
|
column-count: 12;
|
|
17781
18015
|
}
|
|
17782
|
-
|
|
17783
18016
|
.a-Cards--masonryLg2 {
|
|
17784
18017
|
-moz-column-count: 6;
|
|
17785
18018
|
column-count: 6;
|
|
17786
18019
|
}
|
|
17787
|
-
|
|
17788
18020
|
.a-Cards--masonryLg3 {
|
|
17789
18021
|
-moz-column-count: 4;
|
|
17790
18022
|
column-count: 4;
|
|
17791
18023
|
}
|
|
17792
|
-
|
|
17793
18024
|
.a-Cards--masonryLg4 {
|
|
17794
18025
|
-moz-column-count: 3;
|
|
17795
18026
|
column-count: 3;
|
|
17796
18027
|
}
|
|
17797
|
-
|
|
17798
18028
|
.a-Cards--masonryLg6 {
|
|
17799
18029
|
-moz-column-count: 2;
|
|
17800
18030
|
column-count: 2;
|
|
17801
18031
|
}
|
|
17802
|
-
|
|
17803
18032
|
.a-Cards--masonryLg12 {
|
|
17804
18033
|
-moz-column-count: 1;
|
|
17805
18034
|
column-count: 1;
|
|
@@ -18246,6 +18475,19 @@ input[type=button].a-Button--block {
|
|
|
18246
18475
|
.a-Progress-line {
|
|
18247
18476
|
display: inline-block;
|
|
18248
18477
|
width: 100%;
|
|
18478
|
+
position: relative;
|
|
18479
|
+
}
|
|
18480
|
+
.a-Progress-line-threshold {
|
|
18481
|
+
position: absolute;
|
|
18482
|
+
height: 100%;
|
|
18483
|
+
border-left: 1px solid #007bff;
|
|
18484
|
+
}
|
|
18485
|
+
.a-Progress-line-threshold-text {
|
|
18486
|
+
position: absolute;
|
|
18487
|
+
font-size: 12px;
|
|
18488
|
+
bottom: -20px;
|
|
18489
|
+
left: 50%;
|
|
18490
|
+
transform: translateX(-50%);
|
|
18249
18491
|
}
|
|
18250
18492
|
.a-Progress-line-inter {
|
|
18251
18493
|
height: 100%;
|
|
@@ -18441,7 +18683,6 @@ input[type=button].a-Button--block {
|
|
|
18441
18683
|
.a-Pagination > li > span {
|
|
18442
18684
|
-webkit-user-select: none;
|
|
18443
18685
|
-moz-user-select: none;
|
|
18444
|
-
-ms-user-select: none;
|
|
18445
18686
|
user-select: none;
|
|
18446
18687
|
cursor: pointer;
|
|
18447
18688
|
position: relative;
|
|
@@ -18946,7 +19187,6 @@ input[type=button].a-Button--block {
|
|
|
18946
19187
|
align-items: center;
|
|
18947
19188
|
-webkit-user-select: none;
|
|
18948
19189
|
-moz-user-select: none;
|
|
18949
|
-
-ms-user-select: none;
|
|
18950
19190
|
user-select: none;
|
|
18951
19191
|
}
|
|
18952
19192
|
.a-ImageGallery-main > img {
|
|
@@ -19003,7 +19243,6 @@ input[type=button].a-Button--block {
|
|
|
19003
19243
|
flex-direction: row;
|
|
19004
19244
|
-webkit-user-select: none;
|
|
19005
19245
|
-moz-user-select: none;
|
|
19006
|
-
-ms-user-select: none;
|
|
19007
19246
|
user-select: none;
|
|
19008
19247
|
}
|
|
19009
19248
|
.a-ImageGallery-prevList, .a-ImageGallery-nextList {
|
|
@@ -19021,7 +19260,7 @@ input[type=button].a-Button--block {
|
|
|
19021
19260
|
pointer-events: none;
|
|
19022
19261
|
}
|
|
19023
19262
|
.a-ImageGallery-prevList:hover, .a-ImageGallery-nextList:hover {
|
|
19024
|
-
background:
|
|
19263
|
+
background: rgb(0, 0, 0);
|
|
19025
19264
|
color: #fff;
|
|
19026
19265
|
}
|
|
19027
19266
|
.a-ImageGallery-itemsWrap {
|
|
@@ -19330,16 +19569,10 @@ input[type=button].a-Button--block {
|
|
|
19330
19569
|
-moz-user-select: none;
|
|
19331
19570
|
user-select: none;
|
|
19332
19571
|
}
|
|
19333
|
-
.a-InputBox input:-ms-input-placeholder {
|
|
19334
|
-
color: var(--Form-input-placeholderColor);
|
|
19335
|
-
-ms-user-select: none;
|
|
19336
|
-
user-select: none;
|
|
19337
|
-
}
|
|
19338
19572
|
.a-InputBox input::placeholder {
|
|
19339
19573
|
color: var(--Form-input-placeholderColor);
|
|
19340
19574
|
-webkit-user-select: none;
|
|
19341
19575
|
-moz-user-select: none;
|
|
19342
|
-
-ms-user-select: none;
|
|
19343
19576
|
user-select: none;
|
|
19344
19577
|
}
|
|
19345
19578
|
.a-InputBox:hover {
|
|
@@ -19666,16 +19899,10 @@ input[type=button].a-Button--block {
|
|
|
19666
19899
|
-moz-user-select: none;
|
|
19667
19900
|
user-select: none;
|
|
19668
19901
|
}
|
|
19669
|
-
.a-ResultBox input:-ms-input-placeholder {
|
|
19670
|
-
color: var(--Form-input-placeholderColor);
|
|
19671
|
-
-ms-user-select: none;
|
|
19672
|
-
user-select: none;
|
|
19673
|
-
}
|
|
19674
19902
|
.a-ResultBox input::placeholder {
|
|
19675
19903
|
color: var(--Form-input-placeholderColor);
|
|
19676
19904
|
-webkit-user-select: none;
|
|
19677
19905
|
-moz-user-select: none;
|
|
19678
|
-
-ms-user-select: none;
|
|
19679
19906
|
user-select: none;
|
|
19680
19907
|
}
|
|
19681
19908
|
.a-ResultBox:hover {
|
|
@@ -19742,7 +19969,6 @@ input[type=button].a-Button--block {
|
|
|
19742
19969
|
margin-right: 0.3125rem;
|
|
19743
19970
|
}
|
|
19744
19971
|
.a-ResultBox-singleValue {
|
|
19745
|
-
padding: 0 calc(var(--Form-input-paddingX) - 0.1875rem);
|
|
19746
19972
|
flex-grow: 1;
|
|
19747
19973
|
display: inline-block;
|
|
19748
19974
|
max-width: 100%;
|
|
@@ -19822,7 +20048,6 @@ input[type=button].a-Button--block {
|
|
|
19822
20048
|
margin-bottom: var(--ResultBox-tag-marginBottom);
|
|
19823
20049
|
-webkit-user-select: none;
|
|
19824
20050
|
-moz-user-select: none;
|
|
19825
|
-
-ms-user-select: none;
|
|
19826
20051
|
user-select: none;
|
|
19827
20052
|
border-radius: 0.125rem;
|
|
19828
20053
|
}
|
|
@@ -19856,7 +20081,6 @@ input[type=button].a-Button--block {
|
|
|
19856
20081
|
flex-grow: 1;
|
|
19857
20082
|
-webkit-user-select: none;
|
|
19858
20083
|
-moz-user-select: none;
|
|
19859
|
-
-ms-user-select: none;
|
|
19860
20084
|
user-select: none;
|
|
19861
20085
|
}
|
|
19862
20086
|
.a-ResultBox > input {
|
|
@@ -19888,7 +20112,7 @@ input[type=button].a-Button--block {
|
|
|
19888
20112
|
align-items: center;
|
|
19889
20113
|
overflow-x: hidden;
|
|
19890
20114
|
overflow-y: auto;
|
|
19891
|
-
max-height: calc(
|
|
20115
|
+
max-height: calc((var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5);
|
|
19892
20116
|
}
|
|
19893
20117
|
.a-ResultBox-overflow.a-Tooltip--dark .a-ResultBox-overflow-wrapper .a-ResultBox-value {
|
|
19894
20118
|
color: var(--white);
|
|
@@ -20033,16 +20257,10 @@ input[type=button].a-Button--block {
|
|
|
20033
20257
|
-moz-user-select: none;
|
|
20034
20258
|
user-select: none;
|
|
20035
20259
|
}
|
|
20036
|
-
.a-SearchBox > input:-ms-input-placeholder {
|
|
20037
|
-
color: var(--Form-input-placeholderColor);
|
|
20038
|
-
-ms-user-select: none;
|
|
20039
|
-
user-select: none;
|
|
20040
|
-
}
|
|
20041
20260
|
.a-SearchBox > input::placeholder {
|
|
20042
20261
|
color: var(--Form-input-placeholderColor);
|
|
20043
20262
|
-webkit-user-select: none;
|
|
20044
20263
|
-moz-user-select: none;
|
|
20045
|
-
-ms-user-select: none;
|
|
20046
20264
|
user-select: none;
|
|
20047
20265
|
}
|
|
20048
20266
|
.a-SearchBox-clearable {
|
|
@@ -20126,7 +20344,7 @@ input[type=button].a-Button--block {
|
|
|
20126
20344
|
padding: 0 var(--gap-md);
|
|
20127
20345
|
overflow-x: hidden;
|
|
20128
20346
|
overflow-y: auto;
|
|
20129
|
-
max-height: calc(
|
|
20347
|
+
max-height: calc(var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2);
|
|
20130
20348
|
}
|
|
20131
20349
|
.a-SearchBox-history .a-SearchBox-history-tag {
|
|
20132
20350
|
display: inlin-flex;
|
|
@@ -20180,7 +20398,7 @@ input[type=button].a-Button--block {
|
|
|
20180
20398
|
.a-ListMenu-groupLabel {
|
|
20181
20399
|
font-size: var(--fontSizeXs);
|
|
20182
20400
|
color: var(--text--muted-color);
|
|
20183
|
-
padding: calc(
|
|
20401
|
+
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));
|
|
20184
20402
|
}
|
|
20185
20403
|
.a-ListMenu-group:not(:first-child) > .a-ListMenu-groupLabel {
|
|
20186
20404
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
|
@@ -20192,7 +20410,7 @@ input[type=button].a-Button--block {
|
|
|
20192
20410
|
line-height: var(--Form-input-lineHeight);
|
|
20193
20411
|
font-size: var(--Form-input-fontSize);
|
|
20194
20412
|
cursor: pointer;
|
|
20195
|
-
padding: calc(
|
|
20413
|
+
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
20196
20414
|
}
|
|
20197
20415
|
.a-ListMenu-item.is-active {
|
|
20198
20416
|
color: var(--ListMenu-item--onActive-color);
|
|
@@ -20213,7 +20431,7 @@ input[type=button].a-Button--block {
|
|
|
20213
20431
|
line-height: var(--Form-input-lineHeight);
|
|
20214
20432
|
font-size: var(--Form-input-fontSize);
|
|
20215
20433
|
cursor: pointer;
|
|
20216
|
-
padding: calc(
|
|
20434
|
+
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
20217
20435
|
}
|
|
20218
20436
|
.a-PopOver > .a-ListMenu {
|
|
20219
20437
|
border-color: var(--listMenu--onActive-borderColor);
|
|
@@ -20993,7 +21211,6 @@ fieldset.a-Collapse--lg:after {
|
|
|
20993
21211
|
padding-left: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
20994
21212
|
padding-right: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
20995
21213
|
}
|
|
20996
|
-
|
|
20997
21214
|
.a-Form-groupColumn {
|
|
20998
21215
|
flex-basis: 0;
|
|
20999
21216
|
flex-grow: 1;
|
|
@@ -21001,79 +21218,66 @@ fieldset.a-Collapse--lg:after {
|
|
|
21001
21218
|
max-width: 100%;
|
|
21002
21219
|
margin-bottom: 0;
|
|
21003
21220
|
}
|
|
21004
|
-
|
|
21005
21221
|
.a-Form-groupColumn--1 {
|
|
21006
21222
|
flex: 0 0 8.3333333333%;
|
|
21007
21223
|
max-width: 8.3333333333%;
|
|
21008
21224
|
min-height: 1px;
|
|
21009
21225
|
}
|
|
21010
|
-
|
|
21011
21226
|
.a-Form-groupColumn--2 {
|
|
21012
21227
|
flex: 0 0 16.6666666667%;
|
|
21013
21228
|
max-width: 16.6666666667%;
|
|
21014
21229
|
min-height: 1px;
|
|
21015
21230
|
}
|
|
21016
|
-
|
|
21017
21231
|
.a-Form-groupColumn--3 {
|
|
21018
21232
|
flex: 0 0 25%;
|
|
21019
21233
|
max-width: 25%;
|
|
21020
21234
|
min-height: 1px;
|
|
21021
21235
|
}
|
|
21022
|
-
|
|
21023
21236
|
.a-Form-groupColumn--4 {
|
|
21024
21237
|
flex: 0 0 33.3333333333%;
|
|
21025
21238
|
max-width: 33.3333333333%;
|
|
21026
21239
|
min-height: 1px;
|
|
21027
21240
|
}
|
|
21028
|
-
|
|
21029
21241
|
.a-Form-groupColumn--5 {
|
|
21030
21242
|
flex: 0 0 41.6666666667%;
|
|
21031
21243
|
max-width: 41.6666666667%;
|
|
21032
21244
|
min-height: 1px;
|
|
21033
21245
|
}
|
|
21034
|
-
|
|
21035
21246
|
.a-Form-groupColumn--6 {
|
|
21036
21247
|
flex: 0 0 50%;
|
|
21037
21248
|
max-width: 50%;
|
|
21038
21249
|
min-height: 1px;
|
|
21039
21250
|
}
|
|
21040
|
-
|
|
21041
21251
|
.a-Form-groupColumn--7 {
|
|
21042
21252
|
flex: 0 0 58.3333333333%;
|
|
21043
21253
|
max-width: 58.3333333333%;
|
|
21044
21254
|
min-height: 1px;
|
|
21045
21255
|
}
|
|
21046
|
-
|
|
21047
21256
|
.a-Form-groupColumn--8 {
|
|
21048
21257
|
flex: 0 0 66.6666666667%;
|
|
21049
21258
|
max-width: 66.6666666667%;
|
|
21050
21259
|
min-height: 1px;
|
|
21051
21260
|
}
|
|
21052
|
-
|
|
21053
21261
|
.a-Form-groupColumn--9 {
|
|
21054
21262
|
flex: 0 0 75%;
|
|
21055
21263
|
max-width: 75%;
|
|
21056
21264
|
min-height: 1px;
|
|
21057
21265
|
}
|
|
21058
|
-
|
|
21059
21266
|
.a-Form-groupColumn--10 {
|
|
21060
21267
|
flex: 0 0 83.3333333333%;
|
|
21061
21268
|
max-width: 83.3333333333%;
|
|
21062
21269
|
min-height: 1px;
|
|
21063
21270
|
}
|
|
21064
|
-
|
|
21065
21271
|
.a-Form-groupColumn--11 {
|
|
21066
21272
|
flex: 0 0 91.6666666667%;
|
|
21067
21273
|
max-width: 91.6666666667%;
|
|
21068
21274
|
min-height: 1px;
|
|
21069
21275
|
}
|
|
21070
|
-
|
|
21071
21276
|
.a-Form-groupColumn--12 {
|
|
21072
21277
|
flex: 0 0 100%;
|
|
21073
21278
|
max-width: 100%;
|
|
21074
21279
|
min-height: 1px;
|
|
21075
21280
|
}
|
|
21076
|
-
|
|
21077
21281
|
.a-Form-groupColumn--auto {
|
|
21078
21282
|
flex: 0 0 auto;
|
|
21079
21283
|
width: auto;
|
|
@@ -21095,7 +21299,7 @@ fieldset.a-Collapse--lg:after {
|
|
|
21095
21299
|
.a-InputGroup-addOn {
|
|
21096
21300
|
background: var(--InputGroup-addOn-bg);
|
|
21097
21301
|
border: var(--InputGroup-addOn-borderWidth) solid var(--InputGroup-addOn-borderColor);
|
|
21098
|
-
line-height: calc(
|
|
21302
|
+
line-height: calc(var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2);
|
|
21099
21303
|
height: var(--InputGroup-height);
|
|
21100
21304
|
box-sizing: border-box;
|
|
21101
21305
|
padding: var(--InputGroup-paddingY) var(--InputGroup-paddingX);
|
|
@@ -21223,16 +21427,10 @@ fieldset.a-Collapse--lg:after {
|
|
|
21223
21427
|
-moz-user-select: none;
|
|
21224
21428
|
user-select: none;
|
|
21225
21429
|
}
|
|
21226
|
-
.a-TextControl-input input:-ms-input-placeholder {
|
|
21227
|
-
color: var(--Form-input-placeholderColor);
|
|
21228
|
-
-ms-user-select: none;
|
|
21229
|
-
user-select: none;
|
|
21230
|
-
}
|
|
21231
21430
|
.a-TextControl-input input::placeholder {
|
|
21232
21431
|
color: var(--Form-input-placeholderColor);
|
|
21233
21432
|
-webkit-user-select: none;
|
|
21234
21433
|
-moz-user-select: none;
|
|
21235
|
-
-ms-user-select: none;
|
|
21236
21434
|
user-select: none;
|
|
21237
21435
|
}
|
|
21238
21436
|
.a-TextControl-input:hover {
|
|
@@ -21267,7 +21465,7 @@ fieldset.a-Collapse--lg:after {
|
|
|
21267
21465
|
transition: all var(--animation-duration);
|
|
21268
21466
|
}
|
|
21269
21467
|
.a-TextControl-spinner {
|
|
21270
|
-
line-height: calc(
|
|
21468
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
21271
21469
|
}
|
|
21272
21470
|
.a-TextControl-clear {
|
|
21273
21471
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -21309,7 +21507,6 @@ fieldset.a-Collapse--lg:after {
|
|
|
21309
21507
|
color: var(--Form-input-placeholderColor);
|
|
21310
21508
|
-webkit-user-select: none;
|
|
21311
21509
|
-moz-user-select: none;
|
|
21312
|
-
-ms-user-select: none;
|
|
21313
21510
|
user-select: none;
|
|
21314
21511
|
position: absolute;
|
|
21315
21512
|
left: var(--Form-input-paddingX);
|
|
@@ -21422,7 +21619,10 @@ fieldset.a-Collapse--lg:after {
|
|
|
21422
21619
|
overflow: auto;
|
|
21423
21620
|
}
|
|
21424
21621
|
.a-TextControl-sugItem {
|
|
21425
|
-
padding: calc(
|
|
21622
|
+
padding: calc((
|
|
21623
|
+
var(--Form-selectOption-height) - var(--Form-input-lineHeight) *
|
|
21624
|
+
var(--Form-input-fontSize) - 0.125rem
|
|
21625
|
+
) / 2) 0.75rem;
|
|
21426
21626
|
}
|
|
21427
21627
|
.a-TextControl-sugItem svg {
|
|
21428
21628
|
width: 1rem;
|
|
@@ -21443,9 +21643,8 @@ fieldset.a-Collapse--lg:after {
|
|
|
21443
21643
|
.a-TextControl-value {
|
|
21444
21644
|
-webkit-user-select: none;
|
|
21445
21645
|
-moz-user-select: none;
|
|
21446
|
-
-ms-user-select: none;
|
|
21447
21646
|
user-select: none;
|
|
21448
|
-
line-height: calc(
|
|
21647
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
21449
21648
|
vertical-align: middle;
|
|
21450
21649
|
display: inline-block;
|
|
21451
21650
|
}
|
|
@@ -21469,7 +21668,9 @@ fieldset.a-Collapse--lg:after {
|
|
|
21469
21668
|
}
|
|
21470
21669
|
.a-TextControl-input--multiple .a-TextControl-value {
|
|
21471
21670
|
white-space: nowrap;
|
|
21472
|
-
line-height: calc(
|
|
21671
|
+
line-height: calc(
|
|
21672
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
21673
|
+
);
|
|
21473
21674
|
font-size: var(--Form-selectValue-fontSize);
|
|
21474
21675
|
background: var(--Form-select-multiple-bgColor);
|
|
21475
21676
|
border-radius: 0.125rem;
|
|
@@ -21554,16 +21755,10 @@ input.a-TextControl-input-password {
|
|
|
21554
21755
|
-moz-user-select: none;
|
|
21555
21756
|
user-select: none;
|
|
21556
21757
|
}
|
|
21557
|
-
.a-TextareaControl-input input:-ms-input-placeholder {
|
|
21558
|
-
color: var(--Form-input-placeholderColor);
|
|
21559
|
-
-ms-user-select: none;
|
|
21560
|
-
user-select: none;
|
|
21561
|
-
}
|
|
21562
21758
|
.a-TextareaControl-input input::placeholder {
|
|
21563
21759
|
color: var(--Form-input-placeholderColor);
|
|
21564
21760
|
-webkit-user-select: none;
|
|
21565
21761
|
-moz-user-select: none;
|
|
21566
|
-
-ms-user-select: none;
|
|
21567
21762
|
user-select: none;
|
|
21568
21763
|
}
|
|
21569
21764
|
.a-TextareaControl-input:hover {
|
|
@@ -21598,7 +21793,7 @@ input.a-TextControl-input-password {
|
|
|
21598
21793
|
transition: all var(--animation-duration);
|
|
21599
21794
|
}
|
|
21600
21795
|
.a-TextareaControl-spinner {
|
|
21601
|
-
line-height: calc(
|
|
21796
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
21602
21797
|
}
|
|
21603
21798
|
.a-TextareaControl-clear {
|
|
21604
21799
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -21657,9 +21852,6 @@ input.a-TextControl-input-password {
|
|
|
21657
21852
|
.a-TextareaControl > textarea::-moz-placeholder {
|
|
21658
21853
|
color: var(--Form-input-placeholderColor);
|
|
21659
21854
|
}
|
|
21660
|
-
.a-TextareaControl > textarea:-ms-input-placeholder {
|
|
21661
|
-
color: var(--Form-input-placeholderColor);
|
|
21662
|
-
}
|
|
21663
21855
|
.a-TextareaControl > textarea::placeholder {
|
|
21664
21856
|
color: var(--Form-input-placeholderColor);
|
|
21665
21857
|
}
|
|
@@ -21713,7 +21905,6 @@ input.a-TextControl-input-password {
|
|
|
21713
21905
|
font-weight: var(--fontWeightNormal);
|
|
21714
21906
|
-webkit-user-select: none;
|
|
21715
21907
|
-moz-user-select: none;
|
|
21716
|
-
-ms-user-select: none;
|
|
21717
21908
|
user-select: none;
|
|
21718
21909
|
pointer-events: none;
|
|
21719
21910
|
}
|
|
@@ -22083,7 +22274,7 @@ input.a-TextControl-input-password {
|
|
|
22083
22274
|
.a-CheckboxControl,
|
|
22084
22275
|
.a-RadiosControl,
|
|
22085
22276
|
.a-CheckboxesControl {
|
|
22086
|
-
padding-top: calc(
|
|
22277
|
+
padding-top: calc((var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px);
|
|
22087
22278
|
}
|
|
22088
22279
|
.a-RadiosControl .a-Checkbox,
|
|
22089
22280
|
.a-CheckboxesControl .a-Checkbox {
|
|
@@ -22133,7 +22324,7 @@ input.a-TextControl-input-password {
|
|
|
22133
22324
|
display: block;
|
|
22134
22325
|
line-height: var(--Form-input-lineHeight);
|
|
22135
22326
|
font-size: var(--Form-input-fontSize);
|
|
22136
|
-
padding: calc(
|
|
22327
|
+
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));
|
|
22137
22328
|
}
|
|
22138
22329
|
.a-Selection--inline > .a-Checkbox {
|
|
22139
22330
|
display: inline-block;
|
|
@@ -22155,7 +22346,6 @@ input.a-TextControl-input-password {
|
|
|
22155
22346
|
overflow: auto;
|
|
22156
22347
|
-webkit-user-select: none;
|
|
22157
22348
|
-moz-user-select: none;
|
|
22158
|
-
-ms-user-select: none;
|
|
22159
22349
|
user-select: none;
|
|
22160
22350
|
padding: var(--gap-xs) 0;
|
|
22161
22351
|
}
|
|
@@ -22168,12 +22358,11 @@ input.a-TextControl-input-password {
|
|
|
22168
22358
|
display: flex;
|
|
22169
22359
|
line-height: var(--Form-input-lineHeight);
|
|
22170
22360
|
font-size: var(--Form-input-fontSize);
|
|
22171
|
-
padding: calc(
|
|
22361
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
22172
22362
|
flex-direction: row;
|
|
22173
22363
|
cursor: pointer;
|
|
22174
22364
|
-webkit-user-select: none;
|
|
22175
22365
|
-moz-user-select: none;
|
|
22176
|
-
-ms-user-select: none;
|
|
22177
22366
|
user-select: none;
|
|
22178
22367
|
}
|
|
22179
22368
|
.a-GroupedSelection-item > .a-Checkbox {
|
|
@@ -22206,7 +22395,7 @@ input.a-TextControl-input-password {
|
|
|
22206
22395
|
height: var(--Form-input-height);
|
|
22207
22396
|
line-height: var(--Form-input-lineHeight);
|
|
22208
22397
|
font-size: var(--Form-input-fontSize);
|
|
22209
|
-
padding: calc(
|
|
22398
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
22210
22399
|
color: var(--text--muted-color);
|
|
22211
22400
|
height: 100%;
|
|
22212
22401
|
display: flex;
|
|
@@ -22274,7 +22463,6 @@ input.a-TextControl-input-password {
|
|
|
22274
22463
|
cursor: pointer;
|
|
22275
22464
|
-webkit-user-select: none;
|
|
22276
22465
|
-moz-user-select: none;
|
|
22277
|
-
-ms-user-select: none;
|
|
22278
22466
|
user-select: none;
|
|
22279
22467
|
}
|
|
22280
22468
|
.a-TreeSelection-itemInner > .a-Checkbox {
|
|
@@ -22303,7 +22491,7 @@ input.a-TextControl-input-password {
|
|
|
22303
22491
|
height: var(--Form-input-height);
|
|
22304
22492
|
line-height: var(--Form-input-lineHeight);
|
|
22305
22493
|
font-size: var(--Form-input-fontSize);
|
|
22306
|
-
padding: calc(
|
|
22494
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
22307
22495
|
color: var(--text--muted-color);
|
|
22308
22496
|
}
|
|
22309
22497
|
.a-ChainedSelection {
|
|
@@ -22327,12 +22515,11 @@ input.a-TextControl-input-password {
|
|
|
22327
22515
|
display: flex;
|
|
22328
22516
|
line-height: var(--Form-input-lineHeight);
|
|
22329
22517
|
font-size: var(--Form-input-fontSize);
|
|
22330
|
-
padding: calc(
|
|
22518
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
22331
22519
|
flex-direction: row;
|
|
22332
22520
|
cursor: pointer;
|
|
22333
22521
|
-webkit-user-select: none;
|
|
22334
22522
|
-moz-user-select: none;
|
|
22335
|
-
-ms-user-select: none;
|
|
22336
22523
|
user-select: none;
|
|
22337
22524
|
}
|
|
22338
22525
|
.a-ChainedSelection-item > .a-Checkbox {
|
|
@@ -22360,7 +22547,7 @@ input.a-TextControl-input-password {
|
|
|
22360
22547
|
height: var(--Form-input-height);
|
|
22361
22548
|
line-height: var(--Form-input-lineHeight);
|
|
22362
22549
|
font-size: var(--Form-input-fontSize);
|
|
22363
|
-
padding: calc(
|
|
22550
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
22364
22551
|
color: var(--text--muted-color);
|
|
22365
22552
|
}
|
|
22366
22553
|
.a-AssociatedSelection {
|
|
@@ -22431,16 +22618,10 @@ input.a-TextControl-input-password {
|
|
|
22431
22618
|
-moz-user-select: none;
|
|
22432
22619
|
user-select: none;
|
|
22433
22620
|
}
|
|
22434
|
-
.a-CityPicker-input:-ms-input-placeholder {
|
|
22435
|
-
color: var(--Form-input-placeholderColor);
|
|
22436
|
-
-ms-user-select: none;
|
|
22437
|
-
user-select: none;
|
|
22438
|
-
}
|
|
22439
22621
|
.a-CityPicker-input::placeholder {
|
|
22440
22622
|
color: var(--Form-input-placeholderColor);
|
|
22441
22623
|
-webkit-user-select: none;
|
|
22442
22624
|
-moz-user-select: none;
|
|
22443
|
-
-ms-user-select: none;
|
|
22444
22625
|
user-select: none;
|
|
22445
22626
|
}
|
|
22446
22627
|
.a-CityPicker-input:focus {
|
|
@@ -22473,16 +22654,10 @@ input.a-TextControl-input-password {
|
|
|
22473
22654
|
-moz-user-select: none;
|
|
22474
22655
|
user-select: none;
|
|
22475
22656
|
}
|
|
22476
|
-
.a-CityArea-Input:-ms-input-placeholder {
|
|
22477
|
-
color: var(--Form-input-placeholderColor);
|
|
22478
|
-
-ms-user-select: none;
|
|
22479
|
-
user-select: none;
|
|
22480
|
-
}
|
|
22481
22657
|
.a-CityArea-Input::placeholder {
|
|
22482
22658
|
color: var(--Form-input-placeholderColor);
|
|
22483
22659
|
-webkit-user-select: none;
|
|
22484
22660
|
-moz-user-select: none;
|
|
22485
|
-
-ms-user-select: none;
|
|
22486
22661
|
user-select: none;
|
|
22487
22662
|
}
|
|
22488
22663
|
.a-CityArea-Input:focus {
|
|
@@ -22637,7 +22812,6 @@ input.a-TextControl-input-password {
|
|
|
22637
22812
|
}
|
|
22638
22813
|
.a-Number-handler-up-inner, .a-Number-handler-down-inner {
|
|
22639
22814
|
-moz-user-select: none;
|
|
22640
|
-
-ms-user-select: none;
|
|
22641
22815
|
user-select: none;
|
|
22642
22816
|
-webkit-user-select: none;
|
|
22643
22817
|
display: inline-block;
|
|
@@ -22702,7 +22876,7 @@ input.a-TextControl-input-password {
|
|
|
22702
22876
|
}
|
|
22703
22877
|
.a-Number-handler {
|
|
22704
22878
|
line-height: calc((var(--Form-input-height) - 0.375rem) / 2);
|
|
22705
|
-
height: calc(
|
|
22879
|
+
height: calc((var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2);
|
|
22706
22880
|
}
|
|
22707
22881
|
.a-Number-handler-up {
|
|
22708
22882
|
border-bottom: var(--Number-handler-borderBottom);
|
|
@@ -22874,7 +23048,7 @@ input.a-TextControl-input-password {
|
|
|
22874
23048
|
background: var(--Form-select-bg);
|
|
22875
23049
|
border-radius: var(--Form-select-borderRadius);
|
|
22876
23050
|
min-height: var(--Form-selectOption-height);
|
|
22877
|
-
padding: calc(
|
|
23051
|
+
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);
|
|
22878
23052
|
cursor: pointer;
|
|
22879
23053
|
color: var(--Form-select-color);
|
|
22880
23054
|
}
|
|
@@ -22902,9 +23076,6 @@ input.a-TextControl-input-password {
|
|
|
22902
23076
|
.a-Select .a-PopOver.a-Select-popover {
|
|
22903
23077
|
margin-top: 0.25rem;
|
|
22904
23078
|
}
|
|
22905
|
-
.a-Select .a-PopOver.a-Select-popover .a-Select-menu {
|
|
22906
|
-
overflow-x: hidden;
|
|
22907
|
-
}
|
|
22908
23079
|
.a-Select .a-PopOver.a-Select-popover .a-Select-menu .a-Select-option {
|
|
22909
23080
|
height: 2rem;
|
|
22910
23081
|
line-height: 1.375rem;
|
|
@@ -22924,7 +23095,6 @@ input.a-TextControl-input-password {
|
|
|
22924
23095
|
.a-Select-valueWrap {
|
|
22925
23096
|
-webkit-user-select: none;
|
|
22926
23097
|
-moz-user-select: none;
|
|
22927
|
-
-ms-user-select: none;
|
|
22928
23098
|
user-select: none;
|
|
22929
23099
|
position: relative;
|
|
22930
23100
|
flex-grow: 1;
|
|
@@ -22942,13 +23112,12 @@ input.a-TextControl-input-password {
|
|
|
22942
23112
|
line-height: var(--Form-input-lineHeight);
|
|
22943
23113
|
-webkit-user-select: none;
|
|
22944
23114
|
-moz-user-select: none;
|
|
22945
|
-
-ms-user-select: none;
|
|
22946
23115
|
user-select: none;
|
|
22947
23116
|
white-space: nowrap;
|
|
22948
23117
|
color: var(--Form-select-placeholderColor);
|
|
22949
23118
|
}
|
|
22950
23119
|
.a-Select-value {
|
|
22951
|
-
line-height: calc(
|
|
23120
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
22952
23121
|
white-space: nowrap;
|
|
22953
23122
|
max-width: 100%;
|
|
22954
23123
|
overflow: hidden;
|
|
@@ -22981,9 +23150,10 @@ input.a-TextControl-input-password {
|
|
|
22981
23150
|
white-space: normal;
|
|
22982
23151
|
-webkit-user-select: none;
|
|
22983
23152
|
-moz-user-select: none;
|
|
22984
|
-
-ms-user-select: none;
|
|
22985
23153
|
user-select: none;
|
|
22986
|
-
line-height: calc(
|
|
23154
|
+
line-height: calc(
|
|
23155
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
23156
|
+
);
|
|
22987
23157
|
display: inline-block;
|
|
22988
23158
|
vertical-align: middle;
|
|
22989
23159
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -23064,7 +23234,6 @@ input.a-TextControl-input-password {
|
|
|
23064
23234
|
overflow: auto;
|
|
23065
23235
|
-webkit-user-select: none;
|
|
23066
23236
|
-moz-user-select: none;
|
|
23067
|
-
-ms-user-select: none;
|
|
23068
23237
|
user-select: none;
|
|
23069
23238
|
}
|
|
23070
23239
|
.a-Select-menu .a-Checkbox--sm > i {
|
|
@@ -23113,7 +23282,7 @@ input.a-TextControl-input-password {
|
|
|
23113
23282
|
}
|
|
23114
23283
|
.a-Select-option {
|
|
23115
23284
|
cursor: pointer;
|
|
23116
|
-
padding: calc(
|
|
23285
|
+
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
23117
23286
|
display: flex;
|
|
23118
23287
|
}
|
|
23119
23288
|
.a-Select-option-checkbox {
|
|
@@ -23179,9 +23348,8 @@ input.a-TextControl-input-password {
|
|
|
23179
23348
|
font-size: var(--Form-select-input-fontSize);
|
|
23180
23349
|
-webkit-user-select: none;
|
|
23181
23350
|
-moz-user-select: none;
|
|
23182
|
-
-ms-user-select: none;
|
|
23183
23351
|
user-select: none;
|
|
23184
|
-
padding: calc(
|
|
23352
|
+
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
23185
23353
|
}
|
|
23186
23354
|
.a-Select-option-hl {
|
|
23187
23355
|
color: var(--info);
|
|
@@ -23189,7 +23357,7 @@ input.a-TextControl-input-password {
|
|
|
23189
23357
|
.a-Select-addBtn {
|
|
23190
23358
|
display: block;
|
|
23191
23359
|
cursor: pointer;
|
|
23192
|
-
padding: calc(
|
|
23360
|
+
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
23193
23361
|
}
|
|
23194
23362
|
.a-Select-addBtn:hover {
|
|
23195
23363
|
text-decoration: none;
|
|
@@ -23204,7 +23372,7 @@ input.a-TextControl-input-password {
|
|
|
23204
23372
|
color: var(--Form-select-onFocused-color);
|
|
23205
23373
|
}
|
|
23206
23374
|
.a-Select-spinner {
|
|
23207
|
-
line-height: calc(
|
|
23375
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
23208
23376
|
}
|
|
23209
23377
|
.a-Select-clear {
|
|
23210
23378
|
padding: 0.1875rem;
|
|
@@ -23234,16 +23402,19 @@ input.a-TextControl-input-password {
|
|
|
23234
23402
|
align-items: center;
|
|
23235
23403
|
overflow-x: hidden;
|
|
23236
23404
|
overflow-y: auto;
|
|
23237
|
-
max-height: calc(
|
|
23405
|
+
max-height: calc((
|
|
23406
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)
|
|
23407
|
+
) * 5);
|
|
23238
23408
|
}
|
|
23239
23409
|
.a-Select-overflow-wrapper .a-Select-value {
|
|
23240
23410
|
position: static;
|
|
23241
23411
|
white-space: normal;
|
|
23242
23412
|
-webkit-user-select: none;
|
|
23243
23413
|
-moz-user-select: none;
|
|
23244
|
-
-ms-user-select: none;
|
|
23245
23414
|
user-select: none;
|
|
23246
|
-
line-height: calc(
|
|
23415
|
+
line-height: calc(
|
|
23416
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
23417
|
+
);
|
|
23247
23418
|
display: inline-block;
|
|
23248
23419
|
vertical-align: middle;
|
|
23249
23420
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -23285,7 +23456,7 @@ input.a-TextControl-input-password {
|
|
|
23285
23456
|
border-top-right-radius: 0;
|
|
23286
23457
|
}
|
|
23287
23458
|
.a-Select-popover.a-PopOver--leftTopLeftBottom {
|
|
23288
|
-
margin-top: calc(
|
|
23459
|
+
margin-top: calc((var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth)) * -1);
|
|
23289
23460
|
}
|
|
23290
23461
|
.a-SelectControl:not(.is-inline) > .a-Select {
|
|
23291
23462
|
display: flex;
|
|
@@ -23348,7 +23519,7 @@ input.a-TextControl-input-password {
|
|
|
23348
23519
|
height: var(--Form-input-height);
|
|
23349
23520
|
background: var(--Table-thead-bg);
|
|
23350
23521
|
font-size: var(--Form-input-fontSize);
|
|
23351
|
-
padding: calc(
|
|
23522
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
23352
23523
|
}
|
|
23353
23524
|
.a-Selections-placeholder {
|
|
23354
23525
|
color: var(--Form-input-placeholderColor);
|
|
@@ -23372,7 +23543,7 @@ input.a-TextControl-input-password {
|
|
|
23372
23543
|
line-height: var(--Form-input-lineHeight);
|
|
23373
23544
|
font-size: var(--Form-input-fontSize);
|
|
23374
23545
|
align-items: center;
|
|
23375
|
-
padding: calc(
|
|
23546
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
23376
23547
|
}
|
|
23377
23548
|
.a-Selections-item > label {
|
|
23378
23549
|
flex-basis: 3.125rem;
|
|
@@ -23411,7 +23582,6 @@ input.a-TextControl-input-password {
|
|
|
23411
23582
|
position: relative;
|
|
23412
23583
|
-webkit-user-select: none;
|
|
23413
23584
|
-moz-user-select: none;
|
|
23414
|
-
-ms-user-select: none;
|
|
23415
23585
|
user-select: none;
|
|
23416
23586
|
font-size: var(--ListControl-fontSize);
|
|
23417
23587
|
display: inline-block;
|
|
@@ -23538,7 +23708,6 @@ input.a-TextControl-input-password {
|
|
|
23538
23708
|
color: var(--DatePicker-placeholderColor);
|
|
23539
23709
|
-webkit-user-select: none;
|
|
23540
23710
|
-moz-user-select: none;
|
|
23541
|
-
-ms-user-select: none;
|
|
23542
23711
|
user-select: none;
|
|
23543
23712
|
margin-right: var(--gap-base);
|
|
23544
23713
|
flex-basis: 0;
|
|
@@ -23620,7 +23789,7 @@ input.a-TextControl-input-password {
|
|
|
23620
23789
|
}
|
|
23621
23790
|
.a-MapPicker-sugItem {
|
|
23622
23791
|
cursor: pointer;
|
|
23623
|
-
padding: calc(
|
|
23792
|
+
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
23624
23793
|
}
|
|
23625
23794
|
.a-MapPicker-sugItem:hover {
|
|
23626
23795
|
color: var(--Form-select-menu-onActive-color);
|
|
@@ -23668,9 +23837,6 @@ input.a-TextControl-input-password {
|
|
|
23668
23837
|
.a-ColorPicker-input::-moz-placeholder {
|
|
23669
23838
|
color: var(--ColorPicker-placeholderColor);
|
|
23670
23839
|
}
|
|
23671
|
-
.a-ColorPicker-input:-ms-input-placeholder {
|
|
23672
|
-
color: var(--ColorPicker-placeholderColor);
|
|
23673
|
-
}
|
|
23674
23840
|
.a-ColorPicker-input::placeholder {
|
|
23675
23841
|
color: var(--ColorPicker-placeholderColor);
|
|
23676
23842
|
}
|
|
@@ -23689,9 +23855,6 @@ input.a-TextControl-input-password {
|
|
|
23689
23855
|
.a-ColorPicker.is-disabled > .a-ColorPicker-input::-moz-placeholder {
|
|
23690
23856
|
color: var(--ColorPicker-onDisabled-color);
|
|
23691
23857
|
}
|
|
23692
|
-
.a-ColorPicker.is-disabled > .a-ColorPicker-input:-ms-input-placeholder {
|
|
23693
|
-
color: var(--ColorPicker-onDisabled-color);
|
|
23694
|
-
}
|
|
23695
23858
|
.a-ColorPicker.is-disabled > .a-ColorPicker-input::placeholder {
|
|
23696
23859
|
color: var(--ColorPicker-onDisabled-color);
|
|
23697
23860
|
}
|
|
@@ -23790,9 +23953,6 @@ input.a-TextControl-input-password {
|
|
|
23790
23953
|
.a-DatePicker-input::-moz-placeholder {
|
|
23791
23954
|
color: #b8babf;
|
|
23792
23955
|
}
|
|
23793
|
-
.a-DatePicker-input:-ms-input-placeholder {
|
|
23794
|
-
color: #b8babf;
|
|
23795
|
-
}
|
|
23796
23956
|
.a-DatePicker-input::placeholder {
|
|
23797
23957
|
color: #b8babf;
|
|
23798
23958
|
}
|
|
@@ -23834,7 +23994,6 @@ input.a-TextControl-input-password {
|
|
|
23834
23994
|
color: var(--DatePicker-placeholderColor);
|
|
23835
23995
|
-webkit-user-select: none;
|
|
23836
23996
|
-moz-user-select: none;
|
|
23837
|
-
-ms-user-select: none;
|
|
23838
23997
|
user-select: none;
|
|
23839
23998
|
margin-right: var(--gap-base);
|
|
23840
23999
|
min-width: 3.125rem;
|
|
@@ -23963,7 +24122,6 @@ input.a-TextControl-input-password {
|
|
|
23963
24122
|
.rdt {
|
|
23964
24123
|
-webkit-user-select: none;
|
|
23965
24124
|
-moz-user-select: none;
|
|
23966
|
-
-ms-user-select: none;
|
|
23967
24125
|
user-select: none;
|
|
23968
24126
|
font-size: var(--Calendar-fontSize);
|
|
23969
24127
|
color: var(--Calendar-color);
|
|
@@ -24115,6 +24273,7 @@ input.a-TextControl-input-password {
|
|
|
24115
24273
|
text-align: center;
|
|
24116
24274
|
height: 28px;
|
|
24117
24275
|
line-height: 28px;
|
|
24276
|
+
cursor: pointer;
|
|
24118
24277
|
}
|
|
24119
24278
|
.a-CalendarInputWrapper .a-CalendarInput-sugsItem.is-highlight {
|
|
24120
24279
|
color: var(--Form-select-menu-onHover-color);
|
|
@@ -24122,7 +24281,7 @@ input.a-TextControl-input-password {
|
|
|
24122
24281
|
}
|
|
24123
24282
|
.a-CalendarInputWrapper .a-CalendarInput-sugsItem:hover {
|
|
24124
24283
|
color: var(--Form-select-menu-onHover-color);
|
|
24125
|
-
background: #
|
|
24284
|
+
background: #f7f7f9;
|
|
24126
24285
|
}
|
|
24127
24286
|
.a-TimeContentWrapper {
|
|
24128
24287
|
display: flex;
|
|
@@ -24211,7 +24370,6 @@ input.a-TextControl-input-password {
|
|
|
24211
24370
|
text-align: center;
|
|
24212
24371
|
-webkit-user-select: none;
|
|
24213
24372
|
-moz-user-select: none;
|
|
24214
|
-
-ms-user-select: none;
|
|
24215
24373
|
user-select: none;
|
|
24216
24374
|
cursor: pointer;
|
|
24217
24375
|
text-decoration: none;
|
|
@@ -24362,7 +24520,7 @@ td.rdtMonth:hover > span,
|
|
|
24362
24520
|
td.rdtYear:hover > span,
|
|
24363
24521
|
td.rdtQuarter:hover > span {
|
|
24364
24522
|
color: var(--Form-select-menu-onHover-color);
|
|
24365
|
-
background: #
|
|
24523
|
+
background: #f7f7f9;
|
|
24366
24524
|
}
|
|
24367
24525
|
td.rdtMonth.rdtActive, td.rdtMonth.rdtActive:hover,
|
|
24368
24526
|
td.rdtYear.rdtActive,
|
|
@@ -24463,14 +24621,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
24463
24621
|
.a-DateRangePicker .a-DateRangePicker-input::-moz-placeholder {
|
|
24464
24622
|
color: #b8babf;
|
|
24465
24623
|
}
|
|
24466
|
-
.a-DateRangePicker .a-DateRangePicker-input:-ms-input-placeholder {
|
|
24467
|
-
color: #b8babf;
|
|
24468
|
-
}
|
|
24469
24624
|
.a-DateRangePicker .a-DateRangePicker-input::placeholder {
|
|
24470
24625
|
color: #b8babf;
|
|
24471
24626
|
}
|
|
24472
24627
|
.a-DateRangePicker .a-DateRangePicker-input.isActive {
|
|
24473
|
-
border-bottom:
|
|
24628
|
+
border-bottom: var(--DateRangePicker-activeCursor-height) solid var(--DateRangePicker-activeCursor-color);
|
|
24474
24629
|
}
|
|
24475
24630
|
.a-DateRangePicker .a-DateRangePicker-input-separator {
|
|
24476
24631
|
margin: 0 var(--gap-sm);
|
|
@@ -24480,7 +24635,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
24480
24635
|
.a-DateRangePicker .a-DateRangePicker-input-separator-line {
|
|
24481
24636
|
width: var(--gap-sm);
|
|
24482
24637
|
height: 1px;
|
|
24483
|
-
background: #
|
|
24638
|
+
background: #b8babf;
|
|
24484
24639
|
}
|
|
24485
24640
|
.a-DateRangePicker.is-disabled {
|
|
24486
24641
|
background: #e5e7eb;
|
|
@@ -24492,7 +24647,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
24492
24647
|
color: var(--DatePicker-placeholderColor);
|
|
24493
24648
|
-webkit-user-select: none;
|
|
24494
24649
|
-moz-user-select: none;
|
|
24495
|
-
-ms-user-select: none;
|
|
24496
24650
|
user-select: none;
|
|
24497
24651
|
margin-right: var(--gap-base);
|
|
24498
24652
|
flex-basis: 0;
|
|
@@ -24547,6 +24701,17 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
24547
24701
|
.a-DateRangePicker-clear:active svg {
|
|
24548
24702
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
24549
24703
|
}
|
|
24704
|
+
.a-DateRangePicker-activeCursor {
|
|
24705
|
+
bottom: 0;
|
|
24706
|
+
height: var(--DateRangePicker-activeCursor-height);
|
|
24707
|
+
background: var(--DateRangePicker-activeCursor-color);
|
|
24708
|
+
opacity: 0;
|
|
24709
|
+
transition: all var(--animation-duration) ease-in-out;
|
|
24710
|
+
pointer-events: none;
|
|
24711
|
+
}
|
|
24712
|
+
.a-DateRangePicker-activeCursor.isFocused {
|
|
24713
|
+
opacity: 1;
|
|
24714
|
+
}
|
|
24550
24715
|
.a-DateRangePicker-wrap {
|
|
24551
24716
|
width: auto;
|
|
24552
24717
|
padding: 0;
|
|
@@ -24608,7 +24773,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
24608
24773
|
.a-DateRangePicker-wrap {
|
|
24609
24774
|
white-space: nowrap;
|
|
24610
24775
|
}
|
|
24611
|
-
|
|
24612
24776
|
.a-DateRangePicker-end {
|
|
24613
24777
|
margin-top: 0;
|
|
24614
24778
|
border-left: 1px solid var(--Calendar-input-borderColor);
|
|
@@ -25145,6 +25309,16 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
25145
25309
|
.a-EditorControl .a-MonacoEditor-fullscreen:hover svg {
|
|
25146
25310
|
fill: var(--Model-close-onHover-color);
|
|
25147
25311
|
}
|
|
25312
|
+
.a-EditorControl .a-MonacoEditor-placeholder {
|
|
25313
|
+
pointer-events: none;
|
|
25314
|
+
top: 0;
|
|
25315
|
+
position: absolute;
|
|
25316
|
+
left: 4.0625rem;
|
|
25317
|
+
right: 1rem;
|
|
25318
|
+
white-space: break-spaces;
|
|
25319
|
+
line-break: anywhere;
|
|
25320
|
+
color: var(--Form-input-placeholderColor);
|
|
25321
|
+
}
|
|
25148
25322
|
.a-EditorControl--sm {
|
|
25149
25323
|
min-height: 100px;
|
|
25150
25324
|
}
|
|
@@ -25589,7 +25763,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
25589
25763
|
position: relative;
|
|
25590
25764
|
-webkit-user-select: none;
|
|
25591
25765
|
-moz-user-select: none;
|
|
25592
|
-
-ms-user-select: none;
|
|
25593
25766
|
user-select: none;
|
|
25594
25767
|
margin-bottom: 0.25rem;
|
|
25595
25768
|
padding-left: var(--Tree-icon-gap);
|
|
@@ -25604,8 +25777,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
25604
25777
|
}
|
|
25605
25778
|
.a-Tree-itemLabel-item {
|
|
25606
25779
|
padding-left: var(--Tree-item-arrow-padding-left);
|
|
25607
|
-
display: inline-
|
|
25780
|
+
display: inline-flex;
|
|
25608
25781
|
width: 100%;
|
|
25782
|
+
align-items: center;
|
|
25783
|
+
overflow: hidden;
|
|
25784
|
+
height: 2rem;
|
|
25609
25785
|
}
|
|
25610
25786
|
.a-Tree-itemLabel:hover .a-Tree-itemLabel-item {
|
|
25611
25787
|
background-color: var(--Tree-item-onHover-bg-pure);
|
|
@@ -25676,7 +25852,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
25676
25852
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
25677
25853
|
border-radius: var(--Form-input-borderRadius);
|
|
25678
25854
|
line-height: var(--Form-input-lineHeight);
|
|
25679
|
-
padding: calc(
|
|
25855
|
+
padding: calc((
|
|
25856
|
+
var(--Tree-inputHeight) - var(--Form-input-lineHeight) *
|
|
25857
|
+
var(--Form-input-fontSize) - 0.125rem
|
|
25858
|
+
) / 2) var(--Form-input-paddingX);
|
|
25680
25859
|
font-size: var(--Form-input-fontSize);
|
|
25681
25860
|
}
|
|
25682
25861
|
.a-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -25684,16 +25863,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
25684
25863
|
-moz-user-select: none;
|
|
25685
25864
|
user-select: none;
|
|
25686
25865
|
}
|
|
25687
|
-
.a-Tree-itemInput > input:-ms-input-placeholder {
|
|
25688
|
-
color: var(--Form-input-placeholderColor);
|
|
25689
|
-
-ms-user-select: none;
|
|
25690
|
-
user-select: none;
|
|
25691
|
-
}
|
|
25692
25866
|
.a-Tree-itemInput > input::placeholder {
|
|
25693
25867
|
color: var(--Form-input-placeholderColor);
|
|
25694
25868
|
-webkit-user-select: none;
|
|
25695
25869
|
-moz-user-select: none;
|
|
25696
|
-
-ms-user-select: none;
|
|
25697
25870
|
user-select: none;
|
|
25698
25871
|
}
|
|
25699
25872
|
.a-Tree-itemInput > input:focus {
|
|
@@ -25762,13 +25935,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
25762
25935
|
flex: 1 auto;
|
|
25763
25936
|
display: inline-block;
|
|
25764
25937
|
color: var(--Form-input-color);
|
|
25765
|
-
|
|
25766
|
-
max-width: var(--Tree-item-text-max-height);
|
|
25938
|
+
max-width: 100%;
|
|
25767
25939
|
overflow: hidden;
|
|
25768
25940
|
text-overflow: ellipsis;
|
|
25769
25941
|
white-space: nowrap;
|
|
25770
|
-
position: relative;
|
|
25771
|
-
top: var(--Tree-item-text-top);
|
|
25772
25942
|
}
|
|
25773
25943
|
.is-disabled .a-Tree-itemText {
|
|
25774
25944
|
color: var(--text--muted-color);
|
|
@@ -25842,16 +26012,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
25842
26012
|
-moz-user-select: none;
|
|
25843
26013
|
user-select: none;
|
|
25844
26014
|
}
|
|
25845
|
-
.a-TreeSelect-input input:-ms-input-placeholder {
|
|
25846
|
-
color: var(--Form-input-placeholderColor);
|
|
25847
|
-
-ms-user-select: none;
|
|
25848
|
-
user-select: none;
|
|
25849
|
-
}
|
|
25850
26015
|
.a-TreeSelect-input input::placeholder {
|
|
25851
26016
|
color: var(--Form-input-placeholderColor);
|
|
25852
26017
|
-webkit-user-select: none;
|
|
25853
26018
|
-moz-user-select: none;
|
|
25854
|
-
-ms-user-select: none;
|
|
25855
26019
|
user-select: none;
|
|
25856
26020
|
}
|
|
25857
26021
|
.a-TreeSelect-input:hover {
|
|
@@ -25886,7 +26050,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
25886
26050
|
transition: all var(--animation-duration);
|
|
25887
26051
|
}
|
|
25888
26052
|
.a-TreeSelect-spinner {
|
|
25889
|
-
line-height: calc(
|
|
26053
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
25890
26054
|
}
|
|
25891
26055
|
.a-TreeSelect-clear {
|
|
25892
26056
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -26042,7 +26206,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26042
26206
|
display: none;
|
|
26043
26207
|
}
|
|
26044
26208
|
.a-Combo-items:empty + .a-Combo-toolbar {
|
|
26045
|
-
padding-top: calc(
|
|
26209
|
+
padding-top: calc((var(--Form-input-height) - var(--Combo-addBtn-height)) / 2);
|
|
26046
26210
|
}
|
|
26047
26211
|
.a-Combo-item {
|
|
26048
26212
|
background: var(--Page-main-bg);
|
|
@@ -26233,7 +26397,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26233
26397
|
margin: 2px 3px;
|
|
26234
26398
|
-webkit-user-select: none;
|
|
26235
26399
|
-moz-user-select: none;
|
|
26236
|
-
-ms-user-select: none;
|
|
26237
26400
|
user-select: none;
|
|
26238
26401
|
}
|
|
26239
26402
|
.a-SubForm-valueLabel {
|
|
@@ -26316,7 +26479,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26316
26479
|
color: var(--Form-input-placeholderColor);
|
|
26317
26480
|
-webkit-user-select: none;
|
|
26318
26481
|
-moz-user-select: none;
|
|
26319
|
-
-ms-user-select: none;
|
|
26320
26482
|
user-select: none;
|
|
26321
26483
|
padding: 4px;
|
|
26322
26484
|
}
|
|
@@ -26358,16 +26520,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26358
26520
|
-moz-user-select: none;
|
|
26359
26521
|
user-select: none;
|
|
26360
26522
|
}
|
|
26361
|
-
.a-Picker-input input:-ms-input-placeholder {
|
|
26362
|
-
color: var(--Form-input-placeholderColor);
|
|
26363
|
-
-ms-user-select: none;
|
|
26364
|
-
user-select: none;
|
|
26365
|
-
}
|
|
26366
26523
|
.a-Picker-input input::placeholder {
|
|
26367
26524
|
color: var(--Form-input-placeholderColor);
|
|
26368
26525
|
-webkit-user-select: none;
|
|
26369
26526
|
-moz-user-select: none;
|
|
26370
|
-
-ms-user-select: none;
|
|
26371
26527
|
user-select: none;
|
|
26372
26528
|
}
|
|
26373
26529
|
.a-Picker-input:hover {
|
|
@@ -26402,7 +26558,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26402
26558
|
transition: all var(--animation-duration);
|
|
26403
26559
|
}
|
|
26404
26560
|
.a-Picker-spinner {
|
|
26405
|
-
line-height: calc(
|
|
26561
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
26406
26562
|
}
|
|
26407
26563
|
.a-Picker-clear {
|
|
26408
26564
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -26448,7 +26604,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26448
26604
|
color: var(--Form-input-placeholderColor);
|
|
26449
26605
|
-webkit-user-select: none;
|
|
26450
26606
|
-moz-user-select: none;
|
|
26451
|
-
-ms-user-select: none;
|
|
26452
26607
|
user-select: none;
|
|
26453
26608
|
position: absolute;
|
|
26454
26609
|
line-height: var(--Form-input-lineHeight);
|
|
@@ -26480,11 +26635,12 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26480
26635
|
cursor: pointer;
|
|
26481
26636
|
-webkit-user-select: none;
|
|
26482
26637
|
-moz-user-select: none;
|
|
26483
|
-
-ms-user-select: none;
|
|
26484
26638
|
user-select: none;
|
|
26485
26639
|
white-space: nowrap;
|
|
26486
26640
|
vertical-align: middle;
|
|
26487
|
-
line-height: calc(
|
|
26641
|
+
line-height: calc(
|
|
26642
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
26643
|
+
);
|
|
26488
26644
|
display: inline-block;
|
|
26489
26645
|
font-size: var(--Form-selectValue-fontSize);
|
|
26490
26646
|
color: var(--Form-selectValue-color);
|
|
@@ -26564,7 +26720,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26564
26720
|
padding: 0;
|
|
26565
26721
|
border: none;
|
|
26566
26722
|
width: 100%;
|
|
26567
|
-
margin-top: calc(
|
|
26723
|
+
margin-top: calc(var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth));
|
|
26568
26724
|
}
|
|
26569
26725
|
.a-TagControl > .a-TagControl-popover.a-PopOver--leftBottomLeftTop {
|
|
26570
26726
|
top: 100% !important;
|
|
@@ -26588,7 +26744,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26588
26744
|
cursor: pointer;
|
|
26589
26745
|
-webkit-user-select: none;
|
|
26590
26746
|
-moz-user-select: none;
|
|
26591
|
-
-ms-user-select: none;
|
|
26592
26747
|
user-select: none;
|
|
26593
26748
|
border: var(--TagControl-sugBtn-borderWidth) solid transparent;
|
|
26594
26749
|
padding: var(--TagControl-sugBtn-paddingY) var(--TagControl-sugBtn-paddingX);
|
|
@@ -26674,7 +26829,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26674
26829
|
cursor: pointer;
|
|
26675
26830
|
-webkit-user-select: none;
|
|
26676
26831
|
-moz-user-select: none;
|
|
26677
|
-
-ms-user-select: none;
|
|
26678
26832
|
user-select: none;
|
|
26679
26833
|
color: var(--Rating-inactive-color);
|
|
26680
26834
|
}
|
|
@@ -26736,7 +26890,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26736
26890
|
height: 1.875rem;
|
|
26737
26891
|
line-height: var(--Form-input-lineHeight);
|
|
26738
26892
|
font-size: var(--Form-input-fontSize);
|
|
26739
|
-
padding: calc(
|
|
26893
|
+
padding: calc((
|
|
26894
|
+
1.875rem - var(--Form-input-lineHeight) * var(--Form-input-fontSize)
|
|
26895
|
+
) / 2) var(--gap-sm);
|
|
26740
26896
|
flex-direction: row;
|
|
26741
26897
|
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
|
26742
26898
|
}
|
|
@@ -26795,6 +26951,25 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26795
26951
|
text-align: center;
|
|
26796
26952
|
justify-content: center;
|
|
26797
26953
|
}
|
|
26954
|
+
.a-Transfer-selection.a-Tree .a-Tree-itemLabel.is-checked:hover .a-Tree-itemLabel-item > .a-Tree-itemText,
|
|
26955
|
+
.a-Transfer-selection.a-Tree .a-Tree-itemLabel:hover .a-Tree-itemLabel-item > .a-Tree-itemText, .a-Transfer-selection.a-AssociatedSelection .a-Tree-itemLabel.is-checked:hover .a-Tree-itemLabel-item > .a-Tree-itemText,
|
|
26956
|
+
.a-Transfer-selection.a-AssociatedSelection .a-Tree-itemLabel:hover .a-Tree-itemLabel-item > .a-Tree-itemText {
|
|
26957
|
+
background-color: unset;
|
|
26958
|
+
}
|
|
26959
|
+
.a-Transfer-selection.a-Tree .a-Tree-itemLabel.is-checked:hover .a-Tree-itemLabel-item > .a-Tree-itemText:active,
|
|
26960
|
+
.a-Transfer-selection.a-Tree .a-Tree-itemLabel:hover .a-Tree-itemLabel-item > .a-Tree-itemText:active, .a-Transfer-selection.a-AssociatedSelection .a-Tree-itemLabel.is-checked:hover .a-Tree-itemLabel-item > .a-Tree-itemText:active,
|
|
26961
|
+
.a-Transfer-selection.a-AssociatedSelection .a-Tree-itemLabel:hover .a-Tree-itemLabel-item > .a-Tree-itemText:active {
|
|
26962
|
+
background-color: unset;
|
|
26963
|
+
}
|
|
26964
|
+
.a-Transfer-selection.a-Tree .a-Tree-itemLabel-item, .a-Transfer-selection.a-AssociatedSelection .a-Tree-itemLabel-item {
|
|
26965
|
+
display: flex;
|
|
26966
|
+
align-items: center;
|
|
26967
|
+
}
|
|
26968
|
+
.a-Transfer-selection.a-Tree .a-Tree-itemLabel-item > .a-Tree-itemText, .a-Transfer-selection.a-AssociatedSelection .a-Tree-itemLabel-item > .a-Tree-itemText {
|
|
26969
|
+
max-width: unset;
|
|
26970
|
+
line-height: unset;
|
|
26971
|
+
top: unset;
|
|
26972
|
+
}
|
|
26798
26973
|
.a-Transfer-search {
|
|
26799
26974
|
padding: var(--gap-sm);
|
|
26800
26975
|
}
|
|
@@ -26822,7 +26997,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26822
26997
|
.a-Transfer-checkAll, .a-Transfer-clearAll {
|
|
26823
26998
|
-webkit-user-select: none;
|
|
26824
26999
|
-moz-user-select: none;
|
|
26825
|
-
-ms-user-select: none;
|
|
26826
27000
|
user-select: none;
|
|
26827
27001
|
cursor: pointer;
|
|
26828
27002
|
}
|
|
@@ -26858,7 +27032,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26858
27032
|
height: var(--Form-input-height);
|
|
26859
27033
|
line-height: var(--Form-input-lineHeight);
|
|
26860
27034
|
font-size: var(--Form-input-fontSize);
|
|
26861
|
-
padding: calc(
|
|
27035
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
26862
27036
|
color: var(--text--muted-color);
|
|
26863
27037
|
}
|
|
26864
27038
|
.a-TabsTransfer-tab {
|
|
@@ -26955,7 +27129,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
26955
27129
|
transform: rotate(-90deg);
|
|
26956
27130
|
}
|
|
26957
27131
|
.a-TransferDropDown-content {
|
|
26958
|
-
min-height: 12.5rem;
|
|
26959
27132
|
min-width: 25rem;
|
|
26960
27133
|
display: flex;
|
|
26961
27134
|
flex-direction: column;
|
|
@@ -27011,9 +27184,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27011
27184
|
font-size: var(--Form-select-input-fontSize);
|
|
27012
27185
|
-webkit-user-select: none;
|
|
27013
27186
|
-moz-user-select: none;
|
|
27014
|
-
-ms-user-select: none;
|
|
27015
27187
|
user-select: none;
|
|
27016
|
-
padding: calc(
|
|
27188
|
+
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
27017
27189
|
}
|
|
27018
27190
|
.a-NestedSelect-menu {
|
|
27019
27191
|
width: 10rem;
|
|
@@ -27108,7 +27280,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27108
27280
|
cursor: pointer;
|
|
27109
27281
|
-webkit-user-select: none;
|
|
27110
27282
|
-moz-user-select: none;
|
|
27111
|
-
-ms-user-select: none;
|
|
27112
27283
|
user-select: none;
|
|
27113
27284
|
padding: 0 0.375rem;
|
|
27114
27285
|
}
|
|
@@ -27149,7 +27320,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27149
27320
|
text-overflow: ellipsis;
|
|
27150
27321
|
-webkit-user-select: none;
|
|
27151
27322
|
-moz-user-select: none;
|
|
27152
|
-
-ms-user-select: none;
|
|
27153
27323
|
user-select: none;
|
|
27154
27324
|
}
|
|
27155
27325
|
.a-Cascader-option-selectedNum {
|
|
@@ -27210,16 +27380,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27210
27380
|
-moz-user-select: none;
|
|
27211
27381
|
user-select: none;
|
|
27212
27382
|
}
|
|
27213
|
-
.a-IconPickerControl-input input:-ms-input-placeholder {
|
|
27214
|
-
color: var(--Form-input-placeholderColor);
|
|
27215
|
-
-ms-user-select: none;
|
|
27216
|
-
user-select: none;
|
|
27217
|
-
}
|
|
27218
27383
|
.a-IconPickerControl-input input::placeholder {
|
|
27219
27384
|
color: var(--Form-input-placeholderColor);
|
|
27220
27385
|
-webkit-user-select: none;
|
|
27221
27386
|
-moz-user-select: none;
|
|
27222
|
-
-ms-user-select: none;
|
|
27223
27387
|
user-select: none;
|
|
27224
27388
|
}
|
|
27225
27389
|
.a-IconPickerControl-input:hover {
|
|
@@ -27254,7 +27418,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27254
27418
|
transition: all var(--animation-duration);
|
|
27255
27419
|
}
|
|
27256
27420
|
.a-IconPickerControl-spinner {
|
|
27257
|
-
line-height: calc(
|
|
27421
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
27258
27422
|
}
|
|
27259
27423
|
.a-IconPickerControl-clear {
|
|
27260
27424
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -27291,7 +27455,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27291
27455
|
color: var(--Form-input-placeholderColor);
|
|
27292
27456
|
-webkit-user-select: none;
|
|
27293
27457
|
-moz-user-select: none;
|
|
27294
|
-
-ms-user-select: none;
|
|
27295
27458
|
user-select: none;
|
|
27296
27459
|
line-height: var(--Form-input-lineHeight);
|
|
27297
27460
|
position: absolute;
|
|
@@ -27344,7 +27507,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27344
27507
|
font-size: var(--fontSizeSm);
|
|
27345
27508
|
-webkit-user-select: none;
|
|
27346
27509
|
-moz-user-select: none;
|
|
27347
|
-
-ms-user-select: none;
|
|
27348
27510
|
user-select: none;
|
|
27349
27511
|
}
|
|
27350
27512
|
.a-IconPickerControl-tab.active {
|
|
@@ -27374,9 +27536,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27374
27536
|
.a-IconPickerControl-value {
|
|
27375
27537
|
-webkit-user-select: none;
|
|
27376
27538
|
-moz-user-select: none;
|
|
27377
|
-
-ms-user-select: none;
|
|
27378
27539
|
user-select: none;
|
|
27379
|
-
line-height: calc(
|
|
27540
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
27380
27541
|
vertical-align: middle;
|
|
27381
27542
|
display: inline-block;
|
|
27382
27543
|
overflow: hidden;
|
|
@@ -27407,6 +27568,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27407
27568
|
padding-top: var(--Form-label-paddingTop);
|
|
27408
27569
|
padding-bottom: var(--Form-label-paddingTop);
|
|
27409
27570
|
margin-bottom: 0;
|
|
27571
|
+
word-break: break-word;
|
|
27410
27572
|
}
|
|
27411
27573
|
.a-Form-item--inline > .a-Form-value > .a-Form-static {
|
|
27412
27574
|
display: inline-block;
|
|
@@ -27528,7 +27690,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27528
27690
|
display: inline-block;
|
|
27529
27691
|
max-width: 100%;
|
|
27530
27692
|
}
|
|
27531
|
-
|
|
27532
27693
|
.a-Form-control--sizeXs {
|
|
27533
27694
|
width: var(--Form-control-widthXs);
|
|
27534
27695
|
max-width: 100%;
|
|
@@ -27538,7 +27699,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27538
27699
|
.a-Form-control--sizeXs.a-NumberControl {
|
|
27539
27700
|
width: var(--Form-control-widthXs);
|
|
27540
27701
|
}
|
|
27541
|
-
|
|
27542
27702
|
.a-Form-control--sizeSm {
|
|
27543
27703
|
width: var(--Form-control-widthSm);
|
|
27544
27704
|
max-width: 100%;
|
|
@@ -27548,14 +27708,12 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27548
27708
|
.a-Form-control--sizeSm.a-NumberControl {
|
|
27549
27709
|
width: var(--Form-control-widthSm);
|
|
27550
27710
|
}
|
|
27551
|
-
|
|
27552
27711
|
.a-Form-control--sizeMd {
|
|
27553
27712
|
width: var(--Form-control-widthMd);
|
|
27554
27713
|
max-width: 100%;
|
|
27555
27714
|
display: inline-block;
|
|
27556
27715
|
vertical-align: top;
|
|
27557
27716
|
}
|
|
27558
|
-
|
|
27559
27717
|
.a-Form-control--sizeLg {
|
|
27560
27718
|
width: var(--Form-control-widthLg);
|
|
27561
27719
|
max-width: 100%;
|
|
@@ -27565,7 +27723,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27565
27723
|
.a-Form-control--sizeLg.a-NumberControl {
|
|
27566
27724
|
width: var(--Form-control-widthLg);
|
|
27567
27725
|
}
|
|
27568
|
-
|
|
27569
27726
|
.a-Form-item--horizontal {
|
|
27570
27727
|
display: flex;
|
|
27571
27728
|
flex-wrap: nowrap;
|
|
@@ -27716,7 +27873,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27716
27873
|
.a-Form-item--inline > .a-Form-value > .a-TextControl--withAddOn {
|
|
27717
27874
|
display: inline-flex;
|
|
27718
27875
|
}
|
|
27719
|
-
|
|
27720
27876
|
.a-Form-row {
|
|
27721
27877
|
display: flex;
|
|
27722
27878
|
flex-wrap: wrap;
|
|
@@ -27728,13 +27884,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27728
27884
|
padding-left: calc(var(--Form-row-gutterWidth) / 2);
|
|
27729
27885
|
padding-right: calc(var(--Form-row-gutterWidth) / 2);
|
|
27730
27886
|
}
|
|
27731
|
-
|
|
27732
27887
|
.a-Form-col {
|
|
27733
27888
|
flex-basis: 0;
|
|
27734
27889
|
flex-grow: 1;
|
|
27735
27890
|
flex-shrink: 1;
|
|
27736
27891
|
}
|
|
27737
|
-
|
|
27738
27892
|
.a-Form-rowInner {
|
|
27739
27893
|
display: flex;
|
|
27740
27894
|
flex-wrap: nowrap;
|
|
@@ -27751,8 +27905,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
27751
27905
|
}
|
|
27752
27906
|
}
|
|
27753
27907
|
.a-Form--debug {
|
|
27754
|
-
|
|
27755
|
-
|
|
27908
|
+
padding: var(--gap-sm);
|
|
27909
|
+
margin-bottom: var(--gap-sm);
|
|
27910
|
+
background-color: rgb(250, 250, 250);
|
|
27911
|
+
border-radius: var(--borderRadius);
|
|
27912
|
+
position: relative;
|
|
27756
27913
|
}
|
|
27757
27914
|
.a-Form--quickEdit {
|
|
27758
27915
|
min-width: var(--Form-control-widthSm);
|
|
@@ -28059,7 +28216,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
28059
28216
|
cursor: pointer;
|
|
28060
28217
|
-webkit-user-select: none;
|
|
28061
28218
|
-moz-user-select: none;
|
|
28062
|
-
-ms-user-select: none;
|
|
28063
28219
|
user-select: none;
|
|
28064
28220
|
padding: 0 1rem;
|
|
28065
28221
|
border-bottom: 0.0625rem solid var(--UserSelect--border-color);
|
|
@@ -28080,7 +28236,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
28080
28236
|
text-align: left;
|
|
28081
28237
|
-webkit-user-select: none;
|
|
28082
28238
|
-moz-user-select: none;
|
|
28083
|
-
-ms-user-select: none;
|
|
28084
28239
|
user-select: none;
|
|
28085
28240
|
display: flex;
|
|
28086
28241
|
align-items: center;
|
|
@@ -28360,7 +28515,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
|
28360
28515
|
.a-AnchorNav--horizontal .a-AnchorNav-link-wrap {
|
|
28361
28516
|
-webkit-user-select: none;
|
|
28362
28517
|
-moz-user-select: none;
|
|
28363
|
-
-ms-user-select: none;
|
|
28364
28518
|
user-select: none;
|
|
28365
28519
|
margin: 0px;
|
|
28366
28520
|
padding: 0px;
|