amis 2.8.0 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/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 +4 -9
- package/esm/renderers/Action.js +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 +9 -8
- package/esm/renderers/CRUD2.d.ts +1 -0
- package/esm/renderers/CRUD2.js +31 -14
- 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 +12 -7
- 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 +1 -1
- package/esm/renderers/Code.js +1 -1
- 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.js +1 -1
- package/esm/renderers/Custom.js +1 -1
- package/esm/renderers/Date.js +1 -1
- package/esm/renderers/DateRange.js +1 -1
- package/esm/renderers/Dialog.d.ts +222 -252
- package/esm/renderers/Dialog.js +5 -3
- package/esm/renderers/Divider.js +1 -1
- package/esm/renderers/Drawer.js +3 -2
- package/esm/renderers/DropDownButton.d.ts +2 -1
- package/esm/renderers/DropDownButton.js +5 -4
- 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.js +1 -1
- 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 +1 -1
- package/esm/renderers/Form/ConditionBuilder.js +1 -1
- package/esm/renderers/Form/Control.js +1 -1
- package/esm/renderers/Form/DiffEditor.d.ts +16 -8
- package/esm/renderers/Form/DiffEditor.js +1 -1
- package/esm/renderers/Form/Editor.d.ts +22 -10
- 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 +3 -3
- package/esm/renderers/Form/InputFile.js +1 -1
- package/esm/renderers/Form/InputFormula.js +1 -1
- package/esm/renderers/Form/InputGroup.js +1 -1
- package/esm/renderers/Form/InputImage.d.ts +1 -0
- package/esm/renderers/Form/InputImage.js +4 -3
- package/esm/renderers/Form/InputMonthRange.d.ts +0 -1
- package/esm/renderers/Form/InputMonthRange.js +1 -1
- package/esm/renderers/Form/InputNumber.js +4 -2
- package/esm/renderers/Form/InputQuarterRange.d.ts +0 -1
- package/esm/renderers/Form/InputQuarterRange.js +1 -1
- package/esm/renderers/Form/InputRange.js +1 -1
- 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 +1 -0
- package/esm/renderers/Form/InputTable.js +68 -25
- package/esm/renderers/Form/InputTag.js +1 -1
- package/esm/renderers/Form/InputText.js +1 -1
- package/esm/renderers/Form/InputTree.js +1 -1
- 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.js +1 -1
- 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.js +4 -4
- package/esm/renderers/Form/Static.js +1 -1
- package/esm/renderers/Form/StaticHoc.d.ts +1 -1
- package/esm/renderers/Form/StaticHoc.js +12 -7
- 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.js +1 -1
- 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 +1 -1
- 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.js +9 -6
- 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 +11 -8
- package/esm/renderers/Nav.js +78 -53
- 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 +26 -11
- 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 +1 -1
- package/esm/renderers/Portlet.js +1 -1
- package/esm/renderers/Progress.js +1 -1
- package/esm/renderers/Property.js +1 -1
- package/esm/renderers/QRCode.js +1 -1
- package/esm/renderers/QuickEdit.d.ts +1 -0
- package/esm/renderers/QuickEdit.js +25 -8
- package/esm/renderers/Remark.d.ts +2 -4
- package/esm/renderers/Remark.js +1 -1
- package/esm/renderers/SearchBox.js +1 -1
- 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.js +1 -1
- package/esm/renderers/Steps.d.ts +1 -1
- package/esm/renderers/Steps.js +8 -11
- package/esm/renderers/Table/ColumnToggler.js +1 -1
- 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 +1 -1
- package/esm/renderers/Table/TableCell.d.ts +1 -1
- package/esm/renderers/Table/TableCell.js +9 -9
- package/esm/renderers/Table/TableContent.js +1 -1
- package/esm/renderers/Table/TableRow.js +1 -1
- package/esm/renderers/Table/exportExcel.js +1 -1
- package/esm/renderers/Table/index.d.ts +6 -0
- package/esm/renderers/Table/index.js +2 -2
- package/esm/renderers/Table2/ColumnToggler.js +3 -3
- package/esm/renderers/Table2/HeadCellSearchDropdown.js +1 -1
- package/esm/renderers/Table2/TableCell.js +1 -1
- package/esm/renderers/Table2/index.js +8 -9
- package/esm/renderers/TableView.js +1 -1
- package/esm/renderers/Tabs.js +1 -1
- 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 +1 -1
- 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 +4 -9
- package/lib/renderers/Action.js +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 +9 -8
- package/lib/renderers/CRUD2.d.ts +1 -0
- package/lib/renderers/CRUD2.js +30 -13
- 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 +11 -6
- 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 +1 -1
- package/lib/renderers/Code.js +1 -1
- 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.js +1 -1
- package/lib/renderers/Copyable.js +1 -1
- package/lib/renderers/Custom.js +1 -1
- package/lib/renderers/Date.js +1 -1
- package/lib/renderers/DateRange.js +1 -1
- package/lib/renderers/Dialog.d.ts +222 -252
- package/lib/renderers/Dialog.js +5 -3
- package/lib/renderers/Divider.js +1 -1
- package/lib/renderers/Drawer.js +3 -2
- package/lib/renderers/DropDownButton.d.ts +2 -1
- package/lib/renderers/DropDownButton.js +5 -4
- 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.js +1 -1
- 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 +1 -1
- package/lib/renderers/Form/ConditionBuilder.js +1 -1
- package/lib/renderers/Form/Control.js +1 -1
- package/lib/renderers/Form/DiffEditor.d.ts +41 -33
- package/lib/renderers/Form/DiffEditor.js +1 -1
- package/lib/renderers/Form/Editor.d.ts +25 -13
- 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 +3 -3
- package/lib/renderers/Form/InputFile.js +1 -1
- package/lib/renderers/Form/InputFormula.js +1 -1
- package/lib/renderers/Form/InputGroup.js +1 -1
- package/lib/renderers/Form/InputImage.d.ts +1 -0
- package/lib/renderers/Form/InputImage.js +4 -3
- package/lib/renderers/Form/InputMonthRange.d.ts +0 -1
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputNumber.js +4 -2
- package/lib/renderers/Form/InputQuarterRange.d.ts +0 -1
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputRange.js +1 -1
- 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 +1 -0
- package/lib/renderers/Form/InputTable.js +68 -24
- package/lib/renderers/Form/InputTag.js +1 -1
- package/lib/renderers/Form/InputText.js +1 -1
- package/lib/renderers/Form/InputTree.js +1 -1
- 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.js +1 -1
- 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.js +4 -4
- package/lib/renderers/Form/Static.js +1 -1
- 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.js +1 -1
- 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 +1 -1
- 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.js +9 -6
- 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 +11 -8
- package/lib/renderers/Nav.js +78 -53
- 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 +26 -11
- 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 +1 -1
- package/lib/renderers/Portlet.js +1 -1
- package/lib/renderers/Progress.js +1 -1
- package/lib/renderers/Property.js +1 -1
- package/lib/renderers/QRCode.js +1 -1
- package/lib/renderers/QuickEdit.d.ts +1 -0
- package/lib/renderers/QuickEdit.js +26 -8
- package/lib/renderers/Remark.d.ts +3 -5
- package/lib/renderers/Remark.js +1 -1
- package/lib/renderers/SearchBox.js +1 -1
- 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.js +1 -1
- package/lib/renderers/Steps.d.ts +1 -1
- package/lib/renderers/Steps.js +9 -11
- package/lib/renderers/Table/ColumnToggler.js +1 -1
- 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 +1 -1
- package/lib/renderers/Table/TableCell.d.ts +1 -1
- package/lib/renderers/Table/TableCell.js +9 -9
- package/lib/renderers/Table/TableContent.js +1 -1
- package/lib/renderers/Table/TableRow.js +1 -1
- package/lib/renderers/Table/exportExcel.js +1 -1
- package/lib/renderers/Table/index.d.ts +6 -0
- package/lib/renderers/Table/index.js +2 -2
- package/lib/renderers/Table2/ColumnToggler.js +3 -3
- package/lib/renderers/Table2/HeadCellSearchDropdown.js +1 -1
- package/lib/renderers/Table2/TableCell.js +1 -1
- package/lib/renderers/Table2/index.js +8 -9
- package/lib/renderers/TableView.js +1 -1
- package/lib/renderers/Tabs.js +1 -1
- 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 +1 -1
- package/lib/themes/ang-ie11.css +596 -275
- package/lib/themes/ang.css +575 -251
- package/lib/themes/antd-ie11.css +617 -296
- package/lib/themes/antd.css +575 -251
- package/lib/themes/cxd-ie11.css +617 -296
- package/lib/themes/cxd.css +575 -251
- package/lib/themes/dark-ie11.css +617 -296
- package/lib/themes/dark.css +575 -251
- package/lib/themes/default-ie11.css +617 -296
- package/lib/themes/default.css +575 -251
- package/lib/types.d.ts +0 -1
- package/package.json +13 -6
- package/schema.json +550 -268
- package/sdk/ang-ie11.css +705 -325
- package/sdk/ang.css +682 -299
- package/sdk/antd-ie11.css +726 -346
- package/sdk/antd.css +682 -299
- 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 +726 -346
- package/sdk/cxd.css +682 -299
- package/sdk/dark-ie11.css +726 -346
- package/sdk/dark.css +682 -299
- 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 +726 -346
- package/sdk/sdk.css +682 -299
- package/sdk/sdk.js +1583 -1559
- 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,6 +7556,196 @@ body.tox-dialog__disable-scroll {
|
|
|
7376
7556
|
top: 50%;
|
|
7377
7557
|
transform: translateY(-50%);
|
|
7378
7558
|
}
|
|
7559
|
+
.tox .tox-tree {
|
|
7560
|
+
display: flex;
|
|
7561
|
+
flex-direction: column;
|
|
7562
|
+
}
|
|
7563
|
+
.tox .tox-tree .tox-trbtn {
|
|
7564
|
+
align-items: center;
|
|
7565
|
+
background: transparent;
|
|
7566
|
+
border: 0;
|
|
7567
|
+
border-radius: 4px;
|
|
7568
|
+
box-shadow: none;
|
|
7569
|
+
color: #222f3e;
|
|
7570
|
+
display: flex;
|
|
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;
|
|
7583
|
+
}
|
|
7584
|
+
.tox .tox-tree .tox-trbtn .tox-tree__label {
|
|
7585
|
+
overflow: hidden;
|
|
7586
|
+
text-overflow: ellipsis;
|
|
7587
|
+
white-space: nowrap;
|
|
7588
|
+
}
|
|
7589
|
+
.tox .tox-tree .tox-trbtn svg {
|
|
7590
|
+
display: block;
|
|
7591
|
+
fill: #222f3e;
|
|
7592
|
+
}
|
|
7593
|
+
.tox .tox-tree .tox-trbtn:focus {
|
|
7594
|
+
background: #cce2fa;
|
|
7595
|
+
border: 0;
|
|
7596
|
+
box-shadow: none;
|
|
7597
|
+
}
|
|
7598
|
+
.tox .tox-tree .tox-trbtn:hover {
|
|
7599
|
+
background: #cce2fa;
|
|
7600
|
+
border: 0;
|
|
7601
|
+
box-shadow: none;
|
|
7602
|
+
color: #222f3e;
|
|
7603
|
+
}
|
|
7604
|
+
.tox .tox-tree .tox-trbtn:hover svg {
|
|
7605
|
+
fill: #222f3e;
|
|
7606
|
+
}
|
|
7607
|
+
.tox .tox-tree .tox-trbtn:active {
|
|
7608
|
+
background: #a6ccf7;
|
|
7609
|
+
border: 0;
|
|
7610
|
+
box-shadow: none;
|
|
7611
|
+
color: #222f3e;
|
|
7612
|
+
}
|
|
7613
|
+
.tox .tox-tree .tox-trbtn:active svg {
|
|
7614
|
+
fill: #222f3e;
|
|
7615
|
+
}
|
|
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;
|
|
7625
|
+
}
|
|
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);
|
|
7632
|
+
}
|
|
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;
|
|
7639
|
+
}
|
|
7640
|
+
.tox .tox-tree .tox-trbtn--enabled > *,
|
|
7641
|
+
.tox .tox-tree .tox-trbtn--enabled:hover > * {
|
|
7642
|
+
transform: none;
|
|
7643
|
+
}
|
|
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;
|
|
7648
|
+
}
|
|
7649
|
+
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
|
|
7650
|
+
color: #222f3e;
|
|
7651
|
+
}
|
|
7652
|
+
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
|
|
7653
|
+
fill: #222f3e;
|
|
7654
|
+
}
|
|
7655
|
+
.tox .tox-tree .tox-trbtn:active > * {
|
|
7656
|
+
transform: none;
|
|
7657
|
+
}
|
|
7658
|
+
.tox .tox-tree .tox-trbtn--return {
|
|
7659
|
+
align-self: stretch;
|
|
7660
|
+
height: unset;
|
|
7661
|
+
width: 16px;
|
|
7662
|
+
}
|
|
7663
|
+
.tox .tox-tree .tox-trbtn--labeled {
|
|
7664
|
+
padding: 0 4px;
|
|
7665
|
+
width: unset;
|
|
7666
|
+
}
|
|
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
|
+
}
|
|
7379
7749
|
.tox .tox-view-wrap,
|
|
7380
7750
|
.tox .tox-view-wrap__slot-container {
|
|
7381
7751
|
background-color: #fff;
|
|
@@ -7385,8 +7755,9 @@ body.tox-dialog__disable-scroll {
|
|
|
7385
7755
|
}
|
|
7386
7756
|
.tox .tox-view {
|
|
7387
7757
|
display: flex;
|
|
7388
|
-
flex: 1;
|
|
7758
|
+
flex: 1 1 auto;
|
|
7389
7759
|
flex-direction: column;
|
|
7760
|
+
overflow: hidden;
|
|
7390
7761
|
}
|
|
7391
7762
|
.tox .tox-view__header {
|
|
7392
7763
|
align-items: center;
|
|
@@ -7396,6 +7767,26 @@ body.tox-dialog__disable-scroll {
|
|
|
7396
7767
|
padding: 8px 8px 0 8px;
|
|
7397
7768
|
position: relative;
|
|
7398
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
|
+
}
|
|
7399
7790
|
.tox .tox-view__header-start,
|
|
7400
7791
|
.tox .tox-view__header-end {
|
|
7401
7792
|
display: flex;
|
|
@@ -7437,6 +7828,7 @@ body.tox-dialog__disable-scroll {
|
|
|
7437
7828
|
border-radius: 6px;
|
|
7438
7829
|
display: flex;
|
|
7439
7830
|
flex: 1;
|
|
7831
|
+
overflow: hidden;
|
|
7440
7832
|
position: relative;
|
|
7441
7833
|
}
|
|
7442
7834
|
/* stylelint-disable */
|
|
@@ -8647,7 +9039,7 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
8647
9039
|
}
|
|
8648
9040
|
.rdtPicker td.rdtOld span,
|
|
8649
9041
|
.rdtPicker td.rdtNew span {
|
|
8650
|
-
background:
|
|
9042
|
+
background: #ffffff;
|
|
8651
9043
|
}
|
|
8652
9044
|
.rdtPicker td.rdtToday {
|
|
8653
9045
|
position: relative;
|
|
@@ -10608,7 +11000,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
10608
11000
|
}
|
|
10609
11001
|
.cxd-Button--enhance {
|
|
10610
11002
|
color: #2468f2;
|
|
10611
|
-
background:
|
|
11003
|
+
background: #ffffff;
|
|
10612
11004
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
10613
11005
|
border-width: 1px 1px 1px 1px;
|
|
10614
11006
|
border-style: solid solid solid solid;
|
|
@@ -10616,7 +11008,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
10616
11008
|
}
|
|
10617
11009
|
.cxd-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
|
10618
11010
|
color: #528eff;
|
|
10619
|
-
background:
|
|
11011
|
+
background: #ffffff;
|
|
10620
11012
|
border-color: #528eff #528eff #528eff #528eff;
|
|
10621
11013
|
border-width: 1px 1px 1px 1px;
|
|
10622
11014
|
border-style: solid solid solid solid;
|
|
@@ -10624,7 +11016,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
10624
11016
|
}
|
|
10625
11017
|
.cxd-Button--enhance:not(:disabled):not(.is-disabled).hover {
|
|
10626
11018
|
color: #528eff;
|
|
10627
|
-
background:
|
|
11019
|
+
background: #ffffff;
|
|
10628
11020
|
border-color: #528eff #528eff #528eff #528eff;
|
|
10629
11021
|
border-width: 1px 1px 1px 1px;
|
|
10630
11022
|
border-style: solid solid solid solid;
|
|
@@ -10632,7 +11024,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
10632
11024
|
}
|
|
10633
11025
|
.cxd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
|
10634
11026
|
color: #144bcc;
|
|
10635
|
-
background:
|
|
11027
|
+
background: #ffffff;
|
|
10636
11028
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
|
10637
11029
|
border-width: 1px 1px 1px 1px;
|
|
10638
11030
|
border-style: solid solid solid solid;
|
|
@@ -10640,7 +11032,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
10640
11032
|
}
|
|
10641
11033
|
.cxd-Button--enhance:not(:disabled):not(.is-disabled).active {
|
|
10642
11034
|
color: #144bcc;
|
|
10643
|
-
background:
|
|
11035
|
+
background: #ffffff;
|
|
10644
11036
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
|
10645
11037
|
border-width: 1px 1px 1px 1px;
|
|
10646
11038
|
border-style: solid solid solid solid;
|
|
@@ -10896,7 +11288,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
10896
11288
|
}
|
|
10897
11289
|
.cxd-Button--default {
|
|
10898
11290
|
color: #151b26;
|
|
10899
|
-
background:
|
|
11291
|
+
background: #ffffff;
|
|
10900
11292
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
|
10901
11293
|
border-width: 1px 1px 1px 1px;
|
|
10902
11294
|
border-style: solid solid solid solid;
|
|
@@ -10904,7 +11296,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
10904
11296
|
}
|
|
10905
11297
|
.cxd-Button--default:not(:disabled):not(.is-disabled):hover {
|
|
10906
11298
|
color: #2468f2;
|
|
10907
|
-
background:
|
|
11299
|
+
background: #ffffff;
|
|
10908
11300
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
10909
11301
|
border-width: 1px 1px 1px 1px;
|
|
10910
11302
|
border-style: solid solid solid solid;
|
|
@@ -10912,7 +11304,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
10912
11304
|
}
|
|
10913
11305
|
.cxd-Button--default:not(:disabled):not(.is-disabled).hover {
|
|
10914
11306
|
color: #2468f2;
|
|
10915
|
-
background:
|
|
11307
|
+
background: #ffffff;
|
|
10916
11308
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
10917
11309
|
border-width: 1px 1px 1px 1px;
|
|
10918
11310
|
border-style: solid solid solid solid;
|
|
@@ -10920,7 +11312,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
10920
11312
|
}
|
|
10921
11313
|
.cxd-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
|
10922
11314
|
color: #144bcc;
|
|
10923
|
-
background:
|
|
11315
|
+
background: #ffffff;
|
|
10924
11316
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
|
10925
11317
|
border-width: 1px 1px 1px 1px;
|
|
10926
11318
|
border-style: solid solid solid solid;
|
|
@@ -10928,7 +11320,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
10928
11320
|
}
|
|
10929
11321
|
.cxd-Button--default:not(:disabled):not(.is-disabled).active {
|
|
10930
11322
|
color: #144bcc;
|
|
10931
|
-
background:
|
|
11323
|
+
background: #ffffff;
|
|
10932
11324
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
|
10933
11325
|
border-width: 1px 1px 1px 1px;
|
|
10934
11326
|
border-style: solid solid solid solid;
|
|
@@ -11472,7 +11864,6 @@ input[type=button].cxd-Button--block {
|
|
|
11472
11864
|
.cxd-Badge-ribbon-out {
|
|
11473
11865
|
overflow: hidden;
|
|
11474
11866
|
position: absolute;
|
|
11475
|
-
top: 0;
|
|
11476
11867
|
bottom: 0;
|
|
11477
11868
|
right: 0;
|
|
11478
11869
|
}
|
|
@@ -11487,6 +11878,9 @@ input[type=button].cxd-Button--block {
|
|
|
11487
11878
|
width: 62.5rem;
|
|
11488
11879
|
top: 5px;
|
|
11489
11880
|
}
|
|
11881
|
+
.cxd-Badge-ribbon-out--top-left, .cxd-Badge-ribbon-out--top-right {
|
|
11882
|
+
top: 0;
|
|
11883
|
+
}
|
|
11490
11884
|
.cxd-Badge-ribbon-out--top-left, .cxd-Badge-ribbon-out--bottom-left {
|
|
11491
11885
|
left: 0;
|
|
11492
11886
|
right: auto;
|
|
@@ -11496,7 +11890,7 @@ input[type=button].cxd-Button--block {
|
|
|
11496
11890
|
left: 0;
|
|
11497
11891
|
right: auto;
|
|
11498
11892
|
}
|
|
11499
|
-
.cxd-Badge-ribbon--bottom-left {
|
|
11893
|
+
.cxd-Badge-ribbon--bottom-left, .cxd-Badge-ribbon-out--bottom--left {
|
|
11500
11894
|
transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
|
|
11501
11895
|
transform-origin: 50% 100%;
|
|
11502
11896
|
left: 0;
|
|
@@ -11504,7 +11898,7 @@ input[type=button].cxd-Button--block {
|
|
|
11504
11898
|
bottom: 5px;
|
|
11505
11899
|
top: auto;
|
|
11506
11900
|
}
|
|
11507
|
-
.cxd-Badge-ribbon--bottom-right {
|
|
11901
|
+
.cxd-Badge-ribbon--bottom-right, .cxd-Badge-ribbon-out--bottom--right {
|
|
11508
11902
|
transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
|
|
11509
11903
|
transform-origin: 50% 100%;
|
|
11510
11904
|
left: auto;
|
|
@@ -11604,7 +11998,6 @@ input[type=button].cxd-Button--block {
|
|
|
11604
11998
|
#f7f8fa;
|
|
11605
11999
|
border-top-left-radius: 6px;
|
|
11606
12000
|
border-top-right-radius: 6px;
|
|
11607
|
-
z-index: 150;
|
|
11608
12001
|
}
|
|
11609
12002
|
.cxd-Modal-header::before, .cxd-Modal-header::after {
|
|
11610
12003
|
display: table;
|
|
@@ -11624,6 +12017,7 @@ input[type=button].cxd-Button--block {
|
|
|
11624
12017
|
line-height: inherit;
|
|
11625
12018
|
text-decoration: none;
|
|
11626
12019
|
vertical-align: middle;
|
|
12020
|
+
z-index: 12;
|
|
11627
12021
|
}
|
|
11628
12022
|
.cxd-Modal-close svg {
|
|
11629
12023
|
width: 1rem;
|
|
@@ -13014,7 +13408,7 @@ input[type=button].cxd-Button--block {
|
|
|
13014
13408
|
.cxd-Toast--warning {
|
|
13015
13409
|
color: #151b26;
|
|
13016
13410
|
border-color: #ffffff;
|
|
13017
|
-
background:
|
|
13411
|
+
background: #ffffff;
|
|
13018
13412
|
}
|
|
13019
13413
|
.cxd-Toast--info {
|
|
13020
13414
|
color: #151b26;
|
|
@@ -13267,7 +13661,7 @@ input[type=button].cxd-Button--block {
|
|
|
13267
13661
|
}
|
|
13268
13662
|
.cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover {
|
|
13269
13663
|
color: #2468f2;
|
|
13270
|
-
background:
|
|
13664
|
+
background: #ffffff;
|
|
13271
13665
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
13272
13666
|
border-width: 1px 1px 1px 1px;
|
|
13273
13667
|
border-style: solid solid solid solid;
|
|
@@ -13275,7 +13669,7 @@ input[type=button].cxd-Button--block {
|
|
|
13275
13669
|
}
|
|
13276
13670
|
.cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled).hover {
|
|
13277
13671
|
color: #2468f2;
|
|
13278
|
-
background:
|
|
13672
|
+
background: #ffffff;
|
|
13279
13673
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
13280
13674
|
border-width: 1px 1px 1px 1px;
|
|
13281
13675
|
border-style: solid solid solid solid;
|
|
@@ -13283,7 +13677,7 @@ input[type=button].cxd-Button--block {
|
|
|
13283
13677
|
}
|
|
13284
13678
|
.cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
|
13285
13679
|
color: #144bcc;
|
|
13286
|
-
background:
|
|
13680
|
+
background: #ffffff;
|
|
13287
13681
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
|
13288
13682
|
border-width: 1px 1px 1px 1px;
|
|
13289
13683
|
border-style: solid solid solid solid;
|
|
@@ -13291,7 +13685,7 @@ input[type=button].cxd-Button--block {
|
|
|
13291
13685
|
}
|
|
13292
13686
|
.cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled).active {
|
|
13293
13687
|
color: #144bcc;
|
|
13294
|
-
background:
|
|
13688
|
+
background: #ffffff;
|
|
13295
13689
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
|
13296
13690
|
border-width: 1px 1px 1px 1px;
|
|
13297
13691
|
border-style: solid solid solid solid;
|
|
@@ -15487,19 +15881,34 @@ input[type=button].cxd-Button--block {
|
|
|
15487
15881
|
text-overflow: ellipsis;
|
|
15488
15882
|
white-space: nowrap;
|
|
15489
15883
|
}
|
|
15490
|
-
.cxd-ButtonGroup > .cxd-Button:hover
|
|
15884
|
+
.cxd-ButtonGroup > .cxd-Button:hover,
|
|
15885
|
+
.cxd-ButtonGroup .cxd-Badge:hover {
|
|
15491
15886
|
z-index: 1;
|
|
15492
15887
|
}
|
|
15493
|
-
.cxd-ButtonGroup > .cxd-Button.hover
|
|
15888
|
+
.cxd-ButtonGroup > .cxd-Button.hover,
|
|
15889
|
+
.cxd-ButtonGroup .cxd-Badge.hover {
|
|
15494
15890
|
z-index: 1;
|
|
15495
15891
|
}
|
|
15496
|
-
.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 {
|
|
15497
15897
|
z-index: 1;
|
|
15498
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
|
+
}
|
|
15499
15905
|
.cxd-ButtonGroup .cxd-Button + .cxd-Button,
|
|
15500
15906
|
.cxd-ButtonGroup .cxd-Button + .cxd-ButtonGroup,
|
|
15907
|
+
.cxd-ButtonGroup .cxd-Button + .cxd-Badge,
|
|
15501
15908
|
.cxd-ButtonGroup .cxd-ButtonGroup + .cxd-Button,
|
|
15502
|
-
.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 {
|
|
15503
15912
|
margin-left: calc(1px * -1);
|
|
15504
15913
|
}
|
|
15505
15914
|
.cxd-ButtonGroup--block {
|
|
@@ -15516,7 +15925,8 @@ input[type=button].cxd-Button--block {
|
|
|
15516
15925
|
margin-top: 0.25rem;
|
|
15517
15926
|
width: auto;
|
|
15518
15927
|
}
|
|
15519
|
-
.cxd-ButtonGroup > .cxd-Button:first-child
|
|
15928
|
+
.cxd-ButtonGroup > .cxd-Button:first-child,
|
|
15929
|
+
.cxd-ButtonGroup > .cxd-Badge .cxd-Button {
|
|
15520
15930
|
margin-left: 0;
|
|
15521
15931
|
}
|
|
15522
15932
|
.cxd-ButtonGroup .cxd-Button--primary.is-active {
|
|
@@ -15524,12 +15934,14 @@ input[type=button].cxd-Button--block {
|
|
|
15524
15934
|
background: #2468f2;
|
|
15525
15935
|
}
|
|
15526
15936
|
.cxd-ButtonGroup > .cxd-Button:not(:last-child),
|
|
15527
|
-
.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 {
|
|
15528
15939
|
border-top-right-radius: 0;
|
|
15529
15940
|
border-bottom-right-radius: 0;
|
|
15530
15941
|
}
|
|
15531
15942
|
.cxd-ButtonGroup > .cxd-Button:not(:first-child),
|
|
15532
|
-
.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 {
|
|
15533
15945
|
border-top-left-radius: 0;
|
|
15534
15946
|
border-bottom-left-radius: 0;
|
|
15535
15947
|
}
|
|
@@ -15548,28 +15960,35 @@ input[type=button].cxd-Button--block {
|
|
|
15548
15960
|
}
|
|
15549
15961
|
.cxd-ButtonGroup--vertical > .cxd-Button + .cxd-Button,
|
|
15550
15962
|
.cxd-ButtonGroup--vertical > .cxd-Button + .cxd-ButtonGroup,
|
|
15963
|
+
.cxd-ButtonGroup--vertical > .cxd-Button + .cxd-Badge,
|
|
15551
15964
|
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup + .cxd-Button,
|
|
15552
|
-
.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 {
|
|
15553
15968
|
margin-top: calc(1px * -1);
|
|
15554
15969
|
margin-left: 0;
|
|
15555
15970
|
}
|
|
15556
15971
|
.cxd-ButtonGroup--vertical > .cxd-Button:not(:last-child),
|
|
15557
|
-
.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 {
|
|
15558
15974
|
border-bottom-left-radius: 0;
|
|
15559
15975
|
border-bottom-right-radius: 0;
|
|
15560
15976
|
}
|
|
15561
15977
|
.cxd-ButtonGroup--vertical > .cxd-Button:not(:first-child),
|
|
15562
|
-
.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 {
|
|
15563
15980
|
border-top-left-radius: 0;
|
|
15564
15981
|
border-top-right-radius: 0;
|
|
15565
15982
|
}
|
|
15566
15983
|
.cxd-ButtonGroup--vertical > .cxd-Button:first-child,
|
|
15567
|
-
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:first-child > .cxd-Button:first-child
|
|
15568
|
-
|
|
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;
|
|
15569
15987
|
}
|
|
15570
15988
|
.cxd-ButtonGroup--vertical > .cxd-Button:last-child,
|
|
15571
|
-
.cxd-ButtonGroup--vertical > .cxd-ButtonGroup:last-child > .cxd-Button:last-child
|
|
15572
|
-
|
|
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;
|
|
15573
15992
|
}
|
|
15574
15993
|
.cxd-ButtonGroup--tiled {
|
|
15575
15994
|
display: flex;
|
|
@@ -15703,6 +16122,9 @@ input[type=button].cxd-Button--block {
|
|
|
15703
16122
|
border: none;
|
|
15704
16123
|
box-shadow: none;
|
|
15705
16124
|
}
|
|
16125
|
+
.cxd-DropDown-popover > .cxd-DropDown-menu-root {
|
|
16126
|
+
position: relative;
|
|
16127
|
+
}
|
|
15706
16128
|
.cxd-DropDown > .cxd-Button {
|
|
15707
16129
|
min-width: unset;
|
|
15708
16130
|
}
|
|
@@ -15925,7 +16347,9 @@ input[type=button].cxd-Button--block {
|
|
|
15925
16347
|
height: 2.25rem;
|
|
15926
16348
|
margin: 0.4375rem 0;
|
|
15927
16349
|
border-radius: 6px;
|
|
15928
|
-
display:
|
|
16350
|
+
display: flex;
|
|
16351
|
+
justify-content: center;
|
|
16352
|
+
align-items: center;
|
|
15929
16353
|
}
|
|
15930
16354
|
.cxd-CalendarMobile-footer .is-disabled {
|
|
15931
16355
|
opacity: 0.5;
|
|
@@ -16115,7 +16539,7 @@ input[type=button].cxd-Button--block {
|
|
|
16115
16539
|
text-align: center;
|
|
16116
16540
|
margin-right: 0.25rem;
|
|
16117
16541
|
}
|
|
16118
|
-
.cxd-Collapse.is-active .cxd-Collapse-arrow {
|
|
16542
|
+
.cxd-Collapse.is-active > .cxd-Collapse-header > .cxd-Collapse-arrow-wrap > .cxd-Collapse-arrow {
|
|
16119
16543
|
transform: rotate(90deg);
|
|
16120
16544
|
transform-origin: 50% 50%;
|
|
16121
16545
|
}
|
|
@@ -16166,7 +16590,7 @@ input[type=button].cxd-Button--block {
|
|
|
16166
16590
|
font-size: 12px;
|
|
16167
16591
|
font-weight: 400;
|
|
16168
16592
|
line-height: 1.5;
|
|
16169
|
-
background:
|
|
16593
|
+
background: #ffffff;
|
|
16170
16594
|
}
|
|
16171
16595
|
.cxd-Form .cxd-Collapse {
|
|
16172
16596
|
border: none;
|
|
@@ -21497,6 +21921,12 @@ input[type=button].cxd-Button--block {
|
|
|
21497
21921
|
width: 1.25rem;
|
|
21498
21922
|
height: 1.25rem;
|
|
21499
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
|
+
}
|
|
21500
21930
|
.cxd-Carousel:hover .cxd-Carousel-leftArrow {
|
|
21501
21931
|
display: block;
|
|
21502
21932
|
}
|
|
@@ -22000,7 +22430,6 @@ input[type=button].cxd-Button--block {
|
|
|
22000
22430
|
}
|
|
22001
22431
|
.cxd-InputBox-clear svg {
|
|
22002
22432
|
fill: #d4d6d9;
|
|
22003
|
-
top: 0;
|
|
22004
22433
|
width: 14px;
|
|
22005
22434
|
height: 14px;
|
|
22006
22435
|
}
|
|
@@ -22279,7 +22708,6 @@ input[type=button].cxd-Button--block {
|
|
|
22279
22708
|
#e8e9eb
|
|
22280
22709
|
#e8e9eb
|
|
22281
22710
|
#e8e9eb;
|
|
22282
|
-
background: transparent;
|
|
22283
22711
|
border-radius: 4px
|
|
22284
22712
|
4px
|
|
22285
22713
|
4px
|
|
@@ -22324,7 +22752,7 @@ input[type=button].cxd-Button--block {
|
|
|
22324
22752
|
}
|
|
22325
22753
|
.cxd-ResultBox.is-focused, .cxd-ResultBox:focus {
|
|
22326
22754
|
outline: none;
|
|
22327
|
-
background:
|
|
22755
|
+
background: #ffffff;
|
|
22328
22756
|
border-width: 1px 1px 1px 1px;
|
|
22329
22757
|
border-style: solid solid solid solid;
|
|
22330
22758
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
@@ -22334,13 +22762,13 @@ input[type=button].cxd-Button--block {
|
|
|
22334
22762
|
border-style: solid solid solid solid;
|
|
22335
22763
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
22336
22764
|
box-shadow: 0px 0px 0px 0px transparent;
|
|
22337
|
-
background:
|
|
22765
|
+
background: #ffffff;
|
|
22338
22766
|
}
|
|
22339
22767
|
.cxd-ResultBox.is-clickable:not(.is-disabled) {
|
|
22340
22768
|
cursor: pointer;
|
|
22341
22769
|
}
|
|
22342
22770
|
.cxd-ResultBox.is-clickable:not(.is-disabled):hover {
|
|
22343
|
-
background:
|
|
22771
|
+
background: #ffffff;
|
|
22344
22772
|
border-width: 1px 1px 1px 1px;
|
|
22345
22773
|
border-style: solid solid solid solid;
|
|
22346
22774
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
@@ -22418,7 +22846,6 @@ input[type=button].cxd-Button--block {
|
|
|
22418
22846
|
}
|
|
22419
22847
|
.cxd-ResultBox-clear svg {
|
|
22420
22848
|
fill: #d4d6d9;
|
|
22421
|
-
top: 0;
|
|
22422
22849
|
width: 14px;
|
|
22423
22850
|
height: 14px;
|
|
22424
22851
|
}
|
|
@@ -22561,7 +22988,6 @@ input[type=button].cxd-Button--block {
|
|
|
22561
22988
|
}
|
|
22562
22989
|
.cxd-ResultBox.is-mobile .cxd-ResultBox-clear svg {
|
|
22563
22990
|
fill: #d4d6d9;
|
|
22564
|
-
top: 0;
|
|
22565
22991
|
width: 14px;
|
|
22566
22992
|
height: 14px;
|
|
22567
22993
|
}
|
|
@@ -23014,7 +23440,7 @@ input[type=button].cxd-Button--block {
|
|
|
23014
23440
|
.cxd-Steps .cxd-StepsItem-containerIcon {
|
|
23015
23441
|
vertical-align: top;
|
|
23016
23442
|
display: inline-block;
|
|
23017
|
-
|
|
23443
|
+
margin-right: 0.625rem;
|
|
23018
23444
|
}
|
|
23019
23445
|
.cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon {
|
|
23020
23446
|
display: inline-block;
|
|
@@ -23094,13 +23520,17 @@ input[type=button].cxd-Button--block {
|
|
|
23094
23520
|
min-height: 75px;
|
|
23095
23521
|
overflow: hidden !important;
|
|
23096
23522
|
}
|
|
23523
|
+
.cxd-Steps--vertical .cxd-StepsItem-containerIcon {
|
|
23524
|
+
position: relative;
|
|
23525
|
+
}
|
|
23097
23526
|
.cxd-Steps--vertical .cxd-StepsItem-containerIcon:after {
|
|
23098
23527
|
content: "";
|
|
23099
23528
|
position: absolute;
|
|
23529
|
+
left: 50%;
|
|
23530
|
+
transform: translateX(-50%);
|
|
23100
23531
|
right: 0;
|
|
23101
23532
|
top: 2.25rem;
|
|
23102
23533
|
height: 9999px;
|
|
23103
|
-
left: 0.6875rem;
|
|
23104
23534
|
width: 1px;
|
|
23105
23535
|
background-color: #e8e9eb;
|
|
23106
23536
|
}
|
|
@@ -23939,7 +24369,6 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
23939
24369
|
}
|
|
23940
24370
|
.cxd-TextControl-clear svg {
|
|
23941
24371
|
fill: #d4d6d9;
|
|
23942
|
-
top: 0;
|
|
23943
24372
|
width: 14px;
|
|
23944
24373
|
height: 14px;
|
|
23945
24374
|
}
|
|
@@ -23967,8 +24396,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
23967
24396
|
}
|
|
23968
24397
|
.cxd-TextControl .cxd-TextControl-clear svg {
|
|
23969
24398
|
font-size: 0.875rem;
|
|
23970
|
-
fill: #
|
|
23971
|
-
color: #2468f2;
|
|
24399
|
+
fill: #d4d6d9;
|
|
23972
24400
|
width: 0.875rem;
|
|
23973
24401
|
height: 0.875rem;
|
|
23974
24402
|
}
|
|
@@ -23984,7 +24412,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
23984
24412
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
|
23985
24413
|
border-radius: 4px 4px 4px 4px;
|
|
23986
24414
|
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
|
23987
|
-
background:
|
|
24415
|
+
background: #ffffff;
|
|
23988
24416
|
height: 2rem;
|
|
23989
24417
|
}
|
|
23990
24418
|
.cxd-TextControl-input:hover, .cxd-TextControl-input.hover {
|
|
@@ -23993,7 +24421,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
23993
24421
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
23994
24422
|
border-radius: 4px 4px 4px 4px;
|
|
23995
24423
|
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
|
23996
|
-
background:
|
|
24424
|
+
background: #ffffff;
|
|
23997
24425
|
}
|
|
23998
24426
|
.cxd-TextControl.is-focused > .cxd-TextControl-input, .cxd-TextControl-input.active {
|
|
23999
24427
|
border-width: 1px 1px 1px 1px;
|
|
@@ -24001,7 +24429,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
24001
24429
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
24002
24430
|
border-radius: 4px 4px 4px 4px;
|
|
24003
24431
|
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
|
24004
|
-
background:
|
|
24432
|
+
background: #ffffff;
|
|
24005
24433
|
box-shadow: 0px 0px 0px 0px transparent;
|
|
24006
24434
|
}
|
|
24007
24435
|
.cxd-TextControl.is-disabled > .cxd-TextControl-input {
|
|
@@ -24070,14 +24498,14 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
24070
24498
|
justify-content: center;
|
|
24071
24499
|
padding-left: 0.625rem;
|
|
24072
24500
|
padding-right: 0.625rem;
|
|
24073
|
-
background:
|
|
24501
|
+
background: #ffffff;
|
|
24074
24502
|
color: #151b26;
|
|
24075
24503
|
border-width: 1px 0 1px 0;
|
|
24076
24504
|
border-style: solid solid solid solid;
|
|
24077
24505
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
|
24078
24506
|
}
|
|
24079
24507
|
.cxd-TextControl-addOn:hover {
|
|
24080
|
-
background:
|
|
24508
|
+
background: #ffffff;
|
|
24081
24509
|
}
|
|
24082
24510
|
.cxd-TextControl-addOn:first-child {
|
|
24083
24511
|
border-left-width: 1px;
|
|
@@ -24388,7 +24816,6 @@ input.cxd-TextControl-input-password {
|
|
|
24388
24816
|
}
|
|
24389
24817
|
.cxd-TextareaControl-clear svg {
|
|
24390
24818
|
fill: #d4d6d9;
|
|
24391
|
-
top: 0;
|
|
24392
24819
|
width: 14px;
|
|
24393
24820
|
height: 14px;
|
|
24394
24821
|
}
|
|
@@ -24487,7 +24914,6 @@ input.cxd-TextControl-input-password {
|
|
|
24487
24914
|
}
|
|
24488
24915
|
.cxd-TextareaControl-clear svg {
|
|
24489
24916
|
fill: #d4d6d9;
|
|
24490
|
-
top: 0;
|
|
24491
24917
|
width: 14px;
|
|
24492
24918
|
height: 14px;
|
|
24493
24919
|
}
|
|
@@ -24607,21 +25033,21 @@ input.cxd-TextControl-input-password {
|
|
|
24607
25033
|
border-style: solid solid solid solid;
|
|
24608
25034
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
|
24609
25035
|
border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
|
|
24610
|
-
background:
|
|
25036
|
+
background: #ffffff;
|
|
24611
25037
|
}
|
|
24612
25038
|
.cxd-Checkbox--checkbox > i:hover {
|
|
24613
25039
|
border-width: 1px 1px 1px 1px;
|
|
24614
25040
|
border-style: solid solid solid solid;
|
|
24615
25041
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
24616
25042
|
border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
|
|
24617
|
-
background:
|
|
25043
|
+
background: #ffffff;
|
|
24618
25044
|
}
|
|
24619
25045
|
.cxd-Checkbox--checkbox > i:active {
|
|
24620
25046
|
border-width: 1px 1px 1px 1px;
|
|
24621
25047
|
border-style: solid solid solid solid;
|
|
24622
25048
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
24623
25049
|
border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
|
|
24624
|
-
background:
|
|
25050
|
+
background: #ffffff;
|
|
24625
25051
|
}
|
|
24626
25052
|
.cxd-Checkbox--checkbox.cxd-Checkbox:hover > input + i {
|
|
24627
25053
|
border-color: #528eff #528eff #528eff #528eff;
|
|
@@ -24833,7 +25259,7 @@ input.cxd-TextControl-input-password {
|
|
|
24833
25259
|
}
|
|
24834
25260
|
.cxd-Checkbox--radio input:checked + i {
|
|
24835
25261
|
border-color: #2468f2;
|
|
24836
|
-
background-color:
|
|
25262
|
+
background-color: #ffffff;
|
|
24837
25263
|
}
|
|
24838
25264
|
.cxd-Checkbox--radio input:checked + i + span {
|
|
24839
25265
|
color: #070c14;
|
|
@@ -24867,7 +25293,7 @@ input.cxd-TextControl-input-password {
|
|
|
24867
25293
|
margin-left: calc(1rem * -1);
|
|
24868
25294
|
margin-top: -0.125rem;
|
|
24869
25295
|
border-radius: 50%;
|
|
24870
|
-
background:
|
|
25296
|
+
background: #ffffff;
|
|
24871
25297
|
}
|
|
24872
25298
|
.cxd-Checkbox--radio > i + span {
|
|
24873
25299
|
color: #070c14;
|
|
@@ -24878,7 +25304,7 @@ input.cxd-TextControl-input-password {
|
|
|
24878
25304
|
}
|
|
24879
25305
|
.cxd-Checkbox--radio:hover input:not(:disabled) + i {
|
|
24880
25306
|
border-color: #2468f2;
|
|
24881
|
-
background-color:
|
|
25307
|
+
background-color: #ffffff;
|
|
24882
25308
|
}
|
|
24883
25309
|
.cxd-Checkbox--radio:hover input:not(:disabled) + i:before {
|
|
24884
25310
|
background: #2468f2;
|
|
@@ -25065,12 +25491,12 @@ input.cxd-TextControl-input-password {
|
|
|
25065
25491
|
}
|
|
25066
25492
|
.cxd-GroupedSelection-item.is-active, .cxd-GroupedSelection-item.is-focused, .cxd-GroupedSelection-item.is-opened {
|
|
25067
25493
|
color: #2468f2;
|
|
25068
|
-
background:
|
|
25494
|
+
background: #ffffff;
|
|
25069
25495
|
}
|
|
25070
25496
|
.cxd-GroupedSelection-item.is-disabled {
|
|
25071
25497
|
pointer-events: none;
|
|
25072
25498
|
color: #b8babf;
|
|
25073
|
-
background:
|
|
25499
|
+
background: #ffffff;
|
|
25074
25500
|
}
|
|
25075
25501
|
.cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
|
|
25076
25502
|
padding-left: calc(0.75rem * 2);
|
|
@@ -25135,7 +25561,7 @@ input.cxd-TextControl-input-password {
|
|
|
25135
25561
|
}
|
|
25136
25562
|
.cxd-TableSelection .cxd-Table-table > tbody > tr.is-active > td {
|
|
25137
25563
|
color: #2468f2;
|
|
25138
|
-
background:
|
|
25564
|
+
background: #ffffff;
|
|
25139
25565
|
}
|
|
25140
25566
|
.cxd-TableSelection .cxd-Table-table > tbody > tr:hover > td,
|
|
25141
25567
|
.cxd-TableSelection .cxd-Table-table > tbody > tr.is-hovered > td {
|
|
@@ -25213,11 +25639,13 @@ input.cxd-TextControl-input-password {
|
|
|
25213
25639
|
display: flex;
|
|
25214
25640
|
flex-direction: row;
|
|
25215
25641
|
min-height: 100%;
|
|
25642
|
+
flex-wrap: wrap;
|
|
25216
25643
|
}
|
|
25217
25644
|
.cxd-ChainedSelection-col {
|
|
25218
25645
|
position: relative;
|
|
25219
25646
|
flex-grow: 1;
|
|
25220
25647
|
min-width: 150px;
|
|
25648
|
+
width: 0;
|
|
25221
25649
|
}
|
|
25222
25650
|
.cxd-ChainedSelection-col:not(:last-child) {
|
|
25223
25651
|
border-right: 1px solid #e8e9eb;
|
|
@@ -25227,6 +25655,9 @@ input.cxd-TextControl-input-password {
|
|
|
25227
25655
|
padding: 0.25rem 0.25rem;
|
|
25228
25656
|
color: #b8babf;
|
|
25229
25657
|
}
|
|
25658
|
+
.cxd-ChainedSelection-checkAll {
|
|
25659
|
+
width: 100%;
|
|
25660
|
+
}
|
|
25230
25661
|
.cxd-ChainedSelection-item {
|
|
25231
25662
|
display: flex;
|
|
25232
25663
|
font-size: 14px;
|
|
@@ -25246,7 +25677,7 @@ input.cxd-TextControl-input-password {
|
|
|
25246
25677
|
}
|
|
25247
25678
|
.cxd-ChainedSelection-item.is-active {
|
|
25248
25679
|
color: #2468f2;
|
|
25249
|
-
background:
|
|
25680
|
+
background: #ffffff;
|
|
25250
25681
|
}
|
|
25251
25682
|
.cxd-ChainedSelection-item:hover {
|
|
25252
25683
|
color: #151b26;
|
|
@@ -25255,10 +25686,13 @@ input.cxd-TextControl-input-password {
|
|
|
25255
25686
|
.cxd-ChainedSelection-item.is-disabled {
|
|
25256
25687
|
pointer-events: none;
|
|
25257
25688
|
color: #b8babf;
|
|
25258
|
-
background:
|
|
25689
|
+
background: #ffffff;
|
|
25259
25690
|
}
|
|
25260
25691
|
.cxd-ChainedSelection-itemLabel {
|
|
25261
25692
|
flex-grow: 1;
|
|
25693
|
+
white-space: nowrap;
|
|
25694
|
+
overflow: hidden;
|
|
25695
|
+
text-overflow: ellipsis;
|
|
25262
25696
|
}
|
|
25263
25697
|
.cxd-ChainedSelection-itemLabel span {
|
|
25264
25698
|
margin-left: 0.625rem;
|
|
@@ -25558,14 +25992,13 @@ input.cxd-TextControl-input-password {
|
|
|
25558
25992
|
border-style: solid solid solid solid;
|
|
25559
25993
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
|
25560
25994
|
border-radius: 4px 4px 4px 4px;
|
|
25561
|
-
background: transparent;
|
|
25562
25995
|
}
|
|
25563
25996
|
.cxd-Number:hover {
|
|
25564
25997
|
border-width: 1px 1px 1px 1px;
|
|
25565
25998
|
border-style: solid solid solid solid;
|
|
25566
25999
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
25567
26000
|
border-radius: 4px 4px 4px 4px;
|
|
25568
|
-
background:
|
|
26001
|
+
background: #ffffff;
|
|
25569
26002
|
}
|
|
25570
26003
|
.cxd-Number:hover .cxd-Number-input {
|
|
25571
26004
|
padding-right: calc(1.5rem + 0.75rem);
|
|
@@ -25575,7 +26008,7 @@ input.cxd-TextControl-input-password {
|
|
|
25575
26008
|
border-style: solid solid solid solid;
|
|
25576
26009
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
25577
26010
|
border-radius: 4px 4px 4px 4px;
|
|
25578
|
-
background:
|
|
26011
|
+
background: #ffffff;
|
|
25579
26012
|
box-shadow: none;
|
|
25580
26013
|
}
|
|
25581
26014
|
.cxd-Number-disabled {
|
|
@@ -25732,7 +26165,35 @@ input.cxd-TextControl-input-password {
|
|
|
25732
26165
|
.cxd-NumberControl:not(.is-inline) > .cxd-Number {
|
|
25733
26166
|
display: block;
|
|
25734
26167
|
}
|
|
25735
|
-
.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;
|
|
25736
26197
|
min-width: 3.5rem;
|
|
25737
26198
|
padding: calc(
|
|
25738
26199
|
(
|
|
@@ -25746,18 +26207,8 @@ input.cxd-TextControl-input-password {
|
|
|
25746
26207
|
) / 2
|
|
25747
26208
|
) 0.625rem;
|
|
25748
26209
|
}
|
|
25749
|
-
.cxd-
|
|
25750
|
-
|
|
25751
|
-
border-left: none;
|
|
25752
|
-
}
|
|
25753
|
-
.cxd-NumberControl--withUnit {
|
|
25754
|
-
display: flex;
|
|
25755
|
-
}
|
|
25756
|
-
.cxd-NumberControl--withUnit .cxd-Number {
|
|
25757
|
-
flex-grow: 1;
|
|
25758
|
-
}
|
|
25759
|
-
.cxd-NumberControl--withUnit .cxd-Select {
|
|
25760
|
-
border-left: 0;
|
|
26210
|
+
.cxd-NumberControl--withUnit .cxd-NumberControl-single-unit {
|
|
26211
|
+
cursor: default;
|
|
25761
26212
|
}
|
|
25762
26213
|
.cxd-Number--enhance {
|
|
25763
26214
|
display: inline-flex;
|
|
@@ -25771,7 +26222,7 @@ input.cxd-TextControl-input-password {
|
|
|
25771
26222
|
border-radius: 4px 4px 4px 4px;
|
|
25772
26223
|
}
|
|
25773
26224
|
.cxd-Number--enhance .cxd-Number--enhance-input {
|
|
25774
|
-
background:
|
|
26225
|
+
background: #ffffff;
|
|
25775
26226
|
}
|
|
25776
26227
|
.cxd-Number--enhance:hover {
|
|
25777
26228
|
border-width: 1px 1px 1px 1px;
|
|
@@ -25783,7 +26234,7 @@ input.cxd-TextControl-input-password {
|
|
|
25783
26234
|
padding-right: 0.75rem;
|
|
25784
26235
|
}
|
|
25785
26236
|
.cxd-Number--enhance:hover .cxd-Number--enhance-input {
|
|
25786
|
-
background:
|
|
26237
|
+
background: #ffffff;
|
|
25787
26238
|
}
|
|
25788
26239
|
.cxd-Number--enhance:focus-within {
|
|
25789
26240
|
border-width: 1px 1px 1px 1px;
|
|
@@ -25792,7 +26243,7 @@ input.cxd-TextControl-input-password {
|
|
|
25792
26243
|
border-radius: 4px 4px 4px 4px;
|
|
25793
26244
|
}
|
|
25794
26245
|
.cxd-Number--enhance:focus-within .cxd-Number--enhance-input {
|
|
25795
|
-
background:
|
|
26246
|
+
background: #ffffff;
|
|
25796
26247
|
}
|
|
25797
26248
|
.cxd-Number--enhance-disabled {
|
|
25798
26249
|
border-width: 1px 1px 1px 1px;
|
|
@@ -25949,7 +26400,7 @@ input.cxd-TextControl-input-password {
|
|
|
25949
26400
|
#e8e9eb
|
|
25950
26401
|
#e8e9eb
|
|
25951
26402
|
#e8e9eb;
|
|
25952
|
-
background:
|
|
26403
|
+
background: #ffffff;
|
|
25953
26404
|
border-radius: 4px
|
|
25954
26405
|
4px
|
|
25955
26406
|
4px
|
|
@@ -25963,7 +26414,7 @@ input.cxd-TextControl-input-password {
|
|
|
25963
26414
|
display: flex;
|
|
25964
26415
|
}
|
|
25965
26416
|
.cxd-Select:hover {
|
|
25966
|
-
background:
|
|
26417
|
+
background: #ffffff;
|
|
25967
26418
|
border-width: 1px 1px 1px 1px;
|
|
25968
26419
|
border-style: solid solid solid solid;
|
|
25969
26420
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
@@ -25976,14 +26427,14 @@ input.cxd-TextControl-input-password {
|
|
|
25976
26427
|
border-style: solid solid solid solid;
|
|
25977
26428
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
25978
26429
|
box-shadow: 0px 0px 0px 0px transparent;
|
|
25979
|
-
background:
|
|
26430
|
+
background: #ffffff;
|
|
25980
26431
|
}
|
|
25981
26432
|
.cxd-Select.is-focused:not(.is-mobile), .cxd-Select.is-opened:not(.is-mobile) {
|
|
25982
26433
|
border-width: 1px 1px 1px 1px;
|
|
25983
26434
|
border-style: solid solid solid solid;
|
|
25984
26435
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
25985
26436
|
box-shadow: 0px 0px 0px 0px transparent;
|
|
25986
|
-
background:
|
|
26437
|
+
background: #ffffff;
|
|
25987
26438
|
color: #151b26;
|
|
25988
26439
|
}
|
|
25989
26440
|
.cxd-Select.is-disabled {
|
|
@@ -26239,7 +26690,7 @@ input.cxd-TextControl-input-password {
|
|
|
26239
26690
|
}
|
|
26240
26691
|
.cxd-Select-option.is-active {
|
|
26241
26692
|
color: #2468f2;
|
|
26242
|
-
background:
|
|
26693
|
+
background: #ffffff;
|
|
26243
26694
|
}
|
|
26244
26695
|
.cxd-Select-option.is-active .cxd-Select-option-checkbox > label > span {
|
|
26245
26696
|
color: #2468f2;
|
|
@@ -26253,7 +26704,7 @@ input.cxd-TextControl-input-password {
|
|
|
26253
26704
|
}
|
|
26254
26705
|
.cxd-Select-option.is-disabled {
|
|
26255
26706
|
color: #b8babf;
|
|
26256
|
-
background:
|
|
26707
|
+
background: #ffffff;
|
|
26257
26708
|
}
|
|
26258
26709
|
.cxd-Select-option.is-disabled .cxd-Select-option-checkbox > label > span {
|
|
26259
26710
|
color: #b8babf;
|
|
@@ -26275,7 +26726,6 @@ input.cxd-TextControl-input-password {
|
|
|
26275
26726
|
overflow: hidden;
|
|
26276
26727
|
white-space: nowrap;
|
|
26277
26728
|
text-overflow: ellipsis;
|
|
26278
|
-
display: inline-block;
|
|
26279
26729
|
max-width: 100%;
|
|
26280
26730
|
}
|
|
26281
26731
|
.cxd-Select-noResult {
|
|
@@ -26322,8 +26772,8 @@ input.cxd-TextControl-input-password {
|
|
|
26322
26772
|
height: 14px;
|
|
26323
26773
|
top: 0;
|
|
26324
26774
|
}
|
|
26325
|
-
.cxd-Select-clear svg:hover
|
|
26326
|
-
fill: #
|
|
26775
|
+
.cxd-Select-clear svg:hover {
|
|
26776
|
+
fill: #5c5f66;
|
|
26327
26777
|
}
|
|
26328
26778
|
.cxd-Select-popup {
|
|
26329
26779
|
height: 20rem;
|
|
@@ -26574,7 +27024,7 @@ input.cxd-TextControl-input-password {
|
|
|
26574
27024
|
border-style: solid solid solid solid;
|
|
26575
27025
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
|
26576
27026
|
border-radius: 4px 4px 4px 4px;
|
|
26577
|
-
background:
|
|
27027
|
+
background: #ffffff;
|
|
26578
27028
|
}
|
|
26579
27029
|
.cxd-ListControl-item:not(.is-disabled) {
|
|
26580
27030
|
cursor: pointer;
|
|
@@ -26600,7 +27050,7 @@ input.cxd-TextControl-input-password {
|
|
|
26600
27050
|
border-style: solid solid solid solid;
|
|
26601
27051
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
26602
27052
|
border-radius: 4px 4px 4px 4px;
|
|
26603
|
-
background:
|
|
27053
|
+
background: #ffffff;
|
|
26604
27054
|
}
|
|
26605
27055
|
.cxd-ListControl-item:hover:active, .cxd-ListControl-item.is-active {
|
|
26606
27056
|
background: #ffffff;
|
|
@@ -26610,7 +27060,6 @@ input.cxd-TextControl-input-password {
|
|
|
26610
27060
|
border-style: solid solid solid solid;
|
|
26611
27061
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
26612
27062
|
border-radius: 4px 4px 4px 4px;
|
|
26613
|
-
background: transparent;
|
|
26614
27063
|
}
|
|
26615
27064
|
.cxd-ListControl-item:hover:active:hover, .cxd-ListControl-item.is-active:hover {
|
|
26616
27065
|
background: #ffffff;
|
|
@@ -26709,6 +27158,9 @@ input.cxd-TextControl-input-password {
|
|
|
26709
27158
|
cursor: pointer;
|
|
26710
27159
|
color: #84878c;
|
|
26711
27160
|
}
|
|
27161
|
+
.cxd-LocationPicker-toggler svg {
|
|
27162
|
+
top: 0;
|
|
27163
|
+
}
|
|
26712
27164
|
.cxd-LocationPicker-toggler:hover {
|
|
26713
27165
|
color: #2468f2;
|
|
26714
27166
|
}
|
|
@@ -26725,7 +27177,6 @@ input.cxd-TextControl-input-password {
|
|
|
26725
27177
|
}
|
|
26726
27178
|
.cxd-LocationPicker-clear svg {
|
|
26727
27179
|
fill: #d4d6d9;
|
|
26728
|
-
top: 0;
|
|
26729
27180
|
width: 14px;
|
|
26730
27181
|
height: 14px;
|
|
26731
27182
|
}
|
|
@@ -26735,6 +27186,9 @@ input.cxd-TextControl-input-password {
|
|
|
26735
27186
|
.cxd-LocationPicker-clear:active svg {
|
|
26736
27187
|
fill: #303540;
|
|
26737
27188
|
}
|
|
27189
|
+
.cxd-LocationPicker-clear svg {
|
|
27190
|
+
top: 0;
|
|
27191
|
+
}
|
|
26738
27192
|
.cxd-LocationControl {
|
|
26739
27193
|
position: relative;
|
|
26740
27194
|
width: 100%;
|
|
@@ -26784,7 +27238,7 @@ input.cxd-TextControl-input-password {
|
|
|
26784
27238
|
}
|
|
26785
27239
|
.cxd-MapPicker-sugItem:hover {
|
|
26786
27240
|
color: #2468f2;
|
|
26787
|
-
background:
|
|
27241
|
+
background: #ffffff;
|
|
26788
27242
|
}
|
|
26789
27243
|
.tangram-suggestion-main {
|
|
26790
27244
|
display: none !important;
|
|
@@ -26877,7 +27331,6 @@ input.cxd-TextControl-input-password {
|
|
|
26877
27331
|
}
|
|
26878
27332
|
.cxd-ColorPicker-clear svg {
|
|
26879
27333
|
fill: #d4d6d9;
|
|
26880
|
-
top: 0;
|
|
26881
27334
|
width: 14px;
|
|
26882
27335
|
height: 14px;
|
|
26883
27336
|
}
|
|
@@ -27054,7 +27507,6 @@ input.cxd-TextControl-input-password {
|
|
|
27054
27507
|
}
|
|
27055
27508
|
.cxd-DatePicker-toggler svg {
|
|
27056
27509
|
fill: #d4d6d9;
|
|
27057
|
-
top: 0;
|
|
27058
27510
|
width: 14px;
|
|
27059
27511
|
height: 14px;
|
|
27060
27512
|
}
|
|
@@ -27065,7 +27517,7 @@ input.cxd-TextControl-input-password {
|
|
|
27065
27517
|
fill: #303540;
|
|
27066
27518
|
}
|
|
27067
27519
|
.cxd-DatePicker-toggler svg {
|
|
27068
|
-
color: #
|
|
27520
|
+
color: #84878c;
|
|
27069
27521
|
width: 0.875rem;
|
|
27070
27522
|
height: 0.875rem;
|
|
27071
27523
|
}
|
|
@@ -27087,7 +27539,6 @@ input.cxd-TextControl-input-password {
|
|
|
27087
27539
|
}
|
|
27088
27540
|
.cxd-DatePicker-clear svg {
|
|
27089
27541
|
fill: #d4d6d9;
|
|
27090
|
-
top: 0;
|
|
27091
27542
|
width: 14px;
|
|
27092
27543
|
height: 14px;
|
|
27093
27544
|
}
|
|
@@ -27098,6 +27549,7 @@ input.cxd-TextControl-input-password {
|
|
|
27098
27549
|
fill: #303540;
|
|
27099
27550
|
}
|
|
27100
27551
|
.cxd-DatePicker-clear svg {
|
|
27552
|
+
top: 0;
|
|
27101
27553
|
width: 0.875rem;
|
|
27102
27554
|
height: 0.875rem;
|
|
27103
27555
|
}
|
|
@@ -27465,7 +27917,7 @@ input.cxd-TextControl-input-password {
|
|
|
27465
27917
|
}
|
|
27466
27918
|
.rdtBtn:not(:disabled):not(.is-disabled):hover {
|
|
27467
27919
|
color: #2468f2;
|
|
27468
|
-
background:
|
|
27920
|
+
background: #ffffff;
|
|
27469
27921
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
27470
27922
|
border-width: 1px 1px 1px 1px;
|
|
27471
27923
|
border-style: solid solid solid solid;
|
|
@@ -27473,7 +27925,7 @@ input.cxd-TextControl-input-password {
|
|
|
27473
27925
|
}
|
|
27474
27926
|
.rdtBtn:not(:disabled):not(.is-disabled).hover {
|
|
27475
27927
|
color: #2468f2;
|
|
27476
|
-
background:
|
|
27928
|
+
background: #ffffff;
|
|
27477
27929
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
27478
27930
|
border-width: 1px 1px 1px 1px;
|
|
27479
27931
|
border-style: solid solid solid solid;
|
|
@@ -27481,7 +27933,7 @@ input.cxd-TextControl-input-password {
|
|
|
27481
27933
|
}
|
|
27482
27934
|
.rdtBtn:not(:disabled):not(.is-disabled):hover:active {
|
|
27483
27935
|
color: #144bcc;
|
|
27484
|
-
background:
|
|
27936
|
+
background: #ffffff;
|
|
27485
27937
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
|
27486
27938
|
border-width: 1px 1px 1px 1px;
|
|
27487
27939
|
border-style: solid solid solid solid;
|
|
@@ -27489,7 +27941,7 @@ input.cxd-TextControl-input-password {
|
|
|
27489
27941
|
}
|
|
27490
27942
|
.rdtBtn:not(:disabled):not(.is-disabled).active {
|
|
27491
27943
|
color: #144bcc;
|
|
27492
|
-
background:
|
|
27944
|
+
background: #ffffff;
|
|
27493
27945
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
|
27494
27946
|
border-width: 1px 1px 1px 1px;
|
|
27495
27947
|
border-style: solid solid solid solid;
|
|
@@ -27516,7 +27968,7 @@ input.cxd-TextControl-input-password {
|
|
|
27516
27968
|
}
|
|
27517
27969
|
.rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
|
|
27518
27970
|
color: #2468f2;
|
|
27519
|
-
background:
|
|
27971
|
+
background: #ffffff;
|
|
27520
27972
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
27521
27973
|
border-width: 1px 1px 1px 1px;
|
|
27522
27974
|
border-style: solid solid solid solid;
|
|
@@ -27524,7 +27976,7 @@ input.cxd-TextControl-input-password {
|
|
|
27524
27976
|
}
|
|
27525
27977
|
.rdtBtnCancel:not(:disabled):not(.is-disabled).hover {
|
|
27526
27978
|
color: #2468f2;
|
|
27527
|
-
background:
|
|
27979
|
+
background: #ffffff;
|
|
27528
27980
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
27529
27981
|
border-width: 1px 1px 1px 1px;
|
|
27530
27982
|
border-style: solid solid solid solid;
|
|
@@ -27532,7 +27984,7 @@ input.cxd-TextControl-input-password {
|
|
|
27532
27984
|
}
|
|
27533
27985
|
.rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
|
|
27534
27986
|
color: #144bcc;
|
|
27535
|
-
background:
|
|
27987
|
+
background: #ffffff;
|
|
27536
27988
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
|
27537
27989
|
border-width: 1px 1px 1px 1px;
|
|
27538
27990
|
border-style: solid solid solid solid;
|
|
@@ -27540,7 +27992,7 @@ input.cxd-TextControl-input-password {
|
|
|
27540
27992
|
}
|
|
27541
27993
|
.rdtBtnCancel:not(:disabled):not(.is-disabled).active {
|
|
27542
27994
|
color: #144bcc;
|
|
27543
|
-
background:
|
|
27995
|
+
background: #ffffff;
|
|
27544
27996
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
|
27545
27997
|
border-width: 1px 1px 1px 1px;
|
|
27546
27998
|
border-style: solid solid solid solid;
|
|
@@ -27630,7 +28082,7 @@ td.rdtYear > span,
|
|
|
27630
28082
|
td.rdtQuarter > span {
|
|
27631
28083
|
display: inline-block;
|
|
27632
28084
|
color: #151b26;
|
|
27633
|
-
background:
|
|
28085
|
+
background: #ffffff;
|
|
27634
28086
|
border-radius: 2px 2px 2px 2px;
|
|
27635
28087
|
}
|
|
27636
28088
|
td.rdtMonth.rdtBetween,
|
|
@@ -27849,7 +28301,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
27849
28301
|
}
|
|
27850
28302
|
.cxd-DateRangePicker-toggler svg {
|
|
27851
28303
|
fill: #d4d6d9;
|
|
27852
|
-
top: 0;
|
|
27853
28304
|
width: 14px;
|
|
27854
28305
|
height: 14px;
|
|
27855
28306
|
}
|
|
@@ -27860,7 +28311,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
27860
28311
|
fill: #303540;
|
|
27861
28312
|
}
|
|
27862
28313
|
.cxd-DateRangePicker-toggler svg {
|
|
27863
|
-
color: #
|
|
28314
|
+
color: #84878c;
|
|
27864
28315
|
width: 0.875rem;
|
|
27865
28316
|
height: 0.875rem;
|
|
27866
28317
|
}
|
|
@@ -27882,7 +28333,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
27882
28333
|
}
|
|
27883
28334
|
.cxd-DateRangePicker-clear svg {
|
|
27884
28335
|
fill: #d4d6d9;
|
|
27885
|
-
top: 0;
|
|
27886
28336
|
width: 14px;
|
|
27887
28337
|
height: 14px;
|
|
27888
28338
|
}
|
|
@@ -27893,6 +28343,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
27893
28343
|
fill: #303540;
|
|
27894
28344
|
}
|
|
27895
28345
|
.cxd-DateRangePicker-clear svg {
|
|
28346
|
+
top: 0;
|
|
27896
28347
|
width: 0.875rem;
|
|
27897
28348
|
height: 0.875rem;
|
|
27898
28349
|
}
|
|
@@ -28035,7 +28486,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
28035
28486
|
cursor: pointer;
|
|
28036
28487
|
margin-right: 0.75rem;
|
|
28037
28488
|
color: #84878c;
|
|
28038
|
-
background:
|
|
28489
|
+
background: #ffffff;
|
|
28039
28490
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
|
28040
28491
|
border-width: 1px 1px 1px 1px;
|
|
28041
28492
|
border-style: solid solid solid solid;
|
|
@@ -28043,7 +28494,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
28043
28494
|
}
|
|
28044
28495
|
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
|
|
28045
28496
|
color: #84878c;
|
|
28046
|
-
background:
|
|
28497
|
+
background: #ffffff;
|
|
28047
28498
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
28048
28499
|
border-width: 1px 1px 1px 1px;
|
|
28049
28500
|
border-style: solid solid solid solid;
|
|
@@ -28051,7 +28502,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
28051
28502
|
}
|
|
28052
28503
|
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled).hover {
|
|
28053
28504
|
color: #84878c;
|
|
28054
|
-
background:
|
|
28505
|
+
background: #ffffff;
|
|
28055
28506
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
28056
28507
|
border-width: 1px 1px 1px 1px;
|
|
28057
28508
|
border-style: solid solid solid solid;
|
|
@@ -28059,7 +28510,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
28059
28510
|
}
|
|
28060
28511
|
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
|
28061
28512
|
color: #84878c;
|
|
28062
|
-
background:
|
|
28513
|
+
background: #ffffff;
|
|
28063
28514
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
28064
28515
|
border-width: 1px 1px 1px 1px;
|
|
28065
28516
|
border-style: solid solid solid solid;
|
|
@@ -28067,7 +28518,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
28067
28518
|
}
|
|
28068
28519
|
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled).active {
|
|
28069
28520
|
color: #84878c;
|
|
28070
|
-
background:
|
|
28521
|
+
background: #ffffff;
|
|
28071
28522
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
28072
28523
|
border-width: 1px 1px 1px 1px;
|
|
28073
28524
|
border-style: solid solid solid solid;
|
|
@@ -28125,7 +28576,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
28125
28576
|
}
|
|
28126
28577
|
.cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn {
|
|
28127
28578
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
28128
|
-
background:
|
|
28579
|
+
background: #ffffff;
|
|
28129
28580
|
color: #84878c;
|
|
28130
28581
|
}
|
|
28131
28582
|
.cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn > svg {
|
|
@@ -28133,7 +28584,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
28133
28584
|
}
|
|
28134
28585
|
.cxd-ImageControl-dropzone:hover-addBtn:not(.is-disabled) {
|
|
28135
28586
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
28136
|
-
background:
|
|
28587
|
+
background: #ffffff;
|
|
28137
28588
|
color: #84878c;
|
|
28138
28589
|
}
|
|
28139
28590
|
.cxd-ImageControl-dropzone:hover-addBtn:not(.is-disabled) .cxd-ImageControl-addBtn-text {
|
|
@@ -28465,7 +28916,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
28465
28916
|
#e8e9eb;
|
|
28466
28917
|
border-width: 1px 1px 1px 1px;
|
|
28467
28918
|
border-radius: 4px 4px 4px 4px;
|
|
28468
|
-
background:
|
|
28919
|
+
background: #ffffff;
|
|
28469
28920
|
cursor: pointer;
|
|
28470
28921
|
}
|
|
28471
28922
|
.cxd-FileControl-acceptTip-click {
|
|
@@ -28479,7 +28930,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
28479
28930
|
border-style: dashed dashed dashed dashed;
|
|
28480
28931
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
|
28481
28932
|
border-width: 1px 1px 1px 1px;
|
|
28482
|
-
background:
|
|
28933
|
+
background: #ffffff;
|
|
28483
28934
|
}
|
|
28484
28935
|
.cxd-FileControl-acceptTip > span {
|
|
28485
28936
|
margin-top: 0.5rem;
|
|
@@ -28684,15 +29135,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
28684
29135
|
.cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
|
|
28685
29136
|
.cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
|
|
28686
29137
|
color: #2468f2;
|
|
28687
|
-
background:
|
|
29138
|
+
background: #ffffff;
|
|
28688
29139
|
}
|
|
28689
29140
|
.cxd-RichTextControl .fr-desktop .fr-command:hover,
|
|
28690
29141
|
.cxd-RichTextControl .fr-desktop .fr-command:focus {
|
|
28691
|
-
background:
|
|
29142
|
+
background: #ffffff;
|
|
28692
29143
|
}
|
|
28693
29144
|
.cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
|
|
28694
29145
|
.cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
|
|
28695
|
-
background:
|
|
29146
|
+
background: #ffffff;
|
|
28696
29147
|
}
|
|
28697
29148
|
.cxd-RichTextControl .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
|
|
28698
29149
|
background: #2468f2;
|
|
@@ -29393,7 +29844,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
29393
29844
|
}
|
|
29394
29845
|
.cxd-TreeSelect-clear svg {
|
|
29395
29846
|
fill: #d4d6d9;
|
|
29396
|
-
top: 0;
|
|
29397
29847
|
width: 14px;
|
|
29398
29848
|
height: 14px;
|
|
29399
29849
|
}
|
|
@@ -29968,7 +30418,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
29968
30418
|
}
|
|
29969
30419
|
.cxd-Picker-clear svg {
|
|
29970
30420
|
fill: #d4d6d9;
|
|
29971
|
-
top: 0;
|
|
29972
30421
|
width: 14px;
|
|
29973
30422
|
height: 14px;
|
|
29974
30423
|
}
|
|
@@ -30076,6 +30525,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
30076
30525
|
align-items: center;
|
|
30077
30526
|
justify-content: center;
|
|
30078
30527
|
}
|
|
30528
|
+
.cxd-Picker-btn svg {
|
|
30529
|
+
top: 0;
|
|
30530
|
+
}
|
|
30079
30531
|
.cxd-Picker-btn:hover {
|
|
30080
30532
|
color: #2468f2;
|
|
30081
30533
|
}
|
|
@@ -30092,7 +30544,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
30092
30544
|
}
|
|
30093
30545
|
.cxd-Picker-clear svg {
|
|
30094
30546
|
fill: #d4d6d9;
|
|
30095
|
-
top: 0;
|
|
30096
30547
|
width: 14px;
|
|
30097
30548
|
height: 14px;
|
|
30098
30549
|
}
|
|
@@ -30102,6 +30553,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
30102
30553
|
.cxd-Picker-clear:active svg {
|
|
30103
30554
|
fill: #303540;
|
|
30104
30555
|
}
|
|
30556
|
+
.cxd-Picker-clear svg {
|
|
30557
|
+
top: 0;
|
|
30558
|
+
}
|
|
30105
30559
|
.cxd-PickerControl.is-inline .cxd-Picker {
|
|
30106
30560
|
display: inline-block;
|
|
30107
30561
|
min-width: 9.375rem;
|
|
@@ -30203,7 +30657,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
30203
30657
|
}
|
|
30204
30658
|
.cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover {
|
|
30205
30659
|
color: #2468f2;
|
|
30206
|
-
background:
|
|
30660
|
+
background: #ffffff;
|
|
30207
30661
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
30208
30662
|
border-width: 1px 1px 1px 1px;
|
|
30209
30663
|
border-style: solid solid solid solid;
|
|
@@ -30211,7 +30665,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
30211
30665
|
}
|
|
30212
30666
|
.cxd-TagControl-sugItem:not(:disabled):not(.is-disabled).hover {
|
|
30213
30667
|
color: #2468f2;
|
|
30214
|
-
background:
|
|
30668
|
+
background: #ffffff;
|
|
30215
30669
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
|
30216
30670
|
border-width: 1px 1px 1px 1px;
|
|
30217
30671
|
border-style: solid solid solid solid;
|
|
@@ -30219,7 +30673,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
30219
30673
|
}
|
|
30220
30674
|
.cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
|
|
30221
30675
|
color: #144bcc;
|
|
30222
|
-
background:
|
|
30676
|
+
background: #ffffff;
|
|
30223
30677
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
|
30224
30678
|
border-width: 1px 1px 1px 1px;
|
|
30225
30679
|
border-style: solid solid solid solid;
|
|
@@ -30227,7 +30681,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
30227
30681
|
}
|
|
30228
30682
|
.cxd-TagControl-sugItem:not(:disabled):not(.is-disabled).active {
|
|
30229
30683
|
color: #144bcc;
|
|
30230
|
-
background:
|
|
30684
|
+
background: #ffffff;
|
|
30231
30685
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
|
30232
30686
|
border-width: 1px 1px 1px 1px;
|
|
30233
30687
|
border-style: solid solid solid solid;
|
|
@@ -30796,7 +31250,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
30796
31250
|
}
|
|
30797
31251
|
.cxd-NestedSelect-menu .cxd-NestedSelect-option.is-active {
|
|
30798
31252
|
color: #2468f2;
|
|
30799
|
-
background:
|
|
31253
|
+
background: #ffffff;
|
|
30800
31254
|
}
|
|
30801
31255
|
.cxd-NestedSelect-menu .cxd-NestedSelect-option:hover {
|
|
30802
31256
|
color: #151b26;
|
|
@@ -31012,7 +31466,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
31012
31466
|
}
|
|
31013
31467
|
.cxd-IconPickerControl-clear svg {
|
|
31014
31468
|
fill: #d4d6d9;
|
|
31015
|
-
top: 0;
|
|
31016
31469
|
width: 14px;
|
|
31017
31470
|
height: 14px;
|
|
31018
31471
|
}
|
|
@@ -31053,7 +31506,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
31053
31506
|
}
|
|
31054
31507
|
.cxd-IconPickerControl-valueWrap > input {
|
|
31055
31508
|
display: inline-block;
|
|
31056
|
-
width:
|
|
31509
|
+
width: 100% !important;
|
|
31057
31510
|
vertical-align: middle;
|
|
31058
31511
|
}
|
|
31059
31512
|
.cxd-IconPickerControl-input--withAC {
|
|
@@ -31115,6 +31568,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
31115
31568
|
background: #2468f2;
|
|
31116
31569
|
}
|
|
31117
31570
|
.cxd-IconPickerControl-value {
|
|
31571
|
+
position: absolute;
|
|
31118
31572
|
-webkit-user-select: none;
|
|
31119
31573
|
-moz-user-select: none;
|
|
31120
31574
|
user-select: none;
|
|
@@ -31223,7 +31677,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
31223
31677
|
}
|
|
31224
31678
|
.cxd-IconSelectControl-clear svg {
|
|
31225
31679
|
fill: #d4d6d9;
|
|
31226
|
-
top: 0;
|
|
31227
31680
|
width: 14px;
|
|
31228
31681
|
height: 14px;
|
|
31229
31682
|
}
|
|
@@ -32897,6 +33350,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
32897
33350
|
height: 0.875rem;
|
|
32898
33351
|
width: 0.875rem;
|
|
32899
33352
|
margin: 0 0.25rem;
|
|
33353
|
+
display: inline-block;
|
|
33354
|
+
vertical-align: text-top;
|
|
32900
33355
|
}
|
|
32901
33356
|
.cxd-MappingField {
|
|
32902
33357
|
margin-right: 0.25rem;
|
|
@@ -33913,6 +34368,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33913
34368
|
overflow-x: hidden;
|
|
33914
34369
|
}
|
|
33915
34370
|
.cxd-Nav-Menu {
|
|
34371
|
+
--Menu-width: var(--Layout-aside-width);
|
|
33916
34372
|
--Menu-width--collapsed: var(--Layout-aside-width-collapsed);
|
|
33917
34373
|
--Menu-fontSize: var(--Nav-item-fontSize);
|
|
33918
34374
|
--Menu-fontSize--collapsed: var(--Nav-item-collapsed-fontSize);
|
|
@@ -34180,8 +34636,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34180
34636
|
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);
|
|
34181
34637
|
}
|
|
34182
34638
|
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
|
34183
|
-
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label
|
|
34184
|
-
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
|
|
34639
|
+
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
|
34185
34640
|
color: var(--Menu-light-fontColor-onActive) !important;
|
|
34186
34641
|
}
|
|
34187
34642
|
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
|
@@ -34189,74 +34644,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34189
34644
|
.cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
|
|
34190
34645
|
color: var(--Menu-light-fontColor-onActive) !important;
|
|
34191
34646
|
}
|
|
34192
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical > .cxd-Nav-Menu-item-selected {
|
|
34193
|
-
background-color: var(--Menu-light-backgroundColor-onHover);
|
|
34194
|
-
}
|
|
34195
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical > .cxd-Nav-Menu-item-selected::before {
|
|
34196
|
-
content: "";
|
|
34197
|
-
position: absolute;
|
|
34198
|
-
top: 0;
|
|
34199
|
-
left: 0;
|
|
34200
|
-
bottom: 0;
|
|
34201
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
|
34202
|
-
transform: scaleY(1);
|
|
34203
|
-
opacity: 1;
|
|
34204
|
-
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);
|
|
34205
|
-
}
|
|
34206
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
|
34207
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
|
34208
|
-
color: var(--Menu-light-fontColor-onActive);
|
|
34209
|
-
}
|
|
34210
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected {
|
|
34211
|
-
background-color: var(--Menu-dark-backgroundColor-onHover);
|
|
34212
|
-
}
|
|
34213
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected::before {
|
|
34214
|
-
content: "";
|
|
34215
|
-
position: absolute;
|
|
34216
|
-
top: 0;
|
|
34217
|
-
left: 0;
|
|
34218
|
-
bottom: 0;
|
|
34219
|
-
border-right: 3px solid var(--Menu-dark-selectedIndicator-color);
|
|
34220
|
-
transform: scaleY(1);
|
|
34221
|
-
opacity: 1;
|
|
34222
|
-
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);
|
|
34223
|
-
}
|
|
34224
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
|
34225
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
|
34226
|
-
color: var(--Menu-dark-fontColor-onActive);
|
|
34227
|
-
}
|
|
34228
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
|
|
34229
|
-
color: var(--Menu-dark-fontColor-onActive);
|
|
34230
|
-
}
|
|
34231
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
|
34232
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label {
|
|
34233
|
-
color: var(--Menu-dark-fontColor-onActive);
|
|
34234
|
-
}
|
|
34235
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected {
|
|
34236
|
-
background-color: var(--Menu-light-backgroundColor-onHover);
|
|
34237
|
-
}
|
|
34238
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected::before {
|
|
34239
|
-
content: "";
|
|
34240
|
-
position: absolute;
|
|
34241
|
-
top: 0;
|
|
34242
|
-
left: 0;
|
|
34243
|
-
bottom: 0;
|
|
34244
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
|
34245
|
-
transform: scaleY(1);
|
|
34246
|
-
opacity: 1;
|
|
34247
|
-
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);
|
|
34248
|
-
}
|
|
34249
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
|
34250
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
|
34251
|
-
color: var(--Menu-light-fontColor-onActive);
|
|
34252
|
-
}
|
|
34253
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
|
|
34254
|
-
color: var(--Menu-dark-fontColor-onActive);
|
|
34255
|
-
}
|
|
34256
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
|
34257
|
-
.cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label {
|
|
34258
|
-
color: var(--Menu-light-fontColor-onActive);
|
|
34259
|
-
}
|
|
34260
34647
|
.cxd-Nav-Menu .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected {
|
|
34261
34648
|
background-color: transparent;
|
|
34262
34649
|
}
|
|
@@ -34273,9 +34660,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34273
34660
|
.cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
|
|
34274
34661
|
color: var(--Menu-light-ancestor-fontColor-onActive);
|
|
34275
34662
|
}
|
|
34276
|
-
.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 {
|
|
34277
|
-
color: var(--Menu-light-ancestor-fontColor-onActive);
|
|
34278
|
-
}
|
|
34279
34663
|
.cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
|
|
34280
34664
|
.cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon {
|
|
34281
34665
|
color: var(--Menu-light-ancestor-fontColor-onActive);
|
|
@@ -34283,33 +34667,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34283
34667
|
.cxd-Nav-Menu > li.cxd-Nav-Menu-submenu {
|
|
34284
34668
|
padding: 0;
|
|
34285
34669
|
}
|
|
34286
|
-
.cxd-Nav-Menu-
|
|
34670
|
+
.cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub {
|
|
34287
34671
|
min-width: 160px;
|
|
34288
34672
|
margin-top: 0;
|
|
34289
34673
|
border-radius: 2px;
|
|
34290
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);
|
|
34291
34675
|
}
|
|
34292
|
-
.cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
|
34293
|
-
.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,
|
|
34294
|
-
.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,
|
|
34295
|
-
.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,
|
|
34296
|
-
.cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
|
34297
|
-
color: var(--Menu-light-fontColor-onActive);
|
|
34298
|
-
}
|
|
34299
|
-
.cxd-Nav-Menu-dark .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
|
34300
|
-
.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,
|
|
34301
|
-
.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,
|
|
34302
|
-
.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,
|
|
34303
|
-
.cxd-Nav-Menu-dark .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
|
34304
|
-
color: var(--Menu-dark-fontColor-onActive);
|
|
34305
|
-
}
|
|
34306
|
-
.cxd-Nav-Menu-light .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
|
34307
|
-
.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,
|
|
34308
|
-
.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,
|
|
34309
|
-
.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,
|
|
34310
|
-
.cxd-Nav-Menu-light .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
|
34311
|
-
color: var(--Menu-light-fontColor-onActive);
|
|
34312
|
-
}
|
|
34313
34676
|
.cxd-Nav-Menu-item, .cxd-Nav-Menu-submenu-title {
|
|
34314
34677
|
margin: 0;
|
|
34315
34678
|
position: relative;
|
|
@@ -34435,7 +34798,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34435
34798
|
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
|
34436
34799
|
}
|
|
34437
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,
|
|
34438
|
-
.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 {
|
|
34439
34803
|
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
|
34440
34804
|
}
|
|
34441
34805
|
.cxd-Nav-Menu .cxd-Nav-Menu-submenu-title,
|
|
@@ -34644,6 +35008,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34644
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 {
|
|
34645
35009
|
direction: rtl;
|
|
34646
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
|
+
}
|
|
34647
35023
|
.cxd-Nav-Menu-sub.cxd-Nav-Menu-inline {
|
|
34648
35024
|
padding: 0;
|
|
34649
35025
|
border: none;
|
|
@@ -34798,61 +35174,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34798
35174
|
transform: scale(0, 0);
|
|
34799
35175
|
}
|
|
34800
35176
|
}
|
|
34801
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu {
|
|
34802
|
-
background-color: var(--Menu-dark-backgroundColor);
|
|
34803
|
-
}
|
|
34804
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item {
|
|
34805
|
-
color: var(--Menu-dark-fontColor);
|
|
34806
|
-
}
|
|
34807
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon,
|
|
34808
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label {
|
|
34809
|
-
color: var(--Menu-dark-fontColor);
|
|
34810
|
-
}
|
|
34811
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active {
|
|
34812
|
-
background-color: var(--Menu-dark-backgroundColor);
|
|
34813
|
-
color: var(--Menu-dark-fontColor-onHover);
|
|
34814
|
-
}
|
|
34815
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon,
|
|
34816
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label {
|
|
34817
|
-
color: var(--Menu-dark-fontColor-onHover);
|
|
34818
|
-
}
|
|
34819
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected {
|
|
34820
|
-
background-color: var(--Menu-dark-backgroundColor);
|
|
34821
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
|
|
34822
|
-
}
|
|
34823
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
|
34824
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
|
34825
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
|
|
34826
|
-
}
|
|
34827
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title {
|
|
34828
|
-
color: var(--Menu-dark-fontColor);
|
|
34829
|
-
}
|
|
34830
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
|
34831
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
|
|
34832
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
|
|
34833
|
-
color: var(--Menu-dark-fontColor);
|
|
34834
|
-
}
|
|
34835
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
|
|
34836
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
|
|
34837
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
|
|
34838
|
-
color: var(--Menu-dark-fontColor-onHover);
|
|
34839
|
-
}
|
|
34840
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title {
|
|
34841
|
-
background-color: var(--Menu-dark-backgroundColor);
|
|
34842
|
-
color: var(--Menu-dark-fontColor-onActive);
|
|
34843
|
-
}
|
|
34844
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
|
34845
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
|
|
34846
|
-
color: var(--Menu-dark-fontColor-onActive);
|
|
34847
|
-
}
|
|
34848
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title {
|
|
34849
|
-
background-color: var(--Menu-dark-backgroundColor);
|
|
34850
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
|
34851
|
-
}
|
|
34852
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
|
34853
|
-
.cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
|
|
34854
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
|
34855
|
-
}
|
|
34856
35177
|
.cxd-Nav-Menu-item-tooltip {
|
|
34857
35178
|
font-size: 12px;
|
|
34858
35179
|
color: #070c14;
|