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/cxd-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: 2px;
|
9024
|
+
border-radius: 2px 2px 2px 2px;
|
8633
9025
|
height: 24px;
|
8634
9026
|
width: 24px;
|
8635
9027
|
}
|
@@ -8645,6 +9037,10 @@ body.video-react-full-window .video-react-fullscreen {
|
|
8645
9037
|
.rdtPicker td.rdtNew {
|
8646
9038
|
color: #b8babf;
|
8647
9039
|
}
|
9040
|
+
.rdtPicker td.rdtOld span,
|
9041
|
+
.rdtPicker td.rdtNew span {
|
9042
|
+
background: #ffffff;
|
9043
|
+
}
|
8648
9044
|
.rdtPicker td.rdtToday {
|
8649
9045
|
position: relative;
|
8650
9046
|
}
|
@@ -10604,7 +11000,7 @@ img.cxd-AsideNav-itemIcon {
|
|
10604
11000
|
}
|
10605
11001
|
.cxd-Button--enhance {
|
10606
11002
|
color: #2468f2;
|
10607
|
-
background:
|
11003
|
+
background: #ffffff;
|
10608
11004
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
10609
11005
|
border-width: 1px 1px 1px 1px;
|
10610
11006
|
border-style: solid solid solid solid;
|
@@ -10612,7 +11008,7 @@ img.cxd-AsideNav-itemIcon {
|
|
10612
11008
|
}
|
10613
11009
|
.cxd-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
10614
11010
|
color: #528eff;
|
10615
|
-
background:
|
11011
|
+
background: #ffffff;
|
10616
11012
|
border-color: #528eff #528eff #528eff #528eff;
|
10617
11013
|
border-width: 1px 1px 1px 1px;
|
10618
11014
|
border-style: solid solid solid solid;
|
@@ -10620,7 +11016,7 @@ img.cxd-AsideNav-itemIcon {
|
|
10620
11016
|
}
|
10621
11017
|
.cxd-Button--enhance:not(:disabled):not(.is-disabled).hover {
|
10622
11018
|
color: #528eff;
|
10623
|
-
background:
|
11019
|
+
background: #ffffff;
|
10624
11020
|
border-color: #528eff #528eff #528eff #528eff;
|
10625
11021
|
border-width: 1px 1px 1px 1px;
|
10626
11022
|
border-style: solid solid solid solid;
|
@@ -10628,7 +11024,7 @@ img.cxd-AsideNav-itemIcon {
|
|
10628
11024
|
}
|
10629
11025
|
.cxd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
10630
11026
|
color: #144bcc;
|
10631
|
-
background:
|
11027
|
+
background: #ffffff;
|
10632
11028
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
10633
11029
|
border-width: 1px 1px 1px 1px;
|
10634
11030
|
border-style: solid solid solid solid;
|
@@ -10636,7 +11032,7 @@ img.cxd-AsideNav-itemIcon {
|
|
10636
11032
|
}
|
10637
11033
|
.cxd-Button--enhance:not(:disabled):not(.is-disabled).active {
|
10638
11034
|
color: #144bcc;
|
10639
|
-
background:
|
11035
|
+
background: #ffffff;
|
10640
11036
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
10641
11037
|
border-width: 1px 1px 1px 1px;
|
10642
11038
|
border-style: solid solid solid solid;
|
@@ -10892,7 +11288,7 @@ img.cxd-AsideNav-itemIcon {
|
|
10892
11288
|
}
|
10893
11289
|
.cxd-Button--default {
|
10894
11290
|
color: #151b26;
|
10895
|
-
background:
|
11291
|
+
background: #ffffff;
|
10896
11292
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
10897
11293
|
border-width: 1px 1px 1px 1px;
|
10898
11294
|
border-style: solid solid solid solid;
|
@@ -10900,7 +11296,7 @@ img.cxd-AsideNav-itemIcon {
|
|
10900
11296
|
}
|
10901
11297
|
.cxd-Button--default:not(:disabled):not(.is-disabled):hover {
|
10902
11298
|
color: #2468f2;
|
10903
|
-
background:
|
11299
|
+
background: #ffffff;
|
10904
11300
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
10905
11301
|
border-width: 1px 1px 1px 1px;
|
10906
11302
|
border-style: solid solid solid solid;
|
@@ -10908,7 +11304,7 @@ img.cxd-AsideNav-itemIcon {
|
|
10908
11304
|
}
|
10909
11305
|
.cxd-Button--default:not(:disabled):not(.is-disabled).hover {
|
10910
11306
|
color: #2468f2;
|
10911
|
-
background:
|
11307
|
+
background: #ffffff;
|
10912
11308
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
10913
11309
|
border-width: 1px 1px 1px 1px;
|
10914
11310
|
border-style: solid solid solid solid;
|
@@ -10916,7 +11312,7 @@ img.cxd-AsideNav-itemIcon {
|
|
10916
11312
|
}
|
10917
11313
|
.cxd-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
10918
11314
|
color: #144bcc;
|
10919
|
-
background:
|
11315
|
+
background: #ffffff;
|
10920
11316
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
10921
11317
|
border-width: 1px 1px 1px 1px;
|
10922
11318
|
border-style: solid solid solid solid;
|
@@ -10924,7 +11320,7 @@ img.cxd-AsideNav-itemIcon {
|
|
10924
11320
|
}
|
10925
11321
|
.cxd-Button--default:not(:disabled):not(.is-disabled).active {
|
10926
11322
|
color: #144bcc;
|
10927
|
-
background:
|
11323
|
+
background: #ffffff;
|
10928
11324
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
10929
11325
|
border-width: 1px 1px 1px 1px;
|
10930
11326
|
border-style: solid solid solid solid;
|
@@ -10973,6 +11369,9 @@ img.cxd-AsideNav-itemIcon {
|
|
10973
11369
|
height: 0.875rem;
|
10974
11370
|
vertical-align: middle;
|
10975
11371
|
}
|
11372
|
+
.cxd-Button--size-default.cxd-Button--iconOnly {
|
11373
|
+
min-width: 2rem;
|
11374
|
+
}
|
10976
11375
|
.cxd-Button--size-xs {
|
10977
11376
|
font-size: 12px;
|
10978
11377
|
font-weight: 400;
|
@@ -11009,7 +11408,7 @@ img.cxd-AsideNav-itemIcon {
|
|
11009
11408
|
vertical-align: middle;
|
11010
11409
|
}
|
11011
11410
|
.cxd-Button--size-xs.cxd-Button--iconOnly {
|
11012
|
-
min-width:
|
11411
|
+
min-width: 1.375rem;
|
11013
11412
|
}
|
11014
11413
|
.cxd-Button--size-sm {
|
11015
11414
|
font-size: 12px;
|
@@ -11047,7 +11446,7 @@ img.cxd-AsideNav-itemIcon {
|
|
11047
11446
|
vertical-align: middle;
|
11048
11447
|
}
|
11049
11448
|
.cxd-Button--size-sm.cxd-Button--iconOnly {
|
11050
|
-
min-width:
|
11449
|
+
min-width: 1.875rem;
|
11051
11450
|
}
|
11052
11451
|
.cxd-Button--size-md {
|
11053
11452
|
font-size: 14px;
|
@@ -11085,7 +11484,7 @@ img.cxd-AsideNav-itemIcon {
|
|
11085
11484
|
vertical-align: middle;
|
11086
11485
|
}
|
11087
11486
|
.cxd-Button--size-md.cxd-Button--iconOnly {
|
11088
|
-
min-width:
|
11487
|
+
min-width: 2rem;
|
11089
11488
|
}
|
11090
11489
|
.cxd-Button--size-lg {
|
11091
11490
|
font-size: 14px;
|
@@ -11123,15 +11522,14 @@ img.cxd-AsideNav-itemIcon {
|
|
11123
11522
|
vertical-align: middle;
|
11124
11523
|
}
|
11125
11524
|
.cxd-Button--size-lg.cxd-Button--iconOnly {
|
11126
|
-
min-width:
|
11525
|
+
min-width: 2.375rem;
|
11127
11526
|
}
|
11128
11527
|
.cxd-Button--iconOnly {
|
11129
|
-
|
11528
|
+
padding: 0;
|
11130
11529
|
}
|
11131
11530
|
.cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
|
11132
11531
|
width: 0.875rem;
|
11133
11532
|
height: 0.875rem;
|
11134
|
-
top: 0.125rem;
|
11135
11533
|
}
|
11136
11534
|
.cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
|
11137
11535
|
.cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
|
@@ -11466,7 +11864,6 @@ input[type=button].cxd-Button--block {
|
|
11466
11864
|
.cxd-Badge-ribbon-out {
|
11467
11865
|
overflow: hidden;
|
11468
11866
|
position: absolute;
|
11469
|
-
top: 0;
|
11470
11867
|
bottom: 0;
|
11471
11868
|
right: 0;
|
11472
11869
|
}
|
@@ -11481,6 +11878,9 @@ input[type=button].cxd-Button--block {
|
|
11481
11878
|
width: 62.5rem;
|
11482
11879
|
top: 5px;
|
11483
11880
|
}
|
11881
|
+
.cxd-Badge-ribbon-out--top-left, .cxd-Badge-ribbon-out--top-right {
|
11882
|
+
top: 0;
|
11883
|
+
}
|
11484
11884
|
.cxd-Badge-ribbon-out--top-left, .cxd-Badge-ribbon-out--bottom-left {
|
11485
11885
|
left: 0;
|
11486
11886
|
right: auto;
|
@@ -11490,7 +11890,7 @@ input[type=button].cxd-Button--block {
|
|
11490
11890
|
left: 0;
|
11491
11891
|
right: auto;
|
11492
11892
|
}
|
11493
|
-
.cxd-Badge-ribbon--bottom-left {
|
11893
|
+
.cxd-Badge-ribbon--bottom-left, .cxd-Badge-ribbon-out--bottom--left {
|
11494
11894
|
transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
|
11495
11895
|
transform-origin: 50% 100%;
|
11496
11896
|
left: 0;
|
@@ -11498,7 +11898,7 @@ input[type=button].cxd-Button--block {
|
|
11498
11898
|
bottom: 5px;
|
11499
11899
|
top: auto;
|
11500
11900
|
}
|
11501
|
-
.cxd-Badge-ribbon--bottom-right {
|
11901
|
+
.cxd-Badge-ribbon--bottom-right, .cxd-Badge-ribbon-out--bottom--right {
|
11502
11902
|
transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
|
11503
11903
|
transform-origin: 50% 100%;
|
11504
11904
|
left: auto;
|
@@ -11598,7 +11998,6 @@ input[type=button].cxd-Button--block {
|
|
11598
11998
|
#f7f8fa;
|
11599
11999
|
border-top-left-radius: 6px;
|
11600
12000
|
border-top-right-radius: 6px;
|
11601
|
-
z-index: 150;
|
11602
12001
|
}
|
11603
12002
|
.cxd-Modal-header::before, .cxd-Modal-header::after {
|
11604
12003
|
display: table;
|
@@ -11618,6 +12017,7 @@ input[type=button].cxd-Button--block {
|
|
11618
12017
|
line-height: inherit;
|
11619
12018
|
text-decoration: none;
|
11620
12019
|
vertical-align: middle;
|
12020
|
+
z-index: 12;
|
11621
12021
|
}
|
11622
12022
|
.cxd-Modal-close svg {
|
11623
12023
|
width: 1rem;
|
@@ -12839,7 +13239,7 @@ input[type=button].cxd-Button--block {
|
|
12839
13239
|
z-index: 1;
|
12840
13240
|
width: 100%;
|
12841
13241
|
height: 100%;
|
12842
|
-
background-image: linear-gradient(180deg, hsla(
|
13242
|
+
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));
|
12843
13243
|
background-repeat: no-repeat;
|
12844
13244
|
background-position: top, bottom;
|
12845
13245
|
transform: translateZ(0);
|
@@ -13008,7 +13408,7 @@ input[type=button].cxd-Button--block {
|
|
13008
13408
|
.cxd-Toast--warning {
|
13009
13409
|
color: #151b26;
|
13010
13410
|
border-color: #ffffff;
|
13011
|
-
background:
|
13411
|
+
background: #ffffff;
|
13012
13412
|
}
|
13013
13413
|
.cxd-Toast--info {
|
13014
13414
|
color: #151b26;
|
@@ -13261,7 +13661,7 @@ input[type=button].cxd-Button--block {
|
|
13261
13661
|
}
|
13262
13662
|
.cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover {
|
13263
13663
|
color: #2468f2;
|
13264
|
-
background:
|
13664
|
+
background: #ffffff;
|
13265
13665
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
13266
13666
|
border-width: 1px 1px 1px 1px;
|
13267
13667
|
border-style: solid solid solid solid;
|
@@ -13269,7 +13669,7 @@ input[type=button].cxd-Button--block {
|
|
13269
13669
|
}
|
13270
13670
|
.cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled).hover {
|
13271
13671
|
color: #2468f2;
|
13272
|
-
background:
|
13672
|
+
background: #ffffff;
|
13273
13673
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
13274
13674
|
border-width: 1px 1px 1px 1px;
|
13275
13675
|
border-style: solid solid solid solid;
|
@@ -13277,7 +13677,7 @@ input[type=button].cxd-Button--block {
|
|
13277
13677
|
}
|
13278
13678
|
.cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
13279
13679
|
color: #144bcc;
|
13280
|
-
background:
|
13680
|
+
background: #ffffff;
|
13281
13681
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
13282
13682
|
border-width: 1px 1px 1px 1px;
|
13283
13683
|
border-style: solid solid solid solid;
|
@@ -13285,7 +13685,7 @@ input[type=button].cxd-Button--block {
|
|
13285
13685
|
}
|
13286
13686
|
.cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled).active {
|
13287
13687
|
color: #144bcc;
|
13288
|
-
background:
|
13688
|
+
background: #ffffff;
|
13289
13689
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
13290
13690
|
border-width: 1px 1px 1px 1px;
|
13291
13691
|
border-style: solid solid solid solid;
|
@@ -15481,19 +15881,34 @@ input[type=button].cxd-Button--block {
|
|
15481
15881
|
text-overflow: ellipsis;
|
15482
15882
|
white-space: nowrap;
|
15483
15883
|
}
|
15484
|
-
.cxd-ButtonGroup > .cxd-Button:hover
|
15884
|
+
.cxd-ButtonGroup > .cxd-Button:hover,
|
15885
|
+
.cxd-ButtonGroup .cxd-Badge:hover {
|
15485
15886
|
z-index: 1;
|
15486
15887
|
}
|
15487
|
-
.cxd-ButtonGroup > .cxd-Button.hover
|
15888
|
+
.cxd-ButtonGroup > .cxd-Button.hover,
|
15889
|
+
.cxd-ButtonGroup .cxd-Badge.hover {
|
15488
15890
|
z-index: 1;
|
15489
15891
|
}
|
15490
|
-
.cxd-ButtonGroup > .cxd-Button:focus, .cxd-ButtonGroup > .cxd-Button:active, .cxd-ButtonGroup > .cxd-Button.active, .cxd-ButtonGroup > .cxd-Button.is-active
|
15892
|
+
.cxd-ButtonGroup > .cxd-Button:focus, .cxd-ButtonGroup > .cxd-Button:active, .cxd-ButtonGroup > .cxd-Button.active, .cxd-ButtonGroup > .cxd-Button.is-active,
|
15893
|
+
.cxd-ButtonGroup .cxd-Badge:focus,
|
15894
|
+
.cxd-ButtonGroup .cxd-Badge:active,
|
15895
|
+
.cxd-ButtonGroup .cxd-Badge.active,
|
15896
|
+
.cxd-ButtonGroup .cxd-Badge.is-active {
|
15491
15897
|
z-index: 1;
|
15492
15898
|
}
|
15899
|
+
.cxd-ButtonGroup .cxd-Badge .cxd-Badge-text,
|
15900
|
+
.cxd-ButtonGroup .cxd-Badge .cxd-Badge-dot,
|
15901
|
+
.cxd-ButtonGroup .cxd-Badge .cxd-Badge-ribbon,
|
15902
|
+
.cxd-ButtonGroup .cxd-Badge .cxd-Badge-dot {
|
15903
|
+
z-index: 2;
|
15904
|
+
}
|
15493
15905
|
.cxd-ButtonGroup .cxd-Button + .cxd-Button,
|
15494
15906
|
.cxd-ButtonGroup .cxd-Button + .cxd-ButtonGroup,
|
15907
|
+
.cxd-ButtonGroup .cxd-Button + .cxd-Badge,
|
15495
15908
|
.cxd-ButtonGroup .cxd-ButtonGroup + .cxd-Button,
|
15496
|
-
.cxd-ButtonGroup .cxd-ButtonGroup + .cxd-ButtonGroup
|
15909
|
+
.cxd-ButtonGroup .cxd-ButtonGroup + .cxd-ButtonGroup,
|
15910
|
+
.cxd-ButtonGroup .cxd-Badge + .cxd-Badge,
|
15911
|
+
.cxd-ButtonGroup .cxd-Badge + .cxd-Button {
|
15497
15912
|
margin-left: calc(1px * -1);
|
15498
15913
|
}
|
15499
15914
|
.cxd-ButtonGroup--block {
|
@@ -15510,7 +15925,8 @@ input[type=button].cxd-Button--block {
|
|
15510
15925
|
margin-top: 0.25rem;
|
15511
15926
|
width: auto;
|
15512
15927
|
}
|
15513
|
-
.cxd-ButtonGroup > .cxd-Button:first-child
|
15928
|
+
.cxd-ButtonGroup > .cxd-Button:first-child,
|
15929
|
+
.cxd-ButtonGroup > .cxd-Badge .cxd-Button {
|
15514
15930
|
margin-left: 0;
|
15515
15931
|
}
|
15516
15932
|
.cxd-ButtonGroup .cxd-Button--primary.is-active {
|
@@ -15518,12 +15934,14 @@ input[type=button].cxd-Button--block {
|
|
15518
15934
|
background: #2468f2;
|
15519
15935
|
}
|
15520
15936
|
.cxd-ButtonGroup > .cxd-Button:not(:last-child),
|
15521
|
-
.cxd-ButtonGroup > .cxd-ButtonGroup:not(:last-child) > .cxd-Button
|
15937
|
+
.cxd-ButtonGroup > .cxd-ButtonGroup:not(:last-child) > .cxd-Button,
|
15938
|
+
.cxd-ButtonGroup > .cxd-Badge:not(:last-child) > .cxd-Button {
|
15522
15939
|
border-top-right-radius: 0;
|
15523
15940
|
border-bottom-right-radius: 0;
|
15524
15941
|
}
|
15525
15942
|
.cxd-ButtonGroup > .cxd-Button:not(:first-child),
|
15526
|
-
.cxd-ButtonGroup > .cxd-ButtonGroup:not(:first-child) > .cxd-Button
|
15943
|
+
.cxd-ButtonGroup > .cxd-ButtonGroup:not(:first-child) > .cxd-Button,
|
15944
|
+
.cxd-ButtonGroup > .cxd-Badge:not(:first-child) > .cxd-Button {
|
15527
15945
|
border-top-left-radius: 0;
|
15528
15946
|
border-bottom-left-radius: 0;
|
15529
15947
|
}
|
@@ -15542,28 +15960,35 @@ input[type=button].cxd-Button--block {
|
|
15542
15960
|
}
|
15543
15961
|
.cxd-ButtonGroup--vertical > .cxd-Button + .cxd-Button,
|
15544
15962
|
.cxd-ButtonGroup--vertical > .cxd-Button + .cxd-ButtonGroup,
|
15963
|
+
.cxd-ButtonGroup--vertical > .cxd-Button + .cxd-Badge,
|
15545
15964
|
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup + .cxd-Button,
|
15546
|
-
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup + .cxd-ButtonGroup
|
15965
|
+
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup + .cxd-ButtonGroup,
|
15966
|
+
.cxd-ButtonGroup--vertical > .cxd-Badge + .cxd-Badge,
|
15967
|
+
.cxd-ButtonGroup--vertical > .cxd-Badge + .cxd-Button {
|
15547
15968
|
margin-top: calc(1px * -1);
|
15548
15969
|
margin-left: 0;
|
15549
15970
|
}
|
15550
15971
|
.cxd-ButtonGroup--vertical > .cxd-Button:not(:last-child),
|
15551
|
-
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:last-child) > .cxd-Button
|
15972
|
+
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:last-child) > .cxd-Button,
|
15973
|
+
.cxd-ButtonGroup--vertical > .cxd-Badge:not(:last-child) > .cxd-Button {
|
15552
15974
|
border-bottom-left-radius: 0;
|
15553
15975
|
border-bottom-right-radius: 0;
|
15554
15976
|
}
|
15555
15977
|
.cxd-ButtonGroup--vertical > .cxd-Button:not(:first-child),
|
15556
|
-
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:first-child) > .btn
|
15978
|
+
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:first-child) > .btn,
|
15979
|
+
.cxd-ButtonGroup--vertical > .cxd-Badge:not(:first-child) > .btn {
|
15557
15980
|
border-top-left-radius: 0;
|
15558
15981
|
border-top-right-radius: 0;
|
15559
15982
|
}
|
15560
15983
|
.cxd-ButtonGroup--vertical > .cxd-Button:first-child,
|
15561
|
-
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:first-child > .cxd-Button:first-child
|
15562
|
-
|
15984
|
+
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:first-child > .cxd-Button:first-child,
|
15985
|
+
.cxd-ButtonGroup--vertical > .cxd-Badge:first-child > .cxd-Button:first-child {
|
15986
|
+
border-top-right-radius: 4px;
|
15563
15987
|
}
|
15564
15988
|
.cxd-ButtonGroup--vertical > .cxd-Button:last-child,
|
15565
|
-
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:last-child > .cxd-Button:last-child
|
15566
|
-
|
15989
|
+
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:last-child > .cxd-Button:last-child,
|
15990
|
+
.cxd-ButtonGroup--vertical > .cxd-Badge:last-child > .cxd-Button:last-child {
|
15991
|
+
border-bottom-left-radius: 4px;
|
15567
15992
|
}
|
15568
15993
|
.cxd-ButtonGroup--tiled {
|
15569
15994
|
display: flex;
|
@@ -15697,6 +16122,9 @@ input[type=button].cxd-Button--block {
|
|
15697
16122
|
border: none;
|
15698
16123
|
box-shadow: none;
|
15699
16124
|
}
|
16125
|
+
.cxd-DropDown-popover > .cxd-DropDown-menu-root {
|
16126
|
+
position: relative;
|
16127
|
+
}
|
15700
16128
|
.cxd-DropDown > .cxd-Button {
|
15701
16129
|
min-width: unset;
|
15702
16130
|
}
|
@@ -15748,7 +16176,7 @@ input[type=button].cxd-Button--block {
|
|
15748
16176
|
background: transparent !important;
|
15749
16177
|
}
|
15750
16178
|
.cxd-ScheduleCalendar .rdt .rdtPicker td.rdtActive:hover {
|
15751
|
-
background: #
|
16179
|
+
background: #f7f8fa;
|
15752
16180
|
}
|
15753
16181
|
.cxd-ScheduleCalendar-large {
|
15754
16182
|
width: 100%;
|
@@ -15919,7 +16347,9 @@ input[type=button].cxd-Button--block {
|
|
15919
16347
|
height: 2.25rem;
|
15920
16348
|
margin: 0.4375rem 0;
|
15921
16349
|
border-radius: 6px;
|
15922
|
-
display:
|
16350
|
+
display: flex;
|
16351
|
+
justify-content: center;
|
16352
|
+
align-items: center;
|
15923
16353
|
}
|
15924
16354
|
.cxd-CalendarMobile-footer .is-disabled {
|
15925
16355
|
opacity: 0.5;
|
@@ -15964,7 +16394,7 @@ input[type=button].cxd-Button--block {
|
|
15964
16394
|
display: none;
|
15965
16395
|
}
|
15966
16396
|
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
15967
|
-
background:
|
16397
|
+
background: #e6f0ff !important;
|
15968
16398
|
color: var(--Button--primary-bg);
|
15969
16399
|
}
|
15970
16400
|
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween::after {
|
@@ -15980,11 +16410,11 @@ input[type=button].cxd-Button--block {
|
|
15980
16410
|
}
|
15981
16411
|
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
15982
16412
|
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
15983
|
-
background: linear-gradient(to right, transparent 0%, transparent 50%,
|
16413
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, #e6f0ff 51%, #e6f0ff 100%) !important;
|
15984
16414
|
}
|
15985
16415
|
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
15986
16416
|
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
15987
|
-
background: linear-gradient(to right,
|
16417
|
+
background: linear-gradient(to right, #e6f0ff 0%, #e6f0ff 50%, transparent 51%, transparent 100%) !important;
|
15988
16418
|
}
|
15989
16419
|
.cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtToday {
|
15990
16420
|
border: none;
|
@@ -16109,7 +16539,7 @@ input[type=button].cxd-Button--block {
|
|
16109
16539
|
text-align: center;
|
16110
16540
|
margin-right: 0.25rem;
|
16111
16541
|
}
|
16112
|
-
.cxd-Collapse.is-active .cxd-Collapse-arrow {
|
16542
|
+
.cxd-Collapse.is-active > .cxd-Collapse-header > .cxd-Collapse-arrow-wrap > .cxd-Collapse-arrow {
|
16113
16543
|
transform: rotate(90deg);
|
16114
16544
|
transform-origin: 50% 50%;
|
16115
16545
|
}
|
@@ -16160,7 +16590,7 @@ input[type=button].cxd-Button--block {
|
|
16160
16590
|
font-size: 12px;
|
16161
16591
|
font-weight: 400;
|
16162
16592
|
line-height: 1.5;
|
16163
|
-
background:
|
16593
|
+
background: #ffffff;
|
16164
16594
|
}
|
16165
16595
|
.cxd-Form .cxd-Collapse {
|
16166
16596
|
border: none;
|
@@ -18559,10 +18989,6 @@ input[type=button].cxd-Button--block {
|
|
18559
18989
|
flex-wrap: wrap;
|
18560
18990
|
justify-content: space-between;
|
18561
18991
|
}
|
18562
|
-
.cxd-InputTable-toolbar .cxd-Button {
|
18563
|
-
border-color: transparent;
|
18564
|
-
color: #2468f2;
|
18565
|
-
}
|
18566
18992
|
.cxd-InputTable-pager {
|
18567
18993
|
margin-left: auto;
|
18568
18994
|
}
|
@@ -21495,6 +21921,12 @@ input[type=button].cxd-Button--block {
|
|
21495
21921
|
width: 1.25rem;
|
21496
21922
|
height: 1.25rem;
|
21497
21923
|
}
|
21924
|
+
.cxd-Carousel.cxd-Carousel-arrow--always .cxd-Carousel-leftArrow {
|
21925
|
+
display: block;
|
21926
|
+
}
|
21927
|
+
.cxd-Carousel.cxd-Carousel-arrow--always .cxd-Carousel-rightArrow {
|
21928
|
+
display: block;
|
21929
|
+
}
|
21498
21930
|
.cxd-Carousel:hover .cxd-Carousel-leftArrow {
|
21499
21931
|
display: block;
|
21500
21932
|
}
|
@@ -21998,7 +22430,6 @@ input[type=button].cxd-Button--block {
|
|
21998
22430
|
}
|
21999
22431
|
.cxd-InputBox-clear svg {
|
22000
22432
|
fill: #d4d6d9;
|
22001
|
-
top: 0;
|
22002
22433
|
width: 14px;
|
22003
22434
|
height: 14px;
|
22004
22435
|
}
|
@@ -22266,6 +22697,22 @@ input[type=button].cxd-Button--block {
|
|
22266
22697
|
align-items: center;
|
22267
22698
|
border-radius: 3px;
|
22268
22699
|
position: relative;
|
22700
|
+
color: #151b26;
|
22701
|
+
font-weight: 400;
|
22702
|
+
border-width: 1px
|
22703
|
+
1px
|
22704
|
+
1px
|
22705
|
+
1px;
|
22706
|
+
border-style: solid solid solid solid;
|
22707
|
+
border-color: #e8e9eb
|
22708
|
+
#e8e9eb
|
22709
|
+
#e8e9eb
|
22710
|
+
#e8e9eb;
|
22711
|
+
border-radius: 4px
|
22712
|
+
4px
|
22713
|
+
4px
|
22714
|
+
4px;
|
22715
|
+
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
22269
22716
|
}
|
22270
22717
|
.cxd-ResultBox input {
|
22271
22718
|
flex-basis: 1.875rem;
|
@@ -22303,29 +22750,39 @@ input[type=button].cxd-Button--block {
|
|
22303
22750
|
border-color: #f23d3d;
|
22304
22751
|
background: #ffffff;
|
22305
22752
|
}
|
22306
|
-
.cxd-ResultBox.is-focused, .cxd-ResultBox
|
22753
|
+
.cxd-ResultBox.is-focused, .cxd-ResultBox:focus {
|
22307
22754
|
outline: none;
|
22308
|
-
|
22309
|
-
|
22755
|
+
background: #ffffff;
|
22756
|
+
border-width: 1px 1px 1px 1px;
|
22757
|
+
border-style: solid solid solid solid;
|
22758
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
22759
|
+
}
|
22760
|
+
.cxd-ResultBox.is-active, .cxd-ResultBox.is-opened {
|
22761
|
+
border-width: 1px 1px 1px 1px;
|
22762
|
+
border-style: solid solid solid solid;
|
22763
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
22764
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
22310
22765
|
background: #ffffff;
|
22311
22766
|
}
|
22312
22767
|
.cxd-ResultBox.is-clickable:not(.is-disabled) {
|
22313
22768
|
cursor: pointer;
|
22314
22769
|
}
|
22315
22770
|
.cxd-ResultBox.is-clickable:not(.is-disabled):hover {
|
22316
|
-
border-color: #2468f2;
|
22317
|
-
box-shadow: none;
|
22318
22771
|
background: #ffffff;
|
22772
|
+
border-width: 1px 1px 1px 1px;
|
22773
|
+
border-style: solid solid solid solid;
|
22774
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
22319
22775
|
}
|
22320
22776
|
.cxd-ResultBox.is-error.is-focused {
|
22321
22777
|
border-color: #f23d3d;
|
22322
22778
|
}
|
22323
22779
|
.cxd-ResultBox.is-disabled {
|
22324
22780
|
color: #b8babf;
|
22325
|
-
background: #f7f8fa;
|
22326
|
-
border-color: #e8e9eb;
|
22327
22781
|
pointer-events: none;
|
22328
|
-
|
22782
|
+
border-width: 1px 1px 1px 1px;
|
22783
|
+
border-style: solid solid solid solid;
|
22784
|
+
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
22785
|
+
background: #f7f8fa;
|
22329
22786
|
}
|
22330
22787
|
.cxd-ResultBox.is-disabled div.cxd-ResultBox-value {
|
22331
22788
|
background: #e8e9eb;
|
@@ -22389,7 +22846,6 @@ input[type=button].cxd-Button--block {
|
|
22389
22846
|
}
|
22390
22847
|
.cxd-ResultBox-clear svg {
|
22391
22848
|
fill: #d4d6d9;
|
22392
|
-
top: 0;
|
22393
22849
|
width: 14px;
|
22394
22850
|
height: 14px;
|
22395
22851
|
}
|
@@ -22420,19 +22876,18 @@ input[type=button].cxd-Button--block {
|
|
22420
22876
|
}
|
22421
22877
|
.cxd-ResultBox-value {
|
22422
22878
|
background: #f7f8fa;
|
22423
|
-
color: #
|
22424
|
-
font-size:
|
22425
|
-
padding: 0 0.25rem;
|
22879
|
+
color: #151b26;
|
22880
|
+
font-size: 12px;
|
22426
22881
|
min-height: 1.5rem;
|
22427
22882
|
flex-wrap: nowrap;
|
22428
22883
|
display: inline-flex;
|
22429
22884
|
align-items: center;
|
22430
|
-
|
22431
|
-
margin
|
22885
|
+
padding: 0rem 0.25rem 0rem 0.25rem;
|
22886
|
+
margin: 0rem 0.25rem 0.125rem 0rem;
|
22432
22887
|
-webkit-user-select: none;
|
22433
22888
|
-moz-user-select: none;
|
22434
22889
|
user-select: none;
|
22435
|
-
border-radius:
|
22890
|
+
border-radius: 2px 2px 2px 2px;
|
22436
22891
|
}
|
22437
22892
|
.cxd-ResultBox-value > a {
|
22438
22893
|
cursor: pointer;
|
@@ -22440,7 +22895,7 @@ input[type=button].cxd-Button--block {
|
|
22440
22895
|
color: #b8babf;
|
22441
22896
|
}
|
22442
22897
|
.cxd-ResultBox-value > a:hover {
|
22443
|
-
color: #
|
22898
|
+
color: #151b26;
|
22444
22899
|
}
|
22445
22900
|
.cxd-ResultBox-value > a > svg {
|
22446
22901
|
width: 0.625rem;
|
@@ -22450,7 +22905,7 @@ input[type=button].cxd-Button--block {
|
|
22450
22905
|
top: 0;
|
22451
22906
|
}
|
22452
22907
|
.cxd-ResultBox-value:hover {
|
22453
|
-
background:
|
22908
|
+
background: #e6f0ff;
|
22454
22909
|
}
|
22455
22910
|
.cxd-ResultBox-value.is-disabled {
|
22456
22911
|
pointer-events: none;
|
@@ -22473,9 +22928,6 @@ input[type=button].cxd-Button--block {
|
|
22473
22928
|
padding-left: 8px;
|
22474
22929
|
min-height: 24px;
|
22475
22930
|
}
|
22476
|
-
.cxd-ResultBox.cxd-TransferDropDown {
|
22477
|
-
padding: 0 0.75rem;
|
22478
|
-
}
|
22479
22931
|
.cxd-ResultBox.cxd-TransferDropDown.is-group > .cxd-TransferDropDown-icon {
|
22480
22932
|
margin-right: 0.5rem;
|
22481
22933
|
}
|
@@ -22486,7 +22938,7 @@ input[type=button].cxd-Button--block {
|
|
22486
22938
|
background: #f7f8fa;
|
22487
22939
|
}
|
22488
22940
|
.cxd-ResultBox.cxd-TransferDropDown > .cxd-ResultBox-value:hover {
|
22489
|
-
background: #
|
22941
|
+
background: #e6f0ff;
|
22490
22942
|
}
|
22491
22943
|
.cxd-ResultBox-overflow-wrapper {
|
22492
22944
|
display: flex;
|
@@ -22536,7 +22988,6 @@ input[type=button].cxd-Button--block {
|
|
22536
22988
|
}
|
22537
22989
|
.cxd-ResultBox.is-mobile .cxd-ResultBox-clear svg {
|
22538
22990
|
fill: #d4d6d9;
|
22539
|
-
top: 0;
|
22540
22991
|
width: 14px;
|
22541
22992
|
height: 14px;
|
22542
22993
|
}
|
@@ -22989,7 +23440,7 @@ input[type=button].cxd-Button--block {
|
|
22989
23440
|
.cxd-Steps .cxd-StepsItem-containerIcon {
|
22990
23441
|
vertical-align: top;
|
22991
23442
|
display: inline-block;
|
22992
|
-
|
23443
|
+
margin-right: 0.625rem;
|
22993
23444
|
}
|
22994
23445
|
.cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon {
|
22995
23446
|
display: inline-block;
|
@@ -23069,13 +23520,17 @@ input[type=button].cxd-Button--block {
|
|
23069
23520
|
min-height: 75px;
|
23070
23521
|
overflow: hidden !important;
|
23071
23522
|
}
|
23523
|
+
.cxd-Steps--vertical .cxd-StepsItem-containerIcon {
|
23524
|
+
position: relative;
|
23525
|
+
}
|
23072
23526
|
.cxd-Steps--vertical .cxd-StepsItem-containerIcon:after {
|
23073
23527
|
content: "";
|
23074
23528
|
position: absolute;
|
23529
|
+
left: 50%;
|
23530
|
+
transform: translateX(-50%);
|
23075
23531
|
right: 0;
|
23076
23532
|
top: 2.25rem;
|
23077
23533
|
height: 9999px;
|
23078
|
-
left: 0.6875rem;
|
23079
23534
|
width: 1px;
|
23080
23535
|
background-color: #e8e9eb;
|
23081
23536
|
}
|
@@ -23811,6 +24266,15 @@ fieldset.cxd-Collapse--lg:after {
|
|
23811
24266
|
.cxd-InputGroup:not(.is-inline) {
|
23812
24267
|
display: flex;
|
23813
24268
|
}
|
24269
|
+
.cxd-InputGroup-validation--full.is-error > .cxd-Form-control {
|
24270
|
+
border-color: #f23d3d;
|
24271
|
+
transition: all 0.2s;
|
24272
|
+
}
|
24273
|
+
.cxd-InputGroup-validation--partial.is-error > .cxd-Form-control.is-error {
|
24274
|
+
border-color: #f23d3d;
|
24275
|
+
background: #ffffff;
|
24276
|
+
transition: all 0.2s;
|
24277
|
+
}
|
23814
24278
|
.cxd-TextControl {
|
23815
24279
|
position: relative;
|
23816
24280
|
max-width: 100%;
|
@@ -23905,7 +24369,6 @@ fieldset.cxd-Collapse--lg:after {
|
|
23905
24369
|
}
|
23906
24370
|
.cxd-TextControl-clear svg {
|
23907
24371
|
fill: #d4d6d9;
|
23908
|
-
top: 0;
|
23909
24372
|
width: 14px;
|
23910
24373
|
height: 14px;
|
23911
24374
|
}
|
@@ -23933,7 +24396,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
23933
24396
|
}
|
23934
24397
|
.cxd-TextControl .cxd-TextControl-clear svg {
|
23935
24398
|
font-size: 0.875rem;
|
23936
|
-
fill: #
|
24399
|
+
fill: #d4d6d9;
|
23937
24400
|
width: 0.875rem;
|
23938
24401
|
height: 0.875rem;
|
23939
24402
|
}
|
@@ -23949,7 +24412,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
23949
24412
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
23950
24413
|
border-radius: 4px 4px 4px 4px;
|
23951
24414
|
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
23952
|
-
background:
|
24415
|
+
background: #ffffff;
|
23953
24416
|
height: 2rem;
|
23954
24417
|
}
|
23955
24418
|
.cxd-TextControl-input:hover, .cxd-TextControl-input.hover {
|
@@ -23958,7 +24421,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
23958
24421
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
23959
24422
|
border-radius: 4px 4px 4px 4px;
|
23960
24423
|
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
23961
|
-
background:
|
24424
|
+
background: #ffffff;
|
23962
24425
|
}
|
23963
24426
|
.cxd-TextControl.is-focused > .cxd-TextControl-input, .cxd-TextControl-input.active {
|
23964
24427
|
border-width: 1px 1px 1px 1px;
|
@@ -23966,7 +24429,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
23966
24429
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
23967
24430
|
border-radius: 4px 4px 4px 4px;
|
23968
24431
|
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
23969
|
-
background:
|
24432
|
+
background: #ffffff;
|
23970
24433
|
box-shadow: 0px 0px 0px 0px transparent;
|
23971
24434
|
}
|
23972
24435
|
.cxd-TextControl.is-disabled > .cxd-TextControl-input {
|
@@ -24002,6 +24465,11 @@ fieldset.cxd-Collapse--lg:after {
|
|
24002
24465
|
display: flex;
|
24003
24466
|
flex-wrap: nowrap;
|
24004
24467
|
}
|
24468
|
+
.cxd-TextControl--withAddOn:hover .cxd-TextControl-input,
|
24469
|
+
.cxd-TextControl--withAddOn:hover .cxd-Button,
|
24470
|
+
.cxd-TextControl--withAddOn:hover .cxd-TextControl-addOn {
|
24471
|
+
border-color: #2468f2;
|
24472
|
+
}
|
24005
24473
|
@media (min-width: 576px) {
|
24006
24474
|
.cxd-TextControl--withAddOn.cxd-Form-control--sizeXs, .cxd-TextControl--withAddOn.cxd-Form-control--sizeSm, .cxd-TextControl--withAddOn.cxd-Form-control--sizeMd, .cxd-TextControl--withAddOn.cxd-Form-control--sizeLg {
|
24007
24475
|
display: inline-flex;
|
@@ -24010,17 +24478,17 @@ fieldset.cxd-Collapse--lg:after {
|
|
24010
24478
|
min-width: unset;
|
24011
24479
|
}
|
24012
24480
|
}
|
24013
|
-
.cxd-TextControl--withAddOn > .cxd-TextControl-input {
|
24481
|
+
.cxd-TextControl--withAddOn > .cxd-TextControl-input, .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-input {
|
24014
24482
|
flex-basis: 1;
|
24015
24483
|
flex-grow: 1;
|
24016
24484
|
min-width: 0;
|
24017
24485
|
border-radius: 0;
|
24018
24486
|
}
|
24019
|
-
.cxd-TextControl--withAddOn > .cxd-TextControl-input:first-child {
|
24487
|
+
.cxd-TextControl--withAddOn > .cxd-TextControl-input:first-child, .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-input:first-child {
|
24020
24488
|
border-top-left-radius: 4px;
|
24021
24489
|
border-bottom-left-radius: 4px;
|
24022
24490
|
}
|
24023
|
-
.cxd-TextControl--withAddOn > .cxd-TextControl-input:last-child {
|
24491
|
+
.cxd-TextControl--withAddOn > .cxd-TextControl-input:last-child, .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-input:last-child {
|
24024
24492
|
border-top-right-radius: 4px;
|
24025
24493
|
border-bottom-right-radius: 4px;
|
24026
24494
|
}
|
@@ -24030,17 +24498,19 @@ fieldset.cxd-Collapse--lg:after {
|
|
24030
24498
|
justify-content: center;
|
24031
24499
|
padding-left: 0.625rem;
|
24032
24500
|
padding-right: 0.625rem;
|
24033
|
-
background:
|
24501
|
+
background: #ffffff;
|
24034
24502
|
color: #151b26;
|
24035
24503
|
border-width: 1px 0 1px 0;
|
24036
24504
|
border-style: solid solid solid solid;
|
24037
24505
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
24038
24506
|
}
|
24039
24507
|
.cxd-TextControl-addOn:hover {
|
24040
|
-
background:
|
24508
|
+
background: #ffffff;
|
24041
24509
|
}
|
24042
24510
|
.cxd-TextControl-addOn:first-child {
|
24043
24511
|
border-left-width: 1px;
|
24512
|
+
border-top-left-radius: 4px;
|
24513
|
+
border-bottom-left-radius: 4px;
|
24044
24514
|
}
|
24045
24515
|
.cxd-TextControl-addOn:last-child {
|
24046
24516
|
border-right-width: 1px;
|
@@ -24051,7 +24521,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
24051
24521
|
position: relative;
|
24052
24522
|
border-radius: 0;
|
24053
24523
|
margin-left: -0.0625rem;
|
24054
|
-
|
24524
|
+
transition: none;
|
24055
24525
|
}
|
24056
24526
|
.cxd-TextControl--withAddOn > .cxd-TextControl-button:not(:last-child) .cxd-Button {
|
24057
24527
|
border-right: 0;
|
@@ -24346,7 +24816,6 @@ input.cxd-TextControl-input-password {
|
|
24346
24816
|
}
|
24347
24817
|
.cxd-TextareaControl-clear svg {
|
24348
24818
|
fill: #d4d6d9;
|
24349
|
-
top: 0;
|
24350
24819
|
width: 14px;
|
24351
24820
|
height: 14px;
|
24352
24821
|
}
|
@@ -24445,7 +24914,6 @@ input.cxd-TextControl-input-password {
|
|
24445
24914
|
}
|
24446
24915
|
.cxd-TextareaControl-clear svg {
|
24447
24916
|
fill: #d4d6d9;
|
24448
|
-
top: 0;
|
24449
24917
|
width: 14px;
|
24450
24918
|
height: 14px;
|
24451
24919
|
}
|
@@ -24565,21 +25033,21 @@ input.cxd-TextControl-input-password {
|
|
24565
25033
|
border-style: solid solid solid solid;
|
24566
25034
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
24567
25035
|
border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
|
24568
|
-
background:
|
25036
|
+
background: #ffffff;
|
24569
25037
|
}
|
24570
25038
|
.cxd-Checkbox--checkbox > i:hover {
|
24571
25039
|
border-width: 1px 1px 1px 1px;
|
24572
25040
|
border-style: solid solid solid solid;
|
24573
25041
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
24574
25042
|
border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
|
24575
|
-
background:
|
25043
|
+
background: #ffffff;
|
24576
25044
|
}
|
24577
25045
|
.cxd-Checkbox--checkbox > i:active {
|
24578
25046
|
border-width: 1px 1px 1px 1px;
|
24579
25047
|
border-style: solid solid solid solid;
|
24580
25048
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
24581
25049
|
border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
|
24582
|
-
background:
|
25050
|
+
background: #ffffff;
|
24583
25051
|
}
|
24584
25052
|
.cxd-Checkbox--checkbox.cxd-Checkbox:hover > input + i {
|
24585
25053
|
border-color: #528eff #528eff #528eff #528eff;
|
@@ -24603,9 +25071,6 @@ input.cxd-TextControl-input-password {
|
|
24603
25071
|
.cxd-Checkbox--full.cxd-Checkbox--checkbox:active input:checked + i {
|
24604
25072
|
background: #144bcc;
|
24605
25073
|
}
|
24606
|
-
.cxd-Checkbox--full.cxd-Checkbox--checkbox:active input:checked + i:before {
|
24607
|
-
background: #144bcc;
|
24608
|
-
}
|
24609
25074
|
.cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i {
|
24610
25075
|
border-color: #2468f2;
|
24611
25076
|
background: #2468f2;
|
@@ -24794,7 +25259,7 @@ input.cxd-TextControl-input-password {
|
|
24794
25259
|
}
|
24795
25260
|
.cxd-Checkbox--radio input:checked + i {
|
24796
25261
|
border-color: #2468f2;
|
24797
|
-
background-color:
|
25262
|
+
background-color: #ffffff;
|
24798
25263
|
}
|
24799
25264
|
.cxd-Checkbox--radio input:checked + i + span {
|
24800
25265
|
color: #070c14;
|
@@ -24828,7 +25293,7 @@ input.cxd-TextControl-input-password {
|
|
24828
25293
|
margin-left: calc(1rem * -1);
|
24829
25294
|
margin-top: -0.125rem;
|
24830
25295
|
border-radius: 50%;
|
24831
|
-
background:
|
25296
|
+
background: #ffffff;
|
24832
25297
|
}
|
24833
25298
|
.cxd-Checkbox--radio > i + span {
|
24834
25299
|
color: #070c14;
|
@@ -24839,7 +25304,7 @@ input.cxd-TextControl-input-password {
|
|
24839
25304
|
}
|
24840
25305
|
.cxd-Checkbox--radio:hover input:not(:disabled) + i {
|
24841
25306
|
border-color: #2468f2;
|
24842
|
-
background-color:
|
25307
|
+
background-color: #ffffff;
|
24843
25308
|
}
|
24844
25309
|
.cxd-Checkbox--radio:hover input:not(:disabled) + i:before {
|
24845
25310
|
background: #2468f2;
|
@@ -24994,15 +25459,20 @@ input.cxd-TextControl-input-password {
|
|
24994
25459
|
padding: 0.25rem 0;
|
24995
25460
|
}
|
24996
25461
|
.cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
|
24997
|
-
|
24998
|
-
padding: 0.25rem 0.75rem;
|
25462
|
+
padding: 0.25rem 0.75rem 0.25rem 0.75rem;
|
24999
25463
|
color: #84878c;
|
25464
|
+
font-size: 14px;
|
25465
|
+
font-weight: 400;
|
25466
|
+
line-height: 1.5;
|
25000
25467
|
}
|
25001
25468
|
.cxd-GroupedSelection-item {
|
25002
25469
|
display: flex;
|
25003
|
-
|
25470
|
+
color: #151b26;
|
25471
|
+
background: transparent;
|
25472
|
+
line-height: 2rem;
|
25004
25473
|
font-size: 14px;
|
25005
|
-
|
25474
|
+
font-weight: 400;
|
25475
|
+
padding: 0rem 0.625rem 0rem 0.625rem;
|
25006
25476
|
flex-direction: row;
|
25007
25477
|
cursor: pointer;
|
25008
25478
|
-webkit-user-select: none;
|
@@ -25012,18 +25482,21 @@ input.cxd-TextControl-input-password {
|
|
25012
25482
|
.cxd-GroupedSelection-item > .cxd-Checkbox {
|
25013
25483
|
margin-right: 0.625rem;
|
25014
25484
|
}
|
25015
|
-
.cxd-GroupedSelection-item.is-active {
|
25016
|
-
background: transparent;
|
25017
|
-
}
|
25018
25485
|
.cxd-GroupedSelection-item:hover {
|
25019
|
-
|
25486
|
+
color: #151b26;
|
25487
|
+
background: #e6f0ff;
|
25020
25488
|
}
|
25021
25489
|
.cxd-GroupedSelection-item:hover i {
|
25022
25490
|
border: 1px solid #2468f2;
|
25023
25491
|
}
|
25492
|
+
.cxd-GroupedSelection-item.is-active, .cxd-GroupedSelection-item.is-focused, .cxd-GroupedSelection-item.is-opened {
|
25493
|
+
color: #2468f2;
|
25494
|
+
background: #ffffff;
|
25495
|
+
}
|
25024
25496
|
.cxd-GroupedSelection-item.is-disabled {
|
25025
25497
|
pointer-events: none;
|
25026
25498
|
color: #b8babf;
|
25499
|
+
background: #ffffff;
|
25027
25500
|
}
|
25028
25501
|
.cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
|
25029
25502
|
padding-left: calc(0.75rem * 2);
|
@@ -25070,25 +25543,30 @@ input.cxd-TextControl-input-password {
|
|
25070
25543
|
}
|
25071
25544
|
.cxd-TableSelection .cxd-Table-table > thead > tr > th,
|
25072
25545
|
.cxd-TableSelection .cxd-Table-table > tbody > tr > td {
|
25546
|
+
color: #151b26;
|
25073
25547
|
font-size: 12px;
|
25074
|
-
padding-top: 0.25rem;
|
25075
|
-
padding-bottom: 0.375rem;
|
25076
25548
|
vertical-align: middle;
|
25077
25549
|
}
|
25078
25550
|
.cxd-TableSelection .cxd-Table-table > thead > tr > th {
|
25079
|
-
padding
|
25551
|
+
padding: 0.5rem 0.75rem 0.5rem 0.75rem;
|
25080
25552
|
}
|
25081
|
-
.cxd-TableSelection .cxd-Table-table >
|
25082
|
-
.
|
25083
|
-
|
25553
|
+
.cxd-TableSelection .cxd-Table-table > tbody > tr > td {
|
25554
|
+
padding: 0.375rem 0.75rem 0.5rem 0.75rem;
|
25555
|
+
}
|
25556
|
+
.cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child {
|
25557
|
+
padding-right: 1.125rem;
|
25084
25558
|
}
|
25085
|
-
.cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child,
|
25086
25559
|
.cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
|
25087
|
-
padding-right:
|
25560
|
+
padding-right: 1.125rem;
|
25088
25561
|
}
|
25089
|
-
.cxd-TableSelection .cxd-Table-table > tbody > tr.is-active {
|
25562
|
+
.cxd-TableSelection .cxd-Table-table > tbody > tr.is-active > td {
|
25090
25563
|
color: #2468f2;
|
25091
|
-
background:
|
25564
|
+
background: #ffffff;
|
25565
|
+
}
|
25566
|
+
.cxd-TableSelection .cxd-Table-table > tbody > tr:hover > td,
|
25567
|
+
.cxd-TableSelection .cxd-Table-table > tbody > tr.is-hovered > td {
|
25568
|
+
color: #151b26;
|
25569
|
+
background: #e6f0ff;
|
25092
25570
|
}
|
25093
25571
|
.cxd-TreeSelection .cxd-Table-expandBtn {
|
25094
25572
|
color: #84878c;
|
@@ -25161,11 +25639,13 @@ input.cxd-TextControl-input-password {
|
|
25161
25639
|
display: flex;
|
25162
25640
|
flex-direction: row;
|
25163
25641
|
min-height: 100%;
|
25642
|
+
flex-wrap: wrap;
|
25164
25643
|
}
|
25165
25644
|
.cxd-ChainedSelection-col {
|
25166
25645
|
position: relative;
|
25167
25646
|
flex-grow: 1;
|
25168
25647
|
min-width: 150px;
|
25648
|
+
width: 0;
|
25169
25649
|
}
|
25170
25650
|
.cxd-ChainedSelection-col:not(:last-child) {
|
25171
25651
|
border-right: 1px solid #e8e9eb;
|
@@ -25175,11 +25655,17 @@ input.cxd-TextControl-input-password {
|
|
25175
25655
|
padding: 0.25rem 0.25rem;
|
25176
25656
|
color: #b8babf;
|
25177
25657
|
}
|
25658
|
+
.cxd-ChainedSelection-checkAll {
|
25659
|
+
width: 100%;
|
25660
|
+
}
|
25178
25661
|
.cxd-ChainedSelection-item {
|
25179
25662
|
display: flex;
|
25180
|
-
line-height: 1.5;
|
25181
25663
|
font-size: 14px;
|
25182
|
-
|
25664
|
+
font-weight: 400;
|
25665
|
+
color: #151b26;
|
25666
|
+
background: transparent;
|
25667
|
+
line-height: 2rem;
|
25668
|
+
padding: 0rem 0.625rem 0rem 0.625rem;
|
25183
25669
|
flex-direction: row;
|
25184
25670
|
cursor: pointer;
|
25185
25671
|
-webkit-user-select: none;
|
@@ -25191,17 +25677,22 @@ input.cxd-TextControl-input-password {
|
|
25191
25677
|
}
|
25192
25678
|
.cxd-ChainedSelection-item.is-active {
|
25193
25679
|
color: #2468f2;
|
25194
|
-
background:
|
25680
|
+
background: #ffffff;
|
25195
25681
|
}
|
25196
25682
|
.cxd-ChainedSelection-item:hover {
|
25197
|
-
|
25683
|
+
color: #151b26;
|
25684
|
+
background: #e6f0ff;
|
25198
25685
|
}
|
25199
25686
|
.cxd-ChainedSelection-item.is-disabled {
|
25200
25687
|
pointer-events: none;
|
25201
25688
|
color: #b8babf;
|
25689
|
+
background: #ffffff;
|
25202
25690
|
}
|
25203
25691
|
.cxd-ChainedSelection-itemLabel {
|
25204
25692
|
flex-grow: 1;
|
25693
|
+
white-space: nowrap;
|
25694
|
+
overflow: hidden;
|
25695
|
+
text-overflow: ellipsis;
|
25205
25696
|
}
|
25206
25697
|
.cxd-ChainedSelection-itemLabel span {
|
25207
25698
|
margin-left: 0.625rem;
|
@@ -25496,25 +25987,28 @@ input.cxd-TextControl-input-password {
|
|
25496
25987
|
border: 1px solid #e8e9eb;
|
25497
25988
|
border-radius: 4px;
|
25498
25989
|
overflow: hidden;
|
25990
|
+
position: relative;
|
25499
25991
|
border-width: 1px 1px 1px 1px;
|
25500
25992
|
border-style: solid solid solid solid;
|
25501
25993
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
25502
25994
|
border-radius: 4px 4px 4px 4px;
|
25503
|
-
background: transparent;
|
25504
25995
|
}
|
25505
25996
|
.cxd-Number:hover {
|
25506
25997
|
border-width: 1px 1px 1px 1px;
|
25507
25998
|
border-style: solid solid solid solid;
|
25508
25999
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
25509
26000
|
border-radius: 4px 4px 4px 4px;
|
25510
|
-
background:
|
26001
|
+
background: #ffffff;
|
26002
|
+
}
|
26003
|
+
.cxd-Number:hover .cxd-Number-input {
|
26004
|
+
padding-right: calc(1.5rem + 0.75rem);
|
25511
26005
|
}
|
25512
26006
|
.cxd-Number-focused {
|
25513
26007
|
border-width: 1px 1px 1px 1px;
|
25514
26008
|
border-style: solid solid solid solid;
|
25515
26009
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
25516
26010
|
border-radius: 4px 4px 4px 4px;
|
25517
|
-
background:
|
26011
|
+
background: #ffffff;
|
25518
26012
|
box-shadow: none;
|
25519
26013
|
}
|
25520
26014
|
.cxd-Number-disabled {
|
@@ -25612,7 +26106,8 @@ input.cxd-TextControl-input-password {
|
|
25612
26106
|
}
|
25613
26107
|
.cxd-Number-handler-wrap {
|
25614
26108
|
display: none;
|
25615
|
-
|
26109
|
+
position: absolute;
|
26110
|
+
right: 0;
|
25616
26111
|
border-left: 0.0625rem solid #e8e9eb;
|
25617
26112
|
width: 1.5rem;
|
25618
26113
|
height: 100%;
|
@@ -25637,8 +26132,6 @@ input.cxd-TextControl-input-password {
|
|
25637
26132
|
.cxd-Number-disabled .cxd-Number-input {
|
25638
26133
|
opacity: 0.72;
|
25639
26134
|
cursor: not-allowed;
|
25640
|
-
border-top-right-radius: 0px;
|
25641
|
-
border-bottom-right-radius: 0px;
|
25642
26135
|
color: #b8babf;
|
25643
26136
|
background: #f7f8fa;
|
25644
26137
|
border-color: #e8e9eb;
|
@@ -25672,32 +26165,50 @@ input.cxd-TextControl-input-password {
|
|
25672
26165
|
.cxd-NumberControl:not(.is-inline) > .cxd-Number {
|
25673
26166
|
display: block;
|
25674
26167
|
}
|
25675
|
-
.cxd-
|
26168
|
+
.cxd-Number--borderHalf .cxd-Number-handler-wrap,
|
26169
|
+
.cxd-Number--borderNone .cxd-Number-handler-wrap {
|
26170
|
+
border-left: none;
|
26171
|
+
}
|
26172
|
+
.cxd-NumberControl--withUnit {
|
26173
|
+
display: flex;
|
26174
|
+
}
|
26175
|
+
.cxd-NumberControl--withUnit:hover .cxd-Number,
|
26176
|
+
.cxd-NumberControl--withUnit:hover .cxd-NumberControl-unit {
|
26177
|
+
border-width: 1px 1px 1px 1px;
|
26178
|
+
border-style: solid solid solid solid;
|
26179
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
26180
|
+
border-radius: 4px 4px 4px 4px;
|
26181
|
+
}
|
26182
|
+
.cxd-NumberControl--withUnit .cxd-Number {
|
26183
|
+
flex-grow: 1;
|
26184
|
+
border-top-right-radius: 0 !important;
|
26185
|
+
border-bottom-right-radius: 0 !important;
|
26186
|
+
border-right: none !important;
|
26187
|
+
}
|
26188
|
+
.cxd-NumberControl--withUnit .cxd-Number-focused + .cxd-NumberControl-unit {
|
26189
|
+
border-width: 1px 1px 1px 1px;
|
26190
|
+
border-style: solid solid solid solid;
|
26191
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
26192
|
+
border-radius: 4px 4px 4px 4px;
|
26193
|
+
}
|
26194
|
+
.cxd-NumberControl--withUnit .cxd-NumberControl-unit {
|
26195
|
+
border-top-left-radius: 0 !important;
|
26196
|
+
border-bottom-left-radius: 0 !important;
|
25676
26197
|
min-width: 3.5rem;
|
25677
26198
|
padding: calc(
|
25678
26199
|
(
|
25679
26200
|
2rem - 1.5 *
|
25680
|
-
14px -
|
26201
|
+
14px - 0.0625rem * 2
|
25681
26202
|
) / 2
|
25682
26203
|
) 0 calc(
|
25683
26204
|
(
|
25684
26205
|
2rem - 1.5 *
|
25685
|
-
14px -
|
26206
|
+
14px - 0.0625rem * 2
|
25686
26207
|
) / 2
|
25687
26208
|
) 0.625rem;
|
25688
26209
|
}
|
25689
|
-
.cxd-
|
25690
|
-
|
25691
|
-
border-left: none;
|
25692
|
-
}
|
25693
|
-
.cxd-NumberControl--withUnit {
|
25694
|
-
display: flex;
|
25695
|
-
}
|
25696
|
-
.cxd-NumberControl--withUnit .cxd-Number {
|
25697
|
-
flex-grow: 1;
|
25698
|
-
}
|
25699
|
-
.cxd-NumberControl--withUnit .cxd-Select {
|
25700
|
-
border-left: 0;
|
26210
|
+
.cxd-NumberControl--withUnit .cxd-NumberControl-single-unit {
|
26211
|
+
cursor: default;
|
25701
26212
|
}
|
25702
26213
|
.cxd-Number--enhance {
|
25703
26214
|
display: inline-flex;
|
@@ -25711,7 +26222,7 @@ input.cxd-TextControl-input-password {
|
|
25711
26222
|
border-radius: 4px 4px 4px 4px;
|
25712
26223
|
}
|
25713
26224
|
.cxd-Number--enhance .cxd-Number--enhance-input {
|
25714
|
-
background:
|
26225
|
+
background: #ffffff;
|
25715
26226
|
}
|
25716
26227
|
.cxd-Number--enhance:hover {
|
25717
26228
|
border-width: 1px 1px 1px 1px;
|
@@ -25719,8 +26230,11 @@ input.cxd-TextControl-input-password {
|
|
25719
26230
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
25720
26231
|
border-radius: 4px 4px 4px 4px;
|
25721
26232
|
}
|
26233
|
+
.cxd-Number--enhance:hover .cxd-Number-input {
|
26234
|
+
padding-right: 0.75rem;
|
26235
|
+
}
|
25722
26236
|
.cxd-Number--enhance:hover .cxd-Number--enhance-input {
|
25723
|
-
background:
|
26237
|
+
background: #ffffff;
|
25724
26238
|
}
|
25725
26239
|
.cxd-Number--enhance:focus-within {
|
25726
26240
|
border-width: 1px 1px 1px 1px;
|
@@ -25729,7 +26243,7 @@ input.cxd-TextControl-input-password {
|
|
25729
26243
|
border-radius: 4px 4px 4px 4px;
|
25730
26244
|
}
|
25731
26245
|
.cxd-Number--enhance:focus-within .cxd-Number--enhance-input {
|
25732
|
-
background:
|
26246
|
+
background: #ffffff;
|
25733
26247
|
}
|
25734
26248
|
.cxd-Number--enhance-disabled {
|
25735
26249
|
border-width: 1px 1px 1px 1px;
|
@@ -25876,11 +26390,23 @@ input.cxd-TextControl-input-password {
|
|
25876
26390
|
outline: none;
|
25877
26391
|
position: relative;
|
25878
26392
|
font-size: 14px;
|
25879
|
-
|
26393
|
+
font-weight: 400;
|
26394
|
+
border-width: 1px
|
26395
|
+
1px
|
26396
|
+
1px
|
26397
|
+
1px;
|
26398
|
+
border-style: solid solid solid solid;
|
26399
|
+
border-color: #e8e9eb
|
26400
|
+
#e8e9eb
|
26401
|
+
#e8e9eb
|
26402
|
+
#e8e9eb;
|
25880
26403
|
background: #ffffff;
|
25881
|
-
border-radius: 4px
|
26404
|
+
border-radius: 4px
|
26405
|
+
4px
|
26406
|
+
4px
|
26407
|
+
4px;
|
25882
26408
|
min-height: 2rem;
|
25883
|
-
padding:
|
26409
|
+
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
25884
26410
|
cursor: pointer;
|
25885
26411
|
color: #151b26;
|
25886
26412
|
}
|
@@ -25889,18 +26415,33 @@ input.cxd-TextControl-input-password {
|
|
25889
26415
|
}
|
25890
26416
|
.cxd-Select:hover {
|
25891
26417
|
background: #ffffff;
|
25892
|
-
border-
|
26418
|
+
border-width: 1px 1px 1px 1px;
|
26419
|
+
border-style: solid solid solid solid;
|
26420
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
25893
26421
|
}
|
25894
26422
|
.cxd-Select:hover .cxd-Select-arrow:before {
|
25895
26423
|
color: #84878c;
|
25896
26424
|
}
|
25897
26425
|
.cxd-Select:active {
|
25898
|
-
border-
|
26426
|
+
border-width: 1px 1px 1px 1px;
|
26427
|
+
border-style: solid solid solid solid;
|
26428
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
26429
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
26430
|
+
background: #ffffff;
|
26431
|
+
}
|
26432
|
+
.cxd-Select.is-focused:not(.is-mobile), .cxd-Select.is-opened:not(.is-mobile) {
|
26433
|
+
border-width: 1px 1px 1px 1px;
|
26434
|
+
border-style: solid solid solid solid;
|
26435
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
26436
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
26437
|
+
background: #ffffff;
|
26438
|
+
color: #151b26;
|
25899
26439
|
}
|
25900
26440
|
.cxd-Select.is-disabled {
|
25901
|
-
|
26441
|
+
border-width: 1px 1px 1px 1px;
|
26442
|
+
border-style: solid solid solid solid;
|
26443
|
+
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
25902
26444
|
background: #f7f8fa;
|
25903
|
-
border-color: #e8e9eb;
|
25904
26445
|
}
|
25905
26446
|
.cxd-Select:focus {
|
25906
26447
|
box-shadow: none;
|
@@ -25909,12 +26450,10 @@ input.cxd-TextControl-input-password {
|
|
25909
26450
|
margin-top: 0.25rem;
|
25910
26451
|
}
|
25911
26452
|
.cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-option {
|
25912
|
-
height: 2rem;
|
25913
26453
|
line-height: 2rem;
|
25914
26454
|
}
|
25915
26455
|
.cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-addBtn {
|
25916
|
-
height: 2rem;
|
25917
|
-
line-height: 1.875rem;
|
26456
|
+
line-height: 2rem;
|
25918
26457
|
}
|
25919
26458
|
.cxd-Select--borderHalf {
|
25920
26459
|
border-left-color: transparent !important;
|
@@ -25950,7 +26489,6 @@ input.cxd-TextControl-input-password {
|
|
25950
26489
|
white-space: nowrap;
|
25951
26490
|
}
|
25952
26491
|
.cxd-Select-value {
|
25953
|
-
line-height: calc(1.5 * 14px);
|
25954
26492
|
white-space: nowrap;
|
25955
26493
|
max-width: 100%;
|
25956
26494
|
overflow: hidden;
|
@@ -25965,7 +26503,7 @@ input.cxd-TextControl-input-password {
|
|
25965
26503
|
.cxd-Select--multi {
|
25966
26504
|
height: auto;
|
25967
26505
|
min-height: 2rem;
|
25968
|
-
padding: 0.25rem 0 0.25rem 0.
|
26506
|
+
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
25969
26507
|
}
|
25970
26508
|
.cxd-Select--multi .cxd-Select-valueWrap > input {
|
25971
26509
|
display: inline-block;
|
@@ -25990,19 +26528,20 @@ input.cxd-TextControl-input-password {
|
|
25990
26528
|
display: inline-block;
|
25991
26529
|
vertical-align: middle;
|
25992
26530
|
font-size: 12px;
|
26531
|
+
font-weight: 400;
|
26532
|
+
color: #151b26;
|
25993
26533
|
background: #f7f8fa;
|
25994
26534
|
border: 0.0625rem solid #f2f3f5;
|
25995
|
-
border-radius:
|
25996
|
-
|
25997
|
-
margin
|
26535
|
+
border-radius: 2px 2px 2px 2px;
|
26536
|
+
padding: 0rem 0.25rem 0rem 0.25rem;
|
26537
|
+
margin: 0rem 0.25rem 0.125rem 0rem;
|
25998
26538
|
}
|
25999
26539
|
.cxd-Select--multi .cxd-Select-value:hover {
|
26000
|
-
background-color: #
|
26540
|
+
background-color: #e6f0ff;
|
26001
26541
|
}
|
26002
26542
|
.cxd-Select--multi .cxd-Select-valueLabel {
|
26003
26543
|
display: inline-block;
|
26004
26544
|
max-width: 7.5rem;
|
26005
|
-
padding: 0 0.25rem;
|
26006
26545
|
overflow: hidden;
|
26007
26546
|
vertical-align: top;
|
26008
26547
|
text-overflow: ellipsis;
|
@@ -26010,8 +26549,8 @@ input.cxd-TextControl-input-password {
|
|
26010
26549
|
}
|
26011
26550
|
.cxd-Select-valueIcon {
|
26012
26551
|
cursor: pointer;
|
26013
|
-
|
26014
|
-
color: #
|
26552
|
+
margin-left: 0.625rem;
|
26553
|
+
color: #b8babf;
|
26015
26554
|
}
|
26016
26555
|
.cxd-Select-valueIcon:hover {
|
26017
26556
|
color: #151b26;
|
@@ -26027,7 +26566,6 @@ input.cxd-TextControl-input-password {
|
|
26027
26566
|
height: 0.625rem;
|
26028
26567
|
}
|
26029
26568
|
.cxd-Select-arrow {
|
26030
|
-
margin-right: 0.75rem;
|
26031
26569
|
width: 1rem;
|
26032
26570
|
text-align: center;
|
26033
26571
|
display: flex;
|
@@ -26114,8 +26652,13 @@ input.cxd-TextControl-input-password {
|
|
26114
26652
|
}
|
26115
26653
|
.cxd-Select-option {
|
26116
26654
|
cursor: pointer;
|
26117
|
-
padding:
|
26655
|
+
padding: 0rem 0.625rem 0rem 0.625rem;
|
26118
26656
|
display: flex;
|
26657
|
+
color: #151b26;
|
26658
|
+
font-size: 14px;
|
26659
|
+
font-weight: 400;
|
26660
|
+
background: transparent;
|
26661
|
+
line-height: 2rem;
|
26119
26662
|
}
|
26120
26663
|
.cxd-Select-option-checkbox {
|
26121
26664
|
width: 100%;
|
@@ -26141,18 +26684,30 @@ input.cxd-TextControl-input-password {
|
|
26141
26684
|
overflow: hidden;
|
26142
26685
|
white-space: nowrap;
|
26143
26686
|
width: 100%;
|
26687
|
+
font-size: 14px;
|
26688
|
+
font-weight: 400;
|
26689
|
+
color: #151b26;
|
26144
26690
|
}
|
26145
26691
|
.cxd-Select-option.is-active {
|
26146
26692
|
color: #2468f2;
|
26147
|
-
background:
|
26693
|
+
background: #ffffff;
|
26694
|
+
}
|
26695
|
+
.cxd-Select-option.is-active .cxd-Select-option-checkbox > label > span {
|
26696
|
+
color: #2468f2;
|
26148
26697
|
}
|
26149
26698
|
.cxd-Select-option.is-highlight {
|
26150
26699
|
color: #151b26;
|
26151
26700
|
background: #e6f0ff;
|
26152
26701
|
}
|
26702
|
+
.cxd-Select-option.is-highlight .cxd-Select-option-checkbox > label > span {
|
26703
|
+
color: #151b26;
|
26704
|
+
}
|
26153
26705
|
.cxd-Select-option.is-disabled {
|
26154
26706
|
color: #b8babf;
|
26155
|
-
background:
|
26707
|
+
background: #ffffff;
|
26708
|
+
}
|
26709
|
+
.cxd-Select-option.is-disabled .cxd-Select-option-checkbox > label > span {
|
26710
|
+
color: #b8babf;
|
26156
26711
|
}
|
26157
26712
|
.cxd-Select-option > label {
|
26158
26713
|
display: block;
|
@@ -26171,7 +26726,6 @@ input.cxd-TextControl-input-password {
|
|
26171
26726
|
overflow: hidden;
|
26172
26727
|
white-space: nowrap;
|
26173
26728
|
text-overflow: ellipsis;
|
26174
|
-
display: inline-block;
|
26175
26729
|
max-width: 100%;
|
26176
26730
|
}
|
26177
26731
|
.cxd-Select-noResult {
|
@@ -26189,7 +26743,7 @@ input.cxd-TextControl-input-password {
|
|
26189
26743
|
.cxd-Select-addBtn {
|
26190
26744
|
display: block;
|
26191
26745
|
cursor: pointer;
|
26192
|
-
padding:
|
26746
|
+
padding: 0rem 0.625rem 0rem 0.625rem;
|
26193
26747
|
}
|
26194
26748
|
.cxd-Select-addBtn:hover {
|
26195
26749
|
text-decoration: none;
|
@@ -26199,10 +26753,6 @@ input.cxd-TextControl-input-password {
|
|
26199
26753
|
height: 0.875rem;
|
26200
26754
|
margin-right: 0.25rem;
|
26201
26755
|
}
|
26202
|
-
.cxd-Select.is-focused:not(.is-mobile), .cxd-Select.is-opened:not(.is-mobile) {
|
26203
|
-
border-color: #2468f2;
|
26204
|
-
color: #151b26;
|
26205
|
-
}
|
26206
26756
|
.cxd-Select-spinner {
|
26207
26757
|
line-height: calc(1.5 * 14px);
|
26208
26758
|
}
|
@@ -26222,7 +26772,7 @@ input.cxd-TextControl-input-password {
|
|
26222
26772
|
height: 14px;
|
26223
26773
|
top: 0;
|
26224
26774
|
}
|
26225
|
-
.cxd-Select-clear svg:hover
|
26775
|
+
.cxd-Select-clear svg:hover {
|
26226
26776
|
fill: #5c5f66;
|
26227
26777
|
}
|
26228
26778
|
.cxd-Select-popup {
|
@@ -26251,19 +26801,20 @@ input.cxd-TextControl-input-password {
|
|
26251
26801
|
display: inline-block;
|
26252
26802
|
vertical-align: middle;
|
26253
26803
|
font-size: 12px;
|
26804
|
+
font-weight: 400;
|
26805
|
+
color: #151b26;
|
26254
26806
|
background: #f7f8fa;
|
26255
26807
|
border: 0.0625rem solid #f2f3f5;
|
26256
|
-
border-radius:
|
26257
|
-
|
26258
|
-
margin
|
26808
|
+
border-radius: 2px 2px 2px 2px;
|
26809
|
+
padding: 0rem 0.25rem 0rem 0.25rem;
|
26810
|
+
margin: 0rem 0.25rem 0.125rem 0rem;
|
26259
26811
|
}
|
26260
26812
|
.cxd-Select-overflow-wrapper .cxd-Select-value:hover {
|
26261
|
-
background-color: #
|
26813
|
+
background-color: #e6f0ff;
|
26262
26814
|
}
|
26263
26815
|
.cxd-Select-overflow-wrapper .cxd-Select-valueLabel {
|
26264
26816
|
display: inline-block;
|
26265
26817
|
max-width: 7.5rem;
|
26266
|
-
padding: 0 0.25rem;
|
26267
26818
|
overflow: hidden;
|
26268
26819
|
vertical-align: top;
|
26269
26820
|
text-overflow: ellipsis;
|
@@ -26473,7 +27024,7 @@ input.cxd-TextControl-input-password {
|
|
26473
27024
|
border-style: solid solid solid solid;
|
26474
27025
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
26475
27026
|
border-radius: 4px 4px 4px 4px;
|
26476
|
-
background:
|
27027
|
+
background: #ffffff;
|
26477
27028
|
}
|
26478
27029
|
.cxd-ListControl-item:not(.is-disabled) {
|
26479
27030
|
cursor: pointer;
|
@@ -26499,7 +27050,7 @@ input.cxd-TextControl-input-password {
|
|
26499
27050
|
border-style: solid solid solid solid;
|
26500
27051
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
26501
27052
|
border-radius: 4px 4px 4px 4px;
|
26502
|
-
background:
|
27053
|
+
background: #ffffff;
|
26503
27054
|
}
|
26504
27055
|
.cxd-ListControl-item:hover:active, .cxd-ListControl-item.is-active {
|
26505
27056
|
background: #ffffff;
|
@@ -26509,7 +27060,6 @@ input.cxd-TextControl-input-password {
|
|
26509
27060
|
border-style: solid solid solid solid;
|
26510
27061
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
26511
27062
|
border-radius: 4px 4px 4px 4px;
|
26512
|
-
background: transparent;
|
26513
27063
|
}
|
26514
27064
|
.cxd-ListControl-item:hover:active:hover, .cxd-ListControl-item.is-active:hover {
|
26515
27065
|
background: #ffffff;
|
@@ -26561,13 +27111,8 @@ input.cxd-TextControl-input-password {
|
|
26561
27111
|
display: inline-flex;
|
26562
27112
|
flex-wrap: nowrap;
|
26563
27113
|
border: 1px solid #e8e9eb;
|
26564
|
-
font-size:
|
26565
|
-
padding:
|
26566
|
-
(
|
26567
|
-
2rem - 1.5 *
|
26568
|
-
12px
|
26569
|
-
) / 2 - 1px
|
26570
|
-
) 0.75rem;
|
27114
|
+
font-size: 14px;
|
27115
|
+
padding: 0.375rem 0.75rem;
|
26571
27116
|
height: 2rem;
|
26572
27117
|
outline: none;
|
26573
27118
|
white-space: nowrap;
|
@@ -26586,7 +27131,7 @@ input.cxd-TextControl-input-password {
|
|
26586
27131
|
color: #2468f2;
|
26587
27132
|
}
|
26588
27133
|
.cxd-LocationPicker.is-focused, .cxd-LocationPicker.is-active {
|
26589
|
-
border-color: #
|
27134
|
+
border-color: #2468f2;
|
26590
27135
|
box-shadow: none;
|
26591
27136
|
}
|
26592
27137
|
.cxd-LocationPicker.is-disabled {
|
@@ -26613,6 +27158,9 @@ input.cxd-TextControl-input-password {
|
|
26613
27158
|
cursor: pointer;
|
26614
27159
|
color: #84878c;
|
26615
27160
|
}
|
27161
|
+
.cxd-LocationPicker-toggler svg {
|
27162
|
+
top: 0;
|
27163
|
+
}
|
26616
27164
|
.cxd-LocationPicker-toggler:hover {
|
26617
27165
|
color: #2468f2;
|
26618
27166
|
}
|
@@ -26629,7 +27177,6 @@ input.cxd-TextControl-input-password {
|
|
26629
27177
|
}
|
26630
27178
|
.cxd-LocationPicker-clear svg {
|
26631
27179
|
fill: #d4d6d9;
|
26632
|
-
top: 0;
|
26633
27180
|
width: 14px;
|
26634
27181
|
height: 14px;
|
26635
27182
|
}
|
@@ -26639,6 +27186,9 @@ input.cxd-TextControl-input-password {
|
|
26639
27186
|
.cxd-LocationPicker-clear:active svg {
|
26640
27187
|
fill: #303540;
|
26641
27188
|
}
|
27189
|
+
.cxd-LocationPicker-clear svg {
|
27190
|
+
top: 0;
|
27191
|
+
}
|
26642
27192
|
.cxd-LocationControl {
|
26643
27193
|
position: relative;
|
26644
27194
|
width: 100%;
|
@@ -26688,7 +27238,7 @@ input.cxd-TextControl-input-password {
|
|
26688
27238
|
}
|
26689
27239
|
.cxd-MapPicker-sugItem:hover {
|
26690
27240
|
color: #2468f2;
|
26691
|
-
background:
|
27241
|
+
background: #ffffff;
|
26692
27242
|
}
|
26693
27243
|
.tangram-suggestion-main {
|
26694
27244
|
display: none !important;
|
@@ -26781,7 +27331,6 @@ input.cxd-TextControl-input-password {
|
|
26781
27331
|
}
|
26782
27332
|
.cxd-ColorPicker-clear svg {
|
26783
27333
|
fill: #d4d6d9;
|
26784
|
-
top: 0;
|
26785
27334
|
width: 14px;
|
26786
27335
|
height: 14px;
|
26787
27336
|
}
|
@@ -26828,20 +27377,29 @@ input.cxd-TextControl-input-password {
|
|
26828
27377
|
position: relative;
|
26829
27378
|
display: inline-flex;
|
26830
27379
|
flex-wrap: nowrap;
|
26831
|
-
border: 1px
|
26832
|
-
|
26833
|
-
|
26834
|
-
|
26835
|
-
|
26836
|
-
|
26837
|
-
|
26838
|
-
|
27380
|
+
border-width: 1px
|
27381
|
+
1px
|
27382
|
+
1px
|
27383
|
+
1px;
|
27384
|
+
border-style: solid
|
27385
|
+
solid
|
27386
|
+
solid
|
27387
|
+
solid;
|
27388
|
+
border-color: #e8e9eb
|
27389
|
+
#e8e9eb
|
27390
|
+
#e8e9eb
|
27391
|
+
#e8e9eb;
|
27392
|
+
font-size: 14px;
|
27393
|
+
padding: 0.25rem 0.75rem 0.25rem 0.625rem;
|
26839
27394
|
height: 2rem;
|
26840
27395
|
outline: none;
|
26841
27396
|
white-space: nowrap;
|
26842
27397
|
color: #151b26;
|
26843
27398
|
background: #ffffff;
|
26844
|
-
border-radius: 4px
|
27399
|
+
border-radius: 4px
|
27400
|
+
4px
|
27401
|
+
4px
|
27402
|
+
4px;
|
26845
27403
|
min-width: calc(
|
26846
27404
|
16px * 5 + 0.75rem * 2 +
|
26847
27405
|
14px * 2
|
@@ -26853,6 +27411,9 @@ input.cxd-TextControl-input-password {
|
|
26853
27411
|
background: none;
|
26854
27412
|
padding: 0;
|
26855
27413
|
border: 0;
|
27414
|
+
font-size: 14px;
|
27415
|
+
font-weight: 400;
|
27416
|
+
color: #151b26;
|
26856
27417
|
}
|
26857
27418
|
.cxd-DatePicker-input:focus {
|
26858
27419
|
border: none;
|
@@ -26881,7 +27442,15 @@ input.cxd-TextControl-input-password {
|
|
26881
27442
|
}
|
26882
27443
|
.cxd-DatePicker:not(.is-disabled):hover {
|
26883
27444
|
background: #ffffff;
|
26884
|
-
border-color: #2468f2
|
27445
|
+
border-color: #2468f2
|
27446
|
+
#2468f2
|
27447
|
+
#2468f2
|
27448
|
+
#2468f2;
|
27449
|
+
border-style: solid solid solid solid;
|
27450
|
+
border-width: 1px 1px 1px 1px;
|
27451
|
+
}
|
27452
|
+
.cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-input {
|
27453
|
+
color: #151b26;
|
26885
27454
|
}
|
26886
27455
|
.cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-clear {
|
26887
27456
|
display: flex;
|
@@ -26890,17 +27459,26 @@ input.cxd-TextControl-input-password {
|
|
26890
27459
|
display: none;
|
26891
27460
|
}
|
26892
27461
|
.cxd-DatePicker:not(.is-disabled).is-focused {
|
26893
|
-
|
26894
|
-
|
27462
|
+
background: #ffffff;
|
27463
|
+
border-color: #2468f2
|
27464
|
+
#2468f2
|
27465
|
+
#2468f2
|
27466
|
+
#2468f2;
|
27467
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
27468
|
+
border-style: solid solid solid solid;
|
27469
|
+
border-width: 1px 1px 1px 1px;
|
26895
27470
|
}
|
26896
|
-
.cxd-DatePicker .cxd-DatePicker-input {
|
26897
|
-
|
27471
|
+
.cxd-DatePicker:not(.is-disabled).is-focused .cxd-DatePicker-input {
|
27472
|
+
color: #151b26;
|
26898
27473
|
}
|
26899
27474
|
.cxd-DatePicker.is-disabled {
|
26900
|
-
background: #
|
27475
|
+
background: #f7f8fa;
|
27476
|
+
border-width: 1px 1px 1px 1px;
|
27477
|
+
border-style: solid solid solid solid;
|
27478
|
+
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
26901
27479
|
}
|
26902
27480
|
.cxd-DatePicker.is-disabled > .cxd-DatePicker-input {
|
26903
|
-
color: #
|
27481
|
+
color: #151b26;
|
26904
27482
|
}
|
26905
27483
|
.cxd-DatePicker-placeholder {
|
26906
27484
|
color: #b8babf;
|
@@ -26929,7 +27507,6 @@ input.cxd-TextControl-input-password {
|
|
26929
27507
|
}
|
26930
27508
|
.cxd-DatePicker-toggler svg {
|
26931
27509
|
fill: #d4d6d9;
|
26932
|
-
top: 0;
|
26933
27510
|
width: 14px;
|
26934
27511
|
height: 14px;
|
26935
27512
|
}
|
@@ -26939,6 +27516,17 @@ input.cxd-TextControl-input-password {
|
|
26939
27516
|
.cxd-DatePicker-toggler:active svg {
|
26940
27517
|
fill: #303540;
|
26941
27518
|
}
|
27519
|
+
.cxd-DatePicker-toggler svg {
|
27520
|
+
color: #84878c;
|
27521
|
+
width: 0.875rem;
|
27522
|
+
height: 0.875rem;
|
27523
|
+
}
|
27524
|
+
.cxd-DatePicker .DatePicker-toggler-clock {
|
27525
|
+
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>';
|
27526
|
+
}
|
27527
|
+
.cxd-DatePicker .DatePicker-toggler-date {
|
27528
|
+
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>';
|
27529
|
+
}
|
26942
27530
|
.cxd-DatePicker-clear {
|
26943
27531
|
padding: 0.1875rem;
|
26944
27532
|
cursor: pointer;
|
@@ -26951,7 +27539,6 @@ input.cxd-TextControl-input-password {
|
|
26951
27539
|
}
|
26952
27540
|
.cxd-DatePicker-clear svg {
|
26953
27541
|
fill: #d4d6d9;
|
26954
|
-
top: 0;
|
26955
27542
|
width: 14px;
|
26956
27543
|
height: 14px;
|
26957
27544
|
}
|
@@ -26961,6 +27548,11 @@ input.cxd-TextControl-input-password {
|
|
26961
27548
|
.cxd-DatePicker-clear:active svg {
|
26962
27549
|
fill: #303540;
|
26963
27550
|
}
|
27551
|
+
.cxd-DatePicker-clear svg {
|
27552
|
+
top: 0;
|
27553
|
+
width: 0.875rem;
|
27554
|
+
height: 0.875rem;
|
27555
|
+
}
|
26964
27556
|
.cxd-DateControl:not(.is-inline) > .cxd-DatePicker {
|
26965
27557
|
display: flex;
|
26966
27558
|
}
|
@@ -27092,7 +27684,8 @@ input.cxd-TextControl-input-password {
|
|
27092
27684
|
.rdt .rdtPicker td.rdtMinute:hover span,
|
27093
27685
|
.rdt .rdtPicker td.rdtSecond:hover span,
|
27094
27686
|
.rdt .rdtPicker .rdtTimeToggle:hover span {
|
27095
|
-
|
27687
|
+
color: #151b26;
|
27688
|
+
background: #f7f8fa;
|
27096
27689
|
}
|
27097
27690
|
.rdt .rdtPicker td.rdtToday > span {
|
27098
27691
|
border: 1px solid #2468f2;
|
@@ -27101,7 +27694,7 @@ input.cxd-TextControl-input-password {
|
|
27101
27694
|
background: transparent;
|
27102
27695
|
}
|
27103
27696
|
.rdt .rdtPicker td.rdtBetween {
|
27104
|
-
background:
|
27697
|
+
background: #e6f0ff;
|
27105
27698
|
}
|
27106
27699
|
.rdt .rdtPicker td.rdtToday:before {
|
27107
27700
|
border-bottom-color: #2468f2;
|
@@ -27116,6 +27709,7 @@ input.cxd-TextControl-input-password {
|
|
27116
27709
|
}
|
27117
27710
|
.rdt .rdtPicker td.rdtActive > span,
|
27118
27711
|
.rdt .rdtPicker td.rdtActive:hover > span {
|
27712
|
+
color: #ffffff;
|
27119
27713
|
background: #2468f2;
|
27120
27714
|
}
|
27121
27715
|
.rdt .rdtPicker .rdtActive.rdtToday {
|
@@ -27125,7 +27719,7 @@ input.cxd-TextControl-input-password {
|
|
27125
27719
|
border-color: #144bcc;
|
27126
27720
|
}
|
27127
27721
|
.rdt .rdtPicker td.rdtDisabled:hover > span {
|
27128
|
-
background: #
|
27722
|
+
background: #f7f8fa;
|
27129
27723
|
}
|
27130
27724
|
.rdt thead tr:first-child th {
|
27131
27725
|
cursor: default;
|
@@ -27187,6 +27781,8 @@ input.cxd-TextControl-input-password {
|
|
27187
27781
|
text-align: center;
|
27188
27782
|
height: 28px;
|
27189
27783
|
line-height: 28px;
|
27784
|
+
font-size: 12px;
|
27785
|
+
font-weight: 400;
|
27190
27786
|
cursor: pointer;
|
27191
27787
|
}
|
27192
27788
|
.cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem.is-highlight {
|
@@ -27195,7 +27791,7 @@ input.cxd-TextControl-input-password {
|
|
27195
27791
|
}
|
27196
27792
|
.cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:hover {
|
27197
27793
|
color: #151b26;
|
27198
|
-
background: #
|
27794
|
+
background: #f7f8fa;
|
27199
27795
|
}
|
27200
27796
|
.cxd-TimeContentWrapper {
|
27201
27797
|
display: flex;
|
@@ -27321,7 +27917,7 @@ input.cxd-TextControl-input-password {
|
|
27321
27917
|
}
|
27322
27918
|
.rdtBtn:not(:disabled):not(.is-disabled):hover {
|
27323
27919
|
color: #2468f2;
|
27324
|
-
background:
|
27920
|
+
background: #ffffff;
|
27325
27921
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
27326
27922
|
border-width: 1px 1px 1px 1px;
|
27327
27923
|
border-style: solid solid solid solid;
|
@@ -27329,7 +27925,7 @@ input.cxd-TextControl-input-password {
|
|
27329
27925
|
}
|
27330
27926
|
.rdtBtn:not(:disabled):not(.is-disabled).hover {
|
27331
27927
|
color: #2468f2;
|
27332
|
-
background:
|
27928
|
+
background: #ffffff;
|
27333
27929
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
27334
27930
|
border-width: 1px 1px 1px 1px;
|
27335
27931
|
border-style: solid solid solid solid;
|
@@ -27337,7 +27933,7 @@ input.cxd-TextControl-input-password {
|
|
27337
27933
|
}
|
27338
27934
|
.rdtBtn:not(:disabled):not(.is-disabled):hover:active {
|
27339
27935
|
color: #144bcc;
|
27340
|
-
background:
|
27936
|
+
background: #ffffff;
|
27341
27937
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
27342
27938
|
border-width: 1px 1px 1px 1px;
|
27343
27939
|
border-style: solid solid solid solid;
|
@@ -27345,7 +27941,7 @@ input.cxd-TextControl-input-password {
|
|
27345
27941
|
}
|
27346
27942
|
.rdtBtn:not(:disabled):not(.is-disabled).active {
|
27347
27943
|
color: #144bcc;
|
27348
|
-
background:
|
27944
|
+
background: #ffffff;
|
27349
27945
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
27350
27946
|
border-width: 1px 1px 1px 1px;
|
27351
27947
|
border-style: solid solid solid solid;
|
@@ -27372,7 +27968,7 @@ input.cxd-TextControl-input-password {
|
|
27372
27968
|
}
|
27373
27969
|
.rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
|
27374
27970
|
color: #2468f2;
|
27375
|
-
background:
|
27971
|
+
background: #ffffff;
|
27376
27972
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
27377
27973
|
border-width: 1px 1px 1px 1px;
|
27378
27974
|
border-style: solid solid solid solid;
|
@@ -27380,7 +27976,7 @@ input.cxd-TextControl-input-password {
|
|
27380
27976
|
}
|
27381
27977
|
.rdtBtnCancel:not(:disabled):not(.is-disabled).hover {
|
27382
27978
|
color: #2468f2;
|
27383
|
-
background:
|
27979
|
+
background: #ffffff;
|
27384
27980
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
27385
27981
|
border-width: 1px 1px 1px 1px;
|
27386
27982
|
border-style: solid solid solid solid;
|
@@ -27388,7 +27984,7 @@ input.cxd-TextControl-input-password {
|
|
27388
27984
|
}
|
27389
27985
|
.rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
|
27390
27986
|
color: #144bcc;
|
27391
|
-
background:
|
27987
|
+
background: #ffffff;
|
27392
27988
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
27393
27989
|
border-width: 1px 1px 1px 1px;
|
27394
27990
|
border-style: solid solid solid solid;
|
@@ -27396,7 +27992,7 @@ input.cxd-TextControl-input-password {
|
|
27396
27992
|
}
|
27397
27993
|
.rdtBtnCancel:not(:disabled):not(.is-disabled).active {
|
27398
27994
|
color: #144bcc;
|
27399
|
-
background:
|
27995
|
+
background: #ffffff;
|
27400
27996
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
27401
27997
|
border-width: 1px 1px 1px 1px;
|
27402
27998
|
border-style: solid solid solid solid;
|
@@ -27422,7 +28018,7 @@ input.cxd-TextControl-input-password {
|
|
27422
28018
|
cursor: pointer !important;
|
27423
28019
|
width: 1rem;
|
27424
28020
|
padding: 0;
|
27425
|
-
color: #
|
28021
|
+
color: #84878c;
|
27426
28022
|
font-size: 18px;
|
27427
28023
|
text-decoration: none;
|
27428
28024
|
font-family: auto;
|
@@ -27485,11 +28081,14 @@ td.rdtMonth > span,
|
|
27485
28081
|
td.rdtYear > span,
|
27486
28082
|
td.rdtQuarter > span {
|
27487
28083
|
display: inline-block;
|
28084
|
+
color: #151b26;
|
28085
|
+
background: #ffffff;
|
28086
|
+
border-radius: 2px 2px 2px 2px;
|
27488
28087
|
}
|
27489
28088
|
td.rdtMonth.rdtBetween,
|
27490
28089
|
td.rdtYear.rdtBetween,
|
27491
28090
|
td.rdtQuarter.rdtBetween {
|
27492
|
-
background:
|
28091
|
+
background: #e6f0ff;
|
27493
28092
|
}
|
27494
28093
|
td.rdtMonth:hover,
|
27495
28094
|
td.rdtYear:hover,
|
@@ -27500,7 +28099,7 @@ td.rdtMonth:hover > span,
|
|
27500
28099
|
td.rdtYear:hover > span,
|
27501
28100
|
td.rdtQuarter:hover > span {
|
27502
28101
|
color: #151b26;
|
27503
|
-
background: #
|
28102
|
+
background: #f7f8fa;
|
27504
28103
|
}
|
27505
28104
|
td.rdtMonth.rdtActive, td.rdtMonth.rdtActive:hover,
|
27506
28105
|
td.rdtYear.rdtActive,
|
@@ -27515,26 +28114,33 @@ td.rdtYear.rdtActive:hover > span,
|
|
27515
28114
|
td.rdtQuarter.rdtActive > span,
|
27516
28115
|
td.rdtQuarter.rdtActive:hover > span {
|
27517
28116
|
background: #2468f2 !important;
|
27518
|
-
color: #ffffff;
|
28117
|
+
color: #ffffff !important;
|
27519
28118
|
}
|
27520
28119
|
td.rdtMonth.rdtDisabled, td.rdtMonth.rdtDisabled:hover,
|
27521
28120
|
td.rdtYear.rdtDisabled,
|
27522
28121
|
td.rdtYear.rdtDisabled:hover,
|
27523
28122
|
td.rdtQuarter.rdtDisabled,
|
27524
28123
|
td.rdtQuarter.rdtDisabled:hover {
|
27525
|
-
background: #
|
28124
|
+
background: #f7f8fa;
|
28125
|
+
}
|
28126
|
+
td.rdtMonth.rdtDisabled > span, td.rdtMonth.rdtDisabled:hover > span,
|
28127
|
+
td.rdtYear.rdtDisabled > span,
|
28128
|
+
td.rdtYear.rdtDisabled:hover > span,
|
28129
|
+
td.rdtQuarter.rdtDisabled > span,
|
28130
|
+
td.rdtQuarter.rdtDisabled:hover > span {
|
28131
|
+
background: #f7f8fa;
|
27526
28132
|
color: #b8babf;
|
27527
28133
|
}
|
27528
28134
|
.rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
27529
|
-
background: linear-gradient(to right, transparent 0%, transparent 50%,
|
28135
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, #e6f0ff 51%, #e6f0ff 100%);
|
27530
28136
|
}
|
27531
28137
|
.rdt .rdtPicker td.is-disabled {
|
27532
28138
|
cursor: not-allowed !important;
|
27533
|
-
background: #
|
28139
|
+
background: #f7f8fa;
|
27534
28140
|
color: #b8babf;
|
27535
28141
|
}
|
27536
28142
|
.rdt .rdtPicker td.is-disabled:hover {
|
27537
|
-
background: #
|
28143
|
+
background: #f7f8fa;
|
27538
28144
|
color: #b8babf;
|
27539
28145
|
}
|
27540
28146
|
.rdt .rdtPicker td.is-disabled:hover > span {
|
@@ -27542,24 +28148,47 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27542
28148
|
color: inherit !important;
|
27543
28149
|
}
|
27544
28150
|
.rdtPicker .rdtActive.rdtBetween.rdtEndDay {
|
27545
|
-
background: linear-gradient(to right,
|
28151
|
+
background: linear-gradient(to right, #e6f0ff 0%, #e6f0ff 50%, transparent 51%, transparent 100%);
|
27546
28152
|
}
|
27547
28153
|
.cxd-DateCalendar {
|
27548
28154
|
display: inline-block;
|
27549
|
-
border: 1px
|
28155
|
+
border: 1px
|
28156
|
+
1px
|
28157
|
+
1px
|
28158
|
+
1px solid #e8e9eb
|
28159
|
+
#e8e9eb
|
28160
|
+
#e8e9eb
|
28161
|
+
#e8e9eb;
|
27550
28162
|
background: #ffffff;
|
27551
|
-
border-radius: 4px
|
28163
|
+
border-radius: 4px
|
28164
|
+
4px
|
28165
|
+
4px
|
28166
|
+
4px;
|
27552
28167
|
}
|
27553
28168
|
.cxd-DateRangePicker {
|
27554
28169
|
position: relative;
|
27555
28170
|
display: inline-flex;
|
27556
28171
|
flex-wrap: nowrap;
|
27557
|
-
border: 1px
|
27558
|
-
|
27559
|
-
|
28172
|
+
border-width: 1px
|
28173
|
+
1px
|
28174
|
+
1px
|
28175
|
+
1px;
|
28176
|
+
border-style: solid
|
28177
|
+
solid
|
28178
|
+
solid
|
28179
|
+
solid;
|
28180
|
+
border-color: #e8e9eb
|
28181
|
+
#e8e9eb
|
28182
|
+
#e8e9eb
|
28183
|
+
#e8e9eb;
|
28184
|
+
font-size: 14px;
|
28185
|
+
padding: 0 0.75rem 0 0.625rem;
|
27560
28186
|
height: 2rem;
|
27561
28187
|
outline: none;
|
27562
|
-
border-radius: 4px
|
28188
|
+
border-radius: 4px
|
28189
|
+
4px
|
28190
|
+
4px
|
28191
|
+
4px;
|
27563
28192
|
color: #151b26;
|
27564
28193
|
background: #ffffff;
|
27565
28194
|
}
|
@@ -27576,7 +28205,15 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27576
28205
|
}
|
27577
28206
|
.cxd-DateRangePicker:not(.is-disabled):hover {
|
27578
28207
|
background: #ffffff;
|
27579
|
-
border-color: #2468f2
|
28208
|
+
border-color: #2468f2
|
28209
|
+
#2468f2
|
28210
|
+
#2468f2
|
28211
|
+
#2468f2;
|
28212
|
+
border-style: solid solid solid solid;
|
28213
|
+
border-width: 1px 1px 1px 1px;
|
28214
|
+
}
|
28215
|
+
.cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-input {
|
28216
|
+
color: #151b26;
|
27580
28217
|
}
|
27581
28218
|
.cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-clear {
|
27582
28219
|
display: flex;
|
@@ -27585,8 +28222,17 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27585
28222
|
display: none;
|
27586
28223
|
}
|
27587
28224
|
.cxd-DateRangePicker:not(.is-disabled).is-focused {
|
27588
|
-
|
27589
|
-
|
28225
|
+
background: #ffffff;
|
28226
|
+
border-color: #2468f2
|
28227
|
+
#2468f2
|
28228
|
+
#2468f2
|
28229
|
+
#2468f2;
|
28230
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
28231
|
+
border-style: solid solid solid solid;
|
28232
|
+
border-width: 1px 1px 1px 1px;
|
28233
|
+
}
|
28234
|
+
.cxd-DateRangePicker:not(.is-disabled).is-focused .cxd-DateRangePicker-input {
|
28235
|
+
color: #151b26;
|
27590
28236
|
}
|
27591
28237
|
.cxd-DateRangePicker .cxd-DateRangePicker-input {
|
27592
28238
|
border: none;
|
@@ -27598,6 +28244,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27598
28244
|
width: 50%;
|
27599
28245
|
line-height: 1.875rem;
|
27600
28246
|
font-size: 14px;
|
28247
|
+
font-weight: 400;
|
28248
|
+
color: #151b26;
|
27601
28249
|
}
|
27602
28250
|
.cxd-DateRangePicker .cxd-DateRangePicker-input::-moz-placeholder {
|
27603
28251
|
color: #b8babf;
|
@@ -27619,10 +28267,13 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27619
28267
|
background: #b8babf;
|
27620
28268
|
}
|
27621
28269
|
.cxd-DateRangePicker.is-disabled {
|
27622
|
-
background: #
|
28270
|
+
background: #f7f8fa;
|
28271
|
+
border-width: 1px 1px 1px 1px;
|
28272
|
+
border-style: solid solid solid solid;
|
28273
|
+
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
27623
28274
|
}
|
27624
28275
|
.cxd-DateRangePicker.is-disabled > .cxd-DateRangePicker-input {
|
27625
|
-
color: #
|
28276
|
+
color: #151b26;
|
27626
28277
|
}
|
27627
28278
|
.cxd-DateRangePicker-placeholder {
|
27628
28279
|
color: #b8babf;
|
@@ -27650,7 +28301,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27650
28301
|
}
|
27651
28302
|
.cxd-DateRangePicker-toggler svg {
|
27652
28303
|
fill: #d4d6d9;
|
27653
|
-
top: 0;
|
27654
28304
|
width: 14px;
|
27655
28305
|
height: 14px;
|
27656
28306
|
}
|
@@ -27660,6 +28310,17 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27660
28310
|
.cxd-DateRangePicker-toggler:active svg {
|
27661
28311
|
fill: #303540;
|
27662
28312
|
}
|
28313
|
+
.cxd-DateRangePicker-toggler svg {
|
28314
|
+
color: #84878c;
|
28315
|
+
width: 0.875rem;
|
28316
|
+
height: 0.875rem;
|
28317
|
+
}
|
28318
|
+
.cxd-DateRangePicker .DatePicker-toggler-clock {
|
28319
|
+
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>';
|
28320
|
+
}
|
28321
|
+
.cxd-DateRangePicker .DatePicker-toggler-date {
|
28322
|
+
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>';
|
28323
|
+
}
|
27663
28324
|
.cxd-DateRangePicker-clear {
|
27664
28325
|
padding: 0.1875rem;
|
27665
28326
|
cursor: pointer;
|
@@ -27672,7 +28333,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27672
28333
|
}
|
27673
28334
|
.cxd-DateRangePicker-clear svg {
|
27674
28335
|
fill: #d4d6d9;
|
27675
|
-
top: 0;
|
27676
28336
|
width: 14px;
|
27677
28337
|
height: 14px;
|
27678
28338
|
}
|
@@ -27682,6 +28342,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27682
28342
|
.cxd-DateRangePicker-clear:active svg {
|
27683
28343
|
fill: #303540;
|
27684
28344
|
}
|
28345
|
+
.cxd-DateRangePicker-clear svg {
|
28346
|
+
top: 0;
|
28347
|
+
width: 0.875rem;
|
28348
|
+
height: 0.875rem;
|
28349
|
+
}
|
27685
28350
|
.cxd-DateRangePicker-activeCursor {
|
27686
28351
|
bottom: 0;
|
27687
28352
|
height: 2px;
|
@@ -27761,9 +28426,23 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27761
28426
|
}
|
27762
28427
|
.cxd-DateRangeCalendar {
|
27763
28428
|
display: inline-block;
|
27764
|
-
border: 1px
|
28429
|
+
border-width: 1px
|
28430
|
+
1px
|
28431
|
+
1px
|
28432
|
+
1px;
|
28433
|
+
border-style: solid
|
28434
|
+
solid
|
28435
|
+
solid
|
28436
|
+
solid;
|
28437
|
+
border-color: #e8e9eb
|
28438
|
+
#e8e9eb
|
28439
|
+
#e8e9eb
|
28440
|
+
#e8e9eb;
|
27765
28441
|
background: #ffffff;
|
27766
|
-
border-radius: 4px
|
28442
|
+
border-radius: 4px
|
28443
|
+
4px
|
28444
|
+
4px
|
28445
|
+
4px;
|
27767
28446
|
}
|
27768
28447
|
.cxd-DateRangePicker.is-mobile {
|
27769
28448
|
border: 0;
|
@@ -27807,7 +28486,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27807
28486
|
cursor: pointer;
|
27808
28487
|
margin-right: 0.75rem;
|
27809
28488
|
color: #84878c;
|
27810
|
-
background:
|
28489
|
+
background: #ffffff;
|
27811
28490
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
27812
28491
|
border-width: 1px 1px 1px 1px;
|
27813
28492
|
border-style: solid solid solid solid;
|
@@ -27815,7 +28494,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27815
28494
|
}
|
27816
28495
|
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
|
27817
28496
|
color: #84878c;
|
27818
|
-
background:
|
28497
|
+
background: #ffffff;
|
27819
28498
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
27820
28499
|
border-width: 1px 1px 1px 1px;
|
27821
28500
|
border-style: solid solid solid solid;
|
@@ -27823,7 +28502,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27823
28502
|
}
|
27824
28503
|
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled).hover {
|
27825
28504
|
color: #84878c;
|
27826
|
-
background:
|
28505
|
+
background: #ffffff;
|
27827
28506
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
27828
28507
|
border-width: 1px 1px 1px 1px;
|
27829
28508
|
border-style: solid solid solid solid;
|
@@ -27831,7 +28510,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27831
28510
|
}
|
27832
28511
|
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
27833
28512
|
color: #84878c;
|
27834
|
-
background:
|
28513
|
+
background: #ffffff;
|
27835
28514
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
27836
28515
|
border-width: 1px 1px 1px 1px;
|
27837
28516
|
border-style: solid solid solid solid;
|
@@ -27839,7 +28518,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27839
28518
|
}
|
27840
28519
|
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled).active {
|
27841
28520
|
color: #84878c;
|
27842
|
-
background:
|
28521
|
+
background: #ffffff;
|
27843
28522
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
27844
28523
|
border-width: 1px 1px 1px 1px;
|
27845
28524
|
border-style: solid solid solid solid;
|
@@ -27897,7 +28576,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27897
28576
|
}
|
27898
28577
|
.cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn {
|
27899
28578
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
27900
|
-
background:
|
28579
|
+
background: #ffffff;
|
27901
28580
|
color: #84878c;
|
27902
28581
|
}
|
27903
28582
|
.cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn > svg {
|
@@ -27905,7 +28584,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
27905
28584
|
}
|
27906
28585
|
.cxd-ImageControl-dropzone:hover-addBtn:not(.is-disabled) {
|
27907
28586
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
27908
|
-
background:
|
28587
|
+
background: #ffffff;
|
27909
28588
|
color: #84878c;
|
27910
28589
|
}
|
27911
28590
|
.cxd-ImageControl-dropzone:hover-addBtn:not(.is-disabled) .cxd-ImageControl-addBtn-text {
|
@@ -28237,7 +28916,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
28237
28916
|
#e8e9eb;
|
28238
28917
|
border-width: 1px 1px 1px 1px;
|
28239
28918
|
border-radius: 4px 4px 4px 4px;
|
28240
|
-
background:
|
28919
|
+
background: #ffffff;
|
28241
28920
|
cursor: pointer;
|
28242
28921
|
}
|
28243
28922
|
.cxd-FileControl-acceptTip-click {
|
@@ -28251,7 +28930,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
28251
28930
|
border-style: dashed dashed dashed dashed;
|
28252
28931
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
28253
28932
|
border-width: 1px 1px 1px 1px;
|
28254
|
-
background:
|
28933
|
+
background: #ffffff;
|
28255
28934
|
}
|
28256
28935
|
.cxd-FileControl-acceptTip > span {
|
28257
28936
|
margin-top: 0.5rem;
|
@@ -28776,6 +29455,21 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
28776
29455
|
.cxd-TreeControl.no-border {
|
28777
29456
|
border: 0;
|
28778
29457
|
}
|
29458
|
+
.cxd-TreeControl.is-sticky {
|
29459
|
+
max-height: unset;
|
29460
|
+
overflow: unset;
|
29461
|
+
}
|
29462
|
+
.cxd-TreeControl-searchbox {
|
29463
|
+
margin-top: 0.5rem;
|
29464
|
+
margin-bottom: 1rem;
|
29465
|
+
}
|
29466
|
+
.cxd-TreeControl-searchbox.is-active {
|
29467
|
+
width: 100%;
|
29468
|
+
}
|
29469
|
+
.cxd-TreeControl > .cxd-Tree {
|
29470
|
+
max-height: 300px;
|
29471
|
+
overflow: auto;
|
29472
|
+
}
|
28779
29473
|
.cxd-Tree-list, .cxd-Tree-sublist {
|
28780
29474
|
list-style: none;
|
28781
29475
|
padding: 0;
|
@@ -29005,6 +29699,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29005
29699
|
flex: 1 auto;
|
29006
29700
|
display: inline-block;
|
29007
29701
|
color: #151b26;
|
29702
|
+
font-size: 14px;
|
29008
29703
|
max-width: 100%;
|
29009
29704
|
overflow: hidden;
|
29010
29705
|
text-overflow: ellipsis;
|
@@ -29149,7 +29844,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29149
29844
|
}
|
29150
29845
|
.cxd-TreeSelect-clear svg {
|
29151
29846
|
fill: #d4d6d9;
|
29152
|
-
top: 0;
|
29153
29847
|
width: 14px;
|
29154
29848
|
height: 14px;
|
29155
29849
|
}
|
@@ -29527,7 +30221,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29527
30221
|
}
|
29528
30222
|
.cxd-SubForm-value {
|
29529
30223
|
background: #f7f8fa;
|
29530
|
-
color: #
|
30224
|
+
color: #151b26;
|
29531
30225
|
font-size: 14px;
|
29532
30226
|
padding: 0 0.25rem;
|
29533
30227
|
min-height: 1.5rem;
|
@@ -29548,7 +30242,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29548
30242
|
color: #b8babf;
|
29549
30243
|
}
|
29550
30244
|
.cxd-SubForm-valueDel:hover, .cxd-SubForm-valueEdit:hover, .cxd-SubForm-valueDragBar:hover {
|
29551
|
-
color: #
|
30245
|
+
color: #151b26;
|
29552
30246
|
}
|
29553
30247
|
.cxd-SubForm-valueDel > svg, .cxd-SubForm-valueEdit > svg, .cxd-SubForm-valueDragBar > svg {
|
29554
30248
|
width: 0.75rem;
|
@@ -29560,7 +30254,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29560
30254
|
cursor: move;
|
29561
30255
|
}
|
29562
30256
|
.cxd-SubForm-value:hover {
|
29563
|
-
background:
|
30257
|
+
background: #e6f0ff;
|
29564
30258
|
}
|
29565
30259
|
.cxd-SubForm-value.is-disabled {
|
29566
30260
|
pointer-events: none;
|
@@ -29625,6 +30319,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29625
30319
|
.cxd-ChainedSelectControl .cxd-Select {
|
29626
30320
|
margin-right: 0.25rem;
|
29627
30321
|
}
|
30322
|
+
.cxd-ChainedSelectControl-spinner {
|
30323
|
+
display: inline-block;
|
30324
|
+
vertical-align: middle;
|
30325
|
+
}
|
29628
30326
|
.cxd-Picker {
|
29629
30327
|
position: relative;
|
29630
30328
|
max-width: 100%;
|
@@ -29720,7 +30418,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29720
30418
|
}
|
29721
30419
|
.cxd-Picker-clear svg {
|
29722
30420
|
fill: #d4d6d9;
|
29723
|
-
top: 0;
|
29724
30421
|
width: 14px;
|
29725
30422
|
height: 14px;
|
29726
30423
|
}
|
@@ -29828,6 +30525,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29828
30525
|
align-items: center;
|
29829
30526
|
justify-content: center;
|
29830
30527
|
}
|
30528
|
+
.cxd-Picker-btn svg {
|
30529
|
+
top: 0;
|
30530
|
+
}
|
29831
30531
|
.cxd-Picker-btn:hover {
|
29832
30532
|
color: #2468f2;
|
29833
30533
|
}
|
@@ -29844,7 +30544,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29844
30544
|
}
|
29845
30545
|
.cxd-Picker-clear svg {
|
29846
30546
|
fill: #d4d6d9;
|
29847
|
-
top: 0;
|
29848
30547
|
width: 14px;
|
29849
30548
|
height: 14px;
|
29850
30549
|
}
|
@@ -29854,6 +30553,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29854
30553
|
.cxd-Picker-clear:active svg {
|
29855
30554
|
fill: #303540;
|
29856
30555
|
}
|
30556
|
+
.cxd-Picker-clear svg {
|
30557
|
+
top: 0;
|
30558
|
+
}
|
29857
30559
|
.cxd-PickerControl.is-inline .cxd-Picker {
|
29858
30560
|
display: inline-block;
|
29859
30561
|
min-width: 9.375rem;
|
@@ -29865,9 +30567,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29865
30567
|
.cxd-TagControl {
|
29866
30568
|
position: relative;
|
29867
30569
|
}
|
29868
|
-
.cxd-TagControl-input.is-focused {
|
29869
|
-
border-radius: 0;
|
29870
|
-
}
|
29871
30570
|
.cxd-TagControl-input.is-disabled {
|
29872
30571
|
border-style: dashed;
|
29873
30572
|
background: transparent;
|
@@ -29958,7 +30657,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29958
30657
|
}
|
29959
30658
|
.cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover {
|
29960
30659
|
color: #2468f2;
|
29961
|
-
background:
|
30660
|
+
background: #ffffff;
|
29962
30661
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
29963
30662
|
border-width: 1px 1px 1px 1px;
|
29964
30663
|
border-style: solid solid solid solid;
|
@@ -29966,7 +30665,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29966
30665
|
}
|
29967
30666
|
.cxd-TagControl-sugItem:not(:disabled):not(.is-disabled).hover {
|
29968
30667
|
color: #2468f2;
|
29969
|
-
background:
|
30668
|
+
background: #ffffff;
|
29970
30669
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
29971
30670
|
border-width: 1px 1px 1px 1px;
|
29972
30671
|
border-style: solid solid solid solid;
|
@@ -29974,7 +30673,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29974
30673
|
}
|
29975
30674
|
.cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
|
29976
30675
|
color: #144bcc;
|
29977
|
-
background:
|
30676
|
+
background: #ffffff;
|
29978
30677
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
29979
30678
|
border-width: 1px 1px 1px 1px;
|
29980
30679
|
border-style: solid solid solid solid;
|
@@ -29982,7 +30681,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
29982
30681
|
}
|
29983
30682
|
.cxd-TagControl-sugItem:not(:disabled):not(.is-disabled).active {
|
29984
30683
|
color: #144bcc;
|
29985
|
-
background:
|
30684
|
+
background: #ffffff;
|
29986
30685
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
29987
30686
|
border-width: 1px 1px 1px 1px;
|
29988
30687
|
border-style: solid solid solid solid;
|
@@ -30309,7 +31008,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30309
31008
|
font-size: 14px;
|
30310
31009
|
}
|
30311
31010
|
.cxd-Transfer .cxd-Table-content .cxd-Table-table > thead > tr > th:last-child {
|
30312
|
-
padding-right:
|
31011
|
+
padding-right: 1.125rem;
|
30313
31012
|
}
|
30314
31013
|
.cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td {
|
30315
31014
|
padding: 0.375rem 0.75rem 0.5rem 0.75rem;
|
@@ -30321,7 +31020,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30321
31020
|
color: #f23d3d;
|
30322
31021
|
}
|
30323
31022
|
.cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td:last-child {
|
30324
|
-
padding-right:
|
31023
|
+
padding-right: 1.125rem;
|
30325
31024
|
}
|
30326
31025
|
.cxd-Transfer .cxd-Selections .cxd-TableSelection .cxd-Table-table > thead > tr,
|
30327
31026
|
.cxd-Transfer .cxd-Selections .cxd-TableSelection .cxd-Table-table > tbody > tr {
|
@@ -30531,6 +31230,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30531
31230
|
line-height: 2rem;
|
30532
31231
|
cursor: pointer;
|
30533
31232
|
display: flex;
|
31233
|
+
font-size: 14px;
|
31234
|
+
font-weight: 400;
|
31235
|
+
color: #151b26;
|
31236
|
+
background: transparent;
|
30534
31237
|
}
|
30535
31238
|
.cxd-NestedSelect-menu .cxd-NestedSelect-option > .cxd-NestedSelect-optionLabel {
|
30536
31239
|
flex: 1;
|
@@ -30547,7 +31250,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30547
31250
|
}
|
30548
31251
|
.cxd-NestedSelect-menu .cxd-NestedSelect-option.is-active {
|
30549
31252
|
color: #2468f2;
|
30550
|
-
background:
|
31253
|
+
background: #ffffff;
|
30551
31254
|
}
|
30552
31255
|
.cxd-NestedSelect-menu .cxd-NestedSelect-option:hover {
|
30553
31256
|
color: #151b26;
|
@@ -30763,7 +31466,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30763
31466
|
}
|
30764
31467
|
.cxd-IconPickerControl-clear svg {
|
30765
31468
|
fill: #d4d6d9;
|
30766
|
-
top: 0;
|
30767
31469
|
width: 14px;
|
30768
31470
|
height: 14px;
|
30769
31471
|
}
|
@@ -30804,7 +31506,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30804
31506
|
}
|
30805
31507
|
.cxd-IconPickerControl-valueWrap > input {
|
30806
31508
|
display: inline-block;
|
30807
|
-
width:
|
31509
|
+
width: 100% !important;
|
30808
31510
|
vertical-align: middle;
|
30809
31511
|
}
|
30810
31512
|
.cxd-IconPickerControl-input--withAC {
|
@@ -30866,6 +31568,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30866
31568
|
background: #2468f2;
|
30867
31569
|
}
|
30868
31570
|
.cxd-IconPickerControl-value {
|
31571
|
+
position: absolute;
|
30869
31572
|
-webkit-user-select: none;
|
30870
31573
|
-moz-user-select: none;
|
30871
31574
|
user-select: none;
|
@@ -30974,7 +31677,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
30974
31677
|
}
|
30975
31678
|
.cxd-IconSelectControl-clear svg {
|
30976
31679
|
fill: #d4d6d9;
|
30977
|
-
top: 0;
|
30978
31680
|
width: 14px;
|
30979
31681
|
height: 14px;
|
30980
31682
|
}
|
@@ -31334,7 +32036,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
31334
32036
|
top: 0.1875rem;
|
31335
32037
|
}
|
31336
32038
|
.cxd-Form-item.is-error > .cxd-Form-label {
|
31337
|
-
color: #
|
32039
|
+
color: #f23d3d;
|
31338
32040
|
}
|
31339
32041
|
.cxd-Form-item .cxd-Form-control--withSize > .cxd-ResultBox {
|
31340
32042
|
display: flex;
|
@@ -31406,7 +32108,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
31406
32108
|
flex-basis: unset;
|
31407
32109
|
}
|
31408
32110
|
.cxd-Form-item--horizontal > .cxd-Form-label {
|
31409
|
-
height: 2rem;
|
31410
32111
|
line-height: 2rem;
|
31411
32112
|
margin: 0;
|
31412
32113
|
margin-right: 1rem;
|
@@ -32649,6 +33350,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
32649
33350
|
height: 0.875rem;
|
32650
33351
|
width: 0.875rem;
|
32651
33352
|
margin: 0 0.25rem;
|
33353
|
+
display: inline-block;
|
33354
|
+
vertical-align: text-top;
|
32652
33355
|
}
|
32653
33356
|
.cxd-MappingField {
|
32654
33357
|
margin-right: 0.25rem;
|
@@ -32709,6 +33412,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
32709
33412
|
height: 15.625rem;
|
32710
33413
|
margin-top: 0.625rem;
|
32711
33414
|
}
|
33415
|
+
.cxd-FormulaEditor-settings > div {
|
33416
|
+
width: 0;
|
33417
|
+
}
|
32712
33418
|
.cxd-FormulaEditor-settings.only-variable {
|
32713
33419
|
height: 21.875rem;
|
32714
33420
|
}
|
@@ -32866,10 +33572,16 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
32866
33572
|
display: flex;
|
32867
33573
|
flex-flow: row nowrap;
|
32868
33574
|
justify-content: space-between;
|
33575
|
+
align-items: center;
|
32869
33576
|
white-space: nowrap;
|
32870
33577
|
}
|
32871
33578
|
.cxd-FormulaEditor-VariableList-item > label {
|
32872
33579
|
white-space: nowrap;
|
33580
|
+
overflow: hidden;
|
33581
|
+
text-overflow: ellipsis;
|
33582
|
+
flex: 1;
|
33583
|
+
width: 0;
|
33584
|
+
display: inline-block;
|
32873
33585
|
}
|
32874
33586
|
.cxd-FormulaEditor-VariableList-item-tag {
|
32875
33587
|
vertical-align: middle;
|
@@ -32878,6 +33590,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
32878
33590
|
border-radius: 4px;
|
32879
33591
|
background: #f5f5f5;
|
32880
33592
|
color: var(--black);
|
33593
|
+
font-size: 12px;
|
33594
|
+
line-height: 1.5rem;
|
33595
|
+
height: 1.5rem;
|
32881
33596
|
}
|
32882
33597
|
.cxd-FormulaEditor-VariableList .cxd-GroupedSelection-item-tag {
|
32883
33598
|
line-height: 17px;
|
@@ -33653,6 +34368,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33653
34368
|
overflow-x: hidden;
|
33654
34369
|
}
|
33655
34370
|
.cxd-Nav-Menu {
|
34371
|
+
--Menu-width: var(--Layout-aside-width);
|
33656
34372
|
--Menu-width--collapsed: var(--Layout-aside-width-collapsed);
|
33657
34373
|
--Menu-fontSize: var(--Nav-item-fontSize);
|
33658
34374
|
--Menu-fontSize--collapsed: var(--Nav-item-collapsed-fontSize);
|
@@ -33669,7 +34385,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33669
34385
|
--Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
|
33670
34386
|
--Menu-light-ancestor-fontColor-onActive: var(--Layout-light-fontColor);
|
33671
34387
|
--Menu-light-fontColor-onActive: var(--Layout-fontColor--onActive);
|
33672
|
-
--Menu-light-groupTitle-fontColor: #
|
34388
|
+
--Menu-light-groupTitle-fontColor: #84868c;
|
33673
34389
|
--Menu-light-selectedIndicator-color: var(--Layout-fontColor--info);
|
33674
34390
|
--Menu-dark-backgroundColor: var(--Layout-dark-backgroundColor);
|
33675
34391
|
--Menu-dark-backgroundColor-onHover: var(--Layout-fontColor--info);
|
@@ -33677,7 +34393,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33677
34393
|
--Menu-dark-fontColor-onHover: var(--Layout-fontColor--onHover);
|
33678
34394
|
--Menu-dark-ancestor-fontColor-onActive: var(--Layout-fontColor--onActive);
|
33679
34395
|
--Menu-dark-fontColor-onActive: var(--Layout-dark-fontColor);
|
33680
|
-
--Menu-dark-groupTitle-fontColor: #
|
34396
|
+
--Menu-dark-groupTitle-fontColor: #84868c;
|
33681
34397
|
--Menu-dark-selectedIndicator-color: var(--Layout-dark-selected-color);
|
33682
34398
|
outline: none;
|
33683
34399
|
margin-bottom: 0;
|
@@ -33687,6 +34403,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33687
34403
|
list-style: none;
|
33688
34404
|
color: var(--Menu-light-fontColor);
|
33689
34405
|
background-color: var(--Menu-light-backgroundColor);
|
34406
|
+
transition: all 0.3s;
|
34407
|
+
width: 100%;
|
33690
34408
|
}
|
33691
34409
|
.cxd-Nav-Menu.cxd-Nav-Menu-dark {
|
33692
34410
|
color: var(--Menu-dark-fontColor);
|
@@ -33722,14 +34440,17 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33722
34440
|
.cxd-Nav-Menu-disabled {
|
33723
34441
|
cursor: not-allowed;
|
33724
34442
|
}
|
33725
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item
|
34443
|
+
.cxd-Nav-Menu-root.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item,
|
34444
|
+
.cxd-Nav-Menu-root.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-title {
|
33726
34445
|
padding: 0;
|
33727
34446
|
text-align: center;
|
33728
34447
|
}
|
33729
34448
|
.cxd-Nav-Menu-item-link {
|
33730
|
-
display:
|
34449
|
+
display: flex;
|
34450
|
+
align-items: center;
|
33731
34451
|
height: 2.5rem;
|
33732
34452
|
flex-grow: 1;
|
34453
|
+
overflow: hidden;
|
33733
34454
|
}
|
33734
34455
|
.cxd-Nav-Menu-item-divider {
|
33735
34456
|
border-bottom: 1px solid #e6e6e8;
|
@@ -33740,12 +34461,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33740
34461
|
.cxd-Nav-Menu-item-icon {
|
33741
34462
|
margin-right: 0.5rem;
|
33742
34463
|
font-size: var(--Menu-icon-size);
|
33743
|
-
width: var(--Menu-icon-size);
|
33744
34464
|
color: var(--Menu-light-fontColor);
|
33745
|
-
display: inline-block;
|
33746
|
-
line-height: var(--Menu-item-height--vertical);
|
33747
|
-
position: relative;
|
33748
|
-
top: 1.5px;
|
33749
34465
|
}
|
33750
34466
|
.cxd-Nav-Menu-item-icon img {
|
33751
34467
|
height: 14px;
|
@@ -33753,11 +34469,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33753
34469
|
}
|
33754
34470
|
.cxd-Nav-Menu-item-icon-collapsed {
|
33755
34471
|
font-size: var(--Menu-fontSize--collapsed);
|
33756
|
-
margin
|
34472
|
+
margin: 0 auto;
|
33757
34473
|
}
|
33758
34474
|
.cxd-Nav-Menu-item-icon-svg-collapsed {
|
33759
34475
|
font-size: var(--Menu-fontSize--collapsed);
|
33760
|
-
margin
|
34476
|
+
margin: 0 auto;
|
33761
34477
|
height: var(--Menu-item-height--vertical);
|
33762
34478
|
}
|
33763
34479
|
.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-icon {
|
@@ -33778,13 +34494,13 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33778
34494
|
white-space: nowrap;
|
33779
34495
|
overflow: hidden;
|
33780
34496
|
text-overflow: ellipsis;
|
33781
|
-
vertical-align: middle;
|
33782
34497
|
-webkit-user-select: none;
|
33783
34498
|
-moz-user-select: none;
|
33784
34499
|
user-select: none;
|
33785
34500
|
}
|
33786
34501
|
.cxd-Nav-Menu-item-label-collapsed {
|
33787
34502
|
font-size: var(--Menu-fontSize--collapsed);
|
34503
|
+
margin: 0 auto;
|
33788
34504
|
font-weight: 600;
|
33789
34505
|
}
|
33790
34506
|
.cxd-Nav-Menu-dark .cxd-Nav-Menu-item-label {
|
@@ -33805,9 +34521,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33805
34521
|
}
|
33806
34522
|
.cxd-Nav-Menu-item-group-title {
|
33807
34523
|
color: var(--Menu-light-groupTitle-fontColor);
|
33808
|
-
line-height: 1.
|
33809
|
-
padding:
|
33810
|
-
|
34524
|
+
line-height: 1.25rem;
|
34525
|
+
padding: 0 var(--Menu-Submenu-item-paddingX) 0 1rem;
|
34526
|
+
font-size: 0.75rem;
|
34527
|
+
margin: 0.75rem 0 0.25rem 0;
|
33811
34528
|
}
|
33812
34529
|
.cxd-Nav-Menu-item-group-title.cxd-Nav-Menu-dark {
|
33813
34530
|
color: var(--Menu-dark-groupTitle-fontColor);
|
@@ -33851,6 +34568,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33851
34568
|
}
|
33852
34569
|
.cxd-Nav-Menu-item .cxd-Badge, .cxd-Nav-Menu-submenu .cxd-Badge {
|
33853
34570
|
position: static;
|
34571
|
+
flex: 1;
|
34572
|
+
width: 0;
|
34573
|
+
display: flex;
|
33854
34574
|
}
|
33855
34575
|
.cxd-Nav-Menu-item .cxd-Nav-Menu-item-wrap, .cxd-Nav-Menu-submenu .cxd-Nav-Menu-item-wrap {
|
33856
34576
|
display: flex;
|
@@ -33859,6 +34579,12 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33859
34579
|
.cxd-Nav-Menu-item-extra {
|
33860
34580
|
position: relative;
|
33861
34581
|
}
|
34582
|
+
.cxd-Nav-Menu-item-extra .cxd-DropDown > .cxd-Button {
|
34583
|
+
padding: 0;
|
34584
|
+
}
|
34585
|
+
.cxd-Nav-Menu-item-extra .cxd-DropDown > .cxd-Button > i {
|
34586
|
+
margin: 0;
|
34587
|
+
}
|
33862
34588
|
.cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected {
|
33863
34589
|
background-color: var(--Menu-light-backgroundColor-onHover);
|
33864
34590
|
}
|
@@ -33913,114 +34639,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33913
34639
|
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
33914
34640
|
color: var(--Menu-light-fontColor-onActive) !important;
|
33915
34641
|
}
|
33916
|
-
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-
|
33917
|
-
|
33918
|
-
|
33919
|
-
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-actived > .cxd-Nav-Menu-submenu-title::before {
|
33920
|
-
content: "";
|
33921
|
-
position: absolute;
|
33922
|
-
top: 0;
|
33923
|
-
left: 0;
|
33924
|
-
bottom: 0;
|
33925
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
33926
|
-
transform: scaleY(1);
|
33927
|
-
opacity: 1;
|
33928
|
-
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);
|
33929
|
-
}
|
33930
|
-
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-actived > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
33931
|
-
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-actived > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
|
34642
|
+
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
34643
|
+
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
|
34644
|
+
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
|
33932
34645
|
color: var(--Menu-light-fontColor-onActive) !important;
|
33933
34646
|
}
|
33934
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical > .cxd-Nav-Menu-item-selected {
|
33935
|
-
background-color: var(--Menu-light-backgroundColor-onHover);
|
33936
|
-
}
|
33937
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical > .cxd-Nav-Menu-item-selected::before {
|
33938
|
-
content: "";
|
33939
|
-
position: absolute;
|
33940
|
-
top: 0;
|
33941
|
-
left: 0;
|
33942
|
-
bottom: 0;
|
33943
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
33944
|
-
transform: scaleY(1);
|
33945
|
-
opacity: 1;
|
33946
|
-
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);
|
33947
|
-
}
|
33948
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
33949
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
33950
|
-
color: var(--Menu-light-fontColor-onActive);
|
33951
|
-
}
|
33952
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected {
|
33953
|
-
background-color: var(--Menu-dark-backgroundColor-onHover);
|
33954
|
-
}
|
33955
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected::before {
|
33956
|
-
content: "";
|
33957
|
-
position: absolute;
|
33958
|
-
top: 0;
|
33959
|
-
left: 0;
|
33960
|
-
bottom: 0;
|
33961
|
-
border-right: 3px solid var(--Menu-dark-selectedIndicator-color);
|
33962
|
-
transform: scaleY(1);
|
33963
|
-
opacity: 1;
|
33964
|
-
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);
|
33965
|
-
}
|
33966
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
33967
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
33968
|
-
color: var(--Menu-dark-fontColor-onActive);
|
33969
|
-
}
|
33970
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
|
33971
|
-
background-color: var(--Menu-dark-backgroundColor-onHover);
|
33972
|
-
}
|
33973
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title::before {
|
33974
|
-
content: "";
|
33975
|
-
position: absolute;
|
33976
|
-
top: 0;
|
33977
|
-
left: 0;
|
33978
|
-
bottom: 0;
|
33979
|
-
border-right: 3px solid var(--Menu-dark-selectedIndicator-color);
|
33980
|
-
transform: scaleY(1);
|
33981
|
-
opacity: 1;
|
33982
|
-
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);
|
33983
|
-
}
|
33984
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
33985
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label {
|
33986
|
-
color: var(--Menu-dark-fontColor-onActive);
|
33987
|
-
}
|
33988
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected {
|
33989
|
-
background-color: var(--Menu-light-backgroundColor-onHover);
|
33990
|
-
}
|
33991
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected::before {
|
33992
|
-
content: "";
|
33993
|
-
position: absolute;
|
33994
|
-
top: 0;
|
33995
|
-
left: 0;
|
33996
|
-
bottom: 0;
|
33997
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
33998
|
-
transform: scaleY(1);
|
33999
|
-
opacity: 1;
|
34000
|
-
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);
|
34001
|
-
}
|
34002
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34003
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
34004
|
-
color: var(--Menu-light-fontColor-onActive);
|
34005
|
-
}
|
34006
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
|
34007
|
-
background-color: var(--Menu-light-backgroundColor-onHover);
|
34008
|
-
}
|
34009
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title::before {
|
34010
|
-
content: "";
|
34011
|
-
position: absolute;
|
34012
|
-
top: 0;
|
34013
|
-
left: 0;
|
34014
|
-
bottom: 0;
|
34015
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
34016
|
-
transform: scaleY(1);
|
34017
|
-
opacity: 1;
|
34018
|
-
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);
|
34019
|
-
}
|
34020
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
34021
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label {
|
34022
|
-
color: var(--Menu-light-fontColor-onActive);
|
34023
|
-
}
|
34024
34647
|
.cxd-Nav-Menu .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected {
|
34025
34648
|
background-color: transparent;
|
34026
34649
|
}
|
@@ -34037,9 +34660,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34037
34660
|
.cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
|
34038
34661
|
color: var(--Menu-light-ancestor-fontColor-onActive);
|
34039
34662
|
}
|
34040
|
-
.cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-label, .cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon {
|
34041
|
-
color: var(--Menu-light-ancestor-fontColor-onActive);
|
34042
|
-
}
|
34043
34663
|
.cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
|
34044
34664
|
.cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon {
|
34045
34665
|
color: var(--Menu-light-ancestor-fontColor-onActive);
|
@@ -34047,37 +34667,16 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34047
34667
|
.cxd-Nav-Menu > li.cxd-Nav-Menu-submenu {
|
34048
34668
|
padding: 0;
|
34049
34669
|
}
|
34050
|
-
.cxd-Nav-Menu-
|
34670
|
+
.cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub {
|
34051
34671
|
min-width: 160px;
|
34052
34672
|
margin-top: 0;
|
34053
34673
|
border-radius: 2px;
|
34054
34674
|
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);
|
34055
34675
|
}
|
34056
|
-
.cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34057
|
-
.cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label, .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34058
|
-
.cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label, .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34059
|
-
.cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label, .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34060
|
-
.cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
34061
|
-
color: var(--Menu-light-fontColor-onActive);
|
34062
|
-
}
|
34063
|
-
.cxd-Nav-Menu-dark .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34064
|
-
.cxd-Nav-Menu-dark .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label, .cxd-Nav-Menu-dark .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34065
|
-
.cxd-Nav-Menu-dark .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label, .cxd-Nav-Menu-dark .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34066
|
-
.cxd-Nav-Menu-dark .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label, .cxd-Nav-Menu-dark .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34067
|
-
.cxd-Nav-Menu-dark .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
34068
|
-
color: var(--Menu-dark-fontColor-onActive);
|
34069
|
-
}
|
34070
|
-
.cxd-Nav-Menu-light .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34071
|
-
.cxd-Nav-Menu-light .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label, .cxd-Nav-Menu-light .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34072
|
-
.cxd-Nav-Menu-light .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label, .cxd-Nav-Menu-light .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34073
|
-
.cxd-Nav-Menu-light .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label, .cxd-Nav-Menu-light .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34074
|
-
.cxd-Nav-Menu-light .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
34075
|
-
color: var(--Menu-light-fontColor-onActive);
|
34076
|
-
}
|
34077
34676
|
.cxd-Nav-Menu-item, .cxd-Nav-Menu-submenu-title {
|
34078
34677
|
margin: 0;
|
34079
34678
|
position: relative;
|
34080
|
-
padding: 0;
|
34679
|
+
padding: 0 1rem;
|
34081
34680
|
line-height: 2.5rem;
|
34082
34681
|
display: block;
|
34083
34682
|
white-space: nowrap;
|
@@ -34086,8 +34685,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34086
34685
|
color: var(--Menu-light-fontColor);
|
34087
34686
|
}
|
34088
34687
|
.cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
|
34089
|
-
.cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
|
34090
|
-
.cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-
|
34688
|
+
.cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
|
34689
|
+
.cxd-Nav-Menu-item:hover .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
|
34690
|
+
.cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
|
34691
|
+
.cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
|
34091
34692
|
color: var(--Menu-light-fontColor-onHover);
|
34092
34693
|
}
|
34093
34694
|
.cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-dragBar, .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-dragBar {
|
@@ -34098,8 +34699,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34098
34699
|
background-color: var(--Menu-dark-backgroundColor);
|
34099
34700
|
}
|
34100
34701
|
.cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
|
34101
|
-
.cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
|
34102
|
-
.cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-
|
34702
|
+
.cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
|
34703
|
+
.cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
|
34704
|
+
.cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
|
34705
|
+
.cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
|
34103
34706
|
color: var(--Menu-dark-fontColor-onHover);
|
34104
34707
|
}
|
34105
34708
|
.cxd-Nav-Menu-light .cxd-Nav-Menu-item, .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title {
|
@@ -34107,8 +34710,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34107
34710
|
background-color: var(--Menu-light-backgroundColor);
|
34108
34711
|
}
|
34109
34712
|
.cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
|
34110
|
-
.cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
|
34111
|
-
.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-
|
34713
|
+
.cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
|
34714
|
+
.cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
|
34715
|
+
.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
|
34716
|
+
.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
|
34112
34717
|
color: var(--Menu-light-fontColor-onHover);
|
34113
34718
|
}
|
34114
34719
|
.cxd-Nav-Menu-rtl .cxd-Nav-Menu-item, .cxd-Nav-Menu-rtl .cxd-Nav-Menu-submenu-title {
|
@@ -34117,6 +34722,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34117
34722
|
.cxd-Nav-Menu-item.cxd-Nav-Menu-item-disabled, .cxd-Nav-Menu-item.cxd-Nav-Menu-submenu-disabled, .cxd-Nav-Menu-submenu-title.cxd-Nav-Menu-item-disabled, .cxd-Nav-Menu-submenu-title.cxd-Nav-Menu-submenu-disabled {
|
34118
34723
|
color: #777 !important;
|
34119
34724
|
}
|
34725
|
+
.cxd-Nav-Menu-item-tooltip-wrap {
|
34726
|
+
padding: 0;
|
34727
|
+
}
|
34120
34728
|
.cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-item, .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-submenu-title, .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
|
34121
34729
|
text-overflow: initial;
|
34122
34730
|
}
|
@@ -34132,9 +34740,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34132
34740
|
position: absolute;
|
34133
34741
|
z-index: 1500;
|
34134
34742
|
}
|
34135
|
-
.cxd-Nav-Menu-submenu-popup .cxd-Nav-Menu-item {
|
34136
|
-
padding: 0 var(--Menu-Submenu-item-paddingX);
|
34137
|
-
}
|
34138
34743
|
.cxd-Nav-Menu-submenu > .cxd-Nav-Menu {
|
34139
34744
|
background-color: var(--Menu-light-backgroundColor);
|
34140
34745
|
}
|
@@ -34175,6 +34780,11 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34175
34780
|
.cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
|
34176
34781
|
color: var(--Menu-dark-fontColor);
|
34177
34782
|
}
|
34783
|
+
.cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
|
34784
|
+
.cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
|
34785
|
+
.cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
|
34786
|
+
color: var(--Menu-dark-fontColor-onHover);
|
34787
|
+
}
|
34178
34788
|
.cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title {
|
34179
34789
|
background-color: var(--Menu-dark-backgroundColor);
|
34180
34790
|
color: var(--Menu-dark-fontColor-onActive);
|
@@ -34188,12 +34798,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34188
34798
|
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
34189
34799
|
}
|
34190
34800
|
.cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
34191
|
-
.cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label
|
34801
|
+
.cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
|
34802
|
+
.cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
|
34192
34803
|
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
34193
34804
|
}
|
34194
|
-
.cxd-Nav-Menu-submenu-popup .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow {
|
34195
|
-
width: 2rem;
|
34196
|
-
}
|
34197
34805
|
.cxd-Nav-Menu .cxd-Nav-Menu-submenu-title,
|
34198
34806
|
.cxd-Nav-Menu .cxd-Nav-Menu-item {
|
34199
34807
|
cursor: pointer;
|
@@ -34240,7 +34848,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34240
34848
|
background-color: var(--Menu-light-backgroundColor);
|
34241
34849
|
}
|
34242
34850
|
.cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-tooltip-wrap > .cxd-Nav-Menu-item, .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
|
34243
|
-
padding: 0
|
34851
|
+
padding: 0 1rem;
|
34244
34852
|
height: var(--Menu-item-height--horizontal);
|
34245
34853
|
}
|
34246
34854
|
.cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-tooltip-wrap > .cxd-Nav-Menu-item .cxd-Nav-Menu-item-link, .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-link {
|
@@ -34251,10 +34859,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34251
34859
|
.cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
|
34252
34860
|
line-height: var(--Menu-item-height--horizontal);
|
34253
34861
|
}
|
34254
|
-
.cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-tooltip-wrap > .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label, .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
|
34255
|
-
padding: 0;
|
34256
|
-
top: 0;
|
34257
|
-
}
|
34258
34862
|
.cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item.cxd-Nav-Menu-item-selected:after {
|
34259
34863
|
content: " ";
|
34260
34864
|
width: 100%;
|
@@ -34292,8 +34896,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34292
34896
|
.cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow {
|
34293
34897
|
display: inline-block;
|
34294
34898
|
font-size: 0.5625rem;
|
34295
|
-
vertical-align: baseline;
|
34296
34899
|
text-align: center;
|
34900
|
+
vertical-align: middle;
|
34297
34901
|
text-transform: none;
|
34298
34902
|
text-rendering: auto;
|
34299
34903
|
line-height: 1.25rem;
|
@@ -34301,7 +34905,9 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34301
34905
|
color: var(--Menu-light-fontColor);
|
34302
34906
|
}
|
34303
34907
|
.cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow > svg {
|
34304
|
-
|
34908
|
+
top: auto;
|
34909
|
+
}
|
34910
|
+
.cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item-label {
|
34305
34911
|
vertical-align: middle;
|
34306
34912
|
}
|
34307
34913
|
.cxd-Nav-Menu-horizontal.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-active, .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-active {
|
@@ -34327,8 +34933,10 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34327
34933
|
border-bottom: 2px solid var(--Menu-light-selectedIndicator-color);
|
34328
34934
|
}
|
34329
34935
|
.cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
34330
|
-
.cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
|
34331
|
-
.cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-
|
34936
|
+
.cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
|
34937
|
+
.cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34938
|
+
.cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
|
34939
|
+
.cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
|
34332
34940
|
color: var(--Menu-light-fontColor-onActive);
|
34333
34941
|
}
|
34334
34942
|
.cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-arrow {
|
@@ -34345,15 +34953,12 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34345
34953
|
text-transform: none;
|
34346
34954
|
text-rendering: auto;
|
34347
34955
|
position: absolute;
|
34348
|
-
right:
|
34956
|
+
right: var(--Menu-Submenu-item-paddingX);
|
34349
34957
|
top: 0;
|
34350
|
-
width: 1.125rem;
|
34351
34958
|
line-height: var(--Menu-item-height--vertical);
|
34352
|
-
transform: rotate(-90deg);
|
34353
34959
|
}
|
34354
34960
|
.cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow > svg, .cxd-Nav-Menu-vertical-left .cxd-Nav-Menu-submenu-arrow > svg, .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow > svg, .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow > svg {
|
34355
|
-
|
34356
|
-
vertical-align: middle;
|
34961
|
+
top: auto;
|
34357
34962
|
}
|
34358
34963
|
.cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical-left .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-vertical-left .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-rtl .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow {
|
34359
34964
|
right: auto;
|
@@ -34361,7 +34966,7 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34361
34966
|
}
|
34362
34967
|
.cxd-Nav-Menu-vertical.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap, .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap, .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap, .cxd-Nav-Menu-inline.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap {
|
34363
34968
|
padding-right: 0;
|
34364
|
-
padding-left:
|
34969
|
+
padding-left: 1rem;
|
34365
34970
|
}
|
34366
34971
|
.cxd-Nav-Menu-vertical.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-inline.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-arrow {
|
34367
34972
|
right: auto;
|
@@ -34372,37 +34977,49 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34372
34977
|
.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-arrow {
|
34373
34978
|
color: var(--Menu-light-fontColor);
|
34374
34979
|
}
|
34375
|
-
.cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-
|
34376
|
-
|
34980
|
+
.cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow {
|
34981
|
+
right: 0.625rem;
|
34377
34982
|
}
|
34378
34983
|
.cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow {
|
34379
34984
|
cursor: pointer;
|
34380
34985
|
transition: transform 0.3s;
|
34381
|
-
transform: rotate(
|
34986
|
+
transform: rotate(90deg);
|
34382
34987
|
}
|
34383
34988
|
.cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-open > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-open > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
|
34384
|
-
transform: rotate(
|
34385
|
-
padding-bottom: 0.25rem;
|
34989
|
+
transform: rotate(270deg);
|
34386
34990
|
}
|
34387
34991
|
.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-wrap {
|
34388
34992
|
overflow: hidden;
|
34389
34993
|
}
|
34390
|
-
.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title {
|
34391
|
-
padding: 0 var(--Menu-Submenu-title-paddingX) 0 calc(var(--Menu-Submenu-title-paddingX) - 1px);
|
34392
|
-
text-align: center;
|
34393
|
-
}
|
34394
34994
|
.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-arrow {
|
34395
34995
|
display: none !important;
|
34396
34996
|
}
|
34997
|
+
.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-group-title {
|
34998
|
+
display: none;
|
34999
|
+
}
|
35000
|
+
.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-group-list .cxd-Nav-Menu-item-divider {
|
35001
|
+
height: 1px;
|
35002
|
+
width: 60%;
|
35003
|
+
margin: 0 auto;
|
35004
|
+
}
|
34397
35005
|
.cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu, .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu, .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu {
|
34398
35006
|
padding: 0;
|
34399
35007
|
}
|
34400
|
-
.cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title, .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title, .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title {
|
34401
|
-
padding: 0 var(--Menu-Submenu-item-paddingX);
|
34402
|
-
}
|
34403
35008
|
.cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu, .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu, .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu {
|
34404
35009
|
direction: rtl;
|
34405
35010
|
}
|
35011
|
+
.cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title, .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title, .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
|
35012
|
+
color: var(--Menu-light-fontColor-onActive);
|
35013
|
+
}
|
35014
|
+
.cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
35015
|
+
.cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
|
35016
|
+
.cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
35017
|
+
.cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
|
35018
|
+
.cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-arrow, .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
35019
|
+
.cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
|
35020
|
+
.cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-arrow {
|
35021
|
+
color: var(--Menu-light-fontColor-onActive);
|
35022
|
+
}
|
34406
35023
|
.cxd-Nav-Menu-sub.cxd-Nav-Menu-inline {
|
34407
35024
|
padding: 0;
|
34408
35025
|
border: none;
|
@@ -34412,7 +35029,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34412
35029
|
.cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-item, .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
|
34413
35030
|
padding-top: 0;
|
34414
35031
|
padding-bottom: 0;
|
34415
|
-
padding-right: 0;
|
34416
35032
|
display: block;
|
34417
35033
|
white-space: nowrap;
|
34418
35034
|
overflow: hidden;
|
@@ -34425,7 +35041,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34425
35041
|
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
34426
35042
|
}
|
34427
35043
|
.cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
|
34428
|
-
.cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon
|
35044
|
+
.cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
35045
|
+
.cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
|
34429
35046
|
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
34430
35047
|
}
|
34431
35048
|
.cxd-Nav-Menu .cxd-Nav-Menu-item-disabled,
|
@@ -34557,56 +35174,6 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
34557
35174
|
transform: scale(0, 0);
|
34558
35175
|
}
|
34559
35176
|
}
|
34560
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu {
|
34561
|
-
background-color: var(--Menu-dark-backgroundColor);
|
34562
|
-
}
|
34563
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item {
|
34564
|
-
color: var(--Menu-dark-fontColor);
|
34565
|
-
}
|
34566
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon,
|
34567
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label {
|
34568
|
-
color: var(--Menu-dark-fontColor);
|
34569
|
-
}
|
34570
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active {
|
34571
|
-
background-color: var(--Menu-dark-backgroundColor);
|
34572
|
-
color: var(--Menu-dark-fontColor-onHover);
|
34573
|
-
}
|
34574
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon,
|
34575
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label {
|
34576
|
-
color: var(--Menu-dark-fontColor-onHover);
|
34577
|
-
}
|
34578
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected {
|
34579
|
-
background-color: var(--Menu-dark-backgroundColor);
|
34580
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
|
34581
|
-
}
|
34582
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
34583
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
34584
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
|
34585
|
-
}
|
34586
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title {
|
34587
|
-
color: var(--Menu-dark-fontColor);
|
34588
|
-
}
|
34589
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
34590
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
|
34591
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
|
34592
|
-
color: var(--Menu-dark-fontColor);
|
34593
|
-
}
|
34594
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title {
|
34595
|
-
background-color: var(--Menu-dark-backgroundColor);
|
34596
|
-
color: var(--Menu-dark-fontColor-onActive);
|
34597
|
-
}
|
34598
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
34599
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
|
34600
|
-
color: var(--Menu-dark-fontColor-onActive);
|
34601
|
-
}
|
34602
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title {
|
34603
|
-
background-color: var(--Menu-dark-backgroundColor);
|
34604
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
34605
|
-
}
|
34606
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
34607
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
|
34608
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
34609
|
-
}
|
34610
35177
|
.cxd-Nav-Menu-item-tooltip {
|
34611
35178
|
font-size: 12px;
|
34612
35179
|
color: #070c14;
|