@syncfusion/ej2-richtexteditor 29.2.4-760237 → 29.2.4-795127
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/.eslintrc.json +260 -262
- package/dist/ej2-richtexteditor.umd.min.js +1 -1
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +85 -20
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +107 -37
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/common/util.js +21 -1
- package/src/editor-manager/plugin/clearformat.js +53 -22
- package/src/editor-manager/plugin/inserthtml.js +2 -1
- package/src/rich-text-editor/actions/enter-key.js +25 -9
- package/src/rich-text-editor/actions/paste-clean-up.js +2 -1
- package/src/rich-text-editor/base/rich-text-editor.js +4 -3
- package/styles/_all.bds.scss +1 -0
- package/styles/_all.bootstrap-dark.scss +1 -0
- package/styles/_all.bootstrap.scss +1 -0
- package/styles/_all.bootstrap4.scss +1 -0
- package/styles/_all.bootstrap5-dark.scss +1 -0
- package/styles/_all.bootstrap5.3.scss +1 -0
- package/styles/_all.bootstrap5.scss +1 -0
- package/styles/_all.fabric-dark.scss +1 -0
- package/styles/_all.fabric.scss +1 -0
- package/styles/_all.fluent-dark.scss +1 -0
- package/styles/_all.fluent.scss +1 -0
- package/styles/_all.fluent2.scss +1 -0
- package/styles/_all.highcontrast-light.scss +1 -0
- package/styles/_all.highcontrast.scss +1 -0
- package/styles/_all.material-dark.scss +1 -0
- package/styles/_all.material.scss +1 -0
- package/styles/_all.material3-dark.scss +1 -0
- package/styles/_all.material3.scss +1 -0
- package/styles/_all.scss +1 -1
- package/styles/_all.tailwind-dark.scss +1 -0
- package/styles/_all.tailwind.scss +1 -0
- package/styles/_all.tailwind3.scss +1 -0
- package/styles/bds-lite.css +510 -111
- package/styles/bds-lite.scss +3 -4
- package/styles/bds.css +629 -121
- package/styles/bds.scss +4 -5
- package/styles/bootstrap-dark-lite.css +475 -106
- package/styles/bootstrap-dark-lite.scss +3 -4
- package/styles/bootstrap-dark.css +580 -117
- package/styles/bootstrap-dark.scss +4 -5
- package/styles/bootstrap-lite.css +655 -108
- package/styles/bootstrap-lite.scss +3 -4
- package/styles/bootstrap.css +863 -133
- package/styles/bootstrap.scss +4 -5
- package/styles/bootstrap4-lite.css +848 -127
- package/styles/bootstrap4-lite.scss +3 -4
- package/styles/bootstrap4.css +1235 -241
- package/styles/bootstrap4.scss +4 -5
- package/styles/bootstrap5-dark-lite.css +464 -109
- package/styles/bootstrap5-dark-lite.scss +3 -4
- package/styles/bootstrap5-dark.css +561 -119
- package/styles/bootstrap5-dark.scss +4 -5
- package/styles/bootstrap5-lite.css +458 -109
- package/styles/bootstrap5-lite.scss +4 -4
- package/styles/bootstrap5.3-lite.css +724 -127
- package/styles/bootstrap5.3-lite.scss +4 -4
- package/styles/bootstrap5.3.css +907 -139
- package/styles/bootstrap5.3.scss +5 -5
- package/styles/bootstrap5.css +555 -119
- package/styles/bootstrap5.scss +5 -5
- package/styles/fabric-dark-lite.css +462 -107
- package/styles/fabric-dark-lite.scss +4 -4
- package/styles/fabric-dark.css +559 -117
- package/styles/fabric-dark.scss +5 -5
- package/styles/fabric-lite.css +462 -107
- package/styles/fabric-lite.scss +4 -4
- package/styles/fabric.css +559 -117
- package/styles/fabric.scss +5 -5
- package/styles/fluent-dark-lite.css +466 -120
- package/styles/fluent-dark-lite.scss +4 -4
- package/styles/fluent-dark.css +563 -131
- package/styles/fluent-dark.scss +5 -5
- package/styles/fluent-lite.css +466 -111
- package/styles/fluent-lite.scss +4 -4
- package/styles/fluent.css +563 -122
- package/styles/fluent.scss +5 -5
- package/styles/fluent2-lite.css +791 -137
- package/styles/fluent2-lite.scss +4 -4
- package/styles/fluent2.css +987 -151
- package/styles/fluent2.scss +5 -5
- package/styles/highcontrast-light-lite.css +462 -107
- package/styles/highcontrast-light-lite.scss +4 -4
- package/styles/highcontrast-light.css +559 -117
- package/styles/highcontrast-light.scss +5 -5
- package/styles/highcontrast-lite.css +462 -107
- package/styles/highcontrast-lite.scss +4 -4
- package/styles/highcontrast.css +559 -117
- package/styles/highcontrast.scss +5 -5
- package/styles/material-dark-lite.css +461 -106
- package/styles/material-dark-lite.scss +4 -4
- package/styles/material-dark.css +558 -116
- package/styles/material-dark.scss +5 -5
- package/styles/material-lite.css +461 -106
- package/styles/material-lite.scss +3 -4
- package/styles/material.css +558 -116
- package/styles/material.scss +4 -5
- package/styles/material3-dark-lite.css +809 -124
- package/styles/material3-dark-lite.scss +4 -4
- package/styles/material3-dark.css +1004 -150
- package/styles/material3-dark.scss +5 -7
- package/styles/material3-lite.css +729 -124
- package/styles/material3-lite.scss +4 -4
- package/styles/material3.css +926 -150
- package/styles/material3.scss +5 -7
- package/styles/rich-text-editor/_all.bds.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap-dark.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap4.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5-dark.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5.3.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5.scss +2 -0
- package/styles/rich-text-editor/_all.fabric-dark.scss +2 -0
- package/styles/rich-text-editor/_all.fabric.scss +2 -0
- package/styles/rich-text-editor/_all.fluent-dark.scss +2 -0
- package/styles/rich-text-editor/_all.fluent.scss +2 -0
- package/styles/rich-text-editor/_all.fluent2.scss +2 -0
- package/styles/rich-text-editor/_all.highcontrast-light.scss +2 -0
- package/styles/rich-text-editor/_all.highcontrast.scss +2 -0
- package/styles/rich-text-editor/_all.material-dark.scss +2 -0
- package/styles/rich-text-editor/_all.material.scss +2 -0
- package/styles/rich-text-editor/_all.material3-dark.scss +2 -0
- package/styles/rich-text-editor/_all.material3.scss +2 -0
- package/styles/rich-text-editor/_all.scss +2 -2
- package/styles/rich-text-editor/_all.tailwind-dark.scss +2 -0
- package/styles/rich-text-editor/_all.tailwind.scss +2 -0
- package/styles/rich-text-editor/_all.tailwind3.scss +2 -0
- package/styles/rich-text-editor/_bds-definition.scss +476 -27
- package/styles/rich-text-editor/_bigger.bds.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap4.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5.3.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5.scss +3 -0
- package/styles/rich-text-editor/_bigger.fabric-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.fabric.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent2.scss +3 -0
- package/styles/rich-text-editor/_bigger.highcontrast-light.scss +3 -0
- package/styles/rich-text-editor/_bigger.highcontrast.scss +3 -0
- package/styles/rich-text-editor/_bigger.material-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.material.scss +3 -0
- package/styles/rich-text-editor/_bigger.material3-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.material3.scss +3 -0
- package/styles/rich-text-editor/_bigger.scss +167 -59
- package/styles/rich-text-editor/_bigger.tailwind-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.tailwind.scss +3 -0
- package/styles/rich-text-editor/_bigger.tailwind3.scss +3 -0
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +475 -26
- package/styles/rich-text-editor/_bootstrap-definition.scss +476 -27
- package/styles/rich-text-editor/_bootstrap4-definition.scss +481 -33
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +709 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +476 -28
- package/styles/rich-text-editor/_bootstrap5.3-definition.scss +477 -29
- package/styles/rich-text-editor/_fabric-dark-definition.scss +475 -27
- package/styles/rich-text-editor/_fabric-definition.scss +474 -27
- package/styles/rich-text-editor/_fluent-dark-definition.scss +710 -1
- package/styles/rich-text-editor/_fluent-definition.scss +478 -28
- package/styles/rich-text-editor/_fluent2-definition.scss +487 -34
- package/styles/rich-text-editor/_fusionnew-definition.scss +471 -26
- package/styles/rich-text-editor/_highcontrast-definition.scss +474 -26
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +474 -26
- package/styles/rich-text-editor/_layout.bds.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap4.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5.3.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5.scss +3 -0
- package/styles/rich-text-editor/_layout.fabric-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.fabric.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent2.scss +3 -0
- package/styles/rich-text-editor/_layout.highcontrast-light.scss +3 -0
- package/styles/rich-text-editor/_layout.highcontrast.scss +3 -0
- package/styles/rich-text-editor/_layout.material-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.material.scss +3 -0
- package/styles/rich-text-editor/_layout.material3-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.material3.scss +3 -0
- package/styles/rich-text-editor/_layout.scss +639 -361
- package/styles/rich-text-editor/_layout.tailwind-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.tailwind.scss +3 -0
- package/styles/rich-text-editor/_layout.tailwind3.scss +3 -0
- package/styles/rich-text-editor/_material-dark-definition.scss +474 -28
- package/styles/rich-text-editor/_material-definition.scss +474 -26
- package/styles/rich-text-editor/_material3-dark-definition.scss +714 -1
- package/styles/rich-text-editor/_material3-definition.scss +481 -30
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +706 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +476 -28
- package/styles/rich-text-editor/_tailwind3-definition.scss +483 -35
- package/styles/rich-text-editor/_theme-variables.bds.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap4.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fabric-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fabric.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent2.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.highcontrast.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material3-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material3.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind3.scss +1 -0
- package/styles/rich-text-editor/_theme.bds.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap4.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5.3.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5.scss +4 -0
- package/styles/rich-text-editor/_theme.fabric-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.fabric.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent2.scss +4 -0
- package/styles/rich-text-editor/_theme.highcontrast-light.scss +4 -0
- package/styles/rich-text-editor/_theme.highcontrast.scss +4 -0
- package/styles/rich-text-editor/_theme.material-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.material.scss +4 -0
- package/styles/rich-text-editor/_theme.material3-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.material3.scss +4 -0
- package/styles/rich-text-editor/_theme.scss +68 -36
- package/styles/rich-text-editor/_theme.tailwind-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.tailwind.scss +4 -0
- package/styles/rich-text-editor/_theme.tailwind3.scss +4 -0
- package/styles/rich-text-editor/bds.css +629 -121
- package/styles/rich-text-editor/bds.scss +5 -5
- package/styles/rich-text-editor/bootstrap-dark.css +580 -117
- package/styles/rich-text-editor/bootstrap-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap.css +863 -133
- package/styles/rich-text-editor/bootstrap.scss +5 -5
- package/styles/rich-text-editor/bootstrap4.css +1235 -241
- package/styles/rich-text-editor/bootstrap4.scss +5 -5
- package/styles/rich-text-editor/bootstrap5-dark.css +561 -119
- package/styles/rich-text-editor/bootstrap5-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.3.css +907 -139
- package/styles/rich-text-editor/bootstrap5.3.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.css +555 -119
- package/styles/rich-text-editor/bootstrap5.scss +5 -5
- package/styles/rich-text-editor/fabric-dark.css +559 -117
- package/styles/rich-text-editor/fabric-dark.scss +5 -5
- package/styles/rich-text-editor/fabric.css +559 -117
- package/styles/rich-text-editor/fabric.scss +5 -5
- package/styles/rich-text-editor/fluent-dark.css +563 -131
- package/styles/rich-text-editor/fluent-dark.scss +5 -5
- package/styles/rich-text-editor/fluent.css +563 -122
- package/styles/rich-text-editor/fluent.scss +5 -5
- package/styles/rich-text-editor/fluent2.css +987 -151
- package/styles/rich-text-editor/fluent2.scss +5 -5
- package/styles/rich-text-editor/highcontrast-light.css +559 -117
- package/styles/rich-text-editor/highcontrast-light.scss +5 -5
- package/styles/rich-text-editor/highcontrast.css +559 -117
- package/styles/rich-text-editor/highcontrast.scss +5 -5
- package/styles/rich-text-editor/icons/_bds.scss +11 -1
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +11 -1
- package/styles/rich-text-editor/icons/_bootstrap.scss +11 -2
- package/styles/rich-text-editor/icons/_bootstrap4.scss +11 -2
- package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_bootstrap5.3.scss +11 -2
- package/styles/rich-text-editor/icons/_bootstrap5.scss +11 -2
- package/styles/rich-text-editor/icons/_fabric-dark.scss +11 -2
- package/styles/rich-text-editor/icons/_fabric.scss +11 -2
- package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_fluent.scss +11 -1
- package/styles/rich-text-editor/icons/_fluent2.scss +10 -1
- package/styles/rich-text-editor/icons/_fusionnew.scss +11 -2
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +12 -1
- package/styles/rich-text-editor/icons/_highcontrast.scss +12 -1
- package/styles/rich-text-editor/icons/_material-dark.scss +12 -1
- package/styles/rich-text-editor/icons/_material.scss +12 -1
- package/styles/rich-text-editor/icons/_material3-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_material3.scss +12 -1
- package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +12 -1
- package/styles/rich-text-editor/icons/_tailwind3.scss +12 -1
- package/styles/rich-text-editor/material-dark.css +558 -116
- package/styles/rich-text-editor/material-dark.scss +5 -5
- package/styles/rich-text-editor/material.css +558 -116
- package/styles/rich-text-editor/material.scss +5 -5
- package/styles/rich-text-editor/material3-dark.css +1004 -150
- package/styles/rich-text-editor/material3-dark.scss +5 -6
- package/styles/rich-text-editor/material3.css +926 -150
- package/styles/rich-text-editor/material3.scss +5 -6
- package/styles/rich-text-editor/tailwind-dark.css +564 -122
- package/styles/rich-text-editor/tailwind-dark.scss +5 -5
- package/styles/rich-text-editor/tailwind.css +564 -122
- package/styles/rich-text-editor/tailwind.scss +5 -5
- package/styles/rich-text-editor/tailwind3.css +876 -139
- package/styles/rich-text-editor/tailwind3.scss +5 -5
- package/styles/tailwind-dark-lite.css +467 -112
- package/styles/tailwind-dark-lite.scss +4 -4
- package/styles/tailwind-dark.css +564 -122
- package/styles/tailwind-dark.scss +5 -5
- package/styles/tailwind-lite.css +467 -112
- package/styles/tailwind-lite.scss +4 -4
- package/styles/tailwind.css +564 -122
- package/styles/tailwind.scss +5 -5
- package/styles/tailwind3-lite.css +702 -127
- package/styles/tailwind3-lite.scss +4 -4
- package/styles/tailwind3.css +876 -139
- package/styles/tailwind3.scss +5 -5
- package/aceconfig.js +0 -17
- package/blazorGlobalSrc/common/config.d.ts +0 -63
- package/blazorGlobalSrc/common/config.js +0 -123
- package/blazorGlobalSrc/common/constant.d.ts +0 -117
- package/blazorGlobalSrc/common/constant.js +0 -23
- package/blazorGlobalSrc/common/editor-styles.d.ts +0 -1
- package/blazorGlobalSrc/common/editor-styles.js +0 -5
- package/blazorGlobalSrc/common/index.d.ts +0 -7
- package/blazorGlobalSrc/common/index.js +0 -9
- package/blazorGlobalSrc/common/interface.d.ts +0 -119
- package/blazorGlobalSrc/common/interface.js +0 -4
- package/blazorGlobalSrc/common/types.d.ts +0 -25
- package/blazorGlobalSrc/common/types.js +0 -4
- package/blazorGlobalSrc/common/user-agent.d.ts +0 -41
- package/blazorGlobalSrc/common/user-agent.js +0 -71
- package/blazorGlobalSrc/common/util.d.ts +0 -70
- package/blazorGlobalSrc/common/util.js +0 -222
- package/blazorGlobalSrc/components.d.ts +0 -8
- package/blazorGlobalSrc/components.js +0 -12
- package/blazorGlobalSrc/editor-manager/base/classes.d.ts +0 -31
- package/blazorGlobalSrc/editor-manager/base/classes.js +0 -28
- package/blazorGlobalSrc/editor-manager/base/constant.d.ts +0 -97
- package/blazorGlobalSrc/editor-manager/base/constant.js +0 -41
- package/blazorGlobalSrc/editor-manager/base/editor-manager.d.ts +0 -95
- package/blazorGlobalSrc/editor-manager/base/editor-manager.js +0 -339
- package/blazorGlobalSrc/editor-manager/base/enum.d.ts +0 -17
- package/blazorGlobalSrc/editor-manager/base/enum.js +0 -4
- package/blazorGlobalSrc/editor-manager/base/interface.d.ts +0 -263
- package/blazorGlobalSrc/editor-manager/base/interface.js +0 -4
- package/blazorGlobalSrc/editor-manager/base/types.d.ts +0 -7
- package/blazorGlobalSrc/editor-manager/base/types.js +0 -4
- package/blazorGlobalSrc/editor-manager/base.d.ts +0 -8
- package/blazorGlobalSrc/editor-manager/base.js +0 -10
- package/blazorGlobalSrc/editor-manager/index.d.ts +0 -5
- package/blazorGlobalSrc/editor-manager/index.js +0 -9
- package/blazorGlobalSrc/editor-manager/plugin/alignments.d.ts +0 -26
- package/blazorGlobalSrc/editor-manager/plugin/alignments.js +0 -105
- package/blazorGlobalSrc/editor-manager/plugin/audio.d.ts +0 -34
- package/blazorGlobalSrc/editor-manager/plugin/audio.js +0 -145
- package/blazorGlobalSrc/editor-manager/plugin/clearformat-exec.d.ts +0 -24
- package/blazorGlobalSrc/editor-manager/plugin/clearformat-exec.js +0 -47
- package/blazorGlobalSrc/editor-manager/plugin/clearformat.d.ts +0 -29
- package/blazorGlobalSrc/editor-manager/plugin/clearformat.js +0 -249
- package/blazorGlobalSrc/editor-manager/plugin/dom-node.d.ts +0 -351
- package/blazorGlobalSrc/editor-manager/plugin/dom-node.js +0 -737
- package/blazorGlobalSrc/editor-manager/plugin/dom-tree.d.ts +0 -84
- package/blazorGlobalSrc/editor-manager/plugin/dom-tree.js +0 -164
- package/blazorGlobalSrc/editor-manager/plugin/emoji-picker-action.d.ts +0 -10
- package/blazorGlobalSrc/editor-manager/plugin/emoji-picker-action.js +0 -86
- package/blazorGlobalSrc/editor-manager/plugin/format-painter-actions.d.ts +0 -47
- package/blazorGlobalSrc/editor-manager/plugin/format-painter-actions.js +0 -622
- package/blazorGlobalSrc/editor-manager/plugin/formats.d.ts +0 -43
- package/blazorGlobalSrc/editor-manager/plugin/formats.js +0 -597
- package/blazorGlobalSrc/editor-manager/plugin/image.d.ts +0 -48
- package/blazorGlobalSrc/editor-manager/plugin/image.js +0 -399
- package/blazorGlobalSrc/editor-manager/plugin/indents.d.ts +0 -24
- package/blazorGlobalSrc/editor-manager/plugin/indents.js +0 -106
- package/blazorGlobalSrc/editor-manager/plugin/insert-methods.d.ts +0 -48
- package/blazorGlobalSrc/editor-manager/plugin/insert-methods.js +0 -37
- package/blazorGlobalSrc/editor-manager/plugin/insert-text.d.ts +0 -22
- package/blazorGlobalSrc/editor-manager/plugin/insert-text.js +0 -36
- package/blazorGlobalSrc/editor-manager/plugin/inserthtml-exec.d.ts +0 -22
- package/blazorGlobalSrc/editor-manager/plugin/inserthtml-exec.js +0 -49
- package/blazorGlobalSrc/editor-manager/plugin/inserthtml.d.ts +0 -51
- package/blazorGlobalSrc/editor-manager/plugin/inserthtml.js +0 -985
- package/blazorGlobalSrc/editor-manager/plugin/isformatted.d.ts +0 -89
- package/blazorGlobalSrc/editor-manager/plugin/isformatted.js +0 -199
- package/blazorGlobalSrc/editor-manager/plugin/link.d.ts +0 -41
- package/blazorGlobalSrc/editor-manager/plugin/link.js +0 -550
- package/blazorGlobalSrc/editor-manager/plugin/lists.d.ts +0 -74
- package/blazorGlobalSrc/editor-manager/plugin/lists.js +0 -1503
- package/blazorGlobalSrc/editor-manager/plugin/ms-word-clean-up.d.ts +0 -61
- package/blazorGlobalSrc/editor-manager/plugin/ms-word-clean-up.js +0 -1136
- package/blazorGlobalSrc/editor-manager/plugin/nodecutter.d.ts +0 -64
- package/blazorGlobalSrc/editor-manager/plugin/nodecutter.js +0 -167
- package/blazorGlobalSrc/editor-manager/plugin/selection-commands.d.ts +0 -41
- package/blazorGlobalSrc/editor-manager/plugin/selection-commands.js +0 -1069
- package/blazorGlobalSrc/editor-manager/plugin/selection-exec.d.ts +0 -24
- package/blazorGlobalSrc/editor-manager/plugin/selection-exec.js +0 -49
- package/blazorGlobalSrc/editor-manager/plugin/table-selection.d.ts +0 -26
- package/blazorGlobalSrc/editor-manager/plugin/table-selection.js +0 -210
- package/blazorGlobalSrc/editor-manager/plugin/table.d.ts +0 -56
- package/blazorGlobalSrc/editor-manager/plugin/table.js +0 -1100
- package/blazorGlobalSrc/editor-manager/plugin/toolbar-status.d.ts +0 -39
- package/blazorGlobalSrc/editor-manager/plugin/toolbar-status.js +0 -384
- package/blazorGlobalSrc/editor-manager/plugin/undo.d.ts +0 -85
- package/blazorGlobalSrc/editor-manager/plugin/undo.js +0 -216
- package/blazorGlobalSrc/editor-manager/plugin/video.d.ts +0 -38
- package/blazorGlobalSrc/editor-manager/plugin/video.js +0 -311
- package/blazorGlobalSrc/editor-manager/plugin.d.ts +0 -27
- package/blazorGlobalSrc/editor-manager/plugin.js +0 -31
- package/blazorGlobalSrc/global.d.ts +0 -1
- package/blazorGlobalSrc/global.js +0 -3
- package/blazorGlobalSrc/index.d.ts +0 -8
- package/blazorGlobalSrc/index.js +0 -12
- package/blazorGlobalSrc/markdown-parser/base/constant.d.ts +0 -39
- package/blazorGlobalSrc/markdown-parser/base/constant.js +0 -10
- package/blazorGlobalSrc/markdown-parser/base/interface.d.ts +0 -169
- package/blazorGlobalSrc/markdown-parser/base/interface.js +0 -4
- package/blazorGlobalSrc/markdown-parser/base/markdown-parser.d.ts +0 -69
- package/blazorGlobalSrc/markdown-parser/base/markdown-parser.js +0 -87
- package/blazorGlobalSrc/markdown-parser/base/types.d.ts +0 -7
- package/blazorGlobalSrc/markdown-parser/base/types.js +0 -4
- package/blazorGlobalSrc/markdown-parser/base.d.ts +0 -7
- package/blazorGlobalSrc/markdown-parser/base.js +0 -9
- package/blazorGlobalSrc/markdown-parser/index.d.ts +0 -5
- package/blazorGlobalSrc/markdown-parser/index.js +0 -9
- package/blazorGlobalSrc/markdown-parser/plugin/clearformat.d.ts +0 -28
- package/blazorGlobalSrc/markdown-parser/plugin/clearformat.js +0 -110
- package/blazorGlobalSrc/markdown-parser/plugin/formats.d.ts +0 -32
- package/blazorGlobalSrc/markdown-parser/plugin/formats.js +0 -225
- package/blazorGlobalSrc/markdown-parser/plugin/insert-text.d.ts +0 -24
- package/blazorGlobalSrc/markdown-parser/plugin/insert-text.js +0 -49
- package/blazorGlobalSrc/markdown-parser/plugin/link.d.ts +0 -24
- package/blazorGlobalSrc/markdown-parser/plugin/link.js +0 -50
- package/blazorGlobalSrc/markdown-parser/plugin/lists.d.ts +0 -39
- package/blazorGlobalSrc/markdown-parser/plugin/lists.js +0 -462
- package/blazorGlobalSrc/markdown-parser/plugin/markdown-selection.d.ts +0 -140
- package/blazorGlobalSrc/markdown-parser/plugin/markdown-selection.js +0 -104
- package/blazorGlobalSrc/markdown-parser/plugin/md-selection-formats.d.ts +0 -31
- package/blazorGlobalSrc/markdown-parser/plugin/md-selection-formats.js +0 -335
- package/blazorGlobalSrc/markdown-parser/plugin/table.d.ts +0 -52
- package/blazorGlobalSrc/markdown-parser/plugin/table.js +0 -216
- package/blazorGlobalSrc/markdown-parser/plugin/undo.d.ts +0 -83
- package/blazorGlobalSrc/markdown-parser/plugin/undo.js +0 -147
- package/blazorGlobalSrc/markdown-parser/plugin.d.ts +0 -11
- package/blazorGlobalSrc/markdown-parser/plugin.js +0 -15
- package/blazorGlobalSrc/rich-text-editor/actions/base-quick-toolbar.d.ts +0 -114
- package/blazorGlobalSrc/rich-text-editor/actions/base-quick-toolbar.js +0 -465
- package/blazorGlobalSrc/rich-text-editor/actions/base-toolbar.d.ts +0 -58
- package/blazorGlobalSrc/rich-text-editor/actions/base-toolbar.js +0 -216
- package/blazorGlobalSrc/rich-text-editor/actions/color-picker.d.ts +0 -52
- package/blazorGlobalSrc/rich-text-editor/actions/color-picker.js +0 -241
- package/blazorGlobalSrc/rich-text-editor/actions/count.d.ts +0 -55
- package/blazorGlobalSrc/rich-text-editor/actions/count.js +0 -117
- package/blazorGlobalSrc/rich-text-editor/actions/dropdown-buttons.d.ts +0 -72
- package/blazorGlobalSrc/rich-text-editor/actions/dropdown-buttons.js +0 -552
- package/blazorGlobalSrc/rich-text-editor/actions/emoji-picker.d.ts +0 -51
- package/blazorGlobalSrc/rich-text-editor/actions/emoji-picker.js +0 -853
- package/blazorGlobalSrc/rich-text-editor/actions/enter-key.d.ts +0 -28
- package/blazorGlobalSrc/rich-text-editor/actions/enter-key.js +0 -821
- package/blazorGlobalSrc/rich-text-editor/actions/execute-command-callback.d.ts +0 -11
- package/blazorGlobalSrc/rich-text-editor/actions/execute-command-callback.js +0 -28
- package/blazorGlobalSrc/rich-text-editor/actions/file-manager.d.ts +0 -45
- package/blazorGlobalSrc/rich-text-editor/actions/file-manager.js +0 -249
- package/blazorGlobalSrc/rich-text-editor/actions/format-painter.d.ts +0 -25
- package/blazorGlobalSrc/rich-text-editor/actions/format-painter.js +0 -156
- package/blazorGlobalSrc/rich-text-editor/actions/full-screen.d.ts +0 -40
- package/blazorGlobalSrc/rich-text-editor/actions/full-screen.js +0 -148
- package/blazorGlobalSrc/rich-text-editor/actions/html-attributes.d.ts +0 -15
- package/blazorGlobalSrc/rich-text-editor/actions/html-attributes.js +0 -50
- package/blazorGlobalSrc/rich-text-editor/actions/html-editor.d.ts +0 -120
- package/blazorGlobalSrc/rich-text-editor/actions/html-editor.js +0 -1244
- package/blazorGlobalSrc/rich-text-editor/actions/html-toolbar-status.d.ts +0 -14
- package/blazorGlobalSrc/rich-text-editor/actions/html-toolbar-status.js +0 -47
- package/blazorGlobalSrc/rich-text-editor/actions/import-export.d.ts +0 -21
- package/blazorGlobalSrc/rich-text-editor/actions/import-export.js +0 -117
- package/blazorGlobalSrc/rich-text-editor/actions/keyboard-model.d.ts +0 -30
- package/blazorGlobalSrc/rich-text-editor/actions/keyboard.d.ts +0 -110
- package/blazorGlobalSrc/rich-text-editor/actions/keyboard.js +0 -163
- package/blazorGlobalSrc/rich-text-editor/actions/markdown-editor.d.ts +0 -66
- package/blazorGlobalSrc/rich-text-editor/actions/markdown-editor.js +0 -142
- package/blazorGlobalSrc/rich-text-editor/actions/markdown-toolbar-status.d.ts +0 -23
- package/blazorGlobalSrc/rich-text-editor/actions/markdown-toolbar-status.js +0 -124
- package/blazorGlobalSrc/rich-text-editor/actions/paste-clean-up.d.ts +0 -86
- package/blazorGlobalSrc/rich-text-editor/actions/paste-clean-up.js +0 -1071
- package/blazorGlobalSrc/rich-text-editor/actions/quick-toolbar.d.ts +0 -151
- package/blazorGlobalSrc/rich-text-editor/actions/quick-toolbar.js +0 -548
- package/blazorGlobalSrc/rich-text-editor/actions/resize.d.ts +0 -37
- package/blazorGlobalSrc/rich-text-editor/actions/resize.js +0 -188
- package/blazorGlobalSrc/rich-text-editor/actions/sanitize-helper.d.ts +0 -11
- package/blazorGlobalSrc/rich-text-editor/actions/sanitize-helper.js +0 -168
- package/blazorGlobalSrc/rich-text-editor/actions/toolbar-action.d.ts +0 -18
- package/blazorGlobalSrc/rich-text-editor/actions/toolbar-action.js +0 -76
- package/blazorGlobalSrc/rich-text-editor/actions/toolbar.d.ts +0 -185
- package/blazorGlobalSrc/rich-text-editor/actions/toolbar.js +0 -512
- package/blazorGlobalSrc/rich-text-editor/actions/xhtml-validation.d.ts +0 -25
- package/blazorGlobalSrc/rich-text-editor/actions/xhtml-validation.js +0 -166
- package/blazorGlobalSrc/rich-text-editor/actions.d.ts +0 -26
- package/blazorGlobalSrc/rich-text-editor/actions.js +0 -30
- package/blazorGlobalSrc/rich-text-editor/audio.d.ts +0 -4
- package/blazorGlobalSrc/rich-text-editor/audio.js +0 -8
- package/blazorGlobalSrc/rich-text-editor/base/classes.d.ts +0 -628
- package/blazorGlobalSrc/rich-text-editor/base/classes.js +0 -129
- package/blazorGlobalSrc/rich-text-editor/base/constant.d.ts +0 -808
- package/blazorGlobalSrc/rich-text-editor/base/constant.js +0 -334
- package/blazorGlobalSrc/rich-text-editor/base/enum.d.ts +0 -81
- package/blazorGlobalSrc/rich-text-editor/base/enum.js +0 -37
- package/blazorGlobalSrc/rich-text-editor/base/interface.d.ts +0 -1577
- package/blazorGlobalSrc/rich-text-editor/base/interface.js +0 -194
- package/blazorGlobalSrc/rich-text-editor/base/rich-text-editor-model.d.ts +0 -1032
- package/blazorGlobalSrc/rich-text-editor/base/rich-text-editor.d.ts +0 -1699
- package/blazorGlobalSrc/rich-text-editor/base/rich-text-editor.js +0 -2645
- package/blazorGlobalSrc/rich-text-editor/base/util.d.ts +0 -212
- package/blazorGlobalSrc/rich-text-editor/base/util.js +0 -610
- package/blazorGlobalSrc/rich-text-editor/base.d.ts +0 -10
- package/blazorGlobalSrc/rich-text-editor/base.js +0 -13
- package/blazorGlobalSrc/rich-text-editor/formatter/formatter.d.ts +0 -87
- package/blazorGlobalSrc/rich-text-editor/formatter/formatter.js +0 -223
- package/blazorGlobalSrc/rich-text-editor/formatter/html-formatter.d.ts +0 -34
- package/blazorGlobalSrc/rich-text-editor/formatter/html-formatter.js +0 -44
- package/blazorGlobalSrc/rich-text-editor/formatter/markdown-formatter.d.ts +0 -39
- package/blazorGlobalSrc/rich-text-editor/formatter/markdown-formatter.js +0 -48
- package/blazorGlobalSrc/rich-text-editor/formatter.d.ts +0 -6
- package/blazorGlobalSrc/rich-text-editor/formatter.js +0 -10
- package/blazorGlobalSrc/rich-text-editor/html-editor.d.ts +0 -4
- package/blazorGlobalSrc/rich-text-editor/html-editor.js +0 -8
- package/blazorGlobalSrc/rich-text-editor/image.d.ts +0 -4
- package/blazorGlobalSrc/rich-text-editor/image.js +0 -8
- package/blazorGlobalSrc/rich-text-editor/index.d.ts +0 -9
- package/blazorGlobalSrc/rich-text-editor/index.js +0 -12
- package/blazorGlobalSrc/rich-text-editor/link.d.ts +0 -4
- package/blazorGlobalSrc/rich-text-editor/link.js +0 -8
- package/blazorGlobalSrc/rich-text-editor/markdown-editor.d.ts +0 -4
- package/blazorGlobalSrc/rich-text-editor/markdown-editor.js +0 -8
- package/blazorGlobalSrc/rich-text-editor/models/default-locale.d.ts +0 -25
- package/blazorGlobalSrc/rich-text-editor/models/default-locale.js +0 -391
- package/blazorGlobalSrc/rich-text-editor/models/iframe-settings-model.d.ts +0 -68
- package/blazorGlobalSrc/rich-text-editor/models/iframe-settings.d.ts +0 -61
- package/blazorGlobalSrc/rich-text-editor/models/iframe-settings.js +0 -60
- package/blazorGlobalSrc/rich-text-editor/models/inline-mode-model.d.ts +0 -24
- package/blazorGlobalSrc/rich-text-editor/models/inline-mode.d.ts +0 -20
- package/blazorGlobalSrc/rich-text-editor/models/inline-mode.js +0 -37
- package/blazorGlobalSrc/rich-text-editor/models/items.d.ts +0 -36
- package/blazorGlobalSrc/rich-text-editor/models/items.js +0 -1011
- package/blazorGlobalSrc/rich-text-editor/models/models.d.ts +0 -7
- package/blazorGlobalSrc/rich-text-editor/models/models.js +0 -4
- package/blazorGlobalSrc/rich-text-editor/models/slash-menu-settings-model.d.ts +0 -40
- package/blazorGlobalSrc/rich-text-editor/models/slash-menu-settings.d.ts +0 -50
- package/blazorGlobalSrc/rich-text-editor/models/slash-menu-settings.js +0 -143
- package/blazorGlobalSrc/rich-text-editor/models/toolbar-settings-model.d.ts +0 -1130
- package/blazorGlobalSrc/rich-text-editor/models/toolbar-settings.d.ts +0 -992
- package/blazorGlobalSrc/rich-text-editor/models/toolbar-settings.js +0 -510
- package/blazorGlobalSrc/rich-text-editor/models.d.ts +0 -4
- package/blazorGlobalSrc/rich-text-editor/models.js +0 -4
- package/blazorGlobalSrc/rich-text-editor/quick-toolbar.d.ts +0 -4
- package/blazorGlobalSrc/rich-text-editor/quick-toolbar.js +0 -8
- package/blazorGlobalSrc/rich-text-editor/renderer/audio-module.d.ts +0 -82
- package/blazorGlobalSrc/rich-text-editor/renderer/audio-module.js +0 -886
- package/blazorGlobalSrc/rich-text-editor/renderer/content-renderer.d.ts +0 -65
- package/blazorGlobalSrc/rich-text-editor/renderer/content-renderer.js +0 -49
- package/blazorGlobalSrc/rich-text-editor/renderer/dialog-renderer.d.ts +0 -39
- package/blazorGlobalSrc/rich-text-editor/renderer/dialog-renderer.js +0 -111
- package/blazorGlobalSrc/rich-text-editor/renderer/iframe-content-renderer.d.ts +0 -33
- package/blazorGlobalSrc/rich-text-editor/renderer/iframe-content-renderer.js +0 -101
- package/blazorGlobalSrc/rich-text-editor/renderer/image-module.d.ts +0 -199
- package/blazorGlobalSrc/rich-text-editor/renderer/image-module.js +0 -2494
- package/blazorGlobalSrc/rich-text-editor/renderer/link-module.d.ts +0 -63
- package/blazorGlobalSrc/rich-text-editor/renderer/link-module.js +0 -596
- package/blazorGlobalSrc/rich-text-editor/renderer/markdown-renderer.d.ts +0 -65
- package/blazorGlobalSrc/rich-text-editor/renderer/markdown-renderer.js +0 -38
- package/blazorGlobalSrc/rich-text-editor/renderer/popup-renderer.d.ts +0 -54
- package/blazorGlobalSrc/rich-text-editor/renderer/popup-renderer.js +0 -35
- package/blazorGlobalSrc/rich-text-editor/renderer/render.d.ts +0 -46
- package/blazorGlobalSrc/rich-text-editor/renderer/render.js +0 -70
- package/blazorGlobalSrc/rich-text-editor/renderer/slash-menu.d.ts +0 -20
- package/blazorGlobalSrc/rich-text-editor/renderer/slash-menu.js +0 -224
- package/blazorGlobalSrc/rich-text-editor/renderer/table-module.d.ts +0 -155
- package/blazorGlobalSrc/rich-text-editor/renderer/table-module.js +0 -2206
- package/blazorGlobalSrc/rich-text-editor/renderer/toolbar-renderer.d.ts +0 -131
- package/blazorGlobalSrc/rich-text-editor/renderer/toolbar-renderer.js +0 -747
- package/blazorGlobalSrc/rich-text-editor/renderer/video-module.d.ts +0 -120
- package/blazorGlobalSrc/rich-text-editor/renderer/video-module.js +0 -1507
- package/blazorGlobalSrc/rich-text-editor/renderer/view-source.d.ts +0 -74
- package/blazorGlobalSrc/rich-text-editor/renderer/view-source.js +0 -225
- package/blazorGlobalSrc/rich-text-editor/renderer.d.ts +0 -17
- package/blazorGlobalSrc/rich-text-editor/renderer.js +0 -21
- package/blazorGlobalSrc/rich-text-editor/services/renderer-factory.d.ts +0 -33
- package/blazorGlobalSrc/rich-text-editor/services/renderer-factory.js +0 -29
- package/blazorGlobalSrc/rich-text-editor/services/service-locator.d.ts +0 -29
- package/blazorGlobalSrc/rich-text-editor/services/service-locator.js +0 -25
- package/blazorGlobalSrc/rich-text-editor/services.d.ts +0 -5
- package/blazorGlobalSrc/rich-text-editor/services.js +0 -9
- package/blazorGlobalSrc/rich-text-editor/toolbar.d.ts +0 -4
- package/blazorGlobalSrc/rich-text-editor/toolbar.js +0 -8
- package/blazorGlobalSrc/rich-text-editor/video.d.ts +0 -4
- package/blazorGlobalSrc/rich-text-editor/video.js +0 -8
- package/blazorGlobalSrc/rich-text-editor.d.ts +0 -4
- package/blazorGlobalSrc/rich-text-editor.js +0 -8
- package/blazorGlobalSrc/selection/index.d.ts +0 -4
- package/blazorGlobalSrc/selection/index.js +0 -8
- package/blazorGlobalSrc/selection/selection.d.ts +0 -244
- package/blazorGlobalSrc/selection/selection.js +0 -309
- package/helpers/e2e/index.d.ts +0 -1
- package/helpers/e2e/index.js +0 -8
- package/helpers/e2e/rte-helper.d.ts +0 -79
- package/helpers/e2e/rte-helper.js +0 -81
- package/src/global.d.ts +0 -1
- package/tslint.json +0 -111
package/styles/bds-lite.css
CHANGED
|
@@ -33,6 +33,12 @@
|
|
|
33
33
|
.e-rte-dropdown-popup .e-blockquote::before {
|
|
34
34
|
content: "\e8f5";
|
|
35
35
|
}
|
|
36
|
+
.e-toolbar-wrapper .e-rte-checklist-icon::before,
|
|
37
|
+
.e-toolbar-container .e-rte-checklist-icon::before,
|
|
38
|
+
.e-rte-toolbar .e-rte-checklist-icon::before,
|
|
39
|
+
.e-rte-dropdown-popup .e-rte-checklist-icon::before {
|
|
40
|
+
content: "\e952";
|
|
41
|
+
}
|
|
36
42
|
.e-toolbar-wrapper .e-alignments::before,
|
|
37
43
|
.e-toolbar-container .e-alignments::before,
|
|
38
44
|
.e-rte-toolbar .e-alignments::before,
|
|
@@ -45,6 +51,12 @@
|
|
|
45
51
|
.e-rte-dropdown-popup .e-justify-left::before {
|
|
46
52
|
content: "\e7b8";
|
|
47
53
|
}
|
|
54
|
+
.e-toolbar-wrapper .e-lineHeight::before,
|
|
55
|
+
.e-toolbar-container .e-lineHeight::before,
|
|
56
|
+
.e-rte-toolbar .e-lineHeight::before,
|
|
57
|
+
.e-rte-dropdown-popup .e-lineHeight::before {
|
|
58
|
+
content: "\e78d";
|
|
59
|
+
}
|
|
48
60
|
.e-toolbar-wrapper .e-justify-center::before,
|
|
49
61
|
.e-toolbar-container .e-justify-center::before,
|
|
50
62
|
.e-rte-toolbar .e-justify-center::before,
|
|
@@ -409,7 +421,7 @@
|
|
|
409
421
|
.e-toolbar-container .e-table-edit-properties::before,
|
|
410
422
|
.e-rte-toolbar .e-table-edit-properties::before,
|
|
411
423
|
.e-rte-dropdown-popup .e-table-edit-properties::before {
|
|
412
|
-
content: "\
|
|
424
|
+
content: "\e954";
|
|
413
425
|
}
|
|
414
426
|
.e-toolbar-wrapper .e-create-table::before,
|
|
415
427
|
.e-toolbar-container .e-create-table::before,
|
|
@@ -550,6 +562,28 @@
|
|
|
550
562
|
cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMi41QzQuNDQ3NzIgMi41IDQgMi45NDc3MiA0IDMuNUM0IDQuMDUyMjggNC40NDc3MiA0LjUgNSA0LjVINi42OTcyMkw3LjUgNS4wMzUxOFYxNi45NjQ4TDYuNjk3MjIgMTcuNUg1QzQuNDQ3NzIgMTcuNSA0IDE3Ljk0NzcgNCAxOC41QzQgMTkuMDUyMyA0LjQ0NzcyIDE5LjUgNSAxOS41SDYuNjk3MjJDNy4wOTIwNyAxOS41IDcuNDc4MDkgMTkuMzgzMSA3LjgwNjYyIDE5LjE2NDFMOC41IDE4LjcwMTlMOS4xOTMzOCAxOS4xNjQxQzkuNTIxOTEgMTkuMzgzMSA5LjkwNzkzIDE5LjUgMTAuMzAyOCAxOS41SDEyQzEyLjU1MjMgMTkuNSAxMyAxOS4wNTIzIDEzIDE4LjVDMTMgMTcuOTQ3NyAxMi41NTIzIDE3LjUgMTIgMTcuNUwxMC4zMDI4IDE3LjVMOS41IDE2Ljk2NDhWNS4wMzUxOEwxMC4zMDI4IDQuNUgxMkMxMi41NTIzIDQuNSAxMyA0LjA1MjI4IDEzIDMuNUMxMyAyLjk0NzcyIDEyLjU1MjMgMi41IDEyIDIuNUgxMC4zMDI4QzkuOTA3OTMgMi41IDkuNTIxOTEgMi42MTY4OCA5LjE5MzM4IDIuODM1OUw4LjUgMy4yOTgxNUw3LjgwNjYyIDIuODM1OUM3LjQ3ODA5IDIuNjE2ODggNy4wOTIwNyAyLjUgNi42OTcyMiAyLjVINVoiIGZpbGw9ImJsYWNrIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIzLjUgNFY4LjVIMjVDMjUuODI4NCA4LjUgMjYuNSA5LjE3MTU3IDI2LjUgMTBWMTEuNVYxNy41SDIzLjVIMjAuNUgxNi41QzE3LjUgMTUgMTcuNSAxMS41IDE3LjUgMTEuNVYxMEMxNy41IDkuMTcxNTcgMTguMTcxNiA4LjUgMTkgOC41SDIwLjVWNEMyMC41IDMuMTcxNTcgMjEuMTcxNiAyLjUgMjIgMi41QzIyLjgyODQgMi41IDIzLjUgMy4xNzE1NyAyMy41IDRaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMjMuNSA4LjVWNEMyMy41IDMuMTcxNTcgMjIuODI4NCAyLjUgMjIgMi41VjIuNUMyMS4xNzE2IDIuNSAyMC41IDMuMTcxNTcgMjAuNSA0VjguNU0yMy41IDguNUgyNUMyNS44Mjg0IDguNSAyNi41IDkuMTcxNTcgMjYuNSAxMFYxMS41TTIzLjUgOC41SDIwLjVNMjAuNSA4LjVIMTlDMTguMTcxNiA4LjUgMTcuNSA5LjE3MTU3IDE3LjUgMTBWMTEuNU0yNi41IDExLjVWMTcuNUgyMy41TTI2LjUgMTEuNUgxNy41TTE3LjUgMTEuNUMxNy41IDExLjUgMTcuNSAxNSAxNi41IDE3LjVIMjAuNU0yMy41IDE3LjVWMTQuNU0yMy41IDE3LjVIMjAuNU0yMC41IDE3LjVWMTUuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") 8 1, auto;
|
|
551
563
|
}
|
|
552
564
|
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
/* stylelint-disable */
|
|
570
|
+
.e-rte-quick-popup {
|
|
571
|
+
border-radius: 6px !important;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.e-rte-quick-popup .e-rte-quick-toolbar {
|
|
575
|
+
border-radius: 6px !important;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
579
|
+
border: 1px solid var(--color-sf-base-transparent) !important;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
583
|
+
background: var(--color-sf-bg-primary-alt);
|
|
584
|
+
border: 1px solid var(--color-sf-utility-secondary-border-color) !important;
|
|
585
|
+
}
|
|
586
|
+
|
|
553
587
|
/*! tab layout */
|
|
554
588
|
.e-richtexteditor {
|
|
555
589
|
display: block;
|
|
@@ -650,10 +684,9 @@
|
|
|
650
684
|
text-align: left;
|
|
651
685
|
}
|
|
652
686
|
.e-richtexteditor.e-rtl .e-rte-character-count {
|
|
653
|
-
|
|
687
|
+
margin-right: auto;
|
|
654
688
|
padding-left: 30px;
|
|
655
689
|
padding-right: unset;
|
|
656
|
-
right: unset;
|
|
657
690
|
}
|
|
658
691
|
.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
|
|
659
692
|
padding-left: 0;
|
|
@@ -663,7 +696,8 @@
|
|
|
663
696
|
margin-left: 0;
|
|
664
697
|
}
|
|
665
698
|
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
666
|
-
height:
|
|
699
|
+
height: 32px;
|
|
700
|
+
min-height: 32px;
|
|
667
701
|
}
|
|
668
702
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
669
703
|
display: inline-block;
|
|
@@ -710,7 +744,7 @@
|
|
|
710
744
|
line-height: 1.5;
|
|
711
745
|
opacity: 0.54;
|
|
712
746
|
overflow: hidden;
|
|
713
|
-
padding:
|
|
747
|
+
padding: 16px;
|
|
714
748
|
position: absolute;
|
|
715
749
|
text-align: start;
|
|
716
750
|
top: 0;
|
|
@@ -743,11 +777,11 @@
|
|
|
743
777
|
height: 100%;
|
|
744
778
|
min-height: 100px;
|
|
745
779
|
outline: 0 solid transparent;
|
|
746
|
-
padding:
|
|
780
|
+
padding: 16px;
|
|
747
781
|
position: relative;
|
|
748
782
|
text-align: inherit;
|
|
749
783
|
z-index: 2;
|
|
750
|
-
font-weight:
|
|
784
|
+
font-weight: 400;
|
|
751
785
|
line-height: 1.5;
|
|
752
786
|
font-size: 1em;
|
|
753
787
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -762,6 +796,11 @@
|
|
|
762
796
|
margin: 0 0 10px;
|
|
763
797
|
margin-bottom: 10px;
|
|
764
798
|
}
|
|
799
|
+
.e-richtexteditor .e-rte-content .e-content blockquote,
|
|
800
|
+
.e-richtexteditor .e-source-content .e-content blockquote,
|
|
801
|
+
.e-richtexteditor .e-rte-iframe-content .e-content blockquote {
|
|
802
|
+
font-size: 1em;
|
|
803
|
+
}
|
|
765
804
|
.e-richtexteditor .e-rte-content .e-content code,
|
|
766
805
|
.e-richtexteditor .e-source-content .e-content code,
|
|
767
806
|
.e-richtexteditor .e-rte-iframe-content .e-content code {
|
|
@@ -774,6 +813,62 @@
|
|
|
774
813
|
margin: 10px 0;
|
|
775
814
|
border: 2px solid rgb(176, 179, 184);
|
|
776
815
|
}
|
|
816
|
+
.e-richtexteditor .e-rte-content .e-content .e-rte-checklist > li:not(.e-rte-checklist-hidden),
|
|
817
|
+
.e-richtexteditor .e-source-content .e-content .e-rte-checklist > li:not(.e-rte-checklist-hidden),
|
|
818
|
+
.e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist > li:not(.e-rte-checklist-hidden) {
|
|
819
|
+
list-style: none;
|
|
820
|
+
position: relative;
|
|
821
|
+
}
|
|
822
|
+
.e-richtexteditor .e-rte-content .e-content .e-rte-checklist > li::before,
|
|
823
|
+
.e-richtexteditor .e-source-content .e-content .e-rte-checklist > li::before,
|
|
824
|
+
.e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist > li::before {
|
|
825
|
+
content: "";
|
|
826
|
+
position: absolute;
|
|
827
|
+
top: 2px;
|
|
828
|
+
-webkit-box-sizing: content-box;
|
|
829
|
+
box-sizing: content-box;
|
|
830
|
+
left: -25px;
|
|
831
|
+
width: 16px;
|
|
832
|
+
height: 16px;
|
|
833
|
+
border-radius: 4px;
|
|
834
|
+
border: 1px solid var(--border-border-primary, rgb(208, 213, 221));
|
|
835
|
+
cursor: pointer;
|
|
836
|
+
}
|
|
837
|
+
.e-richtexteditor .e-rte-content .e-content .e-rte-checklist li.e-rte-checklist-checked::before,
|
|
838
|
+
.e-richtexteditor .e-source-content .e-content .e-rte-checklist li.e-rte-checklist-checked::before,
|
|
839
|
+
.e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist li.e-rte-checklist-checked::before {
|
|
840
|
+
background: var(--color-sf-brand-primary);
|
|
841
|
+
border: 1px solid var(--branding-brand-primary, rgb(126, 86, 216));
|
|
842
|
+
}
|
|
843
|
+
.e-richtexteditor .e-rte-content .e-content .e-rte-checklist li.e-rte-checklist-checked::after,
|
|
844
|
+
.e-richtexteditor .e-source-content .e-content .e-rte-checklist li.e-rte-checklist-checked::after,
|
|
845
|
+
.e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist li.e-rte-checklist-checked::after {
|
|
846
|
+
border-color: var(--color-sf-base-white);
|
|
847
|
+
border-style: solid;
|
|
848
|
+
border-width: 0 2px 2px 0;
|
|
849
|
+
-webkit-box-sizing: content-box;
|
|
850
|
+
box-sizing: content-box;
|
|
851
|
+
content: "";
|
|
852
|
+
display: block;
|
|
853
|
+
height: 8px;
|
|
854
|
+
width: 4px;
|
|
855
|
+
left: -19px;
|
|
856
|
+
position: absolute;
|
|
857
|
+
top: 4.5px;
|
|
858
|
+
-webkit-transform: rotate(45deg);
|
|
859
|
+
transform: rotate(45deg);
|
|
860
|
+
cursor: pointer;
|
|
861
|
+
}
|
|
862
|
+
.e-richtexteditor .e-rte-content .e-content.e-rtl .e-rte-checklist li.e-rte-checklist-checked::after,
|
|
863
|
+
.e-richtexteditor .e-source-content .e-content.e-rtl .e-rte-checklist li.e-rte-checklist-checked::after,
|
|
864
|
+
.e-richtexteditor .e-rte-iframe-content .e-content.e-rtl .e-rte-checklist li.e-rte-checklist-checked::after {
|
|
865
|
+
right: -19px;
|
|
866
|
+
}
|
|
867
|
+
.e-richtexteditor .e-rte-content .e-content.e-rtl .e-rte-checklist > li::before,
|
|
868
|
+
.e-richtexteditor .e-source-content .e-content.e-rtl .e-rte-checklist > li::before,
|
|
869
|
+
.e-richtexteditor .e-rte-iframe-content .e-content.e-rtl .e-rte-checklist > li::before {
|
|
870
|
+
right: -25px;
|
|
871
|
+
}
|
|
777
872
|
.e-richtexteditor .e-rte-content .e-content hr:hover,
|
|
778
873
|
.e-richtexteditor .e-source-content .e-content hr:hover,
|
|
779
874
|
.e-richtexteditor .e-rte-iframe-content .e-content hr:hover {
|
|
@@ -870,7 +965,6 @@
|
|
|
870
965
|
.e-richtexteditor .e-source-content .e-content h6,
|
|
871
966
|
.e-richtexteditor .e-rte-iframe-content .e-content h6 {
|
|
872
967
|
font-size: 1.142em;
|
|
873
|
-
line-height: 600;
|
|
874
968
|
line-height: 1.5;
|
|
875
969
|
margin: 10px 0;
|
|
876
970
|
}
|
|
@@ -886,8 +980,14 @@
|
|
|
886
980
|
.e-richtexteditor .e-rte-iframe-content .e-content table {
|
|
887
981
|
margin-bottom: 10px;
|
|
888
982
|
border-collapse: collapse;
|
|
983
|
+
border-spacing: 0;
|
|
889
984
|
empty-cells: show;
|
|
890
985
|
}
|
|
986
|
+
.e-richtexteditor .e-rte-content .e-content table:not(:first-child):not(table table),
|
|
987
|
+
.e-richtexteditor .e-source-content .e-content table:not(:first-child):not(table table),
|
|
988
|
+
.e-richtexteditor .e-rte-iframe-content .e-content table:not(:first-child):not(table table) {
|
|
989
|
+
margin-top: 10px;
|
|
990
|
+
}
|
|
891
991
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
892
992
|
.e-richtexteditor .e-source-content .e-content pre,
|
|
893
993
|
.e-richtexteditor .e-rte-iframe-content .e-content pre {
|
|
@@ -946,7 +1046,7 @@
|
|
|
946
1046
|
.e-richtexteditor .e-source-content .e-content b,
|
|
947
1047
|
.e-richtexteditor .e-rte-iframe-content .e-content strong,
|
|
948
1048
|
.e-richtexteditor .e-rte-iframe-content .e-content b {
|
|
949
|
-
font-weight:
|
|
1049
|
+
font-weight: 700;
|
|
950
1050
|
}
|
|
951
1051
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
952
1052
|
.e-richtexteditor .e-source-content .e-content a,
|
|
@@ -963,24 +1063,31 @@
|
|
|
963
1063
|
text-decoration: underline;
|
|
964
1064
|
}
|
|
965
1065
|
.e-richtexteditor .e-rte-content .e-content p:last-child,
|
|
1066
|
+
.e-richtexteditor .e-rte-content .e-content p.e-rte-last-paragraph,
|
|
966
1067
|
.e-richtexteditor .e-rte-content .e-content pre:last-child,
|
|
967
1068
|
.e-richtexteditor .e-rte-content .e-content blockquote:last-child,
|
|
968
1069
|
.e-richtexteditor .e-source-content .e-content p:last-child,
|
|
1070
|
+
.e-richtexteditor .e-source-content .e-content p.e-rte-last-paragraph,
|
|
969
1071
|
.e-richtexteditor .e-source-content .e-content pre:last-child,
|
|
970
1072
|
.e-richtexteditor .e-source-content .e-content blockquote:last-child,
|
|
971
1073
|
.e-richtexteditor .e-rte-iframe-content .e-content p:last-child,
|
|
1074
|
+
.e-richtexteditor .e-rte-iframe-content .e-content p.e-rte-last-paragraph,
|
|
972
1075
|
.e-richtexteditor .e-rte-iframe-content .e-content pre:last-child,
|
|
973
1076
|
.e-richtexteditor .e-rte-iframe-content .e-content blockquote:last-child {
|
|
974
1077
|
margin-bottom: 0;
|
|
975
1078
|
}
|
|
976
1079
|
.e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
977
|
-
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
978
|
-
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
979
1080
|
.e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
1081
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
1082
|
+
margin-top: 0.6em;
|
|
1083
|
+
}
|
|
1084
|
+
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
980
1085
|
.e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
1086
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
1087
|
+
margin-top: 0.6em;
|
|
1088
|
+
}
|
|
1089
|
+
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
981
1090
|
.e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
982
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
|
|
983
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
|
|
984
1091
|
.e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
985
1092
|
margin-top: 0.6em;
|
|
986
1093
|
}
|
|
@@ -1003,7 +1110,7 @@
|
|
|
1003
1110
|
left: 0;
|
|
1004
1111
|
right: 0;
|
|
1005
1112
|
bottom: 0;
|
|
1006
|
-
border: 2px
|
|
1113
|
+
border: 2px double var(--color-sf-brand-primary);
|
|
1007
1114
|
pointer-events: none;
|
|
1008
1115
|
}
|
|
1009
1116
|
.e-richtexteditor .e-rte-content .e-content table td.e-cell-select.e-multi-cells-select,
|
|
@@ -1061,7 +1168,7 @@
|
|
|
1061
1168
|
.e-richtexteditor .e-rte-character-count {
|
|
1062
1169
|
color: var(--color-sf-text-placeholder);
|
|
1063
1170
|
font-size: 14px;
|
|
1064
|
-
margin-right:
|
|
1171
|
+
margin-right: 15px;
|
|
1065
1172
|
opacity: 1;
|
|
1066
1173
|
padding-bottom: 2px;
|
|
1067
1174
|
text-align: right;
|
|
@@ -1076,6 +1183,9 @@
|
|
|
1076
1183
|
color: var(--color-sf-utility-danger);
|
|
1077
1184
|
opacity: unset;
|
|
1078
1185
|
}
|
|
1186
|
+
.e-richtexteditor:not(.e-rtl) .e-rte-character-count:last-child {
|
|
1187
|
+
margin-right: 10px;
|
|
1188
|
+
}
|
|
1079
1189
|
.e-richtexteditor .e-rte-srctextarea {
|
|
1080
1190
|
background-color: transparent;
|
|
1081
1191
|
border: 0;
|
|
@@ -1090,15 +1200,15 @@
|
|
|
1090
1200
|
width: 100%;
|
|
1091
1201
|
}
|
|
1092
1202
|
.e-richtexteditor .e-resize-handle {
|
|
1093
|
-
height: 15px;
|
|
1094
1203
|
position: absolute;
|
|
1095
|
-
|
|
1204
|
+
margin-bottom: 3px;
|
|
1096
1205
|
}
|
|
1097
1206
|
.e-richtexteditor .e-resize-handle.e-south-east {
|
|
1098
1207
|
bottom: 0;
|
|
1099
1208
|
cursor: nwse-resize;
|
|
1100
1209
|
right: 0;
|
|
1101
1210
|
z-index: 100;
|
|
1211
|
+
margin-right: 3px;
|
|
1102
1212
|
}
|
|
1103
1213
|
.e-richtexteditor .e-resize-handle.e-south-west {
|
|
1104
1214
|
bottom: 0;
|
|
@@ -1107,6 +1217,7 @@
|
|
|
1107
1217
|
-webkit-transform: rotate(90deg);
|
|
1108
1218
|
transform: rotate(90deg);
|
|
1109
1219
|
z-index: 100;
|
|
1220
|
+
margin-left: 3px;
|
|
1110
1221
|
}
|
|
1111
1222
|
.e-richtexteditor.e-rtl.e-rte-resize {
|
|
1112
1223
|
float: right;
|
|
@@ -1185,7 +1296,7 @@
|
|
|
1185
1296
|
padding: 5px;
|
|
1186
1297
|
}
|
|
1187
1298
|
.e-richtexteditor .e-video-url-wrap textarea {
|
|
1188
|
-
height: 80px;
|
|
1299
|
+
min-height: 80px;
|
|
1189
1300
|
}
|
|
1190
1301
|
.e-richtexteditor .e-rte-value-wrapper {
|
|
1191
1302
|
display: none;
|
|
@@ -1207,16 +1318,12 @@
|
|
|
1207
1318
|
padding-top: 20px;
|
|
1208
1319
|
}
|
|
1209
1320
|
|
|
1210
|
-
.e-rte-elements.e-popup-open.e-rte-slashmenu .e-list-parent > li {
|
|
1211
|
-
padding-left: 0;
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
1321
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before,
|
|
1215
1322
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before,
|
|
1216
1323
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1217
1324
|
display: block;
|
|
1218
1325
|
font-family: "e-icons";
|
|
1219
|
-
font-weight:
|
|
1326
|
+
font-weight: 400;
|
|
1220
1327
|
line-height: 1;
|
|
1221
1328
|
text-transform: none;
|
|
1222
1329
|
}
|
|
@@ -1249,7 +1356,7 @@
|
|
|
1249
1356
|
}
|
|
1250
1357
|
|
|
1251
1358
|
.e-rte-label label {
|
|
1252
|
-
font-weight:
|
|
1359
|
+
font-weight: 400;
|
|
1253
1360
|
}
|
|
1254
1361
|
|
|
1255
1362
|
.e-rte-linkcontent .e-rte-label:first-child {
|
|
@@ -1288,7 +1395,7 @@
|
|
|
1288
1395
|
}
|
|
1289
1396
|
.e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
1290
1397
|
font-size: 2em;
|
|
1291
|
-
font-weight:
|
|
1398
|
+
font-weight: 700;
|
|
1292
1399
|
height: 40px;
|
|
1293
1400
|
line-height: 40px;
|
|
1294
1401
|
}
|
|
@@ -1299,25 +1406,25 @@
|
|
|
1299
1406
|
}
|
|
1300
1407
|
.e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
1301
1408
|
font-size: 1.5em;
|
|
1302
|
-
font-weight:
|
|
1409
|
+
font-weight: 700;
|
|
1303
1410
|
height: 40px;
|
|
1304
1411
|
line-height: 40px;
|
|
1305
1412
|
}
|
|
1306
1413
|
.e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
1307
1414
|
font-size: 1.16em;
|
|
1308
|
-
font-weight:
|
|
1415
|
+
font-weight: 700;
|
|
1309
1416
|
}
|
|
1310
1417
|
.e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
1311
1418
|
font-size: 1em;
|
|
1312
|
-
font-weight:
|
|
1419
|
+
font-weight: 700;
|
|
1313
1420
|
}
|
|
1314
1421
|
.e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
1315
1422
|
font-size: 0.83em;
|
|
1316
|
-
font-weight:
|
|
1423
|
+
font-weight: 700;
|
|
1317
1424
|
}
|
|
1318
1425
|
.e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
1319
1426
|
font-size: 0.7em;
|
|
1320
|
-
font-weight:
|
|
1427
|
+
font-weight: 700;
|
|
1321
1428
|
}
|
|
1322
1429
|
.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
|
|
1323
1430
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -1503,7 +1610,7 @@
|
|
|
1503
1610
|
box-sizing: border-box;
|
|
1504
1611
|
display: block;
|
|
1505
1612
|
font-size: 20px;
|
|
1506
|
-
font-weight:
|
|
1613
|
+
font-weight: 400;
|
|
1507
1614
|
margin: auto;
|
|
1508
1615
|
opacity: 0.9;
|
|
1509
1616
|
position: relative;
|
|
@@ -1553,6 +1660,79 @@
|
|
|
1553
1660
|
padding-top: 0;
|
|
1554
1661
|
}
|
|
1555
1662
|
|
|
1663
|
+
.e-rte-table-resize.e-tb-col-insert,
|
|
1664
|
+
.e-rte-table-resize.e-tb-row-insert {
|
|
1665
|
+
position: absolute;
|
|
1666
|
+
background-color: transparent;
|
|
1667
|
+
text-align: center;
|
|
1668
|
+
-webkit-box-align: center;
|
|
1669
|
+
-ms-flex-align: center;
|
|
1670
|
+
align-items: center;
|
|
1671
|
+
-webkit-box-pack: center;
|
|
1672
|
+
-ms-flex-pack: center;
|
|
1673
|
+
justify-content: center;
|
|
1674
|
+
opacity: 0;
|
|
1675
|
+
color: var(--color-sf-brand-primary);
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
.e-rte-table-resize.e-tb-col-insert {
|
|
1679
|
+
width: 26px;
|
|
1680
|
+
height: 22px;
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
.e-rte-table-resize.e-tb-row-insert {
|
|
1684
|
+
width: 22px;
|
|
1685
|
+
height: 26px;
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
.e-rte-table-resize.e-tb-row-insert.e-insert-cell-rtl {
|
|
1689
|
+
right: 2px;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add,
|
|
1693
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add {
|
|
1694
|
+
font-size: 16px;
|
|
1695
|
+
line-height: 16px;
|
|
1696
|
+
border: 1px;
|
|
1697
|
+
position: absolute;
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add {
|
|
1701
|
+
top: 0;
|
|
1702
|
+
left: 5px;
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add {
|
|
1706
|
+
top: 5px;
|
|
1707
|
+
left: 0;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add.e-insert-cell-rtl {
|
|
1711
|
+
left: 6.5px;
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle,
|
|
1715
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
|
|
1716
|
+
font-size: 8px;
|
|
1717
|
+
line-height: 8px;
|
|
1718
|
+
border: 1px;
|
|
1719
|
+
position: absolute;
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
|
|
1723
|
+
top: 9px;
|
|
1724
|
+
left: 4px;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle {
|
|
1728
|
+
top: 4px;
|
|
1729
|
+
left: 9px;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle.e-insert-cell-rtl {
|
|
1733
|
+
left: 10px;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1556
1736
|
.e-rte-table-resize.e-row-resize,
|
|
1557
1737
|
.e-rte-table-resize.e-column-resize {
|
|
1558
1738
|
background-color: transparent;
|
|
@@ -1590,53 +1770,67 @@
|
|
|
1590
1770
|
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1591
1771
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1592
1772
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1773
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1774
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1593
1775
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1594
1776
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1595
1777
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1596
1778
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1597
1779
|
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1598
|
-
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons
|
|
1780
|
+
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1781
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1782
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
|
|
1599
1783
|
margin-top: 0;
|
|
1600
1784
|
}
|
|
1601
1785
|
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1602
1786
|
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1603
1787
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1788
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1604
1789
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1605
1790
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1606
|
-
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list
|
|
1791
|
+
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1792
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
|
|
1607
1793
|
border-bottom: 0 solid transparent;
|
|
1608
1794
|
min-height: initial;
|
|
1609
1795
|
}
|
|
1610
1796
|
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1611
1797
|
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1612
1798
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1799
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1613
1800
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1614
1801
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1615
|
-
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container
|
|
1802
|
+
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1803
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
|
|
1616
1804
|
margin-left: 0;
|
|
1617
1805
|
}
|
|
1618
1806
|
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1619
1807
|
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1620
1808
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1809
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1621
1810
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1622
1811
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1623
|
-
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files
|
|
1812
|
+
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1813
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files {
|
|
1624
1814
|
border-top: 0 solid transparent;
|
|
1625
1815
|
}
|
|
1626
1816
|
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1627
1817
|
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1628
1818
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1819
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1629
1820
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1630
1821
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1631
|
-
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-file-select-wrap
|
|
1822
|
+
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1823
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-file-select-wrap {
|
|
1632
1824
|
display: none;
|
|
1633
1825
|
}
|
|
1634
1826
|
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload,
|
|
1635
1827
|
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload,
|
|
1636
1828
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload,
|
|
1829
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload,
|
|
1637
1830
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload,
|
|
1638
1831
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload,
|
|
1639
|
-
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload
|
|
1832
|
+
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload,
|
|
1833
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload {
|
|
1640
1834
|
border: 0 solid transparent;
|
|
1641
1835
|
float: none;
|
|
1642
1836
|
}
|
|
@@ -1647,9 +1841,11 @@
|
|
|
1647
1841
|
.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
1648
1842
|
.e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
1649
1843
|
.e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1844
|
+
.e-richtexteditor .e-dialog .e-word-uploadwrap.e-droparea .e-browsebtn,
|
|
1650
1845
|
.e-rte-elements .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
1651
1846
|
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
1652
|
-
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn
|
|
1847
|
+
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1848
|
+
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea .e-browsebtn {
|
|
1653
1849
|
display: block;
|
|
1654
1850
|
height: 36px;
|
|
1655
1851
|
margin: 0 auto 10px;
|
|
@@ -1660,38 +1856,35 @@
|
|
|
1660
1856
|
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
1661
1857
|
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
1662
1858
|
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1859
|
+
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
|
|
1663
1860
|
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
1664
1861
|
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
1665
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn
|
|
1862
|
+
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1863
|
+
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn {
|
|
1666
1864
|
display: none;
|
|
1667
1865
|
}
|
|
1668
1866
|
.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea,
|
|
1669
1867
|
.e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea,
|
|
1670
1868
|
.e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea,
|
|
1869
|
+
.e-richtexteditor .e-dialog .e-word-uploadwrap.e-droparea,
|
|
1671
1870
|
.e-rte-elements .e-dialog .e-img-uploadwrap.e-droparea,
|
|
1672
1871
|
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
|
|
1673
|
-
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea
|
|
1674
|
-
|
|
1872
|
+
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
|
|
1873
|
+
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
|
|
1675
1874
|
min-height: 50px;
|
|
1676
1875
|
position: relative;
|
|
1677
1876
|
}
|
|
1678
1877
|
.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1679
1878
|
.e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1680
1879
|
.e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1880
|
+
.e-richtexteditor .e-dialog .e-word-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1681
1881
|
.e-rte-elements .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1682
1882
|
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1683
|
-
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text
|
|
1883
|
+
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1884
|
+
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea .e-rte-upload-text {
|
|
1684
1885
|
display: inline-block;
|
|
1685
1886
|
line-height: normal;
|
|
1686
1887
|
}
|
|
1687
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1688
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1689
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1690
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1691
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1692
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea {
|
|
1693
|
-
line-height: 4;
|
|
1694
|
-
}
|
|
1695
1888
|
.e-richtexteditor .e-rte-inline-dropdown ul,
|
|
1696
1889
|
.e-rte-elements .e-rte-inline-dropdown ul {
|
|
1697
1890
|
max-height: 200px;
|
|
@@ -1708,7 +1901,7 @@
|
|
|
1708
1901
|
-webkit-box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(24, 33, 47, 0.06);
|
|
1709
1902
|
box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(24, 33, 47, 0.06);
|
|
1710
1903
|
font-size: 14px;
|
|
1711
|
-
font-weight:
|
|
1904
|
+
font-weight: 400;
|
|
1712
1905
|
min-width: 120px;
|
|
1713
1906
|
overflow: hidden;
|
|
1714
1907
|
padding: 18px 18px 8px 22px;
|
|
@@ -1788,12 +1981,69 @@
|
|
|
1788
1981
|
.e-rte-elements .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
|
|
1789
1982
|
border-bottom: 0;
|
|
1790
1983
|
}
|
|
1984
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-cell,
|
|
1985
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-cell {
|
|
1986
|
+
display: -webkit-box;
|
|
1987
|
+
display: -ms-flexbox;
|
|
1988
|
+
display: flex;
|
|
1989
|
+
gap: 16px;
|
|
1990
|
+
}
|
|
1991
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-tablewidth,
|
|
1992
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-bgcolor,
|
|
1993
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-tablewidth,
|
|
1994
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-bgcolor {
|
|
1995
|
+
width: 50%;
|
|
1996
|
+
}
|
|
1997
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields,
|
|
1998
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields {
|
|
1999
|
+
display: -webkit-box;
|
|
2000
|
+
display: -ms-flexbox;
|
|
2001
|
+
display: flex;
|
|
2002
|
+
-webkit-box-pack: justify;
|
|
2003
|
+
-ms-flex-pack: justify;
|
|
2004
|
+
justify-content: space-between;
|
|
2005
|
+
}
|
|
2006
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth,
|
|
2007
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth {
|
|
2008
|
+
width: 37%;
|
|
2009
|
+
}
|
|
2010
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper,
|
|
2011
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper {
|
|
2012
|
+
width: 47px;
|
|
2013
|
+
}
|
|
2014
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-element,
|
|
2015
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-element {
|
|
2016
|
+
margin-top: 12px;
|
|
2017
|
+
}
|
|
2018
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-field,
|
|
2019
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-field {
|
|
2020
|
+
margin-top: 4px;
|
|
2021
|
+
}
|
|
2022
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
|
|
2023
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
|
|
2024
|
+
font-weight: 400;
|
|
2025
|
+
}
|
|
2026
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
|
|
2027
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
|
|
2028
|
+
font-weight: 600;
|
|
2029
|
+
font-style: semi-bold;
|
|
2030
|
+
}
|
|
2031
|
+
.e-richtexteditor .e-rte-edit-table-content .e-caret,
|
|
2032
|
+
.e-rte-elements .e-rte-edit-table-content .e-caret {
|
|
2033
|
+
opacity: 0.75;
|
|
2034
|
+
}
|
|
1791
2035
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
1792
2036
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
1793
2037
|
border: 1px solid var(--color-sf-border-secondary);
|
|
1794
|
-
min-
|
|
1795
|
-
|
|
1796
|
-
|
|
2038
|
+
min-height: 330px;
|
|
2039
|
+
min-width: 310px;
|
|
2040
|
+
display: -webkit-box;
|
|
2041
|
+
display: -ms-flexbox;
|
|
2042
|
+
display: flex;
|
|
2043
|
+
-webkit-box-orient: vertical;
|
|
2044
|
+
-webkit-box-direction: normal;
|
|
2045
|
+
-ms-flex-direction: column;
|
|
2046
|
+
flex-direction: column;
|
|
1797
2047
|
}
|
|
1798
2048
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
|
|
1799
2049
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
@@ -1809,6 +2059,10 @@
|
|
|
1809
2059
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
|
|
1810
2060
|
margin: 10px;
|
|
1811
2061
|
width: 94%;
|
|
2062
|
+
-webkit-box-sizing: border-box;
|
|
2063
|
+
box-sizing: border-box;
|
|
2064
|
+
-ms-flex-item-align: center;
|
|
2065
|
+
align-self: center;
|
|
1812
2066
|
}
|
|
1813
2067
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn,
|
|
1814
2068
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
|
|
@@ -1830,10 +2084,7 @@
|
|
|
1830
2084
|
-webkit-box-shadow: none;
|
|
1831
2085
|
box-shadow: none;
|
|
1832
2086
|
padding: 6px 0;
|
|
1833
|
-
width: 40px;
|
|
1834
|
-
height: 40px;
|
|
1835
2087
|
border: none;
|
|
1836
|
-
line-height: 1px;
|
|
1837
2088
|
font-size: 24px;
|
|
1838
2089
|
}
|
|
1839
2090
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
|
|
@@ -1850,10 +2101,7 @@
|
|
|
1850
2101
|
box-shadow: none;
|
|
1851
2102
|
font-size: 24px;
|
|
1852
2103
|
padding: 6px 0;
|
|
1853
|
-
width: 40px;
|
|
1854
|
-
height: 40px;
|
|
1855
2104
|
border: none;
|
|
1856
|
-
line-height: 1px;
|
|
1857
2105
|
}
|
|
1858
2106
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
|
|
1859
2107
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
@@ -2026,7 +2274,7 @@
|
|
|
2026
2274
|
}
|
|
2027
2275
|
|
|
2028
2276
|
.e-dialog.e-rte-dialog-minheight {
|
|
2029
|
-
min-height:
|
|
2277
|
+
min-height: 298px;
|
|
2030
2278
|
}
|
|
2031
2279
|
|
|
2032
2280
|
.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
|
|
@@ -2035,32 +2283,45 @@
|
|
|
2035
2283
|
}
|
|
2036
2284
|
|
|
2037
2285
|
.e-rte-table.e-rte-table-border {
|
|
2038
|
-
border: 1px
|
|
2286
|
+
border: 1px double var(--color-sf-border-secondary);
|
|
2039
2287
|
border-collapse: separate;
|
|
2040
2288
|
}
|
|
2041
2289
|
|
|
2042
2290
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
2043
2291
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2044
2292
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2293
|
+
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
|
|
2045
2294
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
2046
2295
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2047
2296
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2297
|
+
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
|
|
2048
2298
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
2049
2299
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2050
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea
|
|
2051
|
-
|
|
2300
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2301
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
|
|
2302
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
2303
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2304
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2305
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
2052
2306
|
min-height: 50px;
|
|
2053
2307
|
position: relative;
|
|
2054
2308
|
}
|
|
2055
2309
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
2056
2310
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
2057
2311
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
2312
|
+
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
|
|
2058
2313
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
2059
2314
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
2060
2315
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
2316
|
+
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
|
|
2061
2317
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
2062
2318
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
2063
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn
|
|
2319
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
2320
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
|
|
2321
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
2322
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
2323
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
2324
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn {
|
|
2064
2325
|
display: block;
|
|
2065
2326
|
height: 36px;
|
|
2066
2327
|
margin: 0 auto 10px;
|
|
@@ -2071,34 +2332,43 @@
|
|
|
2071
2332
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2072
2333
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
2073
2334
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
|
|
2335
|
+
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload,
|
|
2074
2336
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2075
2337
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
2076
2338
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
|
|
2339
|
+
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload,
|
|
2077
2340
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2078
2341
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
2079
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload
|
|
2342
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
|
|
2343
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload,
|
|
2344
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2345
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
2346
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
|
|
2347
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload {
|
|
2080
2348
|
border: 0 solid transparent;
|
|
2081
2349
|
float: none;
|
|
2082
2350
|
}
|
|
2083
2351
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2084
2352
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2085
2353
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2354
|
+
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2086
2355
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2087
2356
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2088
2357
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2358
|
+
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2089
2359
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2090
2360
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2091
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap
|
|
2361
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2362
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2363
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2364
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2365
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2366
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
|
|
2092
2367
|
display: none;
|
|
2093
2368
|
}
|
|
2094
|
-
|
|
2095
|
-
.e-rte-
|
|
2096
|
-
|
|
2097
|
-
font-family: "Inter";
|
|
2098
|
-
font-size: 15px;
|
|
2099
|
-
opacity: 0.87;
|
|
2100
|
-
padding-bottom: 3px;
|
|
2101
|
-
padding-top: 12px;
|
|
2369
|
+
|
|
2370
|
+
.e-rte-import-dialog .e-dlg-content {
|
|
2371
|
+
overflow-y: hidden;
|
|
2102
2372
|
}
|
|
2103
2373
|
|
|
2104
2374
|
.e-rte-file-manager-dialog .e-rte-label {
|
|
@@ -2113,8 +2383,9 @@
|
|
|
2113
2383
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2114
2384
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2115
2385
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2386
|
+
.e-dialog .e-word-uploadwrap .e-droptext,
|
|
2116
2387
|
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2117
|
-
border: dashed
|
|
2388
|
+
border: 2px dashed var(--color-sf-border-primary);
|
|
2118
2389
|
border-radius: 4px;
|
|
2119
2390
|
color: var(--color-sf-text-tertiary);
|
|
2120
2391
|
font-family: "Inter";
|
|
@@ -2140,7 +2411,8 @@
|
|
|
2140
2411
|
|
|
2141
2412
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2142
2413
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2143
|
-
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext
|
|
2414
|
+
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext,
|
|
2415
|
+
.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap .e-droptext {
|
|
2144
2416
|
margin: 0 auto;
|
|
2145
2417
|
width: 250px;
|
|
2146
2418
|
}
|
|
@@ -2200,13 +2472,13 @@
|
|
|
2200
2472
|
-webkit-box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(24, 33, 47, 0.06);
|
|
2201
2473
|
box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(24, 33, 47, 0.06);
|
|
2202
2474
|
font-size: 14px;
|
|
2203
|
-
font-weight:
|
|
2475
|
+
font-weight: 400;
|
|
2204
2476
|
min-width: 120px;
|
|
2205
2477
|
overflow: hidden;
|
|
2206
2478
|
padding: 18px 18px 8px 22px;
|
|
2207
2479
|
}
|
|
2208
2480
|
.e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
|
|
2209
|
-
width: 95px;
|
|
2481
|
+
min-width: 95px;
|
|
2210
2482
|
}
|
|
2211
2483
|
.e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
|
|
2212
2484
|
max-height: 300px;
|
|
@@ -2215,20 +2487,22 @@
|
|
|
2215
2487
|
|
|
2216
2488
|
.e-rte-elements.e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
|
|
2217
2489
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
|
|
2218
|
-
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text
|
|
2490
|
+
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text,
|
|
2491
|
+
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea .e-rte-upload-text {
|
|
2219
2492
|
display: inline-block;
|
|
2220
2493
|
line-height: normal;
|
|
2221
2494
|
}
|
|
2222
2495
|
.e-rte-elements.e-dialog .e-img-uploadwrap.e-droparea,
|
|
2223
2496
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
|
|
2224
|
-
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea
|
|
2225
|
-
|
|
2497
|
+
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
|
|
2498
|
+
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
|
|
2226
2499
|
min-height: 50px;
|
|
2227
2500
|
position: relative;
|
|
2228
2501
|
}
|
|
2229
2502
|
.e-rte-elements.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
2230
2503
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
2231
|
-
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn
|
|
2504
|
+
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
2505
|
+
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea .e-browsebtn {
|
|
2232
2506
|
display: block;
|
|
2233
2507
|
height: 36px;
|
|
2234
2508
|
margin: 0 auto 10px;
|
|
@@ -2311,11 +2585,10 @@
|
|
|
2311
2585
|
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
|
|
2312
2586
|
display: block;
|
|
2313
2587
|
line-height: 20px;
|
|
2314
|
-
font-size:
|
|
2588
|
+
font-size: 12px;
|
|
2315
2589
|
padding: 1px 0 5px;
|
|
2316
2590
|
}
|
|
2317
2591
|
.e-rte-elements.e-slash-menu .e-slash-menu-icon {
|
|
2318
|
-
line-height: 0;
|
|
2319
2592
|
display: inline-block;
|
|
2320
2593
|
width: 50px;
|
|
2321
2594
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -2417,10 +2690,8 @@
|
|
|
2417
2690
|
transform: translateX(50%);
|
|
2418
2691
|
}
|
|
2419
2692
|
|
|
2420
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2421
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2422
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
|
|
2423
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
|
|
2693
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
|
|
2694
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
|
|
2424
2695
|
margin-bottom: 20px;
|
|
2425
2696
|
}
|
|
2426
2697
|
|
|
@@ -2433,7 +2704,6 @@
|
|
|
2433
2704
|
}
|
|
2434
2705
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
|
|
2435
2706
|
min-height: 32px;
|
|
2436
|
-
height: 32px;
|
|
2437
2707
|
}
|
|
2438
2708
|
|
|
2439
2709
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
@@ -2472,6 +2742,113 @@
|
|
|
2472
2742
|
bottom: 0;
|
|
2473
2743
|
}
|
|
2474
2744
|
|
|
2745
|
+
.e-rte-aiquery-popup {
|
|
2746
|
+
min-height: 100px;
|
|
2747
|
+
overflow: hidden;
|
|
2748
|
+
display: -webkit-box !important;
|
|
2749
|
+
display: -ms-flexbox !important;
|
|
2750
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
2751
|
+
-webkit-box-orient: vertical;
|
|
2752
|
+
-webkit-box-direction: normal;
|
|
2753
|
+
-ms-flex-direction: column;
|
|
2754
|
+
flex-direction: column;
|
|
2755
|
+
}
|
|
2756
|
+
.e-rte-aiquery-popup .e-rte-ai-assit-content-container {
|
|
2757
|
+
-webkit-box-flex: 1;
|
|
2758
|
+
-ms-flex: 1 1 auto;
|
|
2759
|
+
flex: 1 1 auto;
|
|
2760
|
+
display: -webkit-box;
|
|
2761
|
+
display: -ms-flexbox;
|
|
2762
|
+
display: flex;
|
|
2763
|
+
-webkit-box-orient: vertical;
|
|
2764
|
+
-webkit-box-direction: normal;
|
|
2765
|
+
-ms-flex-direction: column;
|
|
2766
|
+
flex-direction: column;
|
|
2767
|
+
min-height: 0;
|
|
2768
|
+
width: 100%;
|
|
2769
|
+
}
|
|
2770
|
+
.e-rte-aiquery-popup .e-aiassistview {
|
|
2771
|
+
-webkit-box-flex: 1;
|
|
2772
|
+
-ms-flex: 1 1 auto;
|
|
2773
|
+
flex: 1 1 auto;
|
|
2774
|
+
display: -webkit-box;
|
|
2775
|
+
display: -ms-flexbox;
|
|
2776
|
+
display: flex;
|
|
2777
|
+
-webkit-box-orient: vertical;
|
|
2778
|
+
-webkit-box-direction: normal;
|
|
2779
|
+
-ms-flex-direction: column;
|
|
2780
|
+
flex-direction: column;
|
|
2781
|
+
min-height: 0;
|
|
2782
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
2783
|
+
}
|
|
2784
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-header {
|
|
2785
|
+
-webkit-box-flex: 0;
|
|
2786
|
+
-ms-flex: 0 0 auto;
|
|
2787
|
+
flex: 0 0 auto;
|
|
2788
|
+
}
|
|
2789
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-content {
|
|
2790
|
+
-webkit-box-flex: 1;
|
|
2791
|
+
-ms-flex: 1 1 auto;
|
|
2792
|
+
flex: 1 1 auto;
|
|
2793
|
+
overflow-y: auto;
|
|
2794
|
+
overflow-x: hidden;
|
|
2795
|
+
min-height: 0;
|
|
2796
|
+
}
|
|
2797
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-container {
|
|
2798
|
+
margin: auto;
|
|
2799
|
+
}
|
|
2800
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
2801
|
+
pointer-events: none;
|
|
2802
|
+
opacity: 0.5;
|
|
2803
|
+
cursor: not-allowed;
|
|
2804
|
+
}
|
|
2805
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content {
|
|
2806
|
+
display: -webkit-box;
|
|
2807
|
+
display: -ms-flexbox;
|
|
2808
|
+
display: flex;
|
|
2809
|
+
-webkit-box-orient: vertical;
|
|
2810
|
+
-webkit-box-direction: normal;
|
|
2811
|
+
-ms-flex-direction: column;
|
|
2812
|
+
flex-direction: column;
|
|
2813
|
+
-webkit-box-pack: center;
|
|
2814
|
+
-ms-flex-pack: center;
|
|
2815
|
+
justify-content: center;
|
|
2816
|
+
height: 230px;
|
|
2817
|
+
text-align: center;
|
|
2818
|
+
}
|
|
2819
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
2820
|
+
font-size: 35px;
|
|
2821
|
+
}
|
|
2822
|
+
.e-rte-aiquery-popup .e-aiassistview .e-footer {
|
|
2823
|
+
width: 85%;
|
|
2824
|
+
}
|
|
2825
|
+
|
|
2826
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
|
|
2827
|
+
line-height: 2px;
|
|
2828
|
+
}
|
|
2829
|
+
|
|
2830
|
+
|
|
2831
|
+
|
|
2832
|
+
|
|
2833
|
+
|
|
2834
|
+
/* stylelint-disable */
|
|
2835
|
+
.e-rte-quick-popup {
|
|
2836
|
+
border-radius: 6px !important;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
.e-rte-quick-popup .e-rte-quick-toolbar {
|
|
2840
|
+
border-radius: 6px !important;
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2843
|
+
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
2844
|
+
border: 1px solid var(--color-sf-base-transparent) !important;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
2848
|
+
background: var(--color-sf-bg-primary-alt);
|
|
2849
|
+
border: 1px solid var(--color-sf-utility-secondary-border-color) !important;
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2475
2852
|
/*! tab layout */
|
|
2476
2853
|
.e-rte-container {
|
|
2477
2854
|
border: 1px solid var(--color-sf-border-secondary);
|
|
@@ -2497,6 +2874,7 @@
|
|
|
2497
2874
|
}
|
|
2498
2875
|
.e-rte-toolbar.e-toolbar .e-toolbar-pop:not(.e-toolbar-extended) {
|
|
2499
2876
|
max-width: 75%;
|
|
2877
|
+
max-height: none !important; /* stylelint-disable-line declaration-no-important */
|
|
2500
2878
|
}
|
|
2501
2879
|
|
|
2502
2880
|
.e-rte-container .e-toolbar-wrapper.e-rte-tb-bottom {
|
|
@@ -2516,6 +2894,9 @@ iframe.e-rte-content {
|
|
|
2516
2894
|
color: var(--color-sf-text-primary);
|
|
2517
2895
|
background: var(--color-sf-bg-primary);
|
|
2518
2896
|
}
|
|
2897
|
+
.e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
|
|
2898
|
+
background-color: var(--color-sf-bg-quaternary);
|
|
2899
|
+
}
|
|
2519
2900
|
.e-richtexteditor .e-toolbar-wrapper {
|
|
2520
2901
|
background: var(--color-sf-bg-secondary);
|
|
2521
2902
|
}
|
|
@@ -2654,37 +3035,37 @@ iframe.e-rte-content {
|
|
|
2654
3035
|
box-shadow: none;
|
|
2655
3036
|
}
|
|
2656
3037
|
|
|
2657
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-active,
|
|
2658
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
|
|
2659
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
|
|
2660
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
|
|
2661
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
|
|
3038
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active,
|
|
3039
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
|
|
3040
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
|
|
3041
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
|
|
3042
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
|
|
2662
3043
|
border: 1px solid transparent;
|
|
2663
3044
|
}
|
|
2664
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
|
|
2665
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
3045
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
3046
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2666
3047
|
color: var(--color-sf-text-primary);
|
|
2667
3048
|
}
|
|
2668
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus,
|
|
2669
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
|
|
2670
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
3049
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
|
|
3050
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
|
|
3051
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus {
|
|
2671
3052
|
background: var(--color-sf-bg-primary-alt);
|
|
2672
3053
|
}
|
|
2673
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons,
|
|
2674
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2675
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
3054
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons,
|
|
3055
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
|
|
3056
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
|
|
2676
3057
|
color: var(--color-sf-fg-secondary);
|
|
2677
3058
|
}
|
|
2678
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2679
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
3059
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
|
|
3060
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
|
|
2680
3061
|
color: var(--color-sf-fg-secondary);
|
|
2681
3062
|
}
|
|
2682
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
2683
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
3063
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
3064
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2684
3065
|
color: var(--color-sf-fg-secondary);
|
|
2685
3066
|
}
|
|
2686
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
|
|
2687
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
|
|
3067
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
|
|
3068
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
|
|
2688
3069
|
border: 1px solid transparent;
|
|
2689
3070
|
background: var(--color-sf-bg-secondary);
|
|
2690
3071
|
}
|
|
@@ -2719,10 +3100,14 @@ iframe.e-rte-content {
|
|
|
2719
3100
|
background: transparent;
|
|
2720
3101
|
}
|
|
2721
3102
|
|
|
2722
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
2723
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
3103
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
|
|
3104
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
|
|
2724
3105
|
-webkit-box-shadow: none;
|
|
2725
3106
|
box-shadow: none;
|
|
3107
|
+
}
|
|
3108
|
+
|
|
3109
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
3110
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
2726
3111
|
color: var(--color-sf-text-primary);
|
|
2727
3112
|
}
|
|
2728
3113
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
|
|
@@ -3062,4 +3447,18 @@ span.e-table-box.e-rbox-select {
|
|
|
3062
3447
|
border-left: 7.5px solid transparent;
|
|
3063
3448
|
border-right: 7.5px solid transparent;
|
|
3064
3449
|
border-top: 9px solid var(--color-sf-bg-secondary);
|
|
3450
|
+
}
|
|
3451
|
+
|
|
3452
|
+
.e-rte-aiquery-popup {
|
|
3453
|
+
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
3454
|
+
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
3455
|
+
}
|
|
3456
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
3457
|
+
color: var(--color-sf-fg-disabled);
|
|
3458
|
+
}
|
|
3459
|
+
.e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3460
|
+
border: 1px solid transparent;
|
|
3461
|
+
background-color: transparent;
|
|
3462
|
+
-webkit-box-shadow: none;
|
|
3463
|
+
box-shadow: none;
|
|
3065
3464
|
}
|