amis 2.7.3-beta.0 → 2.9.0
Sign up to get free protection for your applications and to get access to all the features.
- package/esm/Schema.d.ts +1 -1
- package/esm/compat.js +1 -1
- package/esm/index.d.ts +2 -0
- package/esm/index.js +3 -1
- package/esm/preset.js +1 -1
- package/esm/renderers/Action.d.ts +8 -12
- package/esm/renderers/Action.js +9 -4
- package/esm/renderers/Alert.d.ts +1 -1
- package/esm/renderers/Alert.js +1 -1
- package/esm/renderers/AnchorNav.js +1 -1
- package/esm/renderers/App.js +1 -1
- package/esm/renderers/Audio.js +3 -3
- package/esm/renderers/Avatar.js +1 -1
- package/esm/renderers/BarCode.js +1 -1
- package/esm/renderers/Breadcrumb.js +1 -1
- package/esm/renderers/ButtonGroup.js +1 -1
- package/esm/renderers/CRUD.d.ts +3 -3
- package/esm/renderers/CRUD.js +10 -9
- package/esm/renderers/CRUD2.d.ts +3 -2
- package/esm/renderers/CRUD2.js +53 -22
- package/esm/renderers/Calendar.d.ts +0 -1
- package/esm/renderers/Calendar.js +1 -1
- package/esm/renderers/Card.d.ts +1 -1
- package/esm/renderers/Card.js +17 -11
- package/esm/renderers/Card2.js +1 -1
- package/esm/renderers/Cards.js +1 -1
- package/esm/renderers/Carousel.d.ts +20 -1
- package/esm/renderers/Carousel.js +97 -23
- package/esm/renderers/Chart.js +34 -24
- package/esm/renderers/Code.js +25 -15
- package/esm/renderers/Collapse.js +1 -1
- package/esm/renderers/CollapseGroup.js +1 -1
- package/esm/renderers/Color.js +1 -1
- package/esm/renderers/Container.js +1 -1
- package/esm/renderers/Copyable.d.ts +5 -0
- package/esm/renderers/Copyable.js +10 -7
- package/esm/renderers/Custom.js +3 -3
- package/esm/renderers/Date.js +1 -1
- package/esm/renderers/DateRange.js +3 -3
- package/esm/renderers/Dialog.d.ts +222 -252
- package/esm/renderers/Dialog.js +13 -11
- package/esm/renderers/Divider.js +1 -1
- package/esm/renderers/Drawer.js +11 -10
- package/esm/renderers/DropDownButton.d.ts +2 -1
- package/esm/renderers/DropDownButton.js +8 -10
- package/esm/renderers/Each.js +1 -1
- package/esm/renderers/Flex.js +5 -4
- package/esm/renderers/Form/ButtonGroupSelect.d.ts +1 -3
- package/esm/renderers/Form/ButtonGroupSelect.js +2 -1
- package/esm/renderers/Form/ButtonToolbar.js +1 -1
- package/esm/renderers/Form/ChainedSelect.d.ts +7 -6
- package/esm/renderers/Form/ChainedSelect.js +13 -11
- package/esm/renderers/Form/ChartRadios.js +1 -1
- package/esm/renderers/Form/Checkbox.js +1 -1
- package/esm/renderers/Form/Checkboxes.js +1 -1
- package/esm/renderers/Form/Combo.d.ts +1 -3
- package/esm/renderers/Form/Combo.js +40 -20
- package/esm/renderers/Form/ConditionBuilder.js +1 -1
- package/esm/renderers/Form/Control.js +1 -1
- package/esm/renderers/Form/DiffEditor.d.ts +856 -156
- package/esm/renderers/Form/DiffEditor.js +1 -1
- package/esm/renderers/Form/Editor.d.ts +862 -158
- package/esm/renderers/Form/Editor.js +1 -1
- package/esm/renderers/Form/FieldSet.js +1 -1
- package/esm/renderers/Form/Formula.js +1 -1
- package/esm/renderers/Form/Group.d.ts +3 -9
- package/esm/renderers/Form/Group.js +1 -1
- package/esm/renderers/Form/Hidden.js +1 -1
- package/esm/renderers/Form/IconPicker.js +1 -1
- package/esm/renderers/Form/IconPickerIcons.js +1 -1
- package/esm/renderers/Form/IconSelect.js +2 -2
- package/esm/renderers/Form/IconSelectStore.js +1 -1
- package/esm/renderers/Form/InputArray.js +1 -1
- package/esm/renderers/Form/InputCity.d.ts +326 -336
- package/esm/renderers/Form/InputCity.js +1 -1
- package/esm/renderers/Form/InputColor.d.ts +245 -253
- package/esm/renderers/Form/InputColor.js +1 -1
- package/esm/renderers/Form/InputDate.d.ts +7 -6
- package/esm/renderers/Form/InputDate.js +28 -15
- package/esm/renderers/Form/InputDateRange.js +1 -1
- package/esm/renderers/Form/InputExcel.d.ts +4 -0
- package/esm/renderers/Form/InputExcel.js +23 -13
- package/esm/renderers/Form/InputFile.js +4 -4
- package/esm/renderers/Form/InputFormula.js +1 -1
- package/esm/renderers/Form/InputGroup.d.ts +29 -2
- package/esm/renderers/Form/InputGroup.js +70 -6
- package/esm/renderers/Form/InputImage.d.ts +1 -0
- package/esm/renderers/Form/InputImage.js +7 -6
- package/esm/renderers/Form/InputMonthRange.d.ts +0 -1
- package/esm/renderers/Form/InputMonthRange.js +1 -1
- package/esm/renderers/Form/InputNumber.d.ts +4 -0
- package/esm/renderers/Form/InputNumber.js +33 -19
- package/esm/renderers/Form/InputQuarterRange.d.ts +0 -1
- package/esm/renderers/Form/InputQuarterRange.js +1 -1
- package/esm/renderers/Form/InputRange.js +5 -5
- package/esm/renderers/Form/InputRating.js +1 -1
- package/esm/renderers/Form/InputRepeat.js +1 -1
- package/esm/renderers/Form/InputRichText.js +1 -1
- package/esm/renderers/Form/InputSubForm.js +1 -1
- package/esm/renderers/Form/InputTable.d.ts +16 -5
- package/esm/renderers/Form/InputTable.js +120 -47
- package/esm/renderers/Form/InputTag.js +1 -1
- package/esm/renderers/Form/InputText.js +1 -1
- package/esm/renderers/Form/InputTree.d.ts +54 -2
- package/esm/renderers/Form/InputTree.js +78 -10
- package/esm/renderers/Form/InputYearRange.d.ts +0 -1
- package/esm/renderers/Form/InputYearRange.js +1 -1
- package/esm/renderers/Form/JSONSchema.js +1 -1
- package/esm/renderers/Form/JSONSchemaEditor.d.ts +22 -1
- package/esm/renderers/Form/JSONSchemaEditor.js +21 -5
- package/esm/renderers/Form/ListSelect.js +1 -1
- package/esm/renderers/Form/LocationPicker.js +1 -1
- package/esm/renderers/Form/MatrixCheckboxes.js +1 -1
- package/esm/renderers/Form/NestedSelect.js +1 -1
- package/esm/renderers/Form/Picker.js +1 -1
- package/esm/renderers/Form/Radios.js +1 -1
- package/esm/renderers/Form/Select.d.ts +13 -0
- package/esm/renderers/Form/Select.js +6 -6
- package/esm/renderers/Form/Static.d.ts +1 -0
- package/esm/renderers/Form/Static.js +4 -3
- package/esm/renderers/Form/StaticHoc.d.ts +1 -1
- package/esm/renderers/Form/StaticHoc.js +13 -8
- package/esm/renderers/Form/Switch.js +1 -1
- package/esm/renderers/Form/TabsTransfer.d.ts +0 -1
- package/esm/renderers/Form/TabsTransfer.js +1 -1
- package/esm/renderers/Form/TabsTransferPicker.d.ts +0 -1
- package/esm/renderers/Form/TabsTransferPicker.js +1 -1
- package/esm/renderers/Form/Textarea.js +1 -1
- package/esm/renderers/Form/Transfer.d.ts +7 -0
- package/esm/renderers/Form/Transfer.js +6 -3
- package/esm/renderers/Form/TransferPicker.d.ts +0 -1
- package/esm/renderers/Form/TransferPicker.js +1 -1
- package/esm/renderers/Form/TreeSelect.d.ts +12 -0
- package/esm/renderers/Form/TreeSelect.js +18 -4
- package/esm/renderers/Form/UUID.js +1 -1
- package/esm/renderers/Form/UserSelect.js +1 -1
- package/esm/renderers/Grid.js +1 -1
- package/esm/renderers/Grid2D.js +1 -1
- package/esm/renderers/GridNav.js +1 -1
- package/esm/renderers/HBox.js +1 -1
- package/esm/renderers/IFrame.js +3 -3
- package/esm/renderers/Icon.js +10 -4
- package/esm/renderers/Image.d.ts +5 -22
- package/esm/renderers/Image.js +1 -1
- package/esm/renderers/Images.js +1 -1
- package/esm/renderers/Json.js +1 -1
- package/esm/renderers/Link.js +1 -1
- package/esm/renderers/List.d.ts +4 -0
- package/esm/renderers/List.js +12 -10
- package/esm/renderers/Log.js +1 -1
- package/esm/renderers/Mapping.d.ts +10 -20
- package/esm/renderers/Mapping.js +24 -7
- package/esm/renderers/Markdown.js +1 -1
- package/esm/renderers/MultilineText.js +1 -1
- package/esm/renderers/Nav.d.ts +23 -12
- package/esm/renderers/Nav.js +100 -69
- package/esm/renderers/Number.d.ts +45 -0
- package/esm/renderers/Number.js +74 -0
- package/esm/renderers/OfficeViewer.d.ts +58 -0
- package/esm/renderers/OfficeViewer.js +181 -0
- package/esm/renderers/Operation.js +1 -1
- package/esm/renderers/Page.d.ts +1 -7
- package/esm/renderers/Page.js +29 -14
- package/esm/renderers/Pagination.js +1 -1
- package/esm/renderers/PaginationWrapper.js +1 -1
- package/esm/renderers/Panel.js +1 -1
- package/esm/renderers/Password.js +1 -1
- package/esm/renderers/Plain.js +1 -1
- package/esm/renderers/PopOver.js +3 -3
- package/esm/renderers/Portlet.js +4 -4
- package/esm/renderers/Progress.js +1 -1
- package/esm/renderers/Property.js +34 -24
- package/esm/renderers/QRCode.js +1 -1
- package/esm/renderers/QuickEdit.d.ts +1 -0
- package/esm/renderers/QuickEdit.js +26 -9
- package/esm/renderers/Remark.d.ts +2 -4
- package/esm/renderers/Remark.js +1 -1
- package/esm/renderers/SearchBox.d.ts +5 -0
- package/esm/renderers/SearchBox.js +5 -4
- package/esm/renderers/Service.d.ts +5 -1
- package/esm/renderers/Service.js +8 -9
- package/esm/renderers/SparkLine.js +1 -1
- package/esm/renderers/Spinner.js +1 -1
- package/esm/renderers/Status.d.ts +16 -1
- package/esm/renderers/Status.js +68 -22
- package/esm/renderers/Steps.d.ts +1 -1
- package/esm/renderers/Steps.js +8 -11
- package/esm/renderers/Table/ColumnToggler.d.ts +1 -0
- package/esm/renderers/Table/ColumnToggler.js +5 -5
- package/esm/renderers/Table/HeadCellFilterDropdown.d.ts +3 -2
- package/esm/renderers/Table/HeadCellFilterDropdown.js +41 -16
- package/esm/renderers/Table/HeadCellSearchDropdown.js +1 -1
- package/esm/renderers/Table/ItemActionsWrapper.d.ts +2 -2
- package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
- package/esm/renderers/Table/TableBody.js +3 -3
- package/esm/renderers/Table/TableCell.d.ts +5 -3
- package/esm/renderers/Table/TableCell.js +23 -17
- package/esm/renderers/Table/TableContent.js +1 -1
- package/esm/renderers/Table/TableRow.js +1 -1
- package/esm/renderers/Table/exportExcel.js +121 -74
- package/esm/renderers/Table/index.d.ts +7 -3
- package/esm/renderers/Table/index.js +15 -12
- package/esm/renderers/Table2/ColumnToggler.js +3 -3
- package/esm/renderers/Table2/HeadCellSearchDropdown.js +1 -1
- package/esm/renderers/Table2/TableCell.d.ts +1 -0
- package/esm/renderers/Table2/TableCell.js +5 -2
- package/esm/renderers/Table2/index.js +15 -15
- package/esm/renderers/TableView.js +1 -1
- package/esm/renderers/Tabs.js +10 -8
- package/esm/renderers/Tag.d.ts +14 -1
- package/esm/renderers/Tag.js +40 -20
- package/esm/renderers/Tasks.js +3 -2
- package/esm/renderers/Timeline.js +1 -1
- package/esm/renderers/TooltipWrapper.d.ts +1 -1
- package/esm/renderers/TooltipWrapper.js +6 -2
- package/esm/renderers/Tpl.js +1 -1
- package/esm/renderers/VBox.js +1 -1
- package/esm/renderers/Video.js +1 -1
- package/esm/renderers/WebComponent.js +1 -1
- package/esm/renderers/Wizard.js +8 -14
- package/esm/renderers/Words.js +1 -1
- package/esm/renderers/Wrapper.js +1 -1
- package/esm/schemaExtend.js +3 -3
- package/esm/types.d.ts +0 -1
- package/lib/Schema.d.ts +1 -1
- package/lib/compat.js +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +3 -1
- package/lib/preset.js +1 -1
- package/lib/renderers/Action.d.ts +8 -12
- package/lib/renderers/Action.js +8 -3
- package/lib/renderers/Alert.d.ts +1 -1
- package/lib/renderers/Alert.js +1 -1
- package/lib/renderers/AnchorNav.js +1 -1
- package/lib/renderers/App.js +1 -1
- package/lib/renderers/Audio.js +3 -3
- package/lib/renderers/Avatar.js +1 -1
- package/lib/renderers/BarCode.js +1 -1
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/ButtonGroup.js +1 -1
- package/lib/renderers/CRUD.d.ts +3 -3
- package/lib/renderers/CRUD.js +10 -9
- package/lib/renderers/CRUD2.d.ts +3 -2
- package/lib/renderers/CRUD2.js +52 -21
- package/lib/renderers/Calendar.d.ts +0 -1
- package/lib/renderers/Calendar.js +1 -1
- package/lib/renderers/Card.d.ts +1 -1
- package/lib/renderers/Card.js +15 -9
- package/lib/renderers/Card2.js +1 -1
- package/lib/renderers/Cards.js +1 -1
- package/lib/renderers/Carousel.d.ts +20 -1
- package/lib/renderers/Carousel.js +94 -20
- package/lib/renderers/Chart.js +33 -23
- package/lib/renderers/Code.js +24 -14
- package/lib/renderers/Collapse.js +1 -1
- package/lib/renderers/CollapseGroup.js +1 -1
- package/lib/renderers/Color.js +1 -1
- package/lib/renderers/Container.d.ts +1 -1
- package/lib/renderers/Container.js +1 -1
- package/lib/renderers/Copyable.d.ts +5 -0
- package/lib/renderers/Copyable.js +10 -7
- package/lib/renderers/Custom.js +2 -2
- package/lib/renderers/Date.js +1 -1
- package/lib/renderers/DateRange.js +2 -2
- package/lib/renderers/Dialog.d.ts +222 -252
- package/lib/renderers/Dialog.js +12 -10
- package/lib/renderers/Divider.js +1 -1
- package/lib/renderers/Drawer.js +10 -9
- package/lib/renderers/DropDownButton.d.ts +2 -1
- package/lib/renderers/DropDownButton.js +8 -10
- package/lib/renderers/Each.js +1 -1
- package/lib/renderers/Flex.js +4 -3
- package/lib/renderers/Form/ButtonGroupSelect.d.ts +1 -3
- package/lib/renderers/Form/ButtonGroupSelect.js +2 -1
- package/lib/renderers/Form/ButtonToolbar.js +1 -1
- package/lib/renderers/Form/ChainedSelect.d.ts +7 -6
- package/lib/renderers/Form/ChainedSelect.js +11 -9
- package/lib/renderers/Form/ChartRadios.js +1 -1
- package/lib/renderers/Form/Checkbox.js +1 -1
- package/lib/renderers/Form/Checkboxes.js +1 -1
- package/lib/renderers/Form/Combo.d.ts +1 -3
- package/lib/renderers/Form/Combo.js +39 -19
- package/lib/renderers/Form/ConditionBuilder.js +1 -1
- package/lib/renderers/Form/Control.js +1 -1
- package/lib/renderers/Form/DiffEditor.d.ts +873 -173
- package/lib/renderers/Form/DiffEditor.js +1 -1
- package/lib/renderers/Form/Editor.d.ts +867 -163
- package/lib/renderers/Form/Editor.js +1 -1
- package/lib/renderers/Form/FieldSet.js +1 -1
- package/lib/renderers/Form/Formula.js +1 -1
- package/lib/renderers/Form/Group.d.ts +3 -9
- package/lib/renderers/Form/Group.js +1 -1
- package/lib/renderers/Form/Hidden.js +1 -1
- package/lib/renderers/Form/IconPicker.js +1 -1
- package/lib/renderers/Form/IconPickerIcons.js +1 -1
- package/lib/renderers/Form/IconSelect.js +2 -2
- package/lib/renderers/Form/IconSelectStore.js +1 -1
- package/lib/renderers/Form/InputArray.js +1 -1
- package/lib/renderers/Form/InputCity.d.ts +326 -336
- package/lib/renderers/Form/InputCity.js +1 -1
- package/lib/renderers/Form/InputColor.d.ts +245 -253
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputDate.d.ts +7 -6
- package/lib/renderers/Form/InputDate.js +28 -15
- package/lib/renderers/Form/InputDateRange.js +1 -1
- package/lib/renderers/Form/InputExcel.d.ts +4 -0
- package/lib/renderers/Form/InputExcel.js +22 -12
- package/lib/renderers/Form/InputFile.js +4 -4
- package/lib/renderers/Form/InputFormula.js +1 -1
- package/lib/renderers/Form/InputGroup.d.ts +30 -3
- package/lib/renderers/Form/InputGroup.js +68 -4
- package/lib/renderers/Form/InputImage.d.ts +1 -0
- package/lib/renderers/Form/InputImage.js +6 -5
- package/lib/renderers/Form/InputMonthRange.d.ts +0 -1
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputNumber.d.ts +4 -0
- package/lib/renderers/Form/InputNumber.js +32 -18
- package/lib/renderers/Form/InputQuarterRange.d.ts +0 -1
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputRange.js +4 -4
- package/lib/renderers/Form/InputRating.js +1 -1
- package/lib/renderers/Form/InputRepeat.js +1 -1
- package/lib/renderers/Form/InputRichText.js +1 -1
- package/lib/renderers/Form/InputSubForm.js +1 -1
- package/lib/renderers/Form/InputTable.d.ts +16 -5
- package/lib/renderers/Form/InputTable.js +119 -45
- package/lib/renderers/Form/InputTag.js +1 -1
- package/lib/renderers/Form/InputText.js +1 -1
- package/lib/renderers/Form/InputTree.d.ts +54 -2
- package/lib/renderers/Form/InputTree.js +77 -7
- package/lib/renderers/Form/InputYearRange.d.ts +0 -1
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/JSONSchema.js +1 -1
- package/lib/renderers/Form/JSONSchemaEditor.d.ts +22 -1
- package/lib/renderers/Form/JSONSchemaEditor.js +20 -3
- package/lib/renderers/Form/ListSelect.js +1 -1
- package/lib/renderers/Form/LocationPicker.js +1 -1
- package/lib/renderers/Form/MatrixCheckboxes.js +1 -1
- package/lib/renderers/Form/NestedSelect.js +1 -1
- package/lib/renderers/Form/Picker.js +1 -1
- package/lib/renderers/Form/Radios.js +1 -1
- package/lib/renderers/Form/Select.d.ts +13 -0
- package/lib/renderers/Form/Select.js +6 -6
- package/lib/renderers/Form/Static.d.ts +1 -0
- package/lib/renderers/Form/Static.js +4 -3
- package/lib/renderers/Form/StaticHoc.d.ts +1 -1
- package/lib/renderers/Form/StaticHoc.js +12 -7
- package/lib/renderers/Form/Switch.js +1 -1
- package/lib/renderers/Form/TabsTransfer.d.ts +0 -1
- package/lib/renderers/Form/TabsTransfer.js +1 -1
- package/lib/renderers/Form/TabsTransferPicker.d.ts +0 -1
- package/lib/renderers/Form/TabsTransferPicker.js +1 -1
- package/lib/renderers/Form/Textarea.js +1 -1
- package/lib/renderers/Form/Transfer.d.ts +7 -0
- package/lib/renderers/Form/Transfer.js +6 -3
- package/lib/renderers/Form/TransferPicker.d.ts +0 -1
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TreeSelect.d.ts +12 -0
- package/lib/renderers/Form/TreeSelect.js +17 -3
- package/lib/renderers/Form/UUID.js +1 -1
- package/lib/renderers/Form/UserSelect.js +1 -1
- package/lib/renderers/Grid.js +1 -1
- package/lib/renderers/Grid2D.js +1 -1
- package/lib/renderers/GridNav.js +1 -1
- package/lib/renderers/HBox.js +1 -1
- package/lib/renderers/IFrame.js +2 -2
- package/lib/renderers/Icon.js +9 -3
- package/lib/renderers/Image.d.ts +5 -22
- package/lib/renderers/Image.js +1 -1
- package/lib/renderers/Images.js +1 -1
- package/lib/renderers/Json.js +1 -1
- package/lib/renderers/Link.js +1 -1
- package/lib/renderers/List.d.ts +4 -0
- package/lib/renderers/List.js +11 -9
- package/lib/renderers/Log.js +1 -1
- package/lib/renderers/Mapping.d.ts +10 -20
- package/lib/renderers/Mapping.js +24 -7
- package/lib/renderers/Markdown.js +1 -1
- package/lib/renderers/MultilineText.js +1 -1
- package/lib/renderers/Nav.d.ts +23 -12
- package/lib/renderers/Nav.js +100 -69
- package/lib/renderers/Number.d.ts +45 -0
- package/lib/renderers/Number.js +82 -0
- package/lib/renderers/OfficeViewer.d.ts +58 -0
- package/lib/renderers/OfficeViewer.js +189 -0
- package/lib/renderers/Operation.js +1 -1
- package/lib/renderers/Page.d.ts +1 -7
- package/lib/renderers/Page.js +28 -13
- package/lib/renderers/Pagination.js +1 -1
- package/lib/renderers/PaginationWrapper.js +1 -1
- package/lib/renderers/Panel.js +1 -1
- package/lib/renderers/Password.js +1 -1
- package/lib/renderers/Plain.js +1 -1
- package/lib/renderers/PopOver.js +3 -3
- package/lib/renderers/Portlet.js +3 -3
- package/lib/renderers/Progress.js +1 -1
- package/lib/renderers/Property.js +33 -23
- package/lib/renderers/QRCode.js +1 -1
- package/lib/renderers/QuickEdit.d.ts +1 -0
- package/lib/renderers/QuickEdit.js +27 -9
- package/lib/renderers/Remark.d.ts +3 -5
- package/lib/renderers/Remark.js +1 -1
- package/lib/renderers/SearchBox.d.ts +5 -0
- package/lib/renderers/SearchBox.js +5 -4
- package/lib/renderers/Service.d.ts +5 -1
- package/lib/renderers/Service.js +7 -8
- package/lib/renderers/SparkLine.js +1 -1
- package/lib/renderers/Spinner.js +1 -1
- package/lib/renderers/Status.d.ts +16 -1
- package/lib/renderers/Status.js +67 -20
- package/lib/renderers/Steps.d.ts +1 -1
- package/lib/renderers/Steps.js +9 -11
- package/lib/renderers/Table/ColumnToggler.d.ts +1 -0
- package/lib/renderers/Table/ColumnToggler.js +4 -4
- package/lib/renderers/Table/HeadCellFilterDropdown.d.ts +3 -2
- package/lib/renderers/Table/HeadCellFilterDropdown.js +40 -15
- package/lib/renderers/Table/HeadCellSearchDropdown.js +1 -1
- package/lib/renderers/Table/ItemActionsWrapper.d.ts +2 -2
- package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
- package/lib/renderers/Table/TableBody.js +2 -2
- package/lib/renderers/Table/TableCell.d.ts +5 -3
- package/lib/renderers/Table/TableCell.js +22 -16
- package/lib/renderers/Table/TableContent.js +1 -1
- package/lib/renderers/Table/TableRow.js +1 -1
- package/lib/renderers/Table/exportExcel.js +120 -73
- package/lib/renderers/Table/index.d.ts +7 -3
- package/lib/renderers/Table/index.js +14 -11
- package/lib/renderers/Table2/ColumnToggler.js +3 -3
- package/lib/renderers/Table2/HeadCellSearchDropdown.js +1 -1
- package/lib/renderers/Table2/TableCell.d.ts +1 -0
- package/lib/renderers/Table2/TableCell.js +5 -2
- package/lib/renderers/Table2/index.js +14 -14
- package/lib/renderers/TableView.js +1 -1
- package/lib/renderers/Tabs.js +9 -7
- package/lib/renderers/Tag.d.ts +14 -1
- package/lib/renderers/Tag.js +39 -19
- package/lib/renderers/Tasks.js +3 -2
- package/lib/renderers/Timeline.js +1 -1
- package/lib/renderers/TooltipWrapper.d.ts +1 -1
- package/lib/renderers/TooltipWrapper.js +6 -2
- package/lib/renderers/Tpl.js +1 -1
- package/lib/renderers/VBox.js +1 -1
- package/lib/renderers/Video.js +1 -1
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/Wizard.js +7 -13
- package/lib/renderers/Words.js +1 -1
- package/lib/renderers/Wrapper.js +1 -1
- package/lib/schemaExtend.js +2 -2
- package/lib/themes/ang-ie11.css +1155 -588
- package/lib/themes/ang.css +1443 -673
- package/lib/themes/antd-ie11.css +1990 -1423
- package/lib/themes/antd.css +1457 -679
- package/lib/themes/cxd-ie11.css +1165 -598
- package/lib/themes/cxd.css +1443 -673
- package/lib/themes/dark-ie11.css +1179 -612
- package/lib/themes/dark.css +1443 -673
- package/lib/themes/default-ie11.css +1165 -598
- package/lib/themes/default.css +1443 -673
- package/lib/types.d.ts +0 -1
- package/package.json +13 -6
- package/schema.json +1159 -680
- package/sdk/ang-ie11.css +1229 -574
- package/sdk/ang.css +1592 -734
- package/sdk/antd-ie11.css +2071 -1416
- package/sdk/antd.css +1606 -740
- package/sdk/barcode.js +50 -50
- package/sdk/charts.js +15 -15
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1240 -585
- package/sdk/cxd.css +1592 -734
- package/sdk/dark-ie11.css +1250 -595
- package/sdk/dark.css +1592 -734
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +3 -0
- package/sdk/markdown.js +68 -68
- package/sdk/office-viewer.js +2781 -0
- package/sdk/papaparse.js +3 -3
- package/sdk/rest.js +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1240 -585
- package/sdk/sdk.css +1592 -734
- package/sdk/sdk.js +1587 -1553
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2 +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2 +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2 +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2 +0 -0
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +55 -55
package/lib/themes/ang-ie11.css
CHANGED
@@ -4503,6 +4503,31 @@ button::-moz-focus-inner {
|
|
4503
4503
|
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
|
4504
4504
|
padding: 4px 8px 4px 4px;
|
4505
4505
|
}
|
4506
|
+
.tox .tox-advtemplate .tox-form__grid {
|
4507
|
+
flex: 1;
|
4508
|
+
}
|
4509
|
+
.tox .tox-advtemplate .tox-form__grid > div:first-child {
|
4510
|
+
display: flex;
|
4511
|
+
flex-direction: column;
|
4512
|
+
width: 30%;
|
4513
|
+
}
|
4514
|
+
.tox .tox-advtemplate .tox-form__grid > div:first-child > div:nth-child(2) {
|
4515
|
+
flex-basis: 0;
|
4516
|
+
flex-grow: 1;
|
4517
|
+
overflow: auto;
|
4518
|
+
}
|
4519
|
+
@media only screen and (max-width: 767px) {
|
4520
|
+
body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid > div:first-child {
|
4521
|
+
width: 100%;
|
4522
|
+
}
|
4523
|
+
}
|
4524
|
+
.tox .tox-advtemplate iframe {
|
4525
|
+
border-color: #eeeeee;
|
4526
|
+
border-radius: 10px;
|
4527
|
+
border-style: solid;
|
4528
|
+
border-width: 1px;
|
4529
|
+
margin: 0 10px;
|
4530
|
+
}
|
4506
4531
|
.tox .tox-anchorbar {
|
4507
4532
|
display: flex;
|
4508
4533
|
flex: 0 0 auto;
|
@@ -4584,6 +4609,34 @@ button::-moz-focus-inner {
|
|
4584
4609
|
box-shadow: none;
|
4585
4610
|
color: #fff;
|
4586
4611
|
}
|
4612
|
+
.tox .tox-button.tox-button--enabled,
|
4613
|
+
.tox .tox-button.tox-button--enabled:hover {
|
4614
|
+
background: #a6ccf7;
|
4615
|
+
border-width: 1px;
|
4616
|
+
box-shadow: none;
|
4617
|
+
color: #222f3e;
|
4618
|
+
}
|
4619
|
+
.tox .tox-button.tox-button--enabled > *,
|
4620
|
+
.tox .tox-button.tox-button--enabled:hover > * {
|
4621
|
+
transform: none;
|
4622
|
+
}
|
4623
|
+
.tox .tox-button.tox-button--enabled svg,
|
4624
|
+
.tox .tox-button.tox-button--enabled:hover svg {
|
4625
|
+
/* stylelint-disable-line no-descending-specificity */
|
4626
|
+
fill: #222f3e;
|
4627
|
+
}
|
4628
|
+
.tox .tox-button--icon-and-text,
|
4629
|
+
.tox .tox-button.tox-button--icon-and-text,
|
4630
|
+
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text {
|
4631
|
+
display: flex;
|
4632
|
+
padding: 5px 4px;
|
4633
|
+
}
|
4634
|
+
.tox .tox-button--icon-and-text .tox-icon svg,
|
4635
|
+
.tox .tox-button.tox-button--icon-and-text .tox-icon svg,
|
4636
|
+
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg {
|
4637
|
+
display: block;
|
4638
|
+
fill: currentColor;
|
4639
|
+
}
|
4587
4640
|
.tox .tox-button--secondary {
|
4588
4641
|
background-color: #f0f0f0;
|
4589
4642
|
background-image: none;
|
@@ -5216,7 +5269,7 @@ button::-moz-focus-inner {
|
|
5216
5269
|
stroke: #222f3e;
|
5217
5270
|
stroke-width: 2px;
|
5218
5271
|
}
|
5219
|
-
.tox div.tox-swatch:not(.tox-swatch--remove)
|
5272
|
+
.tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg {
|
5220
5273
|
display: block;
|
5221
5274
|
}
|
5222
5275
|
.tox:not([dir=rtl]) .tox-swatches__picker-btn {
|
@@ -5668,6 +5721,13 @@ button::-moz-focus-inner {
|
|
5668
5721
|
height: 650px;
|
5669
5722
|
max-width: 1200px;
|
5670
5723
|
}
|
5724
|
+
.tox .tox-dialog--fullscreen {
|
5725
|
+
height: 100%;
|
5726
|
+
max-width: 100%;
|
5727
|
+
}
|
5728
|
+
.tox .tox-dialog--fullscreen .tox-dialog__body-content {
|
5729
|
+
max-height: 100%;
|
5730
|
+
}
|
5671
5731
|
.tox .tox-dialog--width-md {
|
5672
5732
|
max-width: 800px;
|
5673
5733
|
}
|
@@ -5709,8 +5769,11 @@ button::-moz-focus-inner {
|
|
5709
5769
|
font-weight: bold;
|
5710
5770
|
padding-bottom: 8px;
|
5711
5771
|
}
|
5772
|
+
.tox .tox-dialog__table thead th:first-child {
|
5773
|
+
padding-right: 8px;
|
5774
|
+
}
|
5712
5775
|
.tox .tox-dialog__table tbody tr {
|
5713
|
-
border-bottom: 1px solid #
|
5776
|
+
border-bottom: 1px solid #626262;
|
5714
5777
|
}
|
5715
5778
|
.tox .tox-dialog__table tbody tr:last-child {
|
5716
5779
|
border-bottom: none;
|
@@ -5719,6 +5782,9 @@ button::-moz-focus-inner {
|
|
5719
5782
|
padding-bottom: 8px;
|
5720
5783
|
padding-top: 8px;
|
5721
5784
|
}
|
5785
|
+
.tox .tox-dialog__table td:first-child {
|
5786
|
+
padding-right: 8px;
|
5787
|
+
}
|
5722
5788
|
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
5723
5789
|
background: #fff;
|
5724
5790
|
}
|
@@ -5814,6 +5880,17 @@ body.tox-dialog__disable-scroll {
|
|
5814
5880
|
overflow: hidden;
|
5815
5881
|
position: relative;
|
5816
5882
|
}
|
5883
|
+
.tox .tox-edit-area::before {
|
5884
|
+
border: 2px solid #2D6ADF;
|
5885
|
+
border-radius: 4px;
|
5886
|
+
content: "";
|
5887
|
+
inset: 0;
|
5888
|
+
opacity: 0;
|
5889
|
+
pointer-events: none;
|
5890
|
+
position: absolute;
|
5891
|
+
transition: opacity 0.15s;
|
5892
|
+
z-index: 1;
|
5893
|
+
}
|
5817
5894
|
.tox .tox-edit-area__iframe {
|
5818
5895
|
background-color: #fff;
|
5819
5896
|
border: 0;
|
@@ -5823,6 +5900,9 @@ body.tox-dialog__disable-scroll {
|
|
5823
5900
|
position: absolute;
|
5824
5901
|
width: 100%;
|
5825
5902
|
}
|
5903
|
+
.tox.tox-edit-focus .tox-edit-area::before {
|
5904
|
+
opacity: 1;
|
5905
|
+
}
|
5826
5906
|
.tox.tox-inline-edit-area {
|
5827
5907
|
border: 1px dotted #eeeeee;
|
5828
5908
|
}
|
@@ -5835,13 +5915,15 @@ body.tox-dialog__disable-scroll {
|
|
5835
5915
|
.tox .tox-editor-header {
|
5836
5916
|
display: grid;
|
5837
5917
|
grid-template-columns: 1fr min-content;
|
5838
|
-
z-index:
|
5918
|
+
z-index: 2;
|
5839
5919
|
}
|
5840
5920
|
.tox:not(.tox-tinymce-inline) .tox-editor-header {
|
5841
5921
|
background-color: #fff;
|
5842
5922
|
border-bottom: none;
|
5843
5923
|
box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.1), 0 8px 8px -4px rgba(34, 47, 62, 0.07);
|
5844
5924
|
padding: 4px 0;
|
5925
|
+
}
|
5926
|
+
.tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition) {
|
5845
5927
|
transition: box-shadow 0.5s;
|
5846
5928
|
}
|
5847
5929
|
.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header {
|
@@ -6077,7 +6159,8 @@ body.tox-dialog__disable-scroll {
|
|
6077
6159
|
.tox .tox-textfield,
|
6078
6160
|
.tox .tox-toolbar-textfield,
|
6079
6161
|
.tox .tox-listboxfield .tox-listbox--select,
|
6080
|
-
.tox .tox-textarea
|
6162
|
+
.tox .tox-textarea,
|
6163
|
+
.tox .tox-textarea-wrap .tox-textarea:focus {
|
6081
6164
|
-webkit-appearance: none;
|
6082
6165
|
-moz-appearance: none;
|
6083
6166
|
appearance: none;
|
@@ -6107,7 +6190,9 @@ body.tox-dialog__disable-scroll {
|
|
6107
6190
|
}
|
6108
6191
|
.tox .tox-textfield:focus,
|
6109
6192
|
.tox .tox-listboxfield .tox-listbox--select:focus,
|
6110
|
-
.tox .tox-textarea:focus
|
6193
|
+
.tox .tox-textarea-wrap:focus-within,
|
6194
|
+
.tox .tox-textarea:focus,
|
6195
|
+
.tox .tox-custom-editor:focus-within {
|
6111
6196
|
background-color: #fff;
|
6112
6197
|
border-color: #006ce7;
|
6113
6198
|
box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
|
@@ -6233,12 +6318,27 @@ body.tox-dialog__disable-scroll {
|
|
6233
6318
|
.tox[dir=rtl] .tox-selectfield svg {
|
6234
6319
|
left: 8px;
|
6235
6320
|
}
|
6321
|
+
.tox .tox-textarea-wrap {
|
6322
|
+
border-color: #eeeeee;
|
6323
|
+
border-radius: 6px;
|
6324
|
+
border-style: solid;
|
6325
|
+
border-width: 1px;
|
6326
|
+
display: flex;
|
6327
|
+
flex: 1;
|
6328
|
+
overflow: hidden;
|
6329
|
+
}
|
6236
6330
|
.tox .tox-textarea {
|
6237
6331
|
-webkit-appearance: textarea;
|
6238
6332
|
-moz-appearance: textarea;
|
6239
6333
|
appearance: textarea;
|
6240
6334
|
white-space: pre-wrap;
|
6241
6335
|
}
|
6336
|
+
.tox .tox-textarea-wrap .tox-textarea {
|
6337
|
+
border: none;
|
6338
|
+
}
|
6339
|
+
.tox .tox-textarea-wrap .tox-textarea:focus {
|
6340
|
+
border: none;
|
6341
|
+
}
|
6242
6342
|
.tox-fullscreen {
|
6243
6343
|
border: 0;
|
6244
6344
|
height: 100%;
|
@@ -7139,6 +7239,82 @@ body.tox-dialog__disable-scroll {
|
|
7139
7239
|
margin-bottom: 4px;
|
7140
7240
|
white-space: nowrap;
|
7141
7241
|
}
|
7242
|
+
.tox .tox-number-input {
|
7243
|
+
border-radius: 3px;
|
7244
|
+
display: flex;
|
7245
|
+
margin: 6px 1px 5px 0;
|
7246
|
+
padding: 0 4px;
|
7247
|
+
width: auto;
|
7248
|
+
}
|
7249
|
+
.tox .tox-number-input .tox-input-wrapper {
|
7250
|
+
background: #f7f7f7;
|
7251
|
+
display: flex;
|
7252
|
+
pointer-events: none;
|
7253
|
+
text-align: center;
|
7254
|
+
}
|
7255
|
+
.tox .tox-number-input .tox-input-wrapper:focus {
|
7256
|
+
background: #cce2fa;
|
7257
|
+
}
|
7258
|
+
.tox .tox-number-input input {
|
7259
|
+
border-radius: 3px;
|
7260
|
+
color: #222f3e;
|
7261
|
+
font-size: 14px;
|
7262
|
+
margin: 2px 0;
|
7263
|
+
pointer-events: all;
|
7264
|
+
width: 60px;
|
7265
|
+
}
|
7266
|
+
.tox .tox-number-input input:hover {
|
7267
|
+
background: #cce2fa;
|
7268
|
+
color: #222f3e;
|
7269
|
+
}
|
7270
|
+
.tox .tox-number-input input:focus {
|
7271
|
+
background: #fff;
|
7272
|
+
color: #222f3e;
|
7273
|
+
}
|
7274
|
+
.tox .tox-number-input button {
|
7275
|
+
background: #f7f7f7;
|
7276
|
+
color: #222f3e;
|
7277
|
+
height: 28px;
|
7278
|
+
text-align: center;
|
7279
|
+
width: 24px;
|
7280
|
+
}
|
7281
|
+
.tox .tox-number-input button svg {
|
7282
|
+
display: block;
|
7283
|
+
fill: #222f3e;
|
7284
|
+
margin: 0 auto;
|
7285
|
+
transform: scale(0.67);
|
7286
|
+
}
|
7287
|
+
.tox .tox-number-input button:focus {
|
7288
|
+
background: #cce2fa;
|
7289
|
+
}
|
7290
|
+
.tox .tox-number-input button:hover {
|
7291
|
+
background: #cce2fa;
|
7292
|
+
border: 0;
|
7293
|
+
box-shadow: none;
|
7294
|
+
color: #222f3e;
|
7295
|
+
}
|
7296
|
+
.tox .tox-number-input button:hover svg {
|
7297
|
+
fill: #222f3e;
|
7298
|
+
}
|
7299
|
+
.tox .tox-number-input button:active {
|
7300
|
+
background: #a6ccf7;
|
7301
|
+
border: 0;
|
7302
|
+
box-shadow: none;
|
7303
|
+
color: #222f3e;
|
7304
|
+
}
|
7305
|
+
.tox .tox-number-input button:active svg {
|
7306
|
+
fill: #222f3e;
|
7307
|
+
}
|
7308
|
+
.tox .tox-number-input button.minus {
|
7309
|
+
border-radius: 3px 0 0 3px;
|
7310
|
+
}
|
7311
|
+
.tox .tox-number-input button.plus {
|
7312
|
+
border-radius: 0 3px 3px 0;
|
7313
|
+
}
|
7314
|
+
.tox .tox-number-input:focus:not(:active) > button,
|
7315
|
+
.tox .tox-number-input:focus:not(:active) > .tox-input-wrapper {
|
7316
|
+
background: #cce2fa;
|
7317
|
+
}
|
7142
7318
|
.tox .tox-tbtn--select {
|
7143
7319
|
margin: 6px 1px 5px 0;
|
7144
7320
|
padding: 0 4px;
|
@@ -7147,7 +7323,11 @@ body.tox-dialog__disable-scroll {
|
|
7147
7323
|
.tox .tox-tbtn__select-label {
|
7148
7324
|
cursor: default;
|
7149
7325
|
font-weight: normal;
|
7326
|
+
height: initial;
|
7150
7327
|
margin: 0 4px;
|
7328
|
+
overflow: hidden;
|
7329
|
+
text-overflow: ellipsis;
|
7330
|
+
white-space: nowrap;
|
7151
7331
|
}
|
7152
7332
|
.tox .tox-tbtn__select-chevron {
|
7153
7333
|
align-items: center;
|
@@ -7376,105 +7556,317 @@ body.tox-dialog__disable-scroll {
|
|
7376
7556
|
top: 50%;
|
7377
7557
|
transform: translateY(-50%);
|
7378
7558
|
}
|
7379
|
-
.tox .tox-
|
7380
|
-
.tox .tox-view-wrap__slot-container {
|
7381
|
-
background-color: #fff;
|
7382
|
-
display: flex;
|
7383
|
-
flex: 1;
|
7384
|
-
flex-direction: column;
|
7385
|
-
}
|
7386
|
-
.tox .tox-view {
|
7559
|
+
.tox .tox-tree {
|
7387
7560
|
display: flex;
|
7388
|
-
flex: 1;
|
7389
7561
|
flex-direction: column;
|
7390
7562
|
}
|
7391
|
-
.tox .tox-
|
7563
|
+
.tox .tox-tree .tox-trbtn {
|
7392
7564
|
align-items: center;
|
7565
|
+
background: transparent;
|
7566
|
+
border: 0;
|
7567
|
+
border-radius: 4px;
|
7568
|
+
box-shadow: none;
|
7569
|
+
color: #222f3e;
|
7393
7570
|
display: flex;
|
7394
|
-
|
7395
|
-
|
7396
|
-
|
7397
|
-
|
7571
|
+
flex: 0 0 auto;
|
7572
|
+
font-size: 14px;
|
7573
|
+
font-style: normal;
|
7574
|
+
font-weight: normal;
|
7575
|
+
height: 28px;
|
7576
|
+
margin-bottom: 4px;
|
7577
|
+
margin-top: 4px;
|
7578
|
+
outline: none;
|
7579
|
+
overflow: hidden;
|
7580
|
+
padding: 0;
|
7581
|
+
padding-left: 8px;
|
7582
|
+
text-transform: none;
|
7398
7583
|
}
|
7399
|
-
.tox .tox-
|
7400
|
-
|
7401
|
-
|
7584
|
+
.tox .tox-tree .tox-trbtn .tox-tree__label {
|
7585
|
+
overflow: hidden;
|
7586
|
+
text-overflow: ellipsis;
|
7587
|
+
white-space: nowrap;
|
7402
7588
|
}
|
7403
|
-
.tox .tox-
|
7404
|
-
|
7405
|
-
|
7406
|
-
width: 100%;
|
7589
|
+
.tox .tox-tree .tox-trbtn svg {
|
7590
|
+
display: block;
|
7591
|
+
fill: #222f3e;
|
7407
7592
|
}
|
7408
|
-
.tox .tox-
|
7409
|
-
|
7410
|
-
border
|
7593
|
+
.tox .tox-tree .tox-trbtn:focus {
|
7594
|
+
background: #cce2fa;
|
7595
|
+
border: 0;
|
7596
|
+
box-shadow: none;
|
7411
7597
|
}
|
7412
|
-
.tox
|
7413
|
-
|
7414
|
-
|
7598
|
+
.tox .tox-tree .tox-trbtn:hover {
|
7599
|
+
background: #cce2fa;
|
7600
|
+
border: 0;
|
7601
|
+
box-shadow: none;
|
7602
|
+
color: #222f3e;
|
7415
7603
|
}
|
7416
|
-
.tox
|
7417
|
-
|
7418
|
-
margin-right: 8px;
|
7604
|
+
.tox .tox-tree .tox-trbtn:hover svg {
|
7605
|
+
fill: #222f3e;
|
7419
7606
|
}
|
7420
|
-
.tox .tox-
|
7421
|
-
|
7422
|
-
border
|
7423
|
-
|
7424
|
-
|
7607
|
+
.tox .tox-tree .tox-trbtn:active {
|
7608
|
+
background: #a6ccf7;
|
7609
|
+
border: 0;
|
7610
|
+
box-shadow: none;
|
7611
|
+
color: #222f3e;
|
7425
7612
|
}
|
7426
|
-
.tox .tox-
|
7427
|
-
|
7613
|
+
.tox .tox-tree .tox-trbtn:active svg {
|
7614
|
+
fill: #222f3e;
|
7428
7615
|
}
|
7429
|
-
.tox .tox-
|
7430
|
-
|
7616
|
+
.tox .tox-tree .tox-trbtn--disabled,
|
7617
|
+
.tox .tox-tree .tox-trbtn--disabled:hover,
|
7618
|
+
.tox .tox-tree .tox-trbtn:disabled,
|
7619
|
+
.tox .tox-tree .tox-trbtn:disabled:hover {
|
7620
|
+
background: transparent;
|
7621
|
+
border: 0;
|
7622
|
+
box-shadow: none;
|
7623
|
+
color: rgba(34, 47, 62, 0.5);
|
7624
|
+
cursor: not-allowed;
|
7431
7625
|
}
|
7432
|
-
.tox .tox-
|
7433
|
-
|
7626
|
+
.tox .tox-tree .tox-trbtn--disabled svg,
|
7627
|
+
.tox .tox-tree .tox-trbtn--disabled:hover svg,
|
7628
|
+
.tox .tox-tree .tox-trbtn:disabled svg,
|
7629
|
+
.tox .tox-tree .tox-trbtn:disabled:hover svg {
|
7630
|
+
/* stylelint-disable-line no-descending-specificity */
|
7631
|
+
fill: rgba(34, 47, 62, 0.5);
|
7434
7632
|
}
|
7435
|
-
.tox .tox-
|
7436
|
-
|
7437
|
-
|
7438
|
-
|
7439
|
-
|
7440
|
-
|
7633
|
+
.tox .tox-tree .tox-trbtn--enabled,
|
7634
|
+
.tox .tox-tree .tox-trbtn--enabled:hover {
|
7635
|
+
background: #a6ccf7;
|
7636
|
+
border: 0;
|
7637
|
+
box-shadow: none;
|
7638
|
+
color: #222f3e;
|
7441
7639
|
}
|
7442
|
-
|
7443
|
-
.tox {
|
7444
|
-
|
7640
|
+
.tox .tox-tree .tox-trbtn--enabled > *,
|
7641
|
+
.tox .tox-tree .tox-trbtn--enabled:hover > * {
|
7642
|
+
transform: none;
|
7445
7643
|
}
|
7446
|
-
.tox .tox-
|
7447
|
-
|
7448
|
-
|
7449
|
-
|
7450
|
-
position: absolute;
|
7451
|
-
width: 100%;
|
7452
|
-
z-index: 1000;
|
7644
|
+
.tox .tox-tree .tox-trbtn--enabled svg,
|
7645
|
+
.tox .tox-tree .tox-trbtn--enabled:hover svg {
|
7646
|
+
/* stylelint-disable-line no-descending-specificity */
|
7647
|
+
fill: #222f3e;
|
7453
7648
|
}
|
7454
|
-
.tox .tox-
|
7455
|
-
|
7649
|
+
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
|
7650
|
+
color: #222f3e;
|
7456
7651
|
}
|
7457
|
-
.tox .tox-
|
7458
|
-
|
7459
|
-
flex: 1;
|
7652
|
+
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
|
7653
|
+
fill: #222f3e;
|
7460
7654
|
}
|
7461
|
-
.tox .tox-
|
7462
|
-
|
7463
|
-
flex: 1;
|
7655
|
+
.tox .tox-tree .tox-trbtn:active > * {
|
7656
|
+
transform: none;
|
7464
7657
|
}
|
7465
|
-
.
|
7466
|
-
|
7467
|
-
|
7468
|
-
|
7469
|
-
width: 100%;
|
7470
|
-
height: 100%;
|
7658
|
+
.tox .tox-tree .tox-trbtn--return {
|
7659
|
+
align-self: stretch;
|
7660
|
+
height: unset;
|
7661
|
+
width: 16px;
|
7471
7662
|
}
|
7472
|
-
.
|
7473
|
-
|
7663
|
+
.tox .tox-tree .tox-trbtn--labeled {
|
7664
|
+
padding: 0 4px;
|
7665
|
+
width: unset;
|
7474
7666
|
}
|
7475
|
-
|
7476
|
-
|
7477
|
-
|
7667
|
+
.tox .tox-tree .tox-trbtn__vlabel {
|
7668
|
+
display: block;
|
7669
|
+
font-size: 10px;
|
7670
|
+
font-weight: normal;
|
7671
|
+
letter-spacing: -0.025em;
|
7672
|
+
margin-bottom: 4px;
|
7673
|
+
white-space: nowrap;
|
7674
|
+
}
|
7675
|
+
.tox .tox-tree .tox-tree--directory {
|
7676
|
+
display: flex;
|
7677
|
+
flex-direction: column;
|
7678
|
+
/* stylelint-disable no-descending-specificity */
|
7679
|
+
}
|
7680
|
+
.tox .tox-tree .tox-tree--directory.tox-tree--directory--expanded > .tox-tree--directory__label .tox-chevron {
|
7681
|
+
transform: rotate(90deg);
|
7682
|
+
}
|
7683
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
|
7684
|
+
font-weight: bold;
|
7685
|
+
}
|
7686
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
|
7687
|
+
margin-left: auto;
|
7688
|
+
}
|
7689
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg {
|
7690
|
+
fill: transparent;
|
7691
|
+
}
|
7692
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,
|
7693
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg {
|
7694
|
+
fill: #222f3e;
|
7695
|
+
}
|
7696
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg,
|
7697
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg {
|
7698
|
+
fill: #222f3e;
|
7699
|
+
}
|
7700
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) {
|
7701
|
+
background-color: transparent;
|
7702
|
+
color: #222f3e;
|
7703
|
+
}
|
7704
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
|
7705
|
+
fill: #222f3e;
|
7706
|
+
}
|
7707
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
|
7708
|
+
margin-right: 6px;
|
7709
|
+
transition: transform 0.5s ease-in-out;
|
7710
|
+
}
|
7711
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label.tox-tree--directory__label--active .tox-chevron {
|
7712
|
+
transform: rotate(90deg);
|
7713
|
+
}
|
7714
|
+
.tox .tox-tree .tox-tree--leaf__label {
|
7715
|
+
font-weight: normal;
|
7716
|
+
}
|
7717
|
+
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn {
|
7718
|
+
margin-left: auto;
|
7719
|
+
}
|
7720
|
+
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg {
|
7721
|
+
fill: transparent;
|
7722
|
+
}
|
7723
|
+
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,
|
7724
|
+
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg {
|
7725
|
+
fill: #222f3e;
|
7726
|
+
}
|
7727
|
+
.tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg {
|
7728
|
+
fill: #222f3e;
|
7729
|
+
}
|
7730
|
+
.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) {
|
7731
|
+
background-color: transparent;
|
7732
|
+
color: #222f3e;
|
7733
|
+
}
|
7734
|
+
.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
|
7735
|
+
fill: #222f3e;
|
7736
|
+
}
|
7737
|
+
.tox .tox-tree .tox-tree--directory__children {
|
7738
|
+
overflow: hidden;
|
7739
|
+
padding-left: 16px;
|
7740
|
+
}
|
7741
|
+
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,
|
7742
|
+
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking {
|
7743
|
+
transition: height 0.5s ease-in-out;
|
7744
|
+
}
|
7745
|
+
.tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
|
7746
|
+
display: flex;
|
7747
|
+
justify-content: space-between;
|
7748
|
+
}
|
7749
|
+
.tox .tox-view-wrap,
|
7750
|
+
.tox .tox-view-wrap__slot-container {
|
7751
|
+
background-color: #fff;
|
7752
|
+
display: flex;
|
7753
|
+
flex: 1;
|
7754
|
+
flex-direction: column;
|
7755
|
+
}
|
7756
|
+
.tox .tox-view {
|
7757
|
+
display: flex;
|
7758
|
+
flex: 1 1 auto;
|
7759
|
+
flex-direction: column;
|
7760
|
+
overflow: hidden;
|
7761
|
+
}
|
7762
|
+
.tox .tox-view__header {
|
7763
|
+
align-items: center;
|
7764
|
+
display: flex;
|
7765
|
+
font-size: 16px;
|
7766
|
+
justify-content: space-between;
|
7767
|
+
padding: 8px 8px 0 8px;
|
7768
|
+
position: relative;
|
7769
|
+
}
|
7770
|
+
.tox .tox-view--mobile.tox-view__header,
|
7771
|
+
.tox .tox-view--mobile.tox-view__toolbar {
|
7772
|
+
padding: 8px;
|
7773
|
+
}
|
7774
|
+
.tox .tox-view--scrolling {
|
7775
|
+
flex-wrap: nowrap;
|
7776
|
+
overflow-x: auto;
|
7777
|
+
}
|
7778
|
+
.tox .tox-view__toolbar {
|
7779
|
+
display: flex;
|
7780
|
+
flex-direction: row;
|
7781
|
+
gap: 8px;
|
7782
|
+
justify-content: space-between;
|
7783
|
+
padding: 8px 8px 0 8px;
|
7784
|
+
}
|
7785
|
+
.tox .tox-view__toolbar__group {
|
7786
|
+
display: flex;
|
7787
|
+
flex-direction: row;
|
7788
|
+
gap: 12px;
|
7789
|
+
}
|
7790
|
+
.tox .tox-view__header-start,
|
7791
|
+
.tox .tox-view__header-end {
|
7792
|
+
display: flex;
|
7793
|
+
}
|
7794
|
+
.tox .tox-view__pane {
|
7795
|
+
height: 100%;
|
7796
|
+
padding: 8px;
|
7797
|
+
width: 100%;
|
7798
|
+
}
|
7799
|
+
.tox .tox-view__pane_panel {
|
7800
|
+
border: 1px solid #eeeeee;
|
7801
|
+
border-radius: 6px;
|
7802
|
+
}
|
7803
|
+
.tox:not([dir=rtl]) .tox-view__header .tox-view__header-start > *,
|
7804
|
+
.tox:not([dir=rtl]) .tox-view__header .tox-view__header-end > * {
|
7805
|
+
margin-left: 8px;
|
7806
|
+
}
|
7807
|
+
.tox[dir=rtl] .tox-view__header .tox-view__header-start > *,
|
7808
|
+
.tox[dir=rtl] .tox-view__header .tox-view__header-end > * {
|
7809
|
+
margin-right: 8px;
|
7810
|
+
}
|
7811
|
+
.tox .tox-well {
|
7812
|
+
border: 1px solid #eeeeee;
|
7813
|
+
border-radius: 6px;
|
7814
|
+
padding: 8px;
|
7815
|
+
width: 100%;
|
7816
|
+
}
|
7817
|
+
.tox .tox-well > *:first-child {
|
7818
|
+
margin-top: 0;
|
7819
|
+
}
|
7820
|
+
.tox .tox-well > *:last-child {
|
7821
|
+
margin-bottom: 0;
|
7822
|
+
}
|
7823
|
+
.tox .tox-well > *:only-child {
|
7824
|
+
margin: 0;
|
7825
|
+
}
|
7826
|
+
.tox .tox-custom-editor {
|
7827
|
+
border: 1px solid #eeeeee;
|
7828
|
+
border-radius: 6px;
|
7829
|
+
display: flex;
|
7830
|
+
flex: 1;
|
7831
|
+
overflow: hidden;
|
7832
|
+
position: relative;
|
7833
|
+
}
|
7834
|
+
/* stylelint-disable */
|
7835
|
+
.tox {
|
7836
|
+
/* stylelint-enable */
|
7837
|
+
}
|
7838
|
+
.tox .tox-dialog-loading::before {
|
7839
|
+
background-color: rgba(0, 0, 0, 0.5);
|
7840
|
+
content: "";
|
7841
|
+
height: 100%;
|
7842
|
+
position: absolute;
|
7843
|
+
width: 100%;
|
7844
|
+
z-index: 1000;
|
7845
|
+
}
|
7846
|
+
.tox .tox-tab {
|
7847
|
+
cursor: pointer;
|
7848
|
+
}
|
7849
|
+
.tox .tox-dialog__content-js {
|
7850
|
+
display: flex;
|
7851
|
+
flex: 1;
|
7852
|
+
}
|
7853
|
+
.tox .tox-dialog__body-content .tox-collection {
|
7854
|
+
display: flex;
|
7855
|
+
flex: 1;
|
7856
|
+
}
|
7857
|
+
.video-react .video-react-control:before, .video-react .video-react-big-play-button:before {
|
7858
|
+
position: absolute;
|
7859
|
+
top: 0;
|
7860
|
+
left: 0;
|
7861
|
+
width: 100%;
|
7862
|
+
height: 100%;
|
7863
|
+
}
|
7864
|
+
.video-react .video-react-control:before, .video-react .video-react-big-play-button:before {
|
7865
|
+
text-align: center;
|
7866
|
+
}
|
7867
|
+
@font-face {
|
7868
|
+
font-family: "video-react";
|
7869
|
+
src: url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("eot");
|
7478
7870
|
}
|
7479
7871
|
@font-face {
|
7480
7872
|
font-family: "video-react";
|
@@ -8629,7 +9021,7 @@ body.video-react-full-window .video-react-fullscreen {
|
|
8629
9021
|
}
|
8630
9022
|
.rdtPicker td > span {
|
8631
9023
|
display: inline-block;
|
8632
|
-
border-radius:
|
9024
|
+
border-radius: 1px 1px 1px 1px;
|
8633
9025
|
height: 24px;
|
8634
9026
|
width: 24px;
|
8635
9027
|
}
|
@@ -8643,7 +9035,11 @@ body.video-react-full-window .video-react-fullscreen {
|
|
8643
9035
|
}
|
8644
9036
|
.rdtPicker td.rdtOld,
|
8645
9037
|
.rdtPicker td.rdtNew {
|
8646
|
-
color: #
|
9038
|
+
color: #b9b8bf;
|
9039
|
+
}
|
9040
|
+
.rdtPicker td.rdtOld span,
|
9041
|
+
.rdtPicker td.rdtNew span {
|
9042
|
+
background: #ffffff;
|
8647
9043
|
}
|
8648
9044
|
.rdtPicker td.rdtToday {
|
8649
9045
|
position: relative;
|
@@ -10605,7 +11001,7 @@ img.a-AsideNav-itemIcon {
|
|
10605
11001
|
}
|
10606
11002
|
.a-Button--enhance {
|
10607
11003
|
color: #7266ba;
|
10608
|
-
background:
|
11004
|
+
background: #ffffff;
|
10609
11005
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
10610
11006
|
border-width: 1px 1px 1px 1px;
|
10611
11007
|
border-style: solid solid solid solid;
|
@@ -10613,7 +11009,7 @@ img.a-AsideNav-itemIcon {
|
|
10613
11009
|
}
|
10614
11010
|
.a-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
10615
11011
|
color: #897fc7;
|
10616
|
-
background:
|
11012
|
+
background: #ffffff;
|
10617
11013
|
border-color: #897fc7 #897fc7 #897fc7 #897fc7;
|
10618
11014
|
border-width: 1px 1px 1px 1px;
|
10619
11015
|
border-style: solid solid solid solid;
|
@@ -10621,7 +11017,7 @@ img.a-AsideNav-itemIcon {
|
|
10621
11017
|
}
|
10622
11018
|
.a-Button--enhance:not(:disabled):not(.is-disabled).hover {
|
10623
11019
|
color: #897fc7;
|
10624
|
-
background:
|
11020
|
+
background: #ffffff;
|
10625
11021
|
border-color: #897fc7 #897fc7 #897fc7 #897fc7;
|
10626
11022
|
border-width: 1px 1px 1px 1px;
|
10627
11023
|
border-style: solid solid solid solid;
|
@@ -10629,7 +11025,7 @@ img.a-AsideNav-itemIcon {
|
|
10629
11025
|
}
|
10630
11026
|
.a-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
10631
11027
|
color: #584a94;
|
10632
|
-
background:
|
11028
|
+
background: #ffffff;
|
10633
11029
|
border-color: #584a94 #584a94 #584a94 #584a94;
|
10634
11030
|
border-width: 1px 1px 1px 1px;
|
10635
11031
|
border-style: solid solid solid solid;
|
@@ -10637,7 +11033,7 @@ img.a-AsideNav-itemIcon {
|
|
10637
11033
|
}
|
10638
11034
|
.a-Button--enhance:not(:disabled):not(.is-disabled).active {
|
10639
11035
|
color: #584a94;
|
10640
|
-
background:
|
11036
|
+
background: #ffffff;
|
10641
11037
|
border-color: #584a94 #584a94 #584a94 #584a94;
|
10642
11038
|
border-width: 1px 1px 1px 1px;
|
10643
11039
|
border-style: solid solid solid solid;
|
@@ -10974,6 +11370,9 @@ img.a-AsideNav-itemIcon {
|
|
10974
11370
|
height: 0.875rem;
|
10975
11371
|
vertical-align: middle;
|
10976
11372
|
}
|
11373
|
+
.a-Button--size-default.a-Button--iconOnly {
|
11374
|
+
min-width: 2rem;
|
11375
|
+
}
|
10977
11376
|
.a-Button--size-xs {
|
10978
11377
|
font-size: 12px;
|
10979
11378
|
font-weight: 400;
|
@@ -11010,7 +11409,7 @@ img.a-AsideNav-itemIcon {
|
|
11010
11409
|
vertical-align: middle;
|
11011
11410
|
}
|
11012
11411
|
.a-Button--size-xs.a-Button--iconOnly {
|
11013
|
-
min-width:
|
11412
|
+
min-width: 1.375rem;
|
11014
11413
|
}
|
11015
11414
|
.a-Button--size-sm {
|
11016
11415
|
font-size: 12px;
|
@@ -11048,7 +11447,7 @@ img.a-AsideNav-itemIcon {
|
|
11048
11447
|
vertical-align: middle;
|
11049
11448
|
}
|
11050
11449
|
.a-Button--size-sm.a-Button--iconOnly {
|
11051
|
-
min-width:
|
11450
|
+
min-width: 1.875rem;
|
11052
11451
|
}
|
11053
11452
|
.a-Button--size-md {
|
11054
11453
|
font-size: 14px;
|
@@ -11086,7 +11485,7 @@ img.a-AsideNav-itemIcon {
|
|
11086
11485
|
vertical-align: middle;
|
11087
11486
|
}
|
11088
11487
|
.a-Button--size-md.a-Button--iconOnly {
|
11089
|
-
min-width:
|
11488
|
+
min-width: 2rem;
|
11090
11489
|
}
|
11091
11490
|
.a-Button--size-lg {
|
11092
11491
|
font-size: 14px;
|
@@ -11124,15 +11523,14 @@ img.a-AsideNav-itemIcon {
|
|
11124
11523
|
vertical-align: middle;
|
11125
11524
|
}
|
11126
11525
|
.a-Button--size-lg.a-Button--iconOnly {
|
11127
|
-
min-width:
|
11526
|
+
min-width: 2.375rem;
|
11128
11527
|
}
|
11129
11528
|
.a-Button--iconOnly {
|
11130
|
-
|
11529
|
+
padding: 0;
|
11131
11530
|
}
|
11132
11531
|
.a-Button--iconOnly:not(.a-Button--link) > svg.icon {
|
11133
11532
|
width: 0.875rem;
|
11134
11533
|
height: 0.875rem;
|
11135
|
-
top: 0.125rem;
|
11136
11534
|
}
|
11137
11535
|
.a-Button--iconOnly:not(.a-Button--link) > .fa,
|
11138
11536
|
.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
@@ -11467,7 +11865,6 @@ input[type=button].a-Button--block {
|
|
11467
11865
|
.a-Badge-ribbon-out {
|
11468
11866
|
overflow: hidden;
|
11469
11867
|
position: absolute;
|
11470
|
-
top: 0;
|
11471
11868
|
bottom: 0;
|
11472
11869
|
right: 0;
|
11473
11870
|
}
|
@@ -11482,6 +11879,9 @@ input[type=button].a-Button--block {
|
|
11482
11879
|
width: 62.5rem;
|
11483
11880
|
top: 5px;
|
11484
11881
|
}
|
11882
|
+
.a-Badge-ribbon-out--top-left, .a-Badge-ribbon-out--top-right {
|
11883
|
+
top: 0;
|
11884
|
+
}
|
11485
11885
|
.a-Badge-ribbon-out--top-left, .a-Badge-ribbon-out--bottom-left {
|
11486
11886
|
left: 0;
|
11487
11887
|
right: auto;
|
@@ -11491,7 +11891,7 @@ input[type=button].a-Button--block {
|
|
11491
11891
|
left: 0;
|
11492
11892
|
right: auto;
|
11493
11893
|
}
|
11494
|
-
.a-Badge-ribbon--bottom-left {
|
11894
|
+
.a-Badge-ribbon--bottom-left, .a-Badge-ribbon-out--bottom--left {
|
11495
11895
|
transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
|
11496
11896
|
transform-origin: 50% 100%;
|
11497
11897
|
left: 0;
|
@@ -11499,7 +11899,7 @@ input[type=button].a-Button--block {
|
|
11499
11899
|
bottom: 5px;
|
11500
11900
|
top: auto;
|
11501
11901
|
}
|
11502
|
-
.a-Badge-ribbon--bottom-right {
|
11902
|
+
.a-Badge-ribbon--bottom-right, .a-Badge-ribbon-out--bottom--right {
|
11503
11903
|
transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
|
11504
11904
|
transform-origin: 50% 100%;
|
11505
11905
|
left: auto;
|
@@ -11599,7 +11999,6 @@ input[type=button].a-Button--block {
|
|
11599
11999
|
#f8f7fa;
|
11600
12000
|
border-top-left-radius: 6px;
|
11601
12001
|
border-top-right-radius: 6px;
|
11602
|
-
z-index: 150;
|
11603
12002
|
}
|
11604
12003
|
.a-Modal-header::before, .a-Modal-header::after {
|
11605
12004
|
display: table;
|
@@ -11619,6 +12018,7 @@ input[type=button].a-Button--block {
|
|
11619
12018
|
line-height: inherit;
|
11620
12019
|
text-decoration: none;
|
11621
12020
|
vertical-align: middle;
|
12021
|
+
z-index: 12;
|
11622
12022
|
}
|
11623
12023
|
.a-Modal-close svg {
|
11624
12024
|
width: 1rem;
|
@@ -12840,7 +13240,7 @@ input[type=button].a-Button--block {
|
|
12840
13240
|
z-index: 1;
|
12841
13241
|
width: 100%;
|
12842
13242
|
height: 100%;
|
12843
|
-
background-image: linear-gradient(180deg, hsla(
|
13243
|
+
background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.4)), linear-gradient(0deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.4));
|
12844
13244
|
background-repeat: no-repeat;
|
12845
13245
|
background-position: top, bottom;
|
12846
13246
|
transform: translateZ(0);
|
@@ -13009,7 +13409,7 @@ input[type=button].a-Button--block {
|
|
13009
13409
|
.a-Toast--warning {
|
13010
13410
|
color: #181526;
|
13011
13411
|
border-color: #ffffff;
|
13012
|
-
background:
|
13412
|
+
background: #ffffff;
|
13013
13413
|
}
|
13014
13414
|
.a-Toast--info {
|
13015
13415
|
color: #181526;
|
@@ -15482,19 +15882,34 @@ input[type=button].a-Button--block {
|
|
15482
15882
|
text-overflow: ellipsis;
|
15483
15883
|
white-space: nowrap;
|
15484
15884
|
}
|
15485
|
-
.a-ButtonGroup > .a-Button:hover
|
15885
|
+
.a-ButtonGroup > .a-Button:hover,
|
15886
|
+
.a-ButtonGroup .a-Badge:hover {
|
15486
15887
|
z-index: 1;
|
15487
15888
|
}
|
15488
|
-
.a-ButtonGroup > .a-Button.hover
|
15889
|
+
.a-ButtonGroup > .a-Button.hover,
|
15890
|
+
.a-ButtonGroup .a-Badge.hover {
|
15489
15891
|
z-index: 1;
|
15490
15892
|
}
|
15491
|
-
.a-ButtonGroup > .a-Button:focus, .a-ButtonGroup > .a-Button:active, .a-ButtonGroup > .a-Button.active, .a-ButtonGroup > .a-Button.is-active
|
15893
|
+
.a-ButtonGroup > .a-Button:focus, .a-ButtonGroup > .a-Button:active, .a-ButtonGroup > .a-Button.active, .a-ButtonGroup > .a-Button.is-active,
|
15894
|
+
.a-ButtonGroup .a-Badge:focus,
|
15895
|
+
.a-ButtonGroup .a-Badge:active,
|
15896
|
+
.a-ButtonGroup .a-Badge.active,
|
15897
|
+
.a-ButtonGroup .a-Badge.is-active {
|
15492
15898
|
z-index: 1;
|
15493
15899
|
}
|
15900
|
+
.a-ButtonGroup .a-Badge .a-Badge-text,
|
15901
|
+
.a-ButtonGroup .a-Badge .a-Badge-dot,
|
15902
|
+
.a-ButtonGroup .a-Badge .a-Badge-ribbon,
|
15903
|
+
.a-ButtonGroup .a-Badge .a-Badge-dot {
|
15904
|
+
z-index: 2;
|
15905
|
+
}
|
15494
15906
|
.a-ButtonGroup .a-Button + .a-Button,
|
15495
15907
|
.a-ButtonGroup .a-Button + .a-ButtonGroup,
|
15908
|
+
.a-ButtonGroup .a-Button + .a-Badge,
|
15496
15909
|
.a-ButtonGroup .a-ButtonGroup + .a-Button,
|
15497
|
-
.a-ButtonGroup .a-ButtonGroup + .a-ButtonGroup
|
15910
|
+
.a-ButtonGroup .a-ButtonGroup + .a-ButtonGroup,
|
15911
|
+
.a-ButtonGroup .a-Badge + .a-Badge,
|
15912
|
+
.a-ButtonGroup .a-Badge + .a-Button {
|
15498
15913
|
margin-left: calc(1px * -1);
|
15499
15914
|
}
|
15500
15915
|
.a-ButtonGroup--block {
|
@@ -15511,7 +15926,8 @@ input[type=button].a-Button--block {
|
|
15511
15926
|
margin-top: 0.25rem;
|
15512
15927
|
width: auto;
|
15513
15928
|
}
|
15514
|
-
.a-ButtonGroup > .a-Button:first-child
|
15929
|
+
.a-ButtonGroup > .a-Button:first-child,
|
15930
|
+
.a-ButtonGroup > .a-Badge .a-Button {
|
15515
15931
|
margin-left: 0;
|
15516
15932
|
}
|
15517
15933
|
.a-ButtonGroup .a-Button--primary.is-active {
|
@@ -15519,12 +15935,14 @@ input[type=button].a-Button--block {
|
|
15519
15935
|
background: #7266ba;
|
15520
15936
|
}
|
15521
15937
|
.a-ButtonGroup > .a-Button:not(:last-child),
|
15522
|
-
.a-ButtonGroup > .a-ButtonGroup:not(:last-child) > .a-Button
|
15938
|
+
.a-ButtonGroup > .a-ButtonGroup:not(:last-child) > .a-Button,
|
15939
|
+
.a-ButtonGroup > .a-Badge:not(:last-child) > .a-Button {
|
15523
15940
|
border-top-right-radius: 0;
|
15524
15941
|
border-bottom-right-radius: 0;
|
15525
15942
|
}
|
15526
15943
|
.a-ButtonGroup > .a-Button:not(:first-child),
|
15527
|
-
.a-ButtonGroup > .a-ButtonGroup:not(:first-child) > .a-Button
|
15944
|
+
.a-ButtonGroup > .a-ButtonGroup:not(:first-child) > .a-Button,
|
15945
|
+
.a-ButtonGroup > .a-Badge:not(:first-child) > .a-Button {
|
15528
15946
|
border-top-left-radius: 0;
|
15529
15947
|
border-bottom-left-radius: 0;
|
15530
15948
|
}
|
@@ -15543,28 +15961,35 @@ input[type=button].a-Button--block {
|
|
15543
15961
|
}
|
15544
15962
|
.a-ButtonGroup--vertical > .a-Button + .a-Button,
|
15545
15963
|
.a-ButtonGroup--vertical > .a-Button + .a-ButtonGroup,
|
15964
|
+
.a-ButtonGroup--vertical > .a-Button + .a-Badge,
|
15546
15965
|
.a-ButtonGroup--vertical > .a-ButtonGroup + .a-Button,
|
15547
|
-
.a-ButtonGroup--vertical > .a-ButtonGroup + .a-ButtonGroup
|
15966
|
+
.a-ButtonGroup--vertical > .a-ButtonGroup + .a-ButtonGroup,
|
15967
|
+
.a-ButtonGroup--vertical > .a-Badge + .a-Badge,
|
15968
|
+
.a-ButtonGroup--vertical > .a-Badge + .a-Button {
|
15548
15969
|
margin-top: calc(1px * -1);
|
15549
15970
|
margin-left: 0;
|
15550
15971
|
}
|
15551
15972
|
.a-ButtonGroup--vertical > .a-Button:not(:last-child),
|
15552
|
-
.a-ButtonGroup--vertical > .a-ButtonGroup:not(:last-child) > .a-Button
|
15973
|
+
.a-ButtonGroup--vertical > .a-ButtonGroup:not(:last-child) > .a-Button,
|
15974
|
+
.a-ButtonGroup--vertical > .a-Badge:not(:last-child) > .a-Button {
|
15553
15975
|
border-bottom-left-radius: 0;
|
15554
15976
|
border-bottom-right-radius: 0;
|
15555
15977
|
}
|
15556
15978
|
.a-ButtonGroup--vertical > .a-Button:not(:first-child),
|
15557
|
-
.a-ButtonGroup--vertical > .a-ButtonGroup:not(:first-child) > .btn
|
15979
|
+
.a-ButtonGroup--vertical > .a-ButtonGroup:not(:first-child) > .btn,
|
15980
|
+
.a-ButtonGroup--vertical > .a-Badge:not(:first-child) > .btn {
|
15558
15981
|
border-top-left-radius: 0;
|
15559
15982
|
border-top-right-radius: 0;
|
15560
15983
|
}
|
15561
15984
|
.a-ButtonGroup--vertical > .a-Button:first-child,
|
15562
|
-
.a-ButtonGroup--vertical > .a-ButtonGroup:first-child > .a-Button:first-child
|
15563
|
-
|
15985
|
+
.a-ButtonGroup--vertical > .a-ButtonGroup:first-child > .a-Button:first-child,
|
15986
|
+
.a-ButtonGroup--vertical > .a-Badge:first-child > .a-Button:first-child {
|
15987
|
+
border-top-right-radius: 2px;
|
15564
15988
|
}
|
15565
15989
|
.a-ButtonGroup--vertical > .a-Button:last-child,
|
15566
|
-
.a-ButtonGroup--vertical > .a-ButtonGroup:last-child > .a-Button:last-child
|
15567
|
-
|
15990
|
+
.a-ButtonGroup--vertical > .a-ButtonGroup:last-child > .a-Button:last-child,
|
15991
|
+
.a-ButtonGroup--vertical > .a-Badge:last-child > .a-Button:last-child {
|
15992
|
+
border-bottom-left-radius: 2px;
|
15568
15993
|
}
|
15569
15994
|
.a-ButtonGroup--tiled {
|
15570
15995
|
display: flex;
|
@@ -15698,6 +16123,9 @@ input[type=button].a-Button--block {
|
|
15698
16123
|
border: none;
|
15699
16124
|
box-shadow: none;
|
15700
16125
|
}
|
16126
|
+
.a-DropDown-popover > .a-DropDown-menu-root {
|
16127
|
+
position: relative;
|
16128
|
+
}
|
15701
16129
|
.a-DropDown > .a-Button {
|
15702
16130
|
min-width: unset;
|
15703
16131
|
}
|
@@ -15743,13 +16171,13 @@ input[type=button].a-Button--block {
|
|
15743
16171
|
}
|
15744
16172
|
.a-ScheduleCalendar .rdt .rdtPicker td.rdtActive {
|
15745
16173
|
background: transparent;
|
15746
|
-
color: #
|
16174
|
+
color: #181526;
|
15747
16175
|
}
|
15748
16176
|
.a-ScheduleCalendar .rdt .rdtPicker td.rdtActive > span {
|
15749
16177
|
background: transparent !important;
|
15750
16178
|
}
|
15751
16179
|
.a-ScheduleCalendar .rdt .rdtPicker td.rdtActive:hover {
|
15752
|
-
background: #
|
16180
|
+
background: #ffffff;
|
15753
16181
|
}
|
15754
16182
|
.a-ScheduleCalendar-large {
|
15755
16183
|
width: 100%;
|
@@ -15879,7 +16307,7 @@ input[type=button].a-Button--block {
|
|
15879
16307
|
.a-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
15880
16308
|
.a-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
15881
16309
|
background: transparent;
|
15882
|
-
color: #
|
16310
|
+
color: #181526;
|
15883
16311
|
text-shadow: none;
|
15884
16312
|
}
|
15885
16313
|
.a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
@@ -15920,7 +16348,9 @@ input[type=button].a-Button--block {
|
|
15920
16348
|
height: 2.25rem;
|
15921
16349
|
margin: 0.4375rem 0;
|
15922
16350
|
border-radius: 6px;
|
15923
|
-
display:
|
16351
|
+
display: flex;
|
16352
|
+
justify-content: center;
|
16353
|
+
align-items: center;
|
15924
16354
|
}
|
15925
16355
|
.a-CalendarMobile-footer .is-disabled {
|
15926
16356
|
opacity: 0.5;
|
@@ -15965,7 +16395,7 @@ input[type=button].a-Button--block {
|
|
15965
16395
|
display: none;
|
15966
16396
|
}
|
15967
16397
|
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
15968
|
-
background: rgba(0,
|
16398
|
+
background: rgba(0, 126, 255, 0.08) !important;
|
15969
16399
|
color: var(--Button--primary-bg);
|
15970
16400
|
}
|
15971
16401
|
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtBetween::after {
|
@@ -15975,17 +16405,17 @@ input[type=button].a-Button--block {
|
|
15975
16405
|
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
15976
16406
|
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
15977
16407
|
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
15978
|
-
background: #
|
16408
|
+
background: #7266ba !important;
|
15979
16409
|
color: #fff;
|
15980
16410
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
15981
16411
|
}
|
15982
16412
|
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
15983
16413
|
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
15984
|
-
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(0,
|
16414
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(0, 126, 255, 0.08) 51%, rgba(0, 126, 255, 0.08) 100%) !important;
|
15985
16415
|
}
|
15986
16416
|
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
15987
16417
|
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
15988
|
-
background: linear-gradient(to right, rgba(0,
|
16418
|
+
background: linear-gradient(to right, rgba(0, 126, 255, 0.08) 0%, rgba(0, 126, 255, 0.08) 50%, transparent 51%, transparent 100%) !important;
|
15989
16419
|
}
|
15990
16420
|
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtToday {
|
15991
16421
|
border: none;
|
@@ -16110,7 +16540,7 @@ input[type=button].a-Button--block {
|
|
16110
16540
|
text-align: center;
|
16111
16541
|
margin-right: 0.25rem;
|
16112
16542
|
}
|
16113
|
-
.a-Collapse.is-active .a-Collapse-arrow {
|
16543
|
+
.a-Collapse.is-active > .a-Collapse-header > .a-Collapse-arrow-wrap > .a-Collapse-arrow {
|
16114
16544
|
transform: rotate(90deg);
|
16115
16545
|
transform-origin: 50% 50%;
|
16116
16546
|
}
|
@@ -16161,7 +16591,7 @@ input[type=button].a-Button--block {
|
|
16161
16591
|
font-size: 12px;
|
16162
16592
|
font-weight: 400;
|
16163
16593
|
line-height: 1.5;
|
16164
|
-
background:
|
16594
|
+
background: #ffffff;
|
16165
16595
|
}
|
16166
16596
|
.a-Form .a-Collapse {
|
16167
16597
|
border: none;
|
@@ -18560,10 +18990,6 @@ input[type=button].a-Button--block {
|
|
18560
18990
|
flex-wrap: wrap;
|
18561
18991
|
justify-content: space-between;
|
18562
18992
|
}
|
18563
|
-
.a-InputTable-toolbar .a-Button {
|
18564
|
-
border-color: transparent;
|
18565
|
-
color: #7266ba;
|
18566
|
-
}
|
18567
18993
|
.a-InputTable-pager {
|
18568
18994
|
margin-left: auto;
|
18569
18995
|
}
|
@@ -21496,6 +21922,12 @@ input[type=button].a-Button--block {
|
|
21496
21922
|
width: 1.25rem;
|
21497
21923
|
height: 1.25rem;
|
21498
21924
|
}
|
21925
|
+
.a-Carousel.a-Carousel-arrow--always .a-Carousel-leftArrow {
|
21926
|
+
display: block;
|
21927
|
+
}
|
21928
|
+
.a-Carousel.a-Carousel-arrow--always .a-Carousel-rightArrow {
|
21929
|
+
display: block;
|
21930
|
+
}
|
21499
21931
|
.a-Carousel:hover .a-Carousel-leftArrow {
|
21500
21932
|
display: block;
|
21501
21933
|
}
|
@@ -21999,7 +22431,6 @@ input[type=button].a-Button--block {
|
|
21999
22431
|
}
|
22000
22432
|
.a-InputBox-clear svg {
|
22001
22433
|
fill: #d5d4d9;
|
22002
|
-
top: 0;
|
22003
22434
|
width: 14px;
|
22004
22435
|
height: 14px;
|
22005
22436
|
}
|
@@ -22267,6 +22698,22 @@ input[type=button].a-Button--block {
|
|
22267
22698
|
align-items: center;
|
22268
22699
|
border-radius: 3px;
|
22269
22700
|
position: relative;
|
22701
|
+
color: #181526;
|
22702
|
+
font-weight: 400;
|
22703
|
+
border-width: 1px
|
22704
|
+
1px
|
22705
|
+
1px
|
22706
|
+
1px;
|
22707
|
+
border-style: solid solid solid solid;
|
22708
|
+
border-color: #e9e8eb
|
22709
|
+
#e9e8eb
|
22710
|
+
#e9e8eb
|
22711
|
+
#e9e8eb;
|
22712
|
+
border-radius: 2px
|
22713
|
+
2px
|
22714
|
+
2px
|
22715
|
+
2px;
|
22716
|
+
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
22270
22717
|
}
|
22271
22718
|
.a-ResultBox input {
|
22272
22719
|
flex-basis: 1.875rem;
|
@@ -22304,29 +22751,39 @@ input[type=button].a-Button--block {
|
|
22304
22751
|
border-color: #e62525;
|
22305
22752
|
background: #ffffff;
|
22306
22753
|
}
|
22307
|
-
.a-ResultBox.is-focused, .a-ResultBox
|
22754
|
+
.a-ResultBox.is-focused, .a-ResultBox:focus {
|
22308
22755
|
outline: none;
|
22309
|
-
|
22310
|
-
|
22756
|
+
background: #ffffff;
|
22757
|
+
border-width: 1px 1px 1px 1px;
|
22758
|
+
border-style: solid solid solid solid;
|
22759
|
+
border-color: #7266ba #7266ba #7266ba #7266ba;
|
22760
|
+
}
|
22761
|
+
.a-ResultBox.is-active, .a-ResultBox.is-opened {
|
22762
|
+
border-width: 1px 1px 1px 1px;
|
22763
|
+
border-style: solid solid solid solid;
|
22764
|
+
border-color: #7266ba #7266ba #7266ba #7266ba;
|
22765
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
22311
22766
|
background: #ffffff;
|
22312
22767
|
}
|
22313
22768
|
.a-ResultBox.is-clickable:not(.is-disabled) {
|
22314
22769
|
cursor: pointer;
|
22315
22770
|
}
|
22316
22771
|
.a-ResultBox.is-clickable:not(.is-disabled):hover {
|
22317
|
-
border-color: #7266ba;
|
22318
|
-
box-shadow: none;
|
22319
22772
|
background: #ffffff;
|
22773
|
+
border-width: 1px 1px 1px 1px;
|
22774
|
+
border-style: solid solid solid solid;
|
22775
|
+
border-color: #7266ba #7266ba #7266ba #7266ba;
|
22320
22776
|
}
|
22321
22777
|
.a-ResultBox.is-error.is-focused {
|
22322
22778
|
border-color: #e62525;
|
22323
22779
|
}
|
22324
22780
|
.a-ResultBox.is-disabled {
|
22325
22781
|
color: #b9b8bf;
|
22326
|
-
background: #ffffff;
|
22327
|
-
border-color: #e9e8eb;
|
22328
22782
|
pointer-events: none;
|
22329
|
-
|
22783
|
+
border-width: 1px 1px 1px 1px;
|
22784
|
+
border-style: solid solid solid solid;
|
22785
|
+
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
22786
|
+
background: #ffffff;
|
22330
22787
|
}
|
22331
22788
|
.a-ResultBox.is-disabled div.a-ResultBox-value {
|
22332
22789
|
background: #e8e9eb;
|
@@ -22390,7 +22847,6 @@ input[type=button].a-Button--block {
|
|
22390
22847
|
}
|
22391
22848
|
.a-ResultBox-clear svg {
|
22392
22849
|
fill: #d5d4d9;
|
22393
|
-
top: 0;
|
22394
22850
|
width: 14px;
|
22395
22851
|
height: 14px;
|
22396
22852
|
}
|
@@ -22421,19 +22877,18 @@ input[type=button].a-Button--block {
|
|
22421
22877
|
}
|
22422
22878
|
.a-ResultBox-value {
|
22423
22879
|
background: #ffffff;
|
22424
|
-
color: #
|
22425
|
-
font-size:
|
22426
|
-
|
22427
|
-
min-height: 1.5rem;
|
22880
|
+
color: #181526;
|
22881
|
+
font-size: 12px;
|
22882
|
+
min-height: 1.5rem;
|
22428
22883
|
flex-wrap: nowrap;
|
22429
22884
|
display: inline-flex;
|
22430
22885
|
align-items: center;
|
22431
|
-
|
22432
|
-
margin
|
22886
|
+
padding: 0rem 0.25rem 0rem 0.25rem;
|
22887
|
+
margin: 0rem 0.25rem 0.125rem 0rem;
|
22433
22888
|
-webkit-user-select: none;
|
22434
22889
|
-moz-user-select: none;
|
22435
22890
|
user-select: none;
|
22436
|
-
border-radius:
|
22891
|
+
border-radius: 1px 1px 1px 1px;
|
22437
22892
|
}
|
22438
22893
|
.a-ResultBox-value > a {
|
22439
22894
|
cursor: pointer;
|
@@ -22441,7 +22896,7 @@ input[type=button].a-Button--block {
|
|
22441
22896
|
color: #b9b8bf;
|
22442
22897
|
}
|
22443
22898
|
.a-ResultBox-value > a:hover {
|
22444
|
-
color: #
|
22899
|
+
color: #181526;
|
22445
22900
|
}
|
22446
22901
|
.a-ResultBox-value > a > svg {
|
22447
22902
|
width: 0.625rem;
|
@@ -22451,7 +22906,7 @@ input[type=button].a-Button--block {
|
|
22451
22906
|
top: 0;
|
22452
22907
|
}
|
22453
22908
|
.a-ResultBox-value:hover {
|
22454
|
-
background: rgba(0,
|
22909
|
+
background: rgba(0, 126, 255, 0.08);
|
22455
22910
|
}
|
22456
22911
|
.a-ResultBox-value.is-disabled {
|
22457
22912
|
pointer-events: none;
|
@@ -22474,9 +22929,6 @@ input[type=button].a-Button--block {
|
|
22474
22929
|
padding-left: 8px;
|
22475
22930
|
min-height: 24px;
|
22476
22931
|
}
|
22477
|
-
.a-ResultBox.a-TransferDropDown {
|
22478
|
-
padding: 0 0.75rem;
|
22479
|
-
}
|
22480
22932
|
.a-ResultBox.a-TransferDropDown.is-group > .a-TransferDropDown-icon {
|
22481
22933
|
margin-right: 0.5rem;
|
22482
22934
|
}
|
@@ -22487,7 +22939,7 @@ input[type=button].a-Button--block {
|
|
22487
22939
|
background: #ffffff;
|
22488
22940
|
}
|
22489
22941
|
.a-ResultBox.a-TransferDropDown > .a-ResultBox-value:hover {
|
22490
|
-
background:
|
22942
|
+
background: rgba(0, 126, 255, 0.08);
|
22491
22943
|
}
|
22492
22944
|
.a-ResultBox-overflow-wrapper {
|
22493
22945
|
display: flex;
|
@@ -22537,7 +22989,6 @@ input[type=button].a-Button--block {
|
|
22537
22989
|
}
|
22538
22990
|
.a-ResultBox.is-mobile .a-ResultBox-clear svg {
|
22539
22991
|
fill: #d5d4d9;
|
22540
|
-
top: 0;
|
22541
22992
|
width: 14px;
|
22542
22993
|
height: 14px;
|
22543
22994
|
}
|
@@ -22990,7 +23441,7 @@ input[type=button].a-Button--block {
|
|
22990
23441
|
.a-Steps .a-StepsItem-containerIcon {
|
22991
23442
|
vertical-align: top;
|
22992
23443
|
display: inline-block;
|
22993
|
-
|
23444
|
+
margin-right: 0.625rem;
|
22994
23445
|
}
|
22995
23446
|
.a-Steps .a-StepsItem-containerIcon .a-StepsItem-icon {
|
22996
23447
|
display: inline-block;
|
@@ -23070,13 +23521,17 @@ input[type=button].a-Button--block {
|
|
23070
23521
|
min-height: 75px;
|
23071
23522
|
overflow: hidden !important;
|
23072
23523
|
}
|
23524
|
+
.a-Steps--vertical .a-StepsItem-containerIcon {
|
23525
|
+
position: relative;
|
23526
|
+
}
|
23073
23527
|
.a-Steps--vertical .a-StepsItem-containerIcon:after {
|
23074
23528
|
content: "";
|
23075
23529
|
position: absolute;
|
23530
|
+
left: 50%;
|
23531
|
+
transform: translateX(-50%);
|
23076
23532
|
right: 0;
|
23077
23533
|
top: 2.25rem;
|
23078
23534
|
height: 9999px;
|
23079
|
-
left: 0.6875rem;
|
23080
23535
|
width: 1px;
|
23081
23536
|
background-color: #e9e8eb;
|
23082
23537
|
}
|
@@ -23812,6 +24267,15 @@ fieldset.a-Collapse--lg:after {
|
|
23812
24267
|
.a-InputGroup:not(.is-inline) {
|
23813
24268
|
display: flex;
|
23814
24269
|
}
|
24270
|
+
.a-InputGroup-validation--full.is-error > .a-Form-control {
|
24271
|
+
border-color: #e62525;
|
24272
|
+
transition: all 0.2s;
|
24273
|
+
}
|
24274
|
+
.a-InputGroup-validation--partial.is-error > .a-Form-control.is-error {
|
24275
|
+
border-color: #e62525;
|
24276
|
+
background: #ffffff;
|
24277
|
+
transition: all 0.2s;
|
24278
|
+
}
|
23815
24279
|
.a-TextControl {
|
23816
24280
|
position: relative;
|
23817
24281
|
max-width: 100%;
|
@@ -23906,7 +24370,6 @@ fieldset.a-Collapse--lg:after {
|
|
23906
24370
|
}
|
23907
24371
|
.a-TextControl-clear svg {
|
23908
24372
|
fill: #d5d4d9;
|
23909
|
-
top: 0;
|
23910
24373
|
width: 14px;
|
23911
24374
|
height: 14px;
|
23912
24375
|
}
|
@@ -23934,7 +24397,7 @@ fieldset.a-Collapse--lg:after {
|
|
23934
24397
|
}
|
23935
24398
|
.a-TextControl .a-TextControl-clear svg {
|
23936
24399
|
font-size: 0.875rem;
|
23937
|
-
fill: #
|
24400
|
+
fill: #d5d4d9;
|
23938
24401
|
width: 0.875rem;
|
23939
24402
|
height: 0.875rem;
|
23940
24403
|
}
|
@@ -23950,7 +24413,7 @@ fieldset.a-Collapse--lg:after {
|
|
23950
24413
|
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
23951
24414
|
border-radius: 2px 2px 2px 2px;
|
23952
24415
|
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
23953
|
-
background:
|
24416
|
+
background: #ffffff;
|
23954
24417
|
height: 2rem;
|
23955
24418
|
}
|
23956
24419
|
.a-TextControl-input:hover, .a-TextControl-input.hover {
|
@@ -23959,7 +24422,7 @@ fieldset.a-Collapse--lg:after {
|
|
23959
24422
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
23960
24423
|
border-radius: 2px 2px 2px 2px;
|
23961
24424
|
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
23962
|
-
background:
|
24425
|
+
background: #ffffff;
|
23963
24426
|
}
|
23964
24427
|
.a-TextControl.is-focused > .a-TextControl-input, .a-TextControl-input.active {
|
23965
24428
|
border-width: 1px 1px 1px 1px;
|
@@ -23967,7 +24430,7 @@ fieldset.a-Collapse--lg:after {
|
|
23967
24430
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
23968
24431
|
border-radius: 2px 2px 2px 2px;
|
23969
24432
|
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
23970
|
-
background:
|
24433
|
+
background: #ffffff;
|
23971
24434
|
box-shadow: 0px 0px 0px 0px transparent;
|
23972
24435
|
}
|
23973
24436
|
.a-TextControl.is-disabled > .a-TextControl-input {
|
@@ -24003,6 +24466,11 @@ fieldset.a-Collapse--lg:after {
|
|
24003
24466
|
display: flex;
|
24004
24467
|
flex-wrap: nowrap;
|
24005
24468
|
}
|
24469
|
+
.a-TextControl--withAddOn:hover .a-TextControl-input,
|
24470
|
+
.a-TextControl--withAddOn:hover .a-Button,
|
24471
|
+
.a-TextControl--withAddOn:hover .a-TextControl-addOn {
|
24472
|
+
border-color: #7266ba;
|
24473
|
+
}
|
24006
24474
|
@media (min-width: 576px) {
|
24007
24475
|
.a-TextControl--withAddOn.a-Form-control--sizeXs, .a-TextControl--withAddOn.a-Form-control--sizeSm, .a-TextControl--withAddOn.a-Form-control--sizeMd, .a-TextControl--withAddOn.a-Form-control--sizeLg {
|
24008
24476
|
display: inline-flex;
|
@@ -24011,17 +24479,17 @@ fieldset.a-Collapse--lg:after {
|
|
24011
24479
|
min-width: unset;
|
24012
24480
|
}
|
24013
24481
|
}
|
24014
|
-
.a-TextControl--withAddOn > .a-TextControl-input {
|
24482
|
+
.a-TextControl--withAddOn > .a-TextControl-input, .a-TextControl--withAddOn.is-focused > .a-TextControl-input {
|
24015
24483
|
flex-basis: 1;
|
24016
24484
|
flex-grow: 1;
|
24017
24485
|
min-width: 0;
|
24018
24486
|
border-radius: 0;
|
24019
24487
|
}
|
24020
|
-
.a-TextControl--withAddOn > .a-TextControl-input:first-child {
|
24488
|
+
.a-TextControl--withAddOn > .a-TextControl-input:first-child, .a-TextControl--withAddOn.is-focused > .a-TextControl-input:first-child {
|
24021
24489
|
border-top-left-radius: 2px;
|
24022
24490
|
border-bottom-left-radius: 2px;
|
24023
24491
|
}
|
24024
|
-
.a-TextControl--withAddOn > .a-TextControl-input:last-child {
|
24492
|
+
.a-TextControl--withAddOn > .a-TextControl-input:last-child, .a-TextControl--withAddOn.is-focused > .a-TextControl-input:last-child {
|
24025
24493
|
border-top-right-radius: 2px;
|
24026
24494
|
border-bottom-right-radius: 2px;
|
24027
24495
|
}
|
@@ -24031,17 +24499,19 @@ fieldset.a-Collapse--lg:after {
|
|
24031
24499
|
justify-content: center;
|
24032
24500
|
padding-left: 0.625rem;
|
24033
24501
|
padding-right: 0.625rem;
|
24034
|
-
background:
|
24502
|
+
background: #ffffff;
|
24035
24503
|
color: #181526;
|
24036
24504
|
border-width: 1px 0 1px 0;
|
24037
24505
|
border-style: solid solid solid solid;
|
24038
24506
|
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
24039
24507
|
}
|
24040
24508
|
.a-TextControl-addOn:hover {
|
24041
|
-
background:
|
24509
|
+
background: #ffffff;
|
24042
24510
|
}
|
24043
24511
|
.a-TextControl-addOn:first-child {
|
24044
24512
|
border-left-width: 1px;
|
24513
|
+
border-top-left-radius: 2px;
|
24514
|
+
border-bottom-left-radius: 2px;
|
24045
24515
|
}
|
24046
24516
|
.a-TextControl-addOn:last-child {
|
24047
24517
|
border-right-width: 1px;
|
@@ -24052,7 +24522,7 @@ fieldset.a-Collapse--lg:after {
|
|
24052
24522
|
position: relative;
|
24053
24523
|
border-radius: 0;
|
24054
24524
|
margin-left: -0.0625rem;
|
24055
|
-
|
24525
|
+
transition: none;
|
24056
24526
|
}
|
24057
24527
|
.a-TextControl--withAddOn > .a-TextControl-button:not(:last-child) .a-Button {
|
24058
24528
|
border-right: 0;
|
@@ -24347,7 +24817,6 @@ input.a-TextControl-input-password {
|
|
24347
24817
|
}
|
24348
24818
|
.a-TextareaControl-clear svg {
|
24349
24819
|
fill: #d5d4d9;
|
24350
|
-
top: 0;
|
24351
24820
|
width: 14px;
|
24352
24821
|
height: 14px;
|
24353
24822
|
}
|
@@ -24446,7 +24915,6 @@ input.a-TextControl-input-password {
|
|
24446
24915
|
}
|
24447
24916
|
.a-TextareaControl-clear svg {
|
24448
24917
|
fill: #d5d4d9;
|
24449
|
-
top: 0;
|
24450
24918
|
width: 14px;
|
24451
24919
|
height: 14px;
|
24452
24920
|
}
|
@@ -24566,21 +25034,21 @@ input.a-TextControl-input-password {
|
|
24566
25034
|
border-style: solid solid solid solid;
|
24567
25035
|
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
24568
25036
|
border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
|
24569
|
-
background:
|
25037
|
+
background: #ffffff;
|
24570
25038
|
}
|
24571
25039
|
.a-Checkbox--checkbox > i:hover {
|
24572
25040
|
border-width: 1px 1px 1px 1px;
|
24573
25041
|
border-style: solid solid solid solid;
|
24574
25042
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
24575
25043
|
border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
|
24576
|
-
background:
|
25044
|
+
background: #ffffff;
|
24577
25045
|
}
|
24578
25046
|
.a-Checkbox--checkbox > i:active {
|
24579
25047
|
border-width: 1px 1px 1px 1px;
|
24580
25048
|
border-style: solid solid solid solid;
|
24581
25049
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
24582
25050
|
border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
|
24583
|
-
background:
|
25051
|
+
background: #ffffff;
|
24584
25052
|
}
|
24585
25053
|
.a-Checkbox--checkbox.a-Checkbox:hover > input + i {
|
24586
25054
|
border-color: #897fc7 #897fc7 #897fc7 #897fc7;
|
@@ -24604,9 +25072,6 @@ input.a-TextControl-input-password {
|
|
24604
25072
|
.a-Checkbox--full.a-Checkbox--checkbox:active input:checked + i {
|
24605
25073
|
background: #584a94;
|
24606
25074
|
}
|
24607
|
-
.a-Checkbox--full.a-Checkbox--checkbox:active input:checked + i:before {
|
24608
|
-
background: #584a94;
|
24609
|
-
}
|
24610
25075
|
.a-Checkbox--full.a-Checkbox--checkbox input:checked + i {
|
24611
25076
|
border-color: #7266ba;
|
24612
25077
|
background: #7266ba;
|
@@ -24795,7 +25260,7 @@ input.a-TextControl-input-password {
|
|
24795
25260
|
}
|
24796
25261
|
.a-Checkbox--radio input:checked + i {
|
24797
25262
|
border-color: #7266ba;
|
24798
|
-
background-color:
|
25263
|
+
background-color: #ffffff;
|
24799
25264
|
}
|
24800
25265
|
.a-Checkbox--radio input:checked + i + span {
|
24801
25266
|
color: #090714;
|
@@ -24829,7 +25294,7 @@ input.a-TextControl-input-password {
|
|
24829
25294
|
margin-left: calc(1rem * -1);
|
24830
25295
|
margin-top: -0.125rem;
|
24831
25296
|
border-radius: 50%;
|
24832
|
-
background:
|
25297
|
+
background: #ffffff;
|
24833
25298
|
}
|
24834
25299
|
.a-Checkbox--radio > i + span {
|
24835
25300
|
color: #090714;
|
@@ -24840,7 +25305,7 @@ input.a-TextControl-input-password {
|
|
24840
25305
|
}
|
24841
25306
|
.a-Checkbox--radio:hover input:not(:disabled) + i {
|
24842
25307
|
border-color: #7266ba;
|
24843
|
-
background-color:
|
25308
|
+
background-color: #ffffff;
|
24844
25309
|
}
|
24845
25310
|
.a-Checkbox--radio:hover input:not(:disabled) + i:before {
|
24846
25311
|
background: #7266ba;
|
@@ -24995,15 +25460,20 @@ input.a-TextControl-input-password {
|
|
24995
25460
|
padding: 0.25rem 0;
|
24996
25461
|
}
|
24997
25462
|
.a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
|
24998
|
-
|
24999
|
-
padding: 0.25rem 0.75rem;
|
25463
|
+
padding: 0.25rem 0.75rem 0.25rem 0.75rem;
|
25000
25464
|
color: #85848c;
|
25465
|
+
font-size: 14px;
|
25466
|
+
font-weight: 400;
|
25467
|
+
line-height: 1.5;
|
25001
25468
|
}
|
25002
25469
|
.a-GroupedSelection-item {
|
25003
25470
|
display: flex;
|
25004
|
-
|
25471
|
+
color: #181526;
|
25472
|
+
background: transparent;
|
25473
|
+
line-height: 2rem;
|
25005
25474
|
font-size: 14px;
|
25006
|
-
|
25475
|
+
font-weight: 400;
|
25476
|
+
padding: 0rem 0.625rem 0rem 0.625rem;
|
25007
25477
|
flex-direction: row;
|
25008
25478
|
cursor: pointer;
|
25009
25479
|
-webkit-user-select: none;
|
@@ -25013,18 +25483,21 @@ input.a-TextControl-input-password {
|
|
25013
25483
|
.a-GroupedSelection-item > .a-Checkbox {
|
25014
25484
|
margin-right: 0.625rem;
|
25015
25485
|
}
|
25016
|
-
.a-GroupedSelection-item.is-active {
|
25017
|
-
background: transparent;
|
25018
|
-
}
|
25019
25486
|
.a-GroupedSelection-item:hover {
|
25020
|
-
|
25487
|
+
color: #181526;
|
25488
|
+
background: rgba(0, 126, 255, 0.08);
|
25021
25489
|
}
|
25022
25490
|
.a-GroupedSelection-item:hover i {
|
25023
25491
|
border: 1px solid #7266ba;
|
25024
25492
|
}
|
25493
|
+
.a-GroupedSelection-item.is-active, .a-GroupedSelection-item.is-focused, .a-GroupedSelection-item.is-opened {
|
25494
|
+
color: #7266ba;
|
25495
|
+
background: #ffffff;
|
25496
|
+
}
|
25025
25497
|
.a-GroupedSelection-item.is-disabled {
|
25026
25498
|
pointer-events: none;
|
25027
25499
|
color: #b9b8bf;
|
25500
|
+
background: #ffffff;
|
25028
25501
|
}
|
25029
25502
|
.a-GroupedSelection-group > .a-GroupedSelection-items > .a-GroupedSelection-item {
|
25030
25503
|
padding-left: calc(0.75rem * 2);
|
@@ -25071,25 +25544,30 @@ input.a-TextControl-input-password {
|
|
25071
25544
|
}
|
25072
25545
|
.a-TableSelection .a-Table-table > thead > tr > th,
|
25073
25546
|
.a-TableSelection .a-Table-table > tbody > tr > td {
|
25547
|
+
color: #181526;
|
25074
25548
|
font-size: 12px;
|
25075
|
-
padding-top: 0.25rem;
|
25076
|
-
padding-bottom: 0.375rem;
|
25077
25549
|
vertical-align: middle;
|
25078
25550
|
}
|
25079
25551
|
.a-TableSelection .a-Table-table > thead > tr > th {
|
25080
|
-
padding
|
25552
|
+
padding: 0.5rem 0.75rem 0.5rem 0.75rem;
|
25081
25553
|
}
|
25082
|
-
.a-TableSelection .a-Table-table >
|
25083
|
-
.
|
25084
|
-
|
25554
|
+
.a-TableSelection .a-Table-table > tbody > tr > td {
|
25555
|
+
padding: 0.375rem 0.75rem 0.5rem 0.75rem;
|
25556
|
+
}
|
25557
|
+
.a-TableSelection .a-Table-table > thead > tr > th:last-child {
|
25558
|
+
padding-right: 1.125rem;
|
25085
25559
|
}
|
25086
|
-
.a-TableSelection .a-Table-table > thead > tr > th:last-child,
|
25087
25560
|
.a-TableSelection .a-Table-table > tbody > tr > td:last-child {
|
25088
|
-
padding-right:
|
25561
|
+
padding-right: 1.125rem;
|
25089
25562
|
}
|
25090
|
-
.a-TableSelection .a-Table-table > tbody > tr.is-active {
|
25563
|
+
.a-TableSelection .a-Table-table > tbody > tr.is-active > td {
|
25091
25564
|
color: #7266ba;
|
25092
|
-
background:
|
25565
|
+
background: #ffffff;
|
25566
|
+
}
|
25567
|
+
.a-TableSelection .a-Table-table > tbody > tr:hover > td,
|
25568
|
+
.a-TableSelection .a-Table-table > tbody > tr.is-hovered > td {
|
25569
|
+
color: #181526;
|
25570
|
+
background: rgba(0, 126, 255, 0.08);
|
25093
25571
|
}
|
25094
25572
|
.a-TreeSelection .a-Table-expandBtn {
|
25095
25573
|
color: #85848c;
|
@@ -25162,11 +25640,13 @@ input.a-TextControl-input-password {
|
|
25162
25640
|
display: flex;
|
25163
25641
|
flex-direction: row;
|
25164
25642
|
min-height: 100%;
|
25643
|
+
flex-wrap: wrap;
|
25165
25644
|
}
|
25166
25645
|
.a-ChainedSelection-col {
|
25167
25646
|
position: relative;
|
25168
25647
|
flex-grow: 1;
|
25169
25648
|
min-width: 150px;
|
25649
|
+
width: 0;
|
25170
25650
|
}
|
25171
25651
|
.a-ChainedSelection-col:not(:last-child) {
|
25172
25652
|
border-right: 1px solid #e9e8eb;
|
@@ -25176,11 +25656,17 @@ input.a-TextControl-input-password {
|
|
25176
25656
|
padding: 0.25rem 0.25rem;
|
25177
25657
|
color: #b9b8bf;
|
25178
25658
|
}
|
25659
|
+
.a-ChainedSelection-checkAll {
|
25660
|
+
width: 100%;
|
25661
|
+
}
|
25179
25662
|
.a-ChainedSelection-item {
|
25180
25663
|
display: flex;
|
25181
|
-
line-height: 1.5;
|
25182
25664
|
font-size: 14px;
|
25183
|
-
|
25665
|
+
font-weight: 400;
|
25666
|
+
color: #181526;
|
25667
|
+
background: transparent;
|
25668
|
+
line-height: 2rem;
|
25669
|
+
padding: 0rem 0.625rem 0rem 0.625rem;
|
25184
25670
|
flex-direction: row;
|
25185
25671
|
cursor: pointer;
|
25186
25672
|
-webkit-user-select: none;
|
@@ -25192,17 +25678,22 @@ input.a-TextControl-input-password {
|
|
25192
25678
|
}
|
25193
25679
|
.a-ChainedSelection-item.is-active {
|
25194
25680
|
color: #7266ba;
|
25195
|
-
background:
|
25681
|
+
background: #ffffff;
|
25196
25682
|
}
|
25197
25683
|
.a-ChainedSelection-item:hover {
|
25198
|
-
|
25684
|
+
color: #181526;
|
25685
|
+
background: rgba(0, 126, 255, 0.08);
|
25199
25686
|
}
|
25200
25687
|
.a-ChainedSelection-item.is-disabled {
|
25201
25688
|
pointer-events: none;
|
25202
25689
|
color: #b9b8bf;
|
25690
|
+
background: #ffffff;
|
25203
25691
|
}
|
25204
25692
|
.a-ChainedSelection-itemLabel {
|
25205
25693
|
flex-grow: 1;
|
25694
|
+
white-space: nowrap;
|
25695
|
+
overflow: hidden;
|
25696
|
+
text-overflow: ellipsis;
|
25206
25697
|
}
|
25207
25698
|
.a-ChainedSelection-itemLabel span {
|
25208
25699
|
margin-left: 0.625rem;
|
@@ -25497,25 +25988,28 @@ input.a-TextControl-input-password {
|
|
25497
25988
|
border: 1px solid #e9e8eb;
|
25498
25989
|
border-radius: 2px;
|
25499
25990
|
overflow: hidden;
|
25991
|
+
position: relative;
|
25500
25992
|
border-width: 1px 1px 1px 1px;
|
25501
25993
|
border-style: solid solid solid solid;
|
25502
25994
|
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
25503
25995
|
border-radius: 2px 2px 2px 2px;
|
25504
|
-
background: transparent;
|
25505
25996
|
}
|
25506
25997
|
.a-Number:hover {
|
25507
25998
|
border-width: 1px 1px 1px 1px;
|
25508
25999
|
border-style: solid solid solid solid;
|
25509
26000
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
25510
26001
|
border-radius: 2px 2px 2px 2px;
|
25511
|
-
background:
|
26002
|
+
background: #ffffff;
|
26003
|
+
}
|
26004
|
+
.a-Number:hover .a-Number-input {
|
26005
|
+
padding-right: calc(1.5rem + 0.75rem);
|
25512
26006
|
}
|
25513
26007
|
.a-Number-focused {
|
25514
26008
|
border-width: 1px 1px 1px 1px;
|
25515
26009
|
border-style: solid solid solid solid;
|
25516
26010
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
25517
26011
|
border-radius: 2px 2px 2px 2px;
|
25518
|
-
background:
|
26012
|
+
background: #ffffff;
|
25519
26013
|
box-shadow: none;
|
25520
26014
|
}
|
25521
26015
|
.a-Number-disabled {
|
@@ -25613,7 +26107,8 @@ input.a-TextControl-input-password {
|
|
25613
26107
|
}
|
25614
26108
|
.a-Number-handler-wrap {
|
25615
26109
|
display: none;
|
25616
|
-
|
26110
|
+
position: absolute;
|
26111
|
+
right: 0;
|
25617
26112
|
border-left: 0.0625rem solid #e9e8eb;
|
25618
26113
|
width: 1.5rem;
|
25619
26114
|
height: 100%;
|
@@ -25638,8 +26133,6 @@ input.a-TextControl-input-password {
|
|
25638
26133
|
.a-Number-disabled .a-Number-input {
|
25639
26134
|
opacity: 0.72;
|
25640
26135
|
cursor: not-allowed;
|
25641
|
-
border-top-right-radius: 0px;
|
25642
|
-
border-bottom-right-radius: 0px;
|
25643
26136
|
color: #b9b8bf;
|
25644
26137
|
background: #ffffff;
|
25645
26138
|
border-color: #e9e8eb;
|
@@ -25673,32 +26166,50 @@ input.a-TextControl-input-password {
|
|
25673
26166
|
.a-NumberControl:not(.is-inline) > .a-Number {
|
25674
26167
|
display: block;
|
25675
26168
|
}
|
25676
|
-
.a-
|
26169
|
+
.a-Number--borderHalf .a-Number-handler-wrap,
|
26170
|
+
.a-Number--borderNone .a-Number-handler-wrap {
|
26171
|
+
border-left: none;
|
26172
|
+
}
|
26173
|
+
.a-NumberControl--withUnit {
|
26174
|
+
display: flex;
|
26175
|
+
}
|
26176
|
+
.a-NumberControl--withUnit:hover .a-Number,
|
26177
|
+
.a-NumberControl--withUnit:hover .a-NumberControl-unit {
|
26178
|
+
border-width: 1px 1px 1px 1px;
|
26179
|
+
border-style: solid solid solid solid;
|
26180
|
+
border-color: #7266ba #7266ba #7266ba #7266ba;
|
26181
|
+
border-radius: 2px 2px 2px 2px;
|
26182
|
+
}
|
26183
|
+
.a-NumberControl--withUnit .a-Number {
|
26184
|
+
flex-grow: 1;
|
26185
|
+
border-top-right-radius: 0 !important;
|
26186
|
+
border-bottom-right-radius: 0 !important;
|
26187
|
+
border-right: none !important;
|
26188
|
+
}
|
26189
|
+
.a-NumberControl--withUnit .a-Number-focused + .a-NumberControl-unit {
|
26190
|
+
border-width: 1px 1px 1px 1px;
|
26191
|
+
border-style: solid solid solid solid;
|
26192
|
+
border-color: #7266ba #7266ba #7266ba #7266ba;
|
26193
|
+
border-radius: 2px 2px 2px 2px;
|
26194
|
+
}
|
26195
|
+
.a-NumberControl--withUnit .a-NumberControl-unit {
|
26196
|
+
border-top-left-radius: 0 !important;
|
26197
|
+
border-bottom-left-radius: 0 !important;
|
25677
26198
|
min-width: 3.5rem;
|
25678
26199
|
padding: calc(
|
25679
26200
|
(
|
25680
26201
|
2rem - 1.5 *
|
25681
|
-
14px -
|
26202
|
+
14px - 0.0625rem * 2
|
25682
26203
|
) / 2
|
25683
26204
|
) 0 calc(
|
25684
26205
|
(
|
25685
26206
|
2rem - 1.5 *
|
25686
|
-
14px -
|
26207
|
+
14px - 0.0625rem * 2
|
25687
26208
|
) / 2
|
25688
26209
|
) 0.625rem;
|
25689
26210
|
}
|
25690
|
-
.a-
|
25691
|
-
|
25692
|
-
border-left: none;
|
25693
|
-
}
|
25694
|
-
.a-NumberControl--withUnit {
|
25695
|
-
display: flex;
|
25696
|
-
}
|
25697
|
-
.a-NumberControl--withUnit .a-Number {
|
25698
|
-
flex-grow: 1;
|
25699
|
-
}
|
25700
|
-
.a-NumberControl--withUnit .a-Select {
|
25701
|
-
border-left: 0;
|
26211
|
+
.a-NumberControl--withUnit .a-NumberControl-single-unit {
|
26212
|
+
cursor: default;
|
25702
26213
|
}
|
25703
26214
|
.a-Number--enhance {
|
25704
26215
|
display: inline-flex;
|
@@ -25712,7 +26223,7 @@ input.a-TextControl-input-password {
|
|
25712
26223
|
border-radius: 2px 2px 2px 2px;
|
25713
26224
|
}
|
25714
26225
|
.a-Number--enhance .a-Number--enhance-input {
|
25715
|
-
background:
|
26226
|
+
background: #ffffff;
|
25716
26227
|
}
|
25717
26228
|
.a-Number--enhance:hover {
|
25718
26229
|
border-width: 1px 1px 1px 1px;
|
@@ -25720,8 +26231,11 @@ input.a-TextControl-input-password {
|
|
25720
26231
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
25721
26232
|
border-radius: 2px 2px 2px 2px;
|
25722
26233
|
}
|
26234
|
+
.a-Number--enhance:hover .a-Number-input {
|
26235
|
+
padding-right: 0.75rem;
|
26236
|
+
}
|
25723
26237
|
.a-Number--enhance:hover .a-Number--enhance-input {
|
25724
|
-
background:
|
26238
|
+
background: #ffffff;
|
25725
26239
|
}
|
25726
26240
|
.a-Number--enhance:focus-within {
|
25727
26241
|
border-width: 1px 1px 1px 1px;
|
@@ -25730,7 +26244,7 @@ input.a-TextControl-input-password {
|
|
25730
26244
|
border-radius: 2px 2px 2px 2px;
|
25731
26245
|
}
|
25732
26246
|
.a-Number--enhance:focus-within .a-Number--enhance-input {
|
25733
|
-
background:
|
26247
|
+
background: #ffffff;
|
25734
26248
|
}
|
25735
26249
|
.a-Number--enhance-disabled {
|
25736
26250
|
border-width: 1px 1px 1px 1px;
|
@@ -25877,11 +26391,23 @@ input.a-TextControl-input-password {
|
|
25877
26391
|
outline: none;
|
25878
26392
|
position: relative;
|
25879
26393
|
font-size: 14px;
|
25880
|
-
|
26394
|
+
font-weight: 400;
|
26395
|
+
border-width: 1px
|
26396
|
+
1px
|
26397
|
+
1px
|
26398
|
+
1px;
|
26399
|
+
border-style: solid solid solid solid;
|
26400
|
+
border-color: #e9e8eb
|
26401
|
+
#e9e8eb
|
26402
|
+
#e9e8eb
|
26403
|
+
#e9e8eb;
|
25881
26404
|
background: #ffffff;
|
25882
|
-
border-radius: 2px
|
26405
|
+
border-radius: 2px
|
26406
|
+
2px
|
26407
|
+
2px
|
26408
|
+
2px;
|
25883
26409
|
min-height: 2rem;
|
25884
|
-
padding:
|
26410
|
+
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
25885
26411
|
cursor: pointer;
|
25886
26412
|
color: #181526;
|
25887
26413
|
}
|
@@ -25890,18 +26416,33 @@ input.a-TextControl-input-password {
|
|
25890
26416
|
}
|
25891
26417
|
.a-Select:hover {
|
25892
26418
|
background: #ffffff;
|
25893
|
-
border-
|
26419
|
+
border-width: 1px 1px 1px 1px;
|
26420
|
+
border-style: solid solid solid solid;
|
26421
|
+
border-color: #7266ba #7266ba #7266ba #7266ba;
|
25894
26422
|
}
|
25895
26423
|
.a-Select:hover .a-Select-arrow:before {
|
25896
26424
|
color: #85848c;
|
25897
26425
|
}
|
25898
26426
|
.a-Select:active {
|
25899
|
-
border-
|
26427
|
+
border-width: 1px 1px 1px 1px;
|
26428
|
+
border-style: solid solid solid solid;
|
26429
|
+
border-color: #7266ba #7266ba #7266ba #7266ba;
|
26430
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
26431
|
+
background: #ffffff;
|
26432
|
+
}
|
26433
|
+
.a-Select.is-focused:not(.is-mobile), .a-Select.is-opened:not(.is-mobile) {
|
26434
|
+
border-width: 1px 1px 1px 1px;
|
26435
|
+
border-style: solid solid solid solid;
|
26436
|
+
border-color: #7266ba #7266ba #7266ba #7266ba;
|
26437
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
26438
|
+
background: #ffffff;
|
26439
|
+
color: #181526;
|
25900
26440
|
}
|
25901
26441
|
.a-Select.is-disabled {
|
25902
|
-
|
26442
|
+
border-width: 1px 1px 1px 1px;
|
26443
|
+
border-style: solid solid solid solid;
|
26444
|
+
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
25903
26445
|
background: #ffffff;
|
25904
|
-
border-color: #e9e8eb;
|
25905
26446
|
}
|
25906
26447
|
.a-Select:focus {
|
25907
26448
|
box-shadow: none;
|
@@ -25910,12 +26451,10 @@ input.a-TextControl-input-password {
|
|
25910
26451
|
margin-top: 0.25rem;
|
25911
26452
|
}
|
25912
26453
|
.a-Select .a-PopOver.a-Select-popover .a-Select-menu .a-Select-option {
|
25913
|
-
height: 2rem;
|
25914
26454
|
line-height: 2rem;
|
25915
26455
|
}
|
25916
26456
|
.a-Select .a-PopOver.a-Select-popover .a-Select-menu .a-Select-addBtn {
|
25917
|
-
height: 2rem;
|
25918
|
-
line-height: 1.875rem;
|
26457
|
+
line-height: 2rem;
|
25919
26458
|
}
|
25920
26459
|
.a-Select--borderHalf {
|
25921
26460
|
border-left-color: transparent !important;
|
@@ -25951,7 +26490,6 @@ input.a-TextControl-input-password {
|
|
25951
26490
|
white-space: nowrap;
|
25952
26491
|
}
|
25953
26492
|
.a-Select-value {
|
25954
|
-
line-height: calc(1.5 * 14px);
|
25955
26493
|
white-space: nowrap;
|
25956
26494
|
max-width: 100%;
|
25957
26495
|
overflow: hidden;
|
@@ -25966,7 +26504,7 @@ input.a-TextControl-input-password {
|
|
25966
26504
|
.a-Select--multi {
|
25967
26505
|
height: auto;
|
25968
26506
|
min-height: 2rem;
|
25969
|
-
padding: 0.25rem 0 0.25rem 0.
|
26507
|
+
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
25970
26508
|
}
|
25971
26509
|
.a-Select--multi .a-Select-valueWrap > input {
|
25972
26510
|
display: inline-block;
|
@@ -25991,19 +26529,20 @@ input.a-TextControl-input-password {
|
|
25991
26529
|
display: inline-block;
|
25992
26530
|
vertical-align: middle;
|
25993
26531
|
font-size: 12px;
|
26532
|
+
font-weight: 400;
|
26533
|
+
color: #181526;
|
25994
26534
|
background: #ffffff;
|
25995
26535
|
border: 0.0625rem solid #f3f2f5;
|
25996
|
-
border-radius:
|
25997
|
-
|
25998
|
-
margin
|
26536
|
+
border-radius: 1px 1px 1px 1px;
|
26537
|
+
padding: 0rem 0.25rem 0rem 0.25rem;
|
26538
|
+
margin: 0rem 0.25rem 0.125rem 0rem;
|
25999
26539
|
}
|
26000
26540
|
.a-Select--multi .a-Select-value:hover {
|
26001
|
-
background-color:
|
26541
|
+
background-color: rgba(0, 126, 255, 0.08);
|
26002
26542
|
}
|
26003
26543
|
.a-Select--multi .a-Select-valueLabel {
|
26004
26544
|
display: inline-block;
|
26005
26545
|
max-width: 7.5rem;
|
26006
|
-
padding: 0 0.25rem;
|
26007
26546
|
overflow: hidden;
|
26008
26547
|
vertical-align: top;
|
26009
26548
|
text-overflow: ellipsis;
|
@@ -26011,8 +26550,8 @@ input.a-TextControl-input-password {
|
|
26011
26550
|
}
|
26012
26551
|
.a-Select-valueIcon {
|
26013
26552
|
cursor: pointer;
|
26014
|
-
|
26015
|
-
color: #
|
26553
|
+
margin-left: 0.625rem;
|
26554
|
+
color: #b9b8bf;
|
26016
26555
|
}
|
26017
26556
|
.a-Select-valueIcon:hover {
|
26018
26557
|
color: #181526;
|
@@ -26028,7 +26567,6 @@ input.a-TextControl-input-password {
|
|
26028
26567
|
height: 0.625rem;
|
26029
26568
|
}
|
26030
26569
|
.a-Select-arrow {
|
26031
|
-
margin-right: 0.75rem;
|
26032
26570
|
width: 1rem;
|
26033
26571
|
text-align: center;
|
26034
26572
|
display: flex;
|
@@ -26115,8 +26653,13 @@ input.a-TextControl-input-password {
|
|
26115
26653
|
}
|
26116
26654
|
.a-Select-option {
|
26117
26655
|
cursor: pointer;
|
26118
|
-
padding:
|
26656
|
+
padding: 0rem 0.625rem 0rem 0.625rem;
|
26119
26657
|
display: flex;
|
26658
|
+
color: #181526;
|
26659
|
+
font-size: 14px;
|
26660
|
+
font-weight: 400;
|
26661
|
+
background: transparent;
|
26662
|
+
line-height: 2rem;
|
26120
26663
|
}
|
26121
26664
|
.a-Select-option-checkbox {
|
26122
26665
|
width: 100%;
|
@@ -26142,18 +26685,30 @@ input.a-TextControl-input-password {
|
|
26142
26685
|
overflow: hidden;
|
26143
26686
|
white-space: nowrap;
|
26144
26687
|
width: 100%;
|
26688
|
+
font-size: 14px;
|
26689
|
+
font-weight: 400;
|
26690
|
+
color: #181526;
|
26145
26691
|
}
|
26146
26692
|
.a-Select-option.is-active {
|
26147
26693
|
color: #7266ba;
|
26148
|
-
background:
|
26694
|
+
background: #ffffff;
|
26695
|
+
}
|
26696
|
+
.a-Select-option.is-active .a-Select-option-checkbox > label > span {
|
26697
|
+
color: #7266ba;
|
26149
26698
|
}
|
26150
26699
|
.a-Select-option.is-highlight {
|
26151
26700
|
color: #181526;
|
26152
26701
|
background: rgba(0, 126, 255, 0.08);
|
26153
26702
|
}
|
26703
|
+
.a-Select-option.is-highlight .a-Select-option-checkbox > label > span {
|
26704
|
+
color: #181526;
|
26705
|
+
}
|
26154
26706
|
.a-Select-option.is-disabled {
|
26155
26707
|
color: #b9b8bf;
|
26156
|
-
background:
|
26708
|
+
background: #ffffff;
|
26709
|
+
}
|
26710
|
+
.a-Select-option.is-disabled .a-Select-option-checkbox > label > span {
|
26711
|
+
color: #b9b8bf;
|
26157
26712
|
}
|
26158
26713
|
.a-Select-option > label {
|
26159
26714
|
display: block;
|
@@ -26172,7 +26727,6 @@ input.a-TextControl-input-password {
|
|
26172
26727
|
overflow: hidden;
|
26173
26728
|
white-space: nowrap;
|
26174
26729
|
text-overflow: ellipsis;
|
26175
|
-
display: inline-block;
|
26176
26730
|
max-width: 100%;
|
26177
26731
|
}
|
26178
26732
|
.a-Select-noResult {
|
@@ -26190,7 +26744,7 @@ input.a-TextControl-input-password {
|
|
26190
26744
|
.a-Select-addBtn {
|
26191
26745
|
display: block;
|
26192
26746
|
cursor: pointer;
|
26193
|
-
padding:
|
26747
|
+
padding: 0rem 0.625rem 0rem 0.625rem;
|
26194
26748
|
}
|
26195
26749
|
.a-Select-addBtn:hover {
|
26196
26750
|
text-decoration: none;
|
@@ -26200,10 +26754,6 @@ input.a-TextControl-input-password {
|
|
26200
26754
|
height: 0.875rem;
|
26201
26755
|
margin-right: 0.25rem;
|
26202
26756
|
}
|
26203
|
-
.a-Select.is-focused:not(.is-mobile), .a-Select.is-opened:not(.is-mobile) {
|
26204
|
-
border-color: #7266ba;
|
26205
|
-
color: #181526;
|
26206
|
-
}
|
26207
26757
|
.a-Select-spinner {
|
26208
26758
|
line-height: calc(1.5 * 14px);
|
26209
26759
|
}
|
@@ -26223,7 +26773,7 @@ input.a-TextControl-input-password {
|
|
26223
26773
|
height: 14px;
|
26224
26774
|
top: 0;
|
26225
26775
|
}
|
26226
|
-
.a-Select-clear svg:hover
|
26776
|
+
.a-Select-clear svg:hover {
|
26227
26777
|
fill: #5d5c66;
|
26228
26778
|
}
|
26229
26779
|
.a-Select-popup {
|
@@ -26252,19 +26802,20 @@ input.a-TextControl-input-password {
|
|
26252
26802
|
display: inline-block;
|
26253
26803
|
vertical-align: middle;
|
26254
26804
|
font-size: 12px;
|
26805
|
+
font-weight: 400;
|
26806
|
+
color: #181526;
|
26255
26807
|
background: #ffffff;
|
26256
26808
|
border: 0.0625rem solid #f3f2f5;
|
26257
|
-
border-radius:
|
26258
|
-
|
26259
|
-
margin
|
26809
|
+
border-radius: 1px 1px 1px 1px;
|
26810
|
+
padding: 0rem 0.25rem 0rem 0.25rem;
|
26811
|
+
margin: 0rem 0.25rem 0.125rem 0rem;
|
26260
26812
|
}
|
26261
26813
|
.a-Select-overflow-wrapper .a-Select-value:hover {
|
26262
|
-
background-color:
|
26814
|
+
background-color: rgba(0, 126, 255, 0.08);
|
26263
26815
|
}
|
26264
26816
|
.a-Select-overflow-wrapper .a-Select-valueLabel {
|
26265
26817
|
display: inline-block;
|
26266
26818
|
max-width: 7.5rem;
|
26267
|
-
padding: 0 0.25rem;
|
26268
26819
|
overflow: hidden;
|
26269
26820
|
vertical-align: top;
|
26270
26821
|
text-overflow: ellipsis;
|
@@ -26474,7 +27025,7 @@ input.a-TextControl-input-password {
|
|
26474
27025
|
border-style: solid solid solid solid;
|
26475
27026
|
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
26476
27027
|
border-radius: 2px 2px 2px 2px;
|
26477
|
-
background:
|
27028
|
+
background: #ffffff;
|
26478
27029
|
}
|
26479
27030
|
.a-ListControl-item:not(.is-disabled) {
|
26480
27031
|
cursor: pointer;
|
@@ -26500,7 +27051,7 @@ input.a-TextControl-input-password {
|
|
26500
27051
|
border-style: solid solid solid solid;
|
26501
27052
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
26502
27053
|
border-radius: 2px 2px 2px 2px;
|
26503
|
-
background:
|
27054
|
+
background: #ffffff;
|
26504
27055
|
}
|
26505
27056
|
.a-ListControl-item:hover:active, .a-ListControl-item.is-active {
|
26506
27057
|
background: #ffffff;
|
@@ -26510,7 +27061,6 @@ input.a-TextControl-input-password {
|
|
26510
27061
|
border-style: solid solid solid solid;
|
26511
27062
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
26512
27063
|
border-radius: 2px 2px 2px 2px;
|
26513
|
-
background: transparent;
|
26514
27064
|
}
|
26515
27065
|
.a-ListControl-item:hover:active:hover, .a-ListControl-item.is-active:hover {
|
26516
27066
|
background: #ffffff;
|
@@ -26562,13 +27112,8 @@ input.a-TextControl-input-password {
|
|
26562
27112
|
display: inline-flex;
|
26563
27113
|
flex-wrap: nowrap;
|
26564
27114
|
border: 1px solid #e9e8eb;
|
26565
|
-
font-size:
|
26566
|
-
padding:
|
26567
|
-
(
|
26568
|
-
2rem - 1.5 *
|
26569
|
-
12px
|
26570
|
-
) / 2 - 1px
|
26571
|
-
) 0.75rem;
|
27115
|
+
font-size: 14px;
|
27116
|
+
padding: 0.375rem 0.75rem;
|
26572
27117
|
height: 2rem;
|
26573
27118
|
outline: none;
|
26574
27119
|
white-space: nowrap;
|
@@ -26587,7 +27132,7 @@ input.a-TextControl-input-password {
|
|
26587
27132
|
color: #7266ba;
|
26588
27133
|
}
|
26589
27134
|
.a-LocationPicker.is-focused, .a-LocationPicker.is-active {
|
26590
|
-
border-color: #
|
27135
|
+
border-color: #7266ba;
|
26591
27136
|
box-shadow: none;
|
26592
27137
|
}
|
26593
27138
|
.a-LocationPicker.is-disabled {
|
@@ -26614,6 +27159,9 @@ input.a-TextControl-input-password {
|
|
26614
27159
|
cursor: pointer;
|
26615
27160
|
color: #85848c;
|
26616
27161
|
}
|
27162
|
+
.a-LocationPicker-toggler svg {
|
27163
|
+
top: 0;
|
27164
|
+
}
|
26617
27165
|
.a-LocationPicker-toggler:hover {
|
26618
27166
|
color: #7266ba;
|
26619
27167
|
}
|
@@ -26630,7 +27178,6 @@ input.a-TextControl-input-password {
|
|
26630
27178
|
}
|
26631
27179
|
.a-LocationPicker-clear svg {
|
26632
27180
|
fill: #d5d4d9;
|
26633
|
-
top: 0;
|
26634
27181
|
width: 14px;
|
26635
27182
|
height: 14px;
|
26636
27183
|
}
|
@@ -26640,6 +27187,9 @@ input.a-TextControl-input-password {
|
|
26640
27187
|
.a-LocationPicker-clear:active svg {
|
26641
27188
|
fill: #323040;
|
26642
27189
|
}
|
27190
|
+
.a-LocationPicker-clear svg {
|
27191
|
+
top: 0;
|
27192
|
+
}
|
26643
27193
|
.a-LocationControl {
|
26644
27194
|
position: relative;
|
26645
27195
|
width: 100%;
|
@@ -26689,7 +27239,7 @@ input.a-TextControl-input-password {
|
|
26689
27239
|
}
|
26690
27240
|
.a-MapPicker-sugItem:hover {
|
26691
27241
|
color: #7266ba;
|
26692
|
-
background:
|
27242
|
+
background: #ffffff;
|
26693
27243
|
}
|
26694
27244
|
.tangram-suggestion-main {
|
26695
27245
|
display: none !important;
|
@@ -26782,7 +27332,6 @@ input.a-TextControl-input-password {
|
|
26782
27332
|
}
|
26783
27333
|
.a-ColorPicker-clear svg {
|
26784
27334
|
fill: #d5d4d9;
|
26785
|
-
top: 0;
|
26786
27335
|
width: 14px;
|
26787
27336
|
height: 14px;
|
26788
27337
|
}
|
@@ -26829,20 +27378,29 @@ input.a-TextControl-input-password {
|
|
26829
27378
|
position: relative;
|
26830
27379
|
display: inline-flex;
|
26831
27380
|
flex-wrap: nowrap;
|
26832
|
-
border: 1px
|
26833
|
-
|
26834
|
-
|
26835
|
-
|
26836
|
-
|
26837
|
-
|
26838
|
-
|
26839
|
-
|
27381
|
+
border-width: 1px
|
27382
|
+
1px
|
27383
|
+
1px
|
27384
|
+
1px;
|
27385
|
+
border-style: solid
|
27386
|
+
solid
|
27387
|
+
solid
|
27388
|
+
solid;
|
27389
|
+
border-color: #e9e8eb
|
27390
|
+
#e9e8eb
|
27391
|
+
#e9e8eb
|
27392
|
+
#e9e8eb;
|
27393
|
+
font-size: 14px;
|
27394
|
+
padding: 0.25rem 0.75rem 0.25rem 0.625rem;
|
26840
27395
|
height: 2rem;
|
26841
27396
|
outline: none;
|
26842
27397
|
white-space: nowrap;
|
26843
27398
|
color: #181526;
|
26844
27399
|
background: #ffffff;
|
26845
|
-
border-radius: 2px
|
27400
|
+
border-radius: 2px
|
27401
|
+
2px
|
27402
|
+
2px
|
27403
|
+
2px;
|
26846
27404
|
min-width: calc(
|
26847
27405
|
16px * 5 + 0.75rem * 2 +
|
26848
27406
|
14px * 2
|
@@ -26854,6 +27412,9 @@ input.a-TextControl-input-password {
|
|
26854
27412
|
background: none;
|
26855
27413
|
padding: 0;
|
26856
27414
|
border: 0;
|
27415
|
+
font-size: 14px;
|
27416
|
+
font-weight: 400;
|
27417
|
+
color: #181526;
|
26857
27418
|
}
|
26858
27419
|
.a-DatePicker-input:focus {
|
26859
27420
|
border: none;
|
@@ -26882,7 +27443,15 @@ input.a-TextControl-input-password {
|
|
26882
27443
|
}
|
26883
27444
|
.a-DatePicker:not(.is-disabled):hover {
|
26884
27445
|
background: #ffffff;
|
26885
|
-
border-color: #7266ba
|
27446
|
+
border-color: #7266ba
|
27447
|
+
#7266ba
|
27448
|
+
#7266ba
|
27449
|
+
#7266ba;
|
27450
|
+
border-style: solid solid solid solid;
|
27451
|
+
border-width: 1px 1px 1px 1px;
|
27452
|
+
}
|
27453
|
+
.a-DatePicker:not(.is-disabled):hover .a-DatePicker-input {
|
27454
|
+
color: #181526;
|
26886
27455
|
}
|
26887
27456
|
.a-DatePicker:not(.is-disabled):hover .a-DatePicker-clear {
|
26888
27457
|
display: flex;
|
@@ -26891,17 +27460,26 @@ input.a-TextControl-input-password {
|
|
26891
27460
|
display: none;
|
26892
27461
|
}
|
26893
27462
|
.a-DatePicker:not(.is-disabled).is-focused {
|
26894
|
-
|
26895
|
-
|
27463
|
+
background: #ffffff;
|
27464
|
+
border-color: #7266ba
|
27465
|
+
#7266ba
|
27466
|
+
#7266ba
|
27467
|
+
#7266ba;
|
27468
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
27469
|
+
border-style: solid solid solid solid;
|
27470
|
+
border-width: 1px 1px 1px 1px;
|
26896
27471
|
}
|
26897
|
-
.a-DatePicker .a-DatePicker-input {
|
26898
|
-
|
27472
|
+
.a-DatePicker:not(.is-disabled).is-focused .a-DatePicker-input {
|
27473
|
+
color: #181526;
|
26899
27474
|
}
|
26900
27475
|
.a-DatePicker.is-disabled {
|
26901
|
-
background: #
|
27476
|
+
background: #ffffff;
|
27477
|
+
border-width: 1px 1px 1px 1px;
|
27478
|
+
border-style: solid solid solid solid;
|
27479
|
+
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
26902
27480
|
}
|
26903
27481
|
.a-DatePicker.is-disabled > .a-DatePicker-input {
|
26904
|
-
color: #
|
27482
|
+
color: #181526;
|
26905
27483
|
}
|
26906
27484
|
.a-DatePicker-placeholder {
|
26907
27485
|
color: #b9b8bf;
|
@@ -26930,7 +27508,6 @@ input.a-TextControl-input-password {
|
|
26930
27508
|
}
|
26931
27509
|
.a-DatePicker-toggler svg {
|
26932
27510
|
fill: #d5d4d9;
|
26933
|
-
top: 0;
|
26934
27511
|
width: 14px;
|
26935
27512
|
height: 14px;
|
26936
27513
|
}
|
@@ -26940,6 +27517,17 @@ input.a-TextControl-input-password {
|
|
26940
27517
|
.a-DatePicker-toggler:active svg {
|
26941
27518
|
fill: #323040;
|
26942
27519
|
}
|
27520
|
+
.a-DatePicker-toggler svg {
|
27521
|
+
color: #85848c;
|
27522
|
+
width: 0.875rem;
|
27523
|
+
height: 0.875rem;
|
27524
|
+
}
|
27525
|
+
.a-DatePicker .DatePicker-toggler-clock {
|
27526
|
+
content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>ic_时间</title><g id="ic_时间" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="1-FL" stroke="currentColor" cx="8" cy="8" r="6.5" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/><polyline id="2-FLW" stroke="currentColor" points="7.87443646 5.5 7.87443646 8.53778873 5.5 9.28133409" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/></g></svg>';
|
27527
|
+
}
|
27528
|
+
.a-DatePicker .DatePicker-toggler-date {
|
27529
|
+
content: '<svg viewBox="0 0 13 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-1.338385, -2.000000)"><rect x="0" y="0" width="16" height="16"></rect><path d="M6,2 L6,3 L10,3 L10,2 L11,2 L11,3 L14,3 L14,14 L2,14 L2,3 L5,3 L5,2 L6,2 Z M13,7 L3,7 L3,13 L13,13 L13,7 Z M5,4 L3,4 L3,6 L13,6 L13,4 L11,4 L11,5 L10,5 L10,4 L6,4 L6,5 L5,5 L5,4 Z" fill="currentColor"></path></g></g></svg>';
|
27530
|
+
}
|
26943
27531
|
.a-DatePicker-clear {
|
26944
27532
|
padding: 0.1875rem;
|
26945
27533
|
cursor: pointer;
|
@@ -26952,7 +27540,6 @@ input.a-TextControl-input-password {
|
|
26952
27540
|
}
|
26953
27541
|
.a-DatePicker-clear svg {
|
26954
27542
|
fill: #d5d4d9;
|
26955
|
-
top: 0;
|
26956
27543
|
width: 14px;
|
26957
27544
|
height: 14px;
|
26958
27545
|
}
|
@@ -26962,6 +27549,11 @@ input.a-TextControl-input-password {
|
|
26962
27549
|
.a-DatePicker-clear:active svg {
|
26963
27550
|
fill: #323040;
|
26964
27551
|
}
|
27552
|
+
.a-DatePicker-clear svg {
|
27553
|
+
top: 0;
|
27554
|
+
width: 0.875rem;
|
27555
|
+
height: 0.875rem;
|
27556
|
+
}
|
26965
27557
|
.a-DateControl:not(.is-inline) > .a-DatePicker {
|
26966
27558
|
display: flex;
|
26967
27559
|
}
|
@@ -27037,7 +27629,7 @@ input.a-TextControl-input-password {
|
|
27037
27629
|
-moz-user-select: none;
|
27038
27630
|
user-select: none;
|
27039
27631
|
font-size: 12px;
|
27040
|
-
color: #
|
27632
|
+
color: #181526;
|
27041
27633
|
}
|
27042
27634
|
.rdt .rdtDays {
|
27043
27635
|
display: flex;
|
@@ -27093,7 +27685,8 @@ input.a-TextControl-input-password {
|
|
27093
27685
|
.rdt .rdtPicker td.rdtMinute:hover span,
|
27094
27686
|
.rdt .rdtPicker td.rdtSecond:hover span,
|
27095
27687
|
.rdt .rdtPicker .rdtTimeToggle:hover span {
|
27096
|
-
|
27688
|
+
color: #181526;
|
27689
|
+
background: #ffffff;
|
27097
27690
|
}
|
27098
27691
|
.rdt .rdtPicker td.rdtToday > span {
|
27099
27692
|
border: 1px solid #7266ba;
|
@@ -27102,10 +27695,10 @@ input.a-TextControl-input-password {
|
|
27102
27695
|
background: transparent;
|
27103
27696
|
}
|
27104
27697
|
.rdt .rdtPicker td.rdtBetween {
|
27105
|
-
background: rgba(0,
|
27698
|
+
background: rgba(0, 126, 255, 0.08);
|
27106
27699
|
}
|
27107
27700
|
.rdt .rdtPicker td.rdtToday:before {
|
27108
|
-
border-bottom-color: #
|
27701
|
+
border-bottom-color: #7266ba;
|
27109
27702
|
}
|
27110
27703
|
.rdt .rdtPicker td.rdtActive.rdtToday:before {
|
27111
27704
|
border-bottom-color: #ffffff;
|
@@ -27117,7 +27710,8 @@ input.a-TextControl-input-password {
|
|
27117
27710
|
}
|
27118
27711
|
.rdt .rdtPicker td.rdtActive > span,
|
27119
27712
|
.rdt .rdtPicker td.rdtActive:hover > span {
|
27120
|
-
|
27713
|
+
color: #ffffff;
|
27714
|
+
background: #7266ba;
|
27121
27715
|
}
|
27122
27716
|
.rdt .rdtPicker .rdtActive.rdtToday {
|
27123
27717
|
color: #151b26;
|
@@ -27126,7 +27720,7 @@ input.a-TextControl-input-password {
|
|
27126
27720
|
border-color: #144bcc;
|
27127
27721
|
}
|
27128
27722
|
.rdt .rdtPicker td.rdtDisabled:hover > span {
|
27129
|
-
background: #
|
27723
|
+
background: #ffffff;
|
27130
27724
|
}
|
27131
27725
|
.rdt thead tr:first-child th {
|
27132
27726
|
cursor: default;
|
@@ -27188,6 +27782,8 @@ input.a-TextControl-input-password {
|
|
27188
27782
|
text-align: center;
|
27189
27783
|
height: 28px;
|
27190
27784
|
line-height: 28px;
|
27785
|
+
font-size: 12px;
|
27786
|
+
font-weight: 400;
|
27191
27787
|
cursor: pointer;
|
27192
27788
|
}
|
27193
27789
|
.a-CalendarInputWrapper .a-CalendarInput-sugsItem.is-highlight {
|
@@ -27196,7 +27792,7 @@ input.a-TextControl-input-password {
|
|
27196
27792
|
}
|
27197
27793
|
.a-CalendarInputWrapper .a-CalendarInput-sugsItem:hover {
|
27198
27794
|
color: #181526;
|
27199
|
-
background: #
|
27795
|
+
background: #ffffff;
|
27200
27796
|
}
|
27201
27797
|
.a-TimeContentWrapper {
|
27202
27798
|
display: flex;
|
@@ -27423,7 +28019,7 @@ input.a-TextControl-input-password {
|
|
27423
28019
|
cursor: pointer !important;
|
27424
28020
|
width: 1rem;
|
27425
28021
|
padding: 0;
|
27426
|
-
color: #
|
28022
|
+
color: #85848c;
|
27427
28023
|
font-size: 18px;
|
27428
28024
|
text-decoration: none;
|
27429
28025
|
font-family: auto;
|
@@ -27486,11 +28082,14 @@ td.rdtMonth > span,
|
|
27486
28082
|
td.rdtYear > span,
|
27487
28083
|
td.rdtQuarter > span {
|
27488
28084
|
display: inline-block;
|
28085
|
+
color: #181526;
|
28086
|
+
background: #ffffff;
|
28087
|
+
border-radius: 1px 1px 1px 1px;
|
27489
28088
|
}
|
27490
28089
|
td.rdtMonth.rdtBetween,
|
27491
28090
|
td.rdtYear.rdtBetween,
|
27492
28091
|
td.rdtQuarter.rdtBetween {
|
27493
|
-
background: rgba(0,
|
28092
|
+
background: rgba(0, 126, 255, 0.08);
|
27494
28093
|
}
|
27495
28094
|
td.rdtMonth:hover,
|
27496
28095
|
td.rdtYear:hover,
|
@@ -27501,7 +28100,7 @@ td.rdtMonth:hover > span,
|
|
27501
28100
|
td.rdtYear:hover > span,
|
27502
28101
|
td.rdtQuarter:hover > span {
|
27503
28102
|
color: #181526;
|
27504
|
-
background: #
|
28103
|
+
background: #ffffff;
|
27505
28104
|
}
|
27506
28105
|
td.rdtMonth.rdtActive, td.rdtMonth.rdtActive:hover,
|
27507
28106
|
td.rdtYear.rdtActive,
|
@@ -27515,27 +28114,34 @@ td.rdtYear.rdtActive > span,
|
|
27515
28114
|
td.rdtYear.rdtActive:hover > span,
|
27516
28115
|
td.rdtQuarter.rdtActive > span,
|
27517
28116
|
td.rdtQuarter.rdtActive:hover > span {
|
27518
|
-
background: #
|
27519
|
-
color: #ffffff;
|
28117
|
+
background: #7266ba !important;
|
28118
|
+
color: #ffffff !important;
|
27520
28119
|
}
|
27521
28120
|
td.rdtMonth.rdtDisabled, td.rdtMonth.rdtDisabled:hover,
|
27522
28121
|
td.rdtYear.rdtDisabled,
|
27523
28122
|
td.rdtYear.rdtDisabled:hover,
|
27524
28123
|
td.rdtQuarter.rdtDisabled,
|
27525
28124
|
td.rdtQuarter.rdtDisabled:hover {
|
27526
|
-
background: #
|
27527
|
-
|
28125
|
+
background: #ffffff;
|
28126
|
+
}
|
28127
|
+
td.rdtMonth.rdtDisabled > span, td.rdtMonth.rdtDisabled:hover > span,
|
28128
|
+
td.rdtYear.rdtDisabled > span,
|
28129
|
+
td.rdtYear.rdtDisabled:hover > span,
|
28130
|
+
td.rdtQuarter.rdtDisabled > span,
|
28131
|
+
td.rdtQuarter.rdtDisabled:hover > span {
|
28132
|
+
background: #ffffff;
|
28133
|
+
color: #b9b8bf;
|
27528
28134
|
}
|
27529
28135
|
.rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
27530
|
-
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(0,
|
28136
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(0, 126, 255, 0.08) 51%, rgba(0, 126, 255, 0.08) 100%);
|
27531
28137
|
}
|
27532
28138
|
.rdt .rdtPicker td.is-disabled {
|
27533
28139
|
cursor: not-allowed !important;
|
27534
|
-
background: #
|
28140
|
+
background: #ffffff;
|
27535
28141
|
color: #b9b8bf;
|
27536
28142
|
}
|
27537
28143
|
.rdt .rdtPicker td.is-disabled:hover {
|
27538
|
-
background: #
|
28144
|
+
background: #ffffff;
|
27539
28145
|
color: #b9b8bf;
|
27540
28146
|
}
|
27541
28147
|
.rdt .rdtPicker td.is-disabled:hover > span {
|
@@ -27543,24 +28149,47 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27543
28149
|
color: inherit !important;
|
27544
28150
|
}
|
27545
28151
|
.rdtPicker .rdtActive.rdtBetween.rdtEndDay {
|
27546
|
-
background: linear-gradient(to right, rgba(0,
|
28152
|
+
background: linear-gradient(to right, rgba(0, 126, 255, 0.08) 0%, rgba(0, 126, 255, 0.08) 50%, transparent 51%, transparent 100%);
|
27547
28153
|
}
|
27548
28154
|
.a-DateCalendar {
|
27549
28155
|
display: inline-block;
|
27550
|
-
border: 1px
|
28156
|
+
border: 1px
|
28157
|
+
1px
|
28158
|
+
1px
|
28159
|
+
1px solid #e9e8eb
|
28160
|
+
#e9e8eb
|
28161
|
+
#e9e8eb
|
28162
|
+
#e9e8eb;
|
27551
28163
|
background: #ffffff;
|
27552
|
-
border-radius: 2px
|
28164
|
+
border-radius: 2px
|
28165
|
+
2px
|
28166
|
+
2px
|
28167
|
+
2px;
|
27553
28168
|
}
|
27554
28169
|
.a-DateRangePicker {
|
27555
28170
|
position: relative;
|
27556
28171
|
display: inline-flex;
|
27557
28172
|
flex-wrap: nowrap;
|
27558
|
-
border: 1px
|
27559
|
-
|
27560
|
-
|
28173
|
+
border-width: 1px
|
28174
|
+
1px
|
28175
|
+
1px
|
28176
|
+
1px;
|
28177
|
+
border-style: solid
|
28178
|
+
solid
|
28179
|
+
solid
|
28180
|
+
solid;
|
28181
|
+
border-color: #e9e8eb
|
28182
|
+
#e9e8eb
|
28183
|
+
#e9e8eb
|
28184
|
+
#e9e8eb;
|
28185
|
+
font-size: 14px;
|
28186
|
+
padding: 0 0.75rem 0 0.625rem;
|
27561
28187
|
height: 2rem;
|
27562
28188
|
outline: none;
|
27563
|
-
border-radius: 2px
|
28189
|
+
border-radius: 2px
|
28190
|
+
2px
|
28191
|
+
2px
|
28192
|
+
2px;
|
27564
28193
|
color: #181526;
|
27565
28194
|
background: #ffffff;
|
27566
28195
|
}
|
@@ -27577,7 +28206,15 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27577
28206
|
}
|
27578
28207
|
.a-DateRangePicker:not(.is-disabled):hover {
|
27579
28208
|
background: #ffffff;
|
27580
|
-
border-color: #7266ba
|
28209
|
+
border-color: #7266ba
|
28210
|
+
#7266ba
|
28211
|
+
#7266ba
|
28212
|
+
#7266ba;
|
28213
|
+
border-style: solid solid solid solid;
|
28214
|
+
border-width: 1px 1px 1px 1px;
|
28215
|
+
}
|
28216
|
+
.a-DateRangePicker:not(.is-disabled):hover .a-DateRangePicker-input {
|
28217
|
+
color: #181526;
|
27581
28218
|
}
|
27582
28219
|
.a-DateRangePicker:not(.is-disabled):hover .a-DateRangePicker-clear {
|
27583
28220
|
display: flex;
|
@@ -27586,8 +28223,17 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27586
28223
|
display: none;
|
27587
28224
|
}
|
27588
28225
|
.a-DateRangePicker:not(.is-disabled).is-focused {
|
27589
|
-
|
27590
|
-
|
28226
|
+
background: #ffffff;
|
28227
|
+
border-color: #7266ba
|
28228
|
+
#7266ba
|
28229
|
+
#7266ba
|
28230
|
+
#7266ba;
|
28231
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
28232
|
+
border-style: solid solid solid solid;
|
28233
|
+
border-width: 1px 1px 1px 1px;
|
28234
|
+
}
|
28235
|
+
.a-DateRangePicker:not(.is-disabled).is-focused .a-DateRangePicker-input {
|
28236
|
+
color: #181526;
|
27591
28237
|
}
|
27592
28238
|
.a-DateRangePicker .a-DateRangePicker-input {
|
27593
28239
|
border: none;
|
@@ -27599,6 +28245,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27599
28245
|
width: 50%;
|
27600
28246
|
line-height: 1.875rem;
|
27601
28247
|
font-size: 14px;
|
28248
|
+
font-weight: 400;
|
28249
|
+
color: #181526;
|
27602
28250
|
}
|
27603
28251
|
.a-DateRangePicker .a-DateRangePicker-input::-moz-placeholder {
|
27604
28252
|
color: #b9b8bf;
|
@@ -27617,13 +28265,16 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27617
28265
|
.a-DateRangePicker .a-DateRangePicker-input-separator-line {
|
27618
28266
|
width: 0.5rem;
|
27619
28267
|
height: 1px;
|
27620
|
-
background: #
|
28268
|
+
background: #b9b8bf;
|
27621
28269
|
}
|
27622
28270
|
.a-DateRangePicker.is-disabled {
|
27623
|
-
background: #
|
28271
|
+
background: #ffffff;
|
28272
|
+
border-width: 1px 1px 1px 1px;
|
28273
|
+
border-style: solid solid solid solid;
|
28274
|
+
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
27624
28275
|
}
|
27625
28276
|
.a-DateRangePicker.is-disabled > .a-DateRangePicker-input {
|
27626
|
-
color: #
|
28277
|
+
color: #181526;
|
27627
28278
|
}
|
27628
28279
|
.a-DateRangePicker-placeholder {
|
27629
28280
|
color: #b9b8bf;
|
@@ -27651,7 +28302,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27651
28302
|
}
|
27652
28303
|
.a-DateRangePicker-toggler svg {
|
27653
28304
|
fill: #d5d4d9;
|
27654
|
-
top: 0;
|
27655
28305
|
width: 14px;
|
27656
28306
|
height: 14px;
|
27657
28307
|
}
|
@@ -27661,6 +28311,17 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27661
28311
|
.a-DateRangePicker-toggler:active svg {
|
27662
28312
|
fill: #323040;
|
27663
28313
|
}
|
28314
|
+
.a-DateRangePicker-toggler svg {
|
28315
|
+
color: #85848c;
|
28316
|
+
width: 0.875rem;
|
28317
|
+
height: 0.875rem;
|
28318
|
+
}
|
28319
|
+
.a-DateRangePicker .DatePicker-toggler-clock {
|
28320
|
+
content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>ic_时间</title><g id="ic_时间" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="1-FL" stroke="currentColor" cx="8" cy="8" r="6.5" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/><polyline id="2-FLW" stroke="currentColor" points="7.87443646 5.5 7.87443646 8.53778873 5.5 9.28133409" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/></g></svg>';
|
28321
|
+
}
|
28322
|
+
.a-DateRangePicker .DatePicker-toggler-date {
|
28323
|
+
content: '<svg viewBox="0 0 13 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-1.338385, -2.000000)"><rect x="0" y="0" width="16" height="16"></rect><path d="M6,2 L6,3 L10,3 L10,2 L11,2 L11,3 L14,3 L14,14 L2,14 L2,3 L5,3 L5,2 L6,2 Z M13,7 L3,7 L3,13 L13,13 L13,7 Z M5,4 L3,4 L3,6 L13,6 L13,4 L11,4 L11,5 L10,5 L10,4 L6,4 L6,5 L5,5 L5,4 Z" fill="currentColor"></path></g></g></svg>';
|
28324
|
+
}
|
27664
28325
|
.a-DateRangePicker-clear {
|
27665
28326
|
padding: 0.1875rem;
|
27666
28327
|
cursor: pointer;
|
@@ -27673,7 +28334,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27673
28334
|
}
|
27674
28335
|
.a-DateRangePicker-clear svg {
|
27675
28336
|
fill: #d5d4d9;
|
27676
|
-
top: 0;
|
27677
28337
|
width: 14px;
|
27678
28338
|
height: 14px;
|
27679
28339
|
}
|
@@ -27683,6 +28343,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27683
28343
|
.a-DateRangePicker-clear:active svg {
|
27684
28344
|
fill: #323040;
|
27685
28345
|
}
|
28346
|
+
.a-DateRangePicker-clear svg {
|
28347
|
+
top: 0;
|
28348
|
+
width: 0.875rem;
|
28349
|
+
height: 0.875rem;
|
28350
|
+
}
|
27686
28351
|
.a-DateRangePicker-activeCursor {
|
27687
28352
|
bottom: 0;
|
27688
28353
|
height: 2px;
|
@@ -27762,9 +28427,23 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27762
28427
|
}
|
27763
28428
|
.a-DateRangeCalendar {
|
27764
28429
|
display: inline-block;
|
27765
|
-
border: 1px
|
28430
|
+
border-width: 1px
|
28431
|
+
1px
|
28432
|
+
1px
|
28433
|
+
1px;
|
28434
|
+
border-style: solid
|
28435
|
+
solid
|
28436
|
+
solid
|
28437
|
+
solid;
|
28438
|
+
border-color: #e9e8eb
|
28439
|
+
#e9e8eb
|
28440
|
+
#e9e8eb
|
28441
|
+
#e9e8eb;
|
27766
28442
|
background: #ffffff;
|
27767
|
-
border-radius: 2px
|
28443
|
+
border-radius: 2px
|
28444
|
+
2px
|
28445
|
+
2px
|
28446
|
+
2px;
|
27768
28447
|
}
|
27769
28448
|
.a-DateRangePicker.is-mobile {
|
27770
28449
|
border: 0;
|
@@ -27808,7 +28487,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27808
28487
|
cursor: pointer;
|
27809
28488
|
margin-right: 0.75rem;
|
27810
28489
|
color: #85848c;
|
27811
|
-
background:
|
28490
|
+
background: #ffffff;
|
27812
28491
|
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
27813
28492
|
border-width: 1px 1px 1px 1px;
|
27814
28493
|
border-style: solid solid solid solid;
|
@@ -27816,7 +28495,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27816
28495
|
}
|
27817
28496
|
.a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
|
27818
28497
|
color: #85848c;
|
27819
|
-
background:
|
28498
|
+
background: #ffffff;
|
27820
28499
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
27821
28500
|
border-width: 1px 1px 1px 1px;
|
27822
28501
|
border-style: solid solid solid solid;
|
@@ -27824,7 +28503,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27824
28503
|
}
|
27825
28504
|
.a-ImageControl-addBtn:not(:disabled):not(.is-disabled).hover {
|
27826
28505
|
color: #85848c;
|
27827
|
-
background:
|
28506
|
+
background: #ffffff;
|
27828
28507
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
27829
28508
|
border-width: 1px 1px 1px 1px;
|
27830
28509
|
border-style: solid solid solid solid;
|
@@ -27832,7 +28511,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27832
28511
|
}
|
27833
28512
|
.a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
27834
28513
|
color: #85848c;
|
27835
|
-
background:
|
28514
|
+
background: #ffffff;
|
27836
28515
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
27837
28516
|
border-width: 1px 1px 1px 1px;
|
27838
28517
|
border-style: solid solid solid solid;
|
@@ -27840,7 +28519,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27840
28519
|
}
|
27841
28520
|
.a-ImageControl-addBtn:not(:disabled):not(.is-disabled).active {
|
27842
28521
|
color: #85848c;
|
27843
|
-
background:
|
28522
|
+
background: #ffffff;
|
27844
28523
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
27845
28524
|
border-width: 1px 1px 1px 1px;
|
27846
28525
|
border-style: solid solid solid solid;
|
@@ -27898,7 +28577,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27898
28577
|
}
|
27899
28578
|
.a-ImageControl-dropzone:focus .a-ImageControl-addBtn {
|
27900
28579
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
27901
|
-
background:
|
28580
|
+
background: #ffffff;
|
27902
28581
|
color: #85848c;
|
27903
28582
|
}
|
27904
28583
|
.a-ImageControl-dropzone:focus .a-ImageControl-addBtn > svg {
|
@@ -27906,7 +28585,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27906
28585
|
}
|
27907
28586
|
.a-ImageControl-dropzone:hover-addBtn:not(.is-disabled) {
|
27908
28587
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
27909
|
-
background:
|
28588
|
+
background: #ffffff;
|
27910
28589
|
color: #85848c;
|
27911
28590
|
}
|
27912
28591
|
.a-ImageControl-dropzone:hover-addBtn:not(.is-disabled) .a-ImageControl-addBtn-text {
|
@@ -28238,7 +28917,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
28238
28917
|
#e9e8eb;
|
28239
28918
|
border-width: 1px 1px 1px 1px;
|
28240
28919
|
border-radius: 2px 2px 2px 2px;
|
28241
|
-
background:
|
28920
|
+
background: #ffffff;
|
28242
28921
|
cursor: pointer;
|
28243
28922
|
}
|
28244
28923
|
.a-FileControl-acceptTip-click {
|
@@ -28252,7 +28931,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
28252
28931
|
border-style: dashed dashed dashed dashed;
|
28253
28932
|
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
28254
28933
|
border-width: 1px 1px 1px 1px;
|
28255
|
-
background:
|
28934
|
+
background: #ffffff;
|
28256
28935
|
}
|
28257
28936
|
.a-FileControl-acceptTip > span {
|
28258
28937
|
margin-top: 0.5rem;
|
@@ -28777,6 +29456,21 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
28777
29456
|
.a-TreeControl.no-border {
|
28778
29457
|
border: 0;
|
28779
29458
|
}
|
29459
|
+
.a-TreeControl.is-sticky {
|
29460
|
+
max-height: unset;
|
29461
|
+
overflow: unset;
|
29462
|
+
}
|
29463
|
+
.a-TreeControl-searchbox {
|
29464
|
+
margin-top: 0.5rem;
|
29465
|
+
margin-bottom: 1rem;
|
29466
|
+
}
|
29467
|
+
.a-TreeControl-searchbox.is-active {
|
29468
|
+
width: 100%;
|
29469
|
+
}
|
29470
|
+
.a-TreeControl > .a-Tree {
|
29471
|
+
max-height: 300px;
|
29472
|
+
overflow: auto;
|
29473
|
+
}
|
28780
29474
|
.a-Tree-list, .a-Tree-sublist {
|
28781
29475
|
list-style: none;
|
28782
29476
|
padding: 0;
|
@@ -29006,6 +29700,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29006
29700
|
flex: 1 auto;
|
29007
29701
|
display: inline-block;
|
29008
29702
|
color: #181526;
|
29703
|
+
font-size: 14px;
|
29009
29704
|
max-width: 100%;
|
29010
29705
|
overflow: hidden;
|
29011
29706
|
text-overflow: ellipsis;
|
@@ -29150,7 +29845,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29150
29845
|
}
|
29151
29846
|
.a-TreeSelect-clear svg {
|
29152
29847
|
fill: #d5d4d9;
|
29153
|
-
top: 0;
|
29154
29848
|
width: 14px;
|
29155
29849
|
height: 14px;
|
29156
29850
|
}
|
@@ -29528,7 +30222,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29528
30222
|
}
|
29529
30223
|
.a-SubForm-value {
|
29530
30224
|
background: #ffffff;
|
29531
|
-
color: #
|
30225
|
+
color: #181526;
|
29532
30226
|
font-size: 14px;
|
29533
30227
|
padding: 0 0.25rem;
|
29534
30228
|
min-height: 1.5rem;
|
@@ -29549,7 +30243,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29549
30243
|
color: #b9b8bf;
|
29550
30244
|
}
|
29551
30245
|
.a-SubForm-valueDel:hover, .a-SubForm-valueEdit:hover, .a-SubForm-valueDragBar:hover {
|
29552
|
-
color: #
|
30246
|
+
color: #181526;
|
29553
30247
|
}
|
29554
30248
|
.a-SubForm-valueDel > svg, .a-SubForm-valueEdit > svg, .a-SubForm-valueDragBar > svg {
|
29555
30249
|
width: 0.75rem;
|
@@ -29561,7 +30255,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29561
30255
|
cursor: move;
|
29562
30256
|
}
|
29563
30257
|
.a-SubForm-value:hover {
|
29564
|
-
background: rgba(0,
|
30258
|
+
background: rgba(0, 126, 255, 0.08);
|
29565
30259
|
}
|
29566
30260
|
.a-SubForm-value.is-disabled {
|
29567
30261
|
pointer-events: none;
|
@@ -29626,6 +30320,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29626
30320
|
.a-ChainedSelectControl .a-Select {
|
29627
30321
|
margin-right: 0.25rem;
|
29628
30322
|
}
|
30323
|
+
.a-ChainedSelectControl-spinner {
|
30324
|
+
display: inline-block;
|
30325
|
+
vertical-align: middle;
|
30326
|
+
}
|
29629
30327
|
.a-Picker {
|
29630
30328
|
position: relative;
|
29631
30329
|
max-width: 100%;
|
@@ -29721,7 +30419,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29721
30419
|
}
|
29722
30420
|
.a-Picker-clear svg {
|
29723
30421
|
fill: #d5d4d9;
|
29724
|
-
top: 0;
|
29725
30422
|
width: 14px;
|
29726
30423
|
height: 14px;
|
29727
30424
|
}
|
@@ -29829,6 +30526,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29829
30526
|
align-items: center;
|
29830
30527
|
justify-content: center;
|
29831
30528
|
}
|
30529
|
+
.a-Picker-btn svg {
|
30530
|
+
top: 0;
|
30531
|
+
}
|
29832
30532
|
.a-Picker-btn:hover {
|
29833
30533
|
color: #7266ba;
|
29834
30534
|
}
|
@@ -29845,7 +30545,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29845
30545
|
}
|
29846
30546
|
.a-Picker-clear svg {
|
29847
30547
|
fill: #d5d4d9;
|
29848
|
-
top: 0;
|
29849
30548
|
width: 14px;
|
29850
30549
|
height: 14px;
|
29851
30550
|
}
|
@@ -29855,6 +30554,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29855
30554
|
.a-Picker-clear:active svg {
|
29856
30555
|
fill: #323040;
|
29857
30556
|
}
|
30557
|
+
.a-Picker-clear svg {
|
30558
|
+
top: 0;
|
30559
|
+
}
|
29858
30560
|
.a-PickerControl.is-inline .a-Picker {
|
29859
30561
|
display: inline-block;
|
29860
30562
|
min-width: 9.375rem;
|
@@ -29866,9 +30568,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29866
30568
|
.a-TagControl {
|
29867
30569
|
position: relative;
|
29868
30570
|
}
|
29869
|
-
.a-TagControl-input.is-focused {
|
29870
|
-
border-radius: 0;
|
29871
|
-
}
|
29872
30571
|
.a-TagControl-input.is-disabled {
|
29873
30572
|
border-style: dashed;
|
29874
30573
|
background: transparent;
|
@@ -30310,7 +31009,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30310
31009
|
font-size: 14px;
|
30311
31010
|
}
|
30312
31011
|
.a-Transfer .a-Table-content .a-Table-table > thead > tr > th:last-child {
|
30313
|
-
padding-right:
|
31012
|
+
padding-right: 1.125rem;
|
30314
31013
|
}
|
30315
31014
|
.a-Transfer .a-Table-content .a-Table-table > tbody > tr > td {
|
30316
31015
|
padding: 0.375rem 0.75rem 0.5rem 0.75rem;
|
@@ -30322,7 +31021,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30322
31021
|
color: #e62525;
|
30323
31022
|
}
|
30324
31023
|
.a-Transfer .a-Table-content .a-Table-table > tbody > tr > td:last-child {
|
30325
|
-
padding-right:
|
31024
|
+
padding-right: 1.125rem;
|
30326
31025
|
}
|
30327
31026
|
.a-Transfer .a-Selections .a-TableSelection .a-Table-table > thead > tr,
|
30328
31027
|
.a-Transfer .a-Selections .a-TableSelection .a-Table-table > tbody > tr {
|
@@ -30532,6 +31231,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30532
31231
|
line-height: 2rem;
|
30533
31232
|
cursor: pointer;
|
30534
31233
|
display: flex;
|
31234
|
+
font-size: 14px;
|
31235
|
+
font-weight: 400;
|
31236
|
+
color: #181526;
|
31237
|
+
background: transparent;
|
30535
31238
|
}
|
30536
31239
|
.a-NestedSelect-menu .a-NestedSelect-option > .a-NestedSelect-optionLabel {
|
30537
31240
|
flex: 1;
|
@@ -30548,7 +31251,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30548
31251
|
}
|
30549
31252
|
.a-NestedSelect-menu .a-NestedSelect-option.is-active {
|
30550
31253
|
color: #7266ba;
|
30551
|
-
background:
|
31254
|
+
background: #ffffff;
|
30552
31255
|
}
|
30553
31256
|
.a-NestedSelect-menu .a-NestedSelect-option:hover {
|
30554
31257
|
color: #181526;
|
@@ -30764,7 +31467,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30764
31467
|
}
|
30765
31468
|
.a-IconPickerControl-clear svg {
|
30766
31469
|
fill: #d5d4d9;
|
30767
|
-
top: 0;
|
30768
31470
|
width: 14px;
|
30769
31471
|
height: 14px;
|
30770
31472
|
}
|
@@ -30805,7 +31507,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30805
31507
|
}
|
30806
31508
|
.a-IconPickerControl-valueWrap > input {
|
30807
31509
|
display: inline-block;
|
30808
|
-
width:
|
31510
|
+
width: 100% !important;
|
30809
31511
|
vertical-align: middle;
|
30810
31512
|
}
|
30811
31513
|
.a-IconPickerControl-input--withAC {
|
@@ -30867,6 +31569,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30867
31569
|
background: #7266ba;
|
30868
31570
|
}
|
30869
31571
|
.a-IconPickerControl-value {
|
31572
|
+
position: absolute;
|
30870
31573
|
-webkit-user-select: none;
|
30871
31574
|
-moz-user-select: none;
|
30872
31575
|
user-select: none;
|
@@ -30975,7 +31678,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30975
31678
|
}
|
30976
31679
|
.a-IconSelectControl-clear svg {
|
30977
31680
|
fill: #d5d4d9;
|
30978
|
-
top: 0;
|
30979
31681
|
width: 14px;
|
30980
31682
|
height: 14px;
|
30981
31683
|
}
|
@@ -31335,7 +32037,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
31335
32037
|
top: 0.1875rem;
|
31336
32038
|
}
|
31337
32039
|
.a-Form-item.is-error > .a-Form-label {
|
31338
|
-
color: #
|
32040
|
+
color: #e62525;
|
31339
32041
|
}
|
31340
32042
|
.a-Form-item .a-Form-control--withSize > .a-ResultBox {
|
31341
32043
|
display: flex;
|
@@ -31407,7 +32109,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
31407
32109
|
flex-basis: unset;
|
31408
32110
|
}
|
31409
32111
|
.a-Form-item--horizontal > .a-Form-label {
|
31410
|
-
height: 2rem;
|
31411
32112
|
line-height: 2rem;
|
31412
32113
|
margin: 0;
|
31413
32114
|
margin-right: 1rem;
|
@@ -32650,6 +33351,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
32650
33351
|
height: 0.875rem;
|
32651
33352
|
width: 0.875rem;
|
32652
33353
|
margin: 0 0.25rem;
|
33354
|
+
display: inline-block;
|
33355
|
+
vertical-align: text-top;
|
32653
33356
|
}
|
32654
33357
|
.a-MappingField {
|
32655
33358
|
margin-right: 0.25rem;
|
@@ -32710,6 +33413,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
32710
33413
|
height: 15.625rem;
|
32711
33414
|
margin-top: 0.625rem;
|
32712
33415
|
}
|
33416
|
+
.a-FormulaEditor-settings > div {
|
33417
|
+
width: 0;
|
33418
|
+
}
|
32713
33419
|
.a-FormulaEditor-settings.only-variable {
|
32714
33420
|
height: 21.875rem;
|
32715
33421
|
}
|
@@ -32867,10 +33573,16 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
32867
33573
|
display: flex;
|
32868
33574
|
flex-flow: row nowrap;
|
32869
33575
|
justify-content: space-between;
|
33576
|
+
align-items: center;
|
32870
33577
|
white-space: nowrap;
|
32871
33578
|
}
|
32872
33579
|
.a-FormulaEditor-VariableList-item > label {
|
32873
33580
|
white-space: nowrap;
|
33581
|
+
overflow: hidden;
|
33582
|
+
text-overflow: ellipsis;
|
33583
|
+
flex: 1;
|
33584
|
+
width: 0;
|
33585
|
+
display: inline-block;
|
32874
33586
|
}
|
32875
33587
|
.a-FormulaEditor-VariableList-item-tag {
|
32876
33588
|
vertical-align: middle;
|
@@ -32879,6 +33591,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
32879
33591
|
border-radius: 2px;
|
32880
33592
|
background: #f5f5f5;
|
32881
33593
|
color: var(--black);
|
33594
|
+
font-size: 12px;
|
33595
|
+
line-height: 1.5rem;
|
33596
|
+
height: 1.5rem;
|
32882
33597
|
}
|
32883
33598
|
.a-FormulaEditor-VariableList .a-GroupedSelection-item-tag {
|
32884
33599
|
line-height: 17px;
|
@@ -33654,6 +34369,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33654
34369
|
overflow-x: hidden;
|
33655
34370
|
}
|
33656
34371
|
.a-Nav-Menu {
|
34372
|
+
--Menu-width: var(--Layout-aside-width);
|
33657
34373
|
--Menu-width--collapsed: var(--Layout-aside-width-collapsed);
|
33658
34374
|
--Menu-fontSize: var(--Nav-item-fontSize);
|
33659
34375
|
--Menu-fontSize--collapsed: var(--Nav-item-collapsed-fontSize);
|
@@ -33670,7 +34386,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33670
34386
|
--Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
|
33671
34387
|
--Menu-light-ancestor-fontColor-onActive: var(--Layout-light-fontColor);
|
33672
34388
|
--Menu-light-fontColor-onActive: var(--Layout-fontColor--onActive);
|
33673
|
-
--Menu-light-groupTitle-fontColor: #
|
34389
|
+
--Menu-light-groupTitle-fontColor: #84868c;
|
33674
34390
|
--Menu-light-selectedIndicator-color: var(--Layout-fontColor--info);
|
33675
34391
|
--Menu-dark-backgroundColor: var(--Layout-dark-backgroundColor);
|
33676
34392
|
--Menu-dark-backgroundColor-onHover: var(--Layout-fontColor--info);
|
@@ -33678,7 +34394,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33678
34394
|
--Menu-dark-fontColor-onHover: var(--Layout-fontColor--onHover);
|
33679
34395
|
--Menu-dark-ancestor-fontColor-onActive: var(--Layout-fontColor--onActive);
|
33680
34396
|
--Menu-dark-fontColor-onActive: var(--Layout-dark-fontColor);
|
33681
|
-
--Menu-dark-groupTitle-fontColor: #
|
34397
|
+
--Menu-dark-groupTitle-fontColor: #84868c;
|
33682
34398
|
--Menu-dark-selectedIndicator-color: var(--Layout-dark-selected-color);
|
33683
34399
|
outline: none;
|
33684
34400
|
margin-bottom: 0;
|
@@ -33688,6 +34404,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33688
34404
|
list-style: none;
|
33689
34405
|
color: var(--Menu-light-fontColor);
|
33690
34406
|
background-color: var(--Menu-light-backgroundColor);
|
34407
|
+
transition: all 0.3s;
|
34408
|
+
width: 100%;
|
33691
34409
|
}
|
33692
34410
|
.a-Nav-Menu.a-Nav-Menu-dark {
|
33693
34411
|
color: var(--Menu-dark-fontColor);
|
@@ -33723,14 +34441,17 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33723
34441
|
.a-Nav-Menu-disabled {
|
33724
34442
|
cursor: not-allowed;
|
33725
34443
|
}
|
33726
|
-
.a-Nav-Menu-root.a-Nav-Menu-collapsed .a-Nav-Menu-item
|
34444
|
+
.a-Nav-Menu-root.a-Nav-Menu-collapsed .a-Nav-Menu-item,
|
34445
|
+
.a-Nav-Menu-root.a-Nav-Menu-collapsed .a-Nav-Menu-submenu-title {
|
33727
34446
|
padding: 0;
|
33728
34447
|
text-align: center;
|
33729
34448
|
}
|
33730
34449
|
.a-Nav-Menu-item-link {
|
33731
|
-
display:
|
34450
|
+
display: flex;
|
34451
|
+
align-items: center;
|
33732
34452
|
height: 2.5rem;
|
33733
34453
|
flex-grow: 1;
|
34454
|
+
overflow: hidden;
|
33734
34455
|
}
|
33735
34456
|
.a-Nav-Menu-item-divider {
|
33736
34457
|
border-bottom: 1px solid #e6e6e8;
|
@@ -33741,12 +34462,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33741
34462
|
.a-Nav-Menu-item-icon {
|
33742
34463
|
margin-right: 0.5rem;
|
33743
34464
|
font-size: var(--Menu-icon-size);
|
33744
|
-
width: var(--Menu-icon-size);
|
33745
34465
|
color: var(--Menu-light-fontColor);
|
33746
|
-
display: inline-block;
|
33747
|
-
line-height: var(--Menu-item-height--vertical);
|
33748
|
-
position: relative;
|
33749
|
-
top: 1.5px;
|
33750
34466
|
}
|
33751
34467
|
.a-Nav-Menu-item-icon img {
|
33752
34468
|
height: 14px;
|
@@ -33754,11 +34470,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33754
34470
|
}
|
33755
34471
|
.a-Nav-Menu-item-icon-collapsed {
|
33756
34472
|
font-size: var(--Menu-fontSize--collapsed);
|
33757
|
-
margin
|
34473
|
+
margin: 0 auto;
|
33758
34474
|
}
|
33759
34475
|
.a-Nav-Menu-item-icon-svg-collapsed {
|
33760
34476
|
font-size: var(--Menu-fontSize--collapsed);
|
33761
|
-
margin
|
34477
|
+
margin: 0 auto;
|
33762
34478
|
height: var(--Menu-item-height--vertical);
|
33763
34479
|
}
|
33764
34480
|
.a-Nav-Menu-dark .a-Nav-Menu-item-icon {
|
@@ -33779,13 +34495,13 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33779
34495
|
white-space: nowrap;
|
33780
34496
|
overflow: hidden;
|
33781
34497
|
text-overflow: ellipsis;
|
33782
|
-
vertical-align: middle;
|
33783
34498
|
-webkit-user-select: none;
|
33784
34499
|
-moz-user-select: none;
|
33785
34500
|
user-select: none;
|
33786
34501
|
}
|
33787
34502
|
.a-Nav-Menu-item-label-collapsed {
|
33788
34503
|
font-size: var(--Menu-fontSize--collapsed);
|
34504
|
+
margin: 0 auto;
|
33789
34505
|
font-weight: 600;
|
33790
34506
|
}
|
33791
34507
|
.a-Nav-Menu-dark .a-Nav-Menu-item-label {
|
@@ -33806,9 +34522,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33806
34522
|
}
|
33807
34523
|
.a-Nav-Menu-item-group-title {
|
33808
34524
|
color: var(--Menu-light-groupTitle-fontColor);
|
33809
|
-
line-height: 1.
|
33810
|
-
padding:
|
33811
|
-
|
34525
|
+
line-height: 1.25rem;
|
34526
|
+
padding: 0 var(--Menu-Submenu-item-paddingX) 0 1rem;
|
34527
|
+
font-size: 0.75rem;
|
34528
|
+
margin: 0.75rem 0 0.25rem 0;
|
33812
34529
|
}
|
33813
34530
|
.a-Nav-Menu-item-group-title.a-Nav-Menu-dark {
|
33814
34531
|
color: var(--Menu-dark-groupTitle-fontColor);
|
@@ -33852,6 +34569,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33852
34569
|
}
|
33853
34570
|
.a-Nav-Menu-item .a-Badge, .a-Nav-Menu-submenu .a-Badge {
|
33854
34571
|
position: static;
|
34572
|
+
flex: 1;
|
34573
|
+
width: 0;
|
34574
|
+
display: flex;
|
33855
34575
|
}
|
33856
34576
|
.a-Nav-Menu-item .a-Nav-Menu-item-wrap, .a-Nav-Menu-submenu .a-Nav-Menu-item-wrap {
|
33857
34577
|
display: flex;
|
@@ -33860,6 +34580,12 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33860
34580
|
.a-Nav-Menu-item-extra {
|
33861
34581
|
position: relative;
|
33862
34582
|
}
|
34583
|
+
.a-Nav-Menu-item-extra .a-DropDown > .a-Button {
|
34584
|
+
padding: 0;
|
34585
|
+
}
|
34586
|
+
.a-Nav-Menu-item-extra .a-DropDown > .a-Button > i {
|
34587
|
+
margin: 0;
|
34588
|
+
}
|
33863
34589
|
.a-Nav-Menu-inline .a-Nav-Menu-item-selected {
|
33864
34590
|
background-color: var(--Menu-light-backgroundColor-onHover);
|
33865
34591
|
}
|
@@ -33914,114 +34640,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33914
34640
|
.a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
|
33915
34641
|
color: var(--Menu-light-fontColor-onActive) !important;
|
33916
34642
|
}
|
33917
|
-
.a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-submenu-
|
33918
|
-
|
33919
|
-
|
33920
|
-
.a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-submenu-actived > .a-Nav-Menu-submenu-title::before {
|
33921
|
-
content: "";
|
33922
|
-
position: absolute;
|
33923
|
-
top: 0;
|
33924
|
-
left: 0;
|
33925
|
-
bottom: 0;
|
33926
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
33927
|
-
transform: scaleY(1);
|
33928
|
-
opacity: 1;
|
33929
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
33930
|
-
}
|
33931
|
-
.a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-submenu-actived > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
33932
|
-
.a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-submenu-actived > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label {
|
34643
|
+
.a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
34644
|
+
.a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
34645
|
+
.a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
33933
34646
|
color: var(--Menu-light-fontColor-onActive) !important;
|
33934
34647
|
}
|
33935
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical > .a-Nav-Menu-item-selected {
|
33936
|
-
background-color: var(--Menu-light-backgroundColor-onHover);
|
33937
|
-
}
|
33938
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical > .a-Nav-Menu-item-selected::before {
|
33939
|
-
content: "";
|
33940
|
-
position: absolute;
|
33941
|
-
top: 0;
|
33942
|
-
left: 0;
|
33943
|
-
bottom: 0;
|
33944
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
33945
|
-
transform: scaleY(1);
|
33946
|
-
opacity: 1;
|
33947
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
33948
|
-
}
|
33949
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical > .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
33950
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical > .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
|
33951
|
-
color: var(--Menu-light-fontColor-onActive);
|
33952
|
-
}
|
33953
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-item-selected {
|
33954
|
-
background-color: var(--Menu-dark-backgroundColor-onHover);
|
33955
|
-
}
|
33956
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-item-selected::before {
|
33957
|
-
content: "";
|
33958
|
-
position: absolute;
|
33959
|
-
top: 0;
|
33960
|
-
left: 0;
|
33961
|
-
bottom: 0;
|
33962
|
-
border-right: 3px solid var(--Menu-dark-selectedIndicator-color);
|
33963
|
-
transform: scaleY(1);
|
33964
|
-
opacity: 1;
|
33965
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
33966
|
-
}
|
33967
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
33968
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
|
33969
|
-
color: var(--Menu-dark-fontColor-onActive);
|
33970
|
-
}
|
33971
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
|
33972
|
-
background-color: var(--Menu-dark-backgroundColor-onHover);
|
33973
|
-
}
|
33974
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title::before {
|
33975
|
-
content: "";
|
33976
|
-
position: absolute;
|
33977
|
-
top: 0;
|
33978
|
-
left: 0;
|
33979
|
-
bottom: 0;
|
33980
|
-
border-right: 3px solid var(--Menu-dark-selectedIndicator-color);
|
33981
|
-
transform: scaleY(1);
|
33982
|
-
opacity: 1;
|
33983
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
33984
|
-
}
|
33985
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
|
33986
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label {
|
33987
|
-
color: var(--Menu-dark-fontColor-onActive);
|
33988
|
-
}
|
33989
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-item-selected {
|
33990
|
-
background-color: var(--Menu-light-backgroundColor-onHover);
|
33991
|
-
}
|
33992
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-item-selected::before {
|
33993
|
-
content: "";
|
33994
|
-
position: absolute;
|
33995
|
-
top: 0;
|
33996
|
-
left: 0;
|
33997
|
-
bottom: 0;
|
33998
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
33999
|
-
transform: scaleY(1);
|
34000
|
-
opacity: 1;
|
34001
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
34002
|
-
}
|
34003
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34004
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
|
34005
|
-
color: var(--Menu-light-fontColor-onActive);
|
34006
|
-
}
|
34007
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
|
34008
|
-
background-color: var(--Menu-light-backgroundColor-onHover);
|
34009
|
-
}
|
34010
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title::before {
|
34011
|
-
content: "";
|
34012
|
-
position: absolute;
|
34013
|
-
top: 0;
|
34014
|
-
left: 0;
|
34015
|
-
bottom: 0;
|
34016
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
34017
|
-
transform: scaleY(1);
|
34018
|
-
opacity: 1;
|
34019
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
34020
|
-
}
|
34021
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
|
34022
|
-
.a-Nav-Menu-root.a-Nav-Menu-vertical.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label {
|
34023
|
-
color: var(--Menu-light-fontColor-onActive);
|
34024
|
-
}
|
34025
34648
|
.a-Nav-Menu .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected {
|
34026
34649
|
background-color: transparent;
|
34027
34650
|
}
|
@@ -34038,9 +34661,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34038
34661
|
.a-Nav-Menu .a-Nav-Menu-light .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
|
34039
34662
|
color: var(--Menu-light-ancestor-fontColor-onActive);
|
34040
34663
|
}
|
34041
|
-
.a-Nav-Menu .a-Nav-Menu-light .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-label, .a-Nav-Menu .a-Nav-Menu-light .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-icon {
|
34042
|
-
color: var(--Menu-light-ancestor-fontColor-onActive);
|
34043
|
-
}
|
34044
34664
|
.a-Nav-Menu .a-Nav-Menu-light .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
34045
34665
|
.a-Nav-Menu .a-Nav-Menu-light .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon {
|
34046
34666
|
color: var(--Menu-light-ancestor-fontColor-onActive);
|
@@ -34048,37 +34668,16 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34048
34668
|
.a-Nav-Menu > li.a-Nav-Menu-submenu {
|
34049
34669
|
padding: 0;
|
34050
34670
|
}
|
34051
|
-
.a-Nav-Menu-
|
34671
|
+
.a-Nav-Menu-vertical.a-Nav-Menu-sub {
|
34052
34672
|
min-width: 160px;
|
34053
34673
|
margin-top: 0;
|
34054
34674
|
border-radius: 2px;
|
34055
34675
|
box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
|
34056
34676
|
}
|
34057
|
-
.a-Nav-Menu-horizontal.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34058
|
-
.a-Nav-Menu-horizontal.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-vertical.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34059
|
-
.a-Nav-Menu-vertical.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-vertical-left.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34060
|
-
.a-Nav-Menu-vertical-left.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-vertical-right.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34061
|
-
.a-Nav-Menu-vertical-right.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
|
34062
|
-
color: var(--Menu-light-fontColor-onActive);
|
34063
|
-
}
|
34064
|
-
.a-Nav-Menu-dark .a-Nav-Menu-horizontal.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34065
|
-
.a-Nav-Menu-dark .a-Nav-Menu-horizontal.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-dark .a-Nav-Menu-vertical.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34066
|
-
.a-Nav-Menu-dark .a-Nav-Menu-vertical.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-dark .a-Nav-Menu-vertical-left.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34067
|
-
.a-Nav-Menu-dark .a-Nav-Menu-vertical-left.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-dark .a-Nav-Menu-vertical-right.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34068
|
-
.a-Nav-Menu-dark .a-Nav-Menu-vertical-right.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
|
34069
|
-
color: var(--Menu-dark-fontColor-onActive);
|
34070
|
-
}
|
34071
|
-
.a-Nav-Menu-light .a-Nav-Menu-horizontal.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34072
|
-
.a-Nav-Menu-light .a-Nav-Menu-horizontal.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-light .a-Nav-Menu-vertical.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34073
|
-
.a-Nav-Menu-light .a-Nav-Menu-vertical.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-light .a-Nav-Menu-vertical-left.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34074
|
-
.a-Nav-Menu-light .a-Nav-Menu-vertical-left.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label, .a-Nav-Menu-light .a-Nav-Menu-vertical-right.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34075
|
-
.a-Nav-Menu-light .a-Nav-Menu-vertical-right.a-Nav-Menu-sub .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
|
34076
|
-
color: var(--Menu-light-fontColor-onActive);
|
34077
|
-
}
|
34078
34677
|
.a-Nav-Menu-item, .a-Nav-Menu-submenu-title {
|
34079
34678
|
margin: 0;
|
34080
34679
|
position: relative;
|
34081
|
-
padding: 0;
|
34680
|
+
padding: 0 1rem;
|
34082
34681
|
line-height: 2.5rem;
|
34083
34682
|
display: block;
|
34084
34683
|
white-space: nowrap;
|
@@ -34087,8 +34686,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34087
34686
|
color: var(--Menu-light-fontColor);
|
34088
34687
|
}
|
34089
34688
|
.a-Nav-Menu-item:hover .a-Nav-Menu-item-label,
|
34090
|
-
.a-Nav-Menu-item:hover .a-Nav-Menu-item-icon,
|
34091
|
-
.a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-
|
34689
|
+
.a-Nav-Menu-item:hover .a-Nav-Menu-item-icon,
|
34690
|
+
.a-Nav-Menu-item:hover .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-label,
|
34691
|
+
.a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-icon,
|
34692
|
+
.a-Nav-Menu-submenu-title:hover .a-Nav-Menu-submenu-arrow {
|
34092
34693
|
color: var(--Menu-light-fontColor-onHover);
|
34093
34694
|
}
|
34094
34695
|
.a-Nav-Menu-item:hover .a-Nav-Menu-item-dragBar, .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-dragBar {
|
@@ -34099,8 +34700,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34099
34700
|
background-color: var(--Menu-dark-backgroundColor);
|
34100
34701
|
}
|
34101
34702
|
.a-Nav-Menu-dark .a-Nav-Menu-item:hover .a-Nav-Menu-item-label,
|
34102
|
-
.a-Nav-Menu-dark .a-Nav-Menu-item:hover .a-Nav-Menu-item-icon,
|
34103
|
-
.a-Nav-Menu-dark .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-
|
34703
|
+
.a-Nav-Menu-dark .a-Nav-Menu-item:hover .a-Nav-Menu-item-icon,
|
34704
|
+
.a-Nav-Menu-dark .a-Nav-Menu-item:hover .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-dark .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-label,
|
34705
|
+
.a-Nav-Menu-dark .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-icon,
|
34706
|
+
.a-Nav-Menu-dark .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-submenu-arrow {
|
34104
34707
|
color: var(--Menu-dark-fontColor-onHover);
|
34105
34708
|
}
|
34106
34709
|
.a-Nav-Menu-light .a-Nav-Menu-item, .a-Nav-Menu-light .a-Nav-Menu-submenu-title {
|
@@ -34108,8 +34711,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34108
34711
|
background-color: var(--Menu-light-backgroundColor);
|
34109
34712
|
}
|
34110
34713
|
.a-Nav-Menu-light .a-Nav-Menu-item:hover .a-Nav-Menu-item-label,
|
34111
|
-
.a-Nav-Menu-light .a-Nav-Menu-item:hover .a-Nav-Menu-item-icon,
|
34112
|
-
.a-Nav-Menu-light .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-
|
34714
|
+
.a-Nav-Menu-light .a-Nav-Menu-item:hover .a-Nav-Menu-item-icon,
|
34715
|
+
.a-Nav-Menu-light .a-Nav-Menu-item:hover .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-light .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-label,
|
34716
|
+
.a-Nav-Menu-light .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-icon,
|
34717
|
+
.a-Nav-Menu-light .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-submenu-arrow {
|
34113
34718
|
color: var(--Menu-light-fontColor-onHover);
|
34114
34719
|
}
|
34115
34720
|
.a-Nav-Menu-rtl .a-Nav-Menu-item, .a-Nav-Menu-rtl .a-Nav-Menu-submenu-title {
|
@@ -34118,6 +34723,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34118
34723
|
.a-Nav-Menu-item.a-Nav-Menu-item-disabled, .a-Nav-Menu-item.a-Nav-Menu-submenu-disabled, .a-Nav-Menu-submenu-title.a-Nav-Menu-item-disabled, .a-Nav-Menu-submenu-title.a-Nav-Menu-submenu-disabled {
|
34119
34724
|
color: #777 !important;
|
34120
34725
|
}
|
34726
|
+
.a-Nav-Menu-item-tooltip-wrap {
|
34727
|
+
padding: 0;
|
34728
|
+
}
|
34121
34729
|
.a-Nav-Menu-collapsed > .a-Nav-Menu-item, .a-Nav-Menu-collapsed > .a-Nav-Menu-submenu-title, .a-Nav-Menu-collapsed > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title {
|
34122
34730
|
text-overflow: initial;
|
34123
34731
|
}
|
@@ -34133,9 +34741,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34133
34741
|
position: absolute;
|
34134
34742
|
z-index: 1500;
|
34135
34743
|
}
|
34136
|
-
.a-Nav-Menu-submenu-popup .a-Nav-Menu-item {
|
34137
|
-
padding: 0 var(--Menu-Submenu-item-paddingX);
|
34138
|
-
}
|
34139
34744
|
.a-Nav-Menu-submenu > .a-Nav-Menu {
|
34140
34745
|
background-color: var(--Menu-light-backgroundColor);
|
34141
34746
|
}
|
@@ -34176,6 +34781,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34176
34781
|
.a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
34177
34782
|
color: var(--Menu-dark-fontColor);
|
34178
34783
|
}
|
34784
|
+
.a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-label,
|
34785
|
+
.a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-icon,
|
34786
|
+
.a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-submenu-arrow {
|
34787
|
+
color: var(--Menu-dark-fontColor-onHover);
|
34788
|
+
}
|
34179
34789
|
.a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active .a-Nav-Menu-submenu-title {
|
34180
34790
|
background-color: var(--Menu-dark-backgroundColor);
|
34181
34791
|
color: var(--Menu-dark-fontColor-onActive);
|
@@ -34189,12 +34799,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34189
34799
|
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
34190
34800
|
}
|
34191
34801
|
.a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
34192
|
-
.a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label
|
34802
|
+
.a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
34803
|
+
.a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
34193
34804
|
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
34194
34805
|
}
|
34195
|
-
.a-Nav-Menu-submenu-popup .a-Nav-Menu-vertical .a-Nav-Menu-submenu-arrow {
|
34196
|
-
width: 2rem;
|
34197
|
-
}
|
34198
34806
|
.a-Nav-Menu .a-Nav-Menu-submenu-title,
|
34199
34807
|
.a-Nav-Menu .a-Nav-Menu-item {
|
34200
34808
|
cursor: pointer;
|
@@ -34241,7 +34849,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34241
34849
|
background-color: var(--Menu-light-backgroundColor);
|
34242
34850
|
}
|
34243
34851
|
.a-Nav-Menu-horizontal > .a-Nav-Menu-item-tooltip-wrap > .a-Nav-Menu-item, .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title {
|
34244
|
-
padding: 0
|
34852
|
+
padding: 0 1rem;
|
34245
34853
|
height: var(--Menu-item-height--horizontal);
|
34246
34854
|
}
|
34247
34855
|
.a-Nav-Menu-horizontal > .a-Nav-Menu-item-tooltip-wrap > .a-Nav-Menu-item .a-Nav-Menu-item-link, .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-link {
|
@@ -34252,10 +34860,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34252
34860
|
.a-Nav-Menu-horizontal > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label {
|
34253
34861
|
line-height: var(--Menu-item-height--horizontal);
|
34254
34862
|
}
|
34255
|
-
.a-Nav-Menu-horizontal > .a-Nav-Menu-item-tooltip-wrap > .a-Nav-Menu-item .a-Nav-Menu-item-label, .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label {
|
34256
|
-
padding: 0;
|
34257
|
-
top: 0;
|
34258
|
-
}
|
34259
34863
|
.a-Nav-Menu-horizontal .a-Nav-Menu-item.a-Nav-Menu-item-selected:after {
|
34260
34864
|
content: " ";
|
34261
34865
|
width: 100%;
|
@@ -34293,8 +34897,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34293
34897
|
.a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow {
|
34294
34898
|
display: inline-block;
|
34295
34899
|
font-size: 0.5625rem;
|
34296
|
-
vertical-align: baseline;
|
34297
34900
|
text-align: center;
|
34901
|
+
vertical-align: middle;
|
34298
34902
|
text-transform: none;
|
34299
34903
|
text-rendering: auto;
|
34300
34904
|
line-height: 1.25rem;
|
@@ -34302,7 +34906,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34302
34906
|
color: var(--Menu-light-fontColor);
|
34303
34907
|
}
|
34304
34908
|
.a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow > svg {
|
34305
|
-
|
34909
|
+
top: auto;
|
34910
|
+
}
|
34911
|
+
.a-Nav-Menu-horizontal .a-Nav-Menu-item-label {
|
34306
34912
|
vertical-align: middle;
|
34307
34913
|
}
|
34308
34914
|
.a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-submenu-active, .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-item-active {
|
@@ -34328,8 +34934,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34328
34934
|
border-bottom: 2px solid var(--Menu-light-selectedIndicator-color);
|
34329
34935
|
}
|
34330
34936
|
.a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
|
34331
|
-
.a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label,
|
34332
|
-
.a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-item-selected .a-Nav-Menu-item-
|
34937
|
+
.a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label,
|
34938
|
+
.a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34939
|
+
.a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-item-selected .a-Nav-Menu-item-label,
|
34940
|
+
.a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-item-selected .a-Nav-Menu-submenu-arrow {
|
34333
34941
|
color: var(--Menu-light-fontColor-onActive);
|
34334
34942
|
}
|
34335
34943
|
.a-Nav-Menu-horizontal.a-Nav-Menu-light .a-Nav-Menu-submenu-arrow {
|
@@ -34346,15 +34954,12 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34346
34954
|
text-transform: none;
|
34347
34955
|
text-rendering: auto;
|
34348
34956
|
position: absolute;
|
34349
|
-
right:
|
34957
|
+
right: var(--Menu-Submenu-item-paddingX);
|
34350
34958
|
top: 0;
|
34351
|
-
width: 1.125rem;
|
34352
34959
|
line-height: var(--Menu-item-height--vertical);
|
34353
|
-
transform: rotate(-90deg);
|
34354
34960
|
}
|
34355
34961
|
.a-Nav-Menu-vertical .a-Nav-Menu-submenu-arrow > svg, .a-Nav-Menu-vertical-left .a-Nav-Menu-submenu-arrow > svg, .a-Nav-Menu-vertical-right .a-Nav-Menu-submenu-arrow > svg, .a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow > svg {
|
34356
|
-
|
34357
|
-
vertical-align: middle;
|
34962
|
+
top: auto;
|
34358
34963
|
}
|
34359
34964
|
.a-Nav-Menu-rtl .a-Nav-Menu-vertical .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-vertical .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-rtl .a-Nav-Menu-vertical-left .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-vertical-left .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-rtl .a-Nav-Menu-vertical-right .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-vertical-right .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-rtl .a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow {
|
34360
34965
|
right: auto;
|
@@ -34362,7 +34967,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34362
34967
|
}
|
34363
34968
|
.a-Nav-Menu-vertical.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap, .a-Nav-Menu-vertical-left.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap, .a-Nav-Menu-vertical-right.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap, .a-Nav-Menu-inline.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap {
|
34364
34969
|
padding-right: 0;
|
34365
|
-
padding-left:
|
34970
|
+
padding-left: 1rem;
|
34366
34971
|
}
|
34367
34972
|
.a-Nav-Menu-vertical.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-left.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-right.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-inline.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow {
|
34368
34973
|
right: auto;
|
@@ -34373,37 +34978,49 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34373
34978
|
.a-Nav-Menu-vertical.a-Nav-Menu-light .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-left.a-Nav-Menu-light .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-right.a-Nav-Menu-light .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-submenu-arrow {
|
34374
34979
|
color: var(--Menu-light-fontColor);
|
34375
34980
|
}
|
34376
|
-
.a-Nav-Menu-vertical-right .a-Nav-Menu-
|
34377
|
-
|
34981
|
+
.a-Nav-Menu-vertical-right .a-Nav-Menu-submenu-arrow {
|
34982
|
+
right: 0.625rem;
|
34378
34983
|
}
|
34379
34984
|
.a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow {
|
34380
34985
|
cursor: pointer;
|
34381
34986
|
transition: transform 0.3s;
|
34382
|
-
transform: rotate(
|
34987
|
+
transform: rotate(90deg);
|
34383
34988
|
}
|
34384
34989
|
.a-Nav-Menu-inline .a-Nav-Menu-submenu-open > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-horizontal .a-Nav-Menu-submenu-open > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
34385
|
-
transform: rotate(
|
34386
|
-
padding-bottom: 0.25rem;
|
34990
|
+
transform: rotate(270deg);
|
34387
34991
|
}
|
34388
34992
|
.a-Nav-Menu-collapsed .a-Nav-Menu-item-wrap {
|
34389
34993
|
overflow: hidden;
|
34390
34994
|
}
|
34391
|
-
.a-Nav-Menu-collapsed .a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu .a-Nav-Menu-submenu-title {
|
34392
|
-
padding: 0 var(--Menu-Submenu-title-paddingX) 0 calc(var(--Menu-Submenu-title-paddingX) - 1px);
|
34393
|
-
text-align: center;
|
34394
|
-
}
|
34395
34995
|
.a-Nav-Menu-collapsed .a-Nav-Menu-submenu-arrow {
|
34396
34996
|
display: none !important;
|
34397
34997
|
}
|
34998
|
+
.a-Nav-Menu-collapsed .a-Nav-Menu-item-group-title {
|
34999
|
+
display: none;
|
35000
|
+
}
|
35001
|
+
.a-Nav-Menu-collapsed .a-Nav-Menu-item-group-list .a-Nav-Menu-item-divider {
|
35002
|
+
height: 1px;
|
35003
|
+
width: 60%;
|
35004
|
+
margin: 0 auto;
|
35005
|
+
}
|
34398
35006
|
.a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu, .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu, .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu {
|
34399
35007
|
padding: 0;
|
34400
35008
|
}
|
34401
|
-
.a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu .a-Nav-Menu-submenu-title, .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu .a-Nav-Menu-submenu-title, .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu .a-Nav-Menu-submenu-title {
|
34402
|
-
padding: 0 var(--Menu-Submenu-item-paddingX);
|
34403
|
-
}
|
34404
35009
|
.a-Nav-Menu-submenu-rtl .a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu, .a-Nav-Menu-submenu-rtl .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu {
|
34405
35010
|
direction: rtl;
|
34406
35011
|
}
|
35012
|
+
.a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title, .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title, .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
|
35013
|
+
color: var(--Menu-light-fontColor-onActive);
|
35014
|
+
}
|
35015
|
+
.a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
|
35016
|
+
.a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label,
|
35017
|
+
.a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
|
35018
|
+
.a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label,
|
35019
|
+
.a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
|
35020
|
+
.a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label,
|
35021
|
+
.a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-arrow {
|
35022
|
+
color: var(--Menu-light-fontColor-onActive);
|
35023
|
+
}
|
34407
35024
|
.a-Nav-Menu-sub.a-Nav-Menu-inline {
|
34408
35025
|
padding: 0;
|
34409
35026
|
border: none;
|
@@ -34413,7 +35030,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34413
35030
|
.a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-item, .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title {
|
34414
35031
|
padding-top: 0;
|
34415
35032
|
padding-bottom: 0;
|
34416
|
-
padding-right: 0;
|
34417
35033
|
display: block;
|
34418
35034
|
white-space: nowrap;
|
34419
35035
|
overflow: hidden;
|
@@ -34426,7 +35042,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34426
35042
|
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
34427
35043
|
}
|
34428
35044
|
.a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu.a-Nav-Menu-submenu-dark.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
34429
|
-
.a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu.a-Nav-Menu-submenu-dark.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon
|
35045
|
+
.a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu.a-Nav-Menu-submenu-dark.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
35046
|
+
.a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu.a-Nav-Menu-submenu-dark.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
34430
35047
|
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
34431
35048
|
}
|
34432
35049
|
.a-Nav-Menu .a-Nav-Menu-item-disabled,
|
@@ -34558,56 +35175,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34558
35175
|
transform: scale(0, 0);
|
34559
35176
|
}
|
34560
35177
|
}
|
34561
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu {
|
34562
|
-
background-color: var(--Menu-dark-backgroundColor);
|
34563
|
-
}
|
34564
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item {
|
34565
|
-
color: var(--Menu-dark-fontColor);
|
34566
|
-
}
|
34567
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-item-icon,
|
34568
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-item-label {
|
34569
|
-
color: var(--Menu-dark-fontColor);
|
34570
|
-
}
|
34571
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item-active {
|
34572
|
-
background-color: var(--Menu-dark-backgroundColor);
|
34573
|
-
color: var(--Menu-dark-fontColor-onHover);
|
34574
|
-
}
|
34575
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-icon,
|
34576
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-label {
|
34577
|
-
color: var(--Menu-dark-fontColor-onHover);
|
34578
|
-
}
|
34579
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item-selected {
|
34580
|
-
background-color: var(--Menu-dark-backgroundColor);
|
34581
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
|
34582
|
-
}
|
34583
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
34584
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
|
34585
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
|
34586
|
-
}
|
34587
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title {
|
34588
|
-
color: var(--Menu-dark-fontColor);
|
34589
|
-
}
|
34590
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
34591
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
34592
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
34593
|
-
color: var(--Menu-dark-fontColor);
|
34594
|
-
}
|
34595
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active .a-Nav-Menu-submenu-title {
|
34596
|
-
background-color: var(--Menu-dark-backgroundColor);
|
34597
|
-
color: var(--Menu-dark-fontColor-onActive);
|
34598
|
-
}
|
34599
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
34600
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label {
|
34601
|
-
color: var(--Menu-dark-fontColor-onActive);
|
34602
|
-
}
|
34603
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title {
|
34604
|
-
background-color: var(--Menu-dark-backgroundColor);
|
34605
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
34606
|
-
}
|
34607
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
34608
|
-
.a-Nav-Menu-overflow-menu-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label {
|
34609
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
34610
|
-
}
|
34611
35178
|
.a-Nav-Menu-item-tooltip {
|
34612
35179
|
font-size: 12px;
|
34613
35180
|
color: #090714;
|