@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/material3.css
CHANGED
|
@@ -2,6 +2,86 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* Font Sizes */
|
|
11
|
+
/* Radius */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 2px */
|
|
14
|
+
/* 3px */
|
|
15
|
+
/* 4px */
|
|
16
|
+
/* 5px */
|
|
17
|
+
/* 6px */
|
|
18
|
+
/* 7px */
|
|
19
|
+
/* 8px */
|
|
20
|
+
/* 9px */
|
|
21
|
+
/* 10px */
|
|
22
|
+
/* 11px */
|
|
23
|
+
/* 12px */
|
|
24
|
+
/* 13px */
|
|
25
|
+
/* 14px */
|
|
26
|
+
/* 15px */
|
|
27
|
+
/* 16px */
|
|
28
|
+
/* 17px */
|
|
29
|
+
/* 18px */
|
|
30
|
+
/* 19px */
|
|
31
|
+
/* 20px */
|
|
32
|
+
/* 21px */
|
|
33
|
+
/* 22px */
|
|
34
|
+
/* 23px */
|
|
35
|
+
/* 24px */
|
|
36
|
+
/* 25px */
|
|
37
|
+
/* 26px */
|
|
38
|
+
/* 27px */
|
|
39
|
+
/* 28px */
|
|
40
|
+
/* 29px */
|
|
41
|
+
/* 30px */
|
|
42
|
+
/* 31px */
|
|
43
|
+
/* 32px */
|
|
44
|
+
/* 33px */
|
|
45
|
+
/* 34px */
|
|
46
|
+
/* 35px */
|
|
47
|
+
/* 36px */
|
|
48
|
+
/* 37px */
|
|
49
|
+
/* 38px */
|
|
50
|
+
/* 39px */
|
|
51
|
+
/* 40px */
|
|
52
|
+
/* 41px */
|
|
53
|
+
/* 42px */
|
|
54
|
+
/* 43px */
|
|
55
|
+
/* 44px */
|
|
56
|
+
/* 45px */
|
|
57
|
+
/* 46px */
|
|
58
|
+
/* 47px */
|
|
59
|
+
/* 48px */
|
|
60
|
+
/* 49px */
|
|
61
|
+
/* 50px */
|
|
62
|
+
/* 5em */
|
|
63
|
+
/* 65% */
|
|
64
|
+
/* border */
|
|
65
|
+
/* 0px */
|
|
66
|
+
/* 1px */
|
|
67
|
+
/* 1.5px */
|
|
68
|
+
/* 2px */
|
|
69
|
+
/* 3px */
|
|
70
|
+
/* 4px */
|
|
71
|
+
/* 5px */
|
|
72
|
+
/* 6px */
|
|
73
|
+
/* 7px */
|
|
74
|
+
/* 8px */
|
|
75
|
+
/* 9px */
|
|
76
|
+
/* 10px */
|
|
77
|
+
/* 11px */
|
|
78
|
+
/* 12px */
|
|
79
|
+
/* 13px */
|
|
80
|
+
/* 14px */
|
|
81
|
+
/* 15px */
|
|
82
|
+
/* 16px */
|
|
83
|
+
|
|
84
|
+
|
|
5
85
|
/*! component's theme wise override definitions and variables */
|
|
6
86
|
/*! richtexteditor icons */
|
|
7
87
|
.e-toolbar-wrapper .e-horizontal-line::before,
|
|
@@ -22,12 +102,24 @@
|
|
|
22
102
|
.e-rte-dropdown-popup .e-alignments::before {
|
|
23
103
|
content: "\e7b8";
|
|
24
104
|
}
|
|
105
|
+
.e-toolbar-wrapper .e-rte-checklist-icon::before,
|
|
106
|
+
.e-toolbar-container .e-rte-checklist-icon::before,
|
|
107
|
+
.e-rte-toolbar .e-rte-checklist-icon::before,
|
|
108
|
+
.e-rte-dropdown-popup .e-rte-checklist-icon::before {
|
|
109
|
+
content: "\e952";
|
|
110
|
+
}
|
|
25
111
|
.e-toolbar-wrapper .e-justify-left::before,
|
|
26
112
|
.e-toolbar-container .e-justify-left::before,
|
|
27
113
|
.e-rte-toolbar .e-justify-left::before,
|
|
28
114
|
.e-rte-dropdown-popup .e-justify-left::before {
|
|
29
115
|
content: "\e7b8";
|
|
30
116
|
}
|
|
117
|
+
.e-toolbar-wrapper .e-lineHeight::before,
|
|
118
|
+
.e-toolbar-container .e-lineHeight::before,
|
|
119
|
+
.e-rte-toolbar .e-lineHeight::before,
|
|
120
|
+
.e-rte-dropdown-popup .e-lineHeight::before {
|
|
121
|
+
content: "\e78d";
|
|
122
|
+
}
|
|
31
123
|
.e-toolbar-wrapper .e-justify-center::before,
|
|
32
124
|
.e-toolbar-container .e-justify-center::before,
|
|
33
125
|
.e-rte-toolbar .e-justify-center::before,
|
|
@@ -392,7 +484,7 @@
|
|
|
392
484
|
.e-toolbar-container .e-table-edit-properties::before,
|
|
393
485
|
.e-rte-toolbar .e-table-edit-properties::before,
|
|
394
486
|
.e-rte-dropdown-popup .e-table-edit-properties::before {
|
|
395
|
-
content: "\
|
|
487
|
+
content: "\e954";
|
|
396
488
|
}
|
|
397
489
|
.e-toolbar-wrapper .e-create-table::before,
|
|
398
490
|
.e-toolbar-container .e-create-table::before,
|
|
@@ -533,6 +625,90 @@
|
|
|
533
625
|
cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1vdXRzaWRlLTFfNDgwXzIyMiIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTMiIHk9IjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iMTMiIHk9IjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0IDUuNUMxNCA0LjY3MTU3IDE0LjY3MTYgNCAxNS41IDRIMjMuNUMyNC4zMjg0IDQgMjUgNC42NzE1NyAyNSA1LjVWNkgyN0MyNy41NTIzIDYgMjggNi40NDc3MiAyOCA3VjExQzI4IDExLjU1MjMgMjcuNTUyMyAxMiAyNyAxMkgyMVYxN0MyMSAxNy41NTIzIDIwLjU1MjMgMTggMjAgMThDMTkuNDQ3NyAxOCAxOSAxNy41NTIzIDE5IDE3VjExSDIxSDI3VjdIMjVWNy41QzI1IDguMzI4NDMgMjQuMzI4NCA5IDIzLjUgOUgxNS41QzE0LjY3MTYgOSAxNCA4LjMyODQzIDE0IDcuNVY1LjVaIi8+CjwvbWFzaz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNCA1LjVDMTQgNC42NzE1NyAxNC42NzE2IDQgMTUuNSA0SDIzLjVDMjQuMzI4NCA0IDI1IDQuNjcxNTcgMjUgNS41VjZIMjdDMjcuNTUyMyA2IDI4IDYuNDQ3NzIgMjggN1YxMUMyOCAxMS41NTIzIDI3LjU1MjMgMTIgMjcgMTJIMjFWMTdDMjEgMTcuNTUyMyAyMC41NTIzIDE4IDIwIDE4QzE5LjQ0NzcgMTggMTkgMTcuNTUyMyAxOSAxN1YxMUgyMUgyN1Y3SDI1VjcuNUMyNSA4LjMyODQzIDI0LjMyODQgOSAyMy41IDlIMTUuNUMxNC42NzE2IDkgMTQgOC4zMjg0MyAxNCA3LjVWNS41WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTI1IDZIMjRWN0gyNVY2Wk0yMSAxMlYxMUgyMFYxMkgyMVpNMTkgMTFWMTBIMThWMTFIMTlaTTI3IDExVjEySDI4VjExSDI3Wk0yNyA3SDI4VjZIMjdWN1pNMjUgN1Y2SDI0VjdIMjVaTTE1LjUgM0MxNC4xMTkzIDMgMTMgNC4xMTkyOSAxMyA1LjVIMTVDMTUgNS4yMjM4NiAxNS4yMjM5IDUgMTUuNSA1VjNaTTIzLjUgM0gxNS41VjVIMjMuNVYzWk0yNiA1LjVDMjYgNC4xMTkyOSAyNC44ODA3IDMgMjMuNSAzVjVDMjMuNzc2MSA1IDI0IDUuMjIzODYgMjQgNS41SDI2Wk0yNiA2VjUuNUgyNFY2SDI2Wk0yNSA3SDI3VjVIMjVWN1pNMjcgN0gyOUMyOSA1Ljg5NTQzIDI4LjEwNDYgNSAyNyA1VjdaTTI3IDdWMTFIMjlWN0gyN1pNMjcgMTFWMTNDMjguMTA0NiAxMyAyOSAxMi4xMDQ2IDI5IDExSDI3Wk0yNyAxMUgyMVYxM0gyN1YxMVpNMjIgMTdWMTJIMjBWMTdIMjJaTTIwIDE5QzIxLjEwNDYgMTkgMjIgMTguMTA0NiAyMiAxN0gyMFYxOVpNMTggMTdDMTggMTguMTA0NiAxOC44OTU0IDE5IDIwIDE5VjE3SDE4Wk0xOCAxMVYxN0gyMFYxMUgxOFpNMjEgMTBIMTlWMTJIMjFWMTBaTTIxIDEySDI3VjEwSDIxVjEyWk0yOCAxMVY3SDI2VjExSDI4Wk0yNyA2SDI1VjhIMjdWNlpNMjYgNy41VjdIMjRWNy41SDI2Wk0yMy41IDEwQzI0Ljg4MDcgMTAgMjYgOC44ODA3MSAyNiA3LjVIMjRDMjQgNy43NzYxNCAyMy43NzYxIDggMjMuNSA4VjEwWk0xNS41IDEwSDIzLjVWOEgxNS41VjEwWk0xMyA3LjVDMTMgOC44ODA3MSAxNC4xMTkzIDEwIDE1LjUgMTBWOEMxNS4yMjM5IDggMTUgNy43NzYxNCAxNSA3LjVIMTNaTTEzIDUuNVY3LjVIMTVWNS41SDEzWiIgZmlsbD0id2hpdGUiIG1hc2s9InVybCgjcGF0aC0xLW91dHNpZGUtMV80ODBfMjIyKSIvPgo8cGF0aCBkPSJNMy41IDRWNC41SDRINi41VjE3LjVINEgzLjVWMThWMTlWMTkuNUg0SDExSDExLjVWMTlWMThWMTcuNUgxMUg4LjUwMDAxTDguNTAwMzIgNC41SDExSDExLjVWNFYzVjIuNUgxMUg0SDMuNVYzVjRaIiBmaWxsPSJibGFjayIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K") 8 1, auto;
|
|
534
626
|
}
|
|
535
627
|
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
/* Font Family */
|
|
637
|
+
/* Font Sizes */
|
|
638
|
+
/* Radius */
|
|
639
|
+
/* 1px */
|
|
640
|
+
/* 2px */
|
|
641
|
+
/* 3px */
|
|
642
|
+
/* 4px */
|
|
643
|
+
/* 5px */
|
|
644
|
+
/* 6px */
|
|
645
|
+
/* 7px */
|
|
646
|
+
/* 8px */
|
|
647
|
+
/* 9px */
|
|
648
|
+
/* 10px */
|
|
649
|
+
/* 11px */
|
|
650
|
+
/* 12px */
|
|
651
|
+
/* 13px */
|
|
652
|
+
/* 14px */
|
|
653
|
+
/* 15px */
|
|
654
|
+
/* 16px */
|
|
655
|
+
/* 17px */
|
|
656
|
+
/* 18px */
|
|
657
|
+
/* 19px */
|
|
658
|
+
/* 20px */
|
|
659
|
+
/* 21px */
|
|
660
|
+
/* 22px */
|
|
661
|
+
/* 23px */
|
|
662
|
+
/* 24px */
|
|
663
|
+
/* 25px */
|
|
664
|
+
/* 26px */
|
|
665
|
+
/* 27px */
|
|
666
|
+
/* 28px */
|
|
667
|
+
/* 29px */
|
|
668
|
+
/* 30px */
|
|
669
|
+
/* 31px */
|
|
670
|
+
/* 32px */
|
|
671
|
+
/* 33px */
|
|
672
|
+
/* 34px */
|
|
673
|
+
/* 35px */
|
|
674
|
+
/* 36px */
|
|
675
|
+
/* 37px */
|
|
676
|
+
/* 38px */
|
|
677
|
+
/* 39px */
|
|
678
|
+
/* 40px */
|
|
679
|
+
/* 41px */
|
|
680
|
+
/* 42px */
|
|
681
|
+
/* 43px */
|
|
682
|
+
/* 44px */
|
|
683
|
+
/* 45px */
|
|
684
|
+
/* 46px */
|
|
685
|
+
/* 47px */
|
|
686
|
+
/* 48px */
|
|
687
|
+
/* 49px */
|
|
688
|
+
/* 50px */
|
|
689
|
+
/* 5em */
|
|
690
|
+
/* 65% */
|
|
691
|
+
/* border */
|
|
692
|
+
/* 0px */
|
|
693
|
+
/* 1px */
|
|
694
|
+
/* 1.5px */
|
|
695
|
+
/* 2px */
|
|
696
|
+
/* 3px */
|
|
697
|
+
/* 4px */
|
|
698
|
+
/* 5px */
|
|
699
|
+
/* 6px */
|
|
700
|
+
/* 7px */
|
|
701
|
+
/* 8px */
|
|
702
|
+
/* 9px */
|
|
703
|
+
/* 10px */
|
|
704
|
+
/* 11px */
|
|
705
|
+
/* 12px */
|
|
706
|
+
/* 13px */
|
|
707
|
+
/* 14px */
|
|
708
|
+
/* 15px */
|
|
709
|
+
/* 16px */
|
|
710
|
+
|
|
711
|
+
|
|
536
712
|
/*! tab layout */
|
|
537
713
|
.e-richtexteditor {
|
|
538
714
|
display: block;
|
|
@@ -633,10 +809,9 @@
|
|
|
633
809
|
text-align: left;
|
|
634
810
|
}
|
|
635
811
|
.e-richtexteditor.e-rtl .e-rte-character-count {
|
|
636
|
-
|
|
812
|
+
margin-right: auto;
|
|
637
813
|
padding-left: 30px;
|
|
638
814
|
padding-right: unset;
|
|
639
|
-
right: unset;
|
|
640
815
|
}
|
|
641
816
|
.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
|
|
642
817
|
padding-left: 0;
|
|
@@ -646,7 +821,8 @@
|
|
|
646
821
|
margin-left: 0;
|
|
647
822
|
}
|
|
648
823
|
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
649
|
-
height:
|
|
824
|
+
height: 48px;
|
|
825
|
+
min-height: 48px;
|
|
650
826
|
}
|
|
651
827
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
652
828
|
display: inline-block;
|
|
@@ -730,7 +906,7 @@
|
|
|
730
906
|
position: relative;
|
|
731
907
|
text-align: inherit;
|
|
732
908
|
z-index: 2;
|
|
733
|
-
font-weight:
|
|
909
|
+
font-weight: 400;
|
|
734
910
|
line-height: 1.5;
|
|
735
911
|
font-size: 1em;
|
|
736
912
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -745,6 +921,11 @@
|
|
|
745
921
|
margin: 0 0 10px;
|
|
746
922
|
margin-bottom: 10px;
|
|
747
923
|
}
|
|
924
|
+
.e-richtexteditor .e-rte-content .e-content blockquote,
|
|
925
|
+
.e-richtexteditor .e-source-content .e-content blockquote,
|
|
926
|
+
.e-richtexteditor .e-rte-iframe-content .e-content blockquote {
|
|
927
|
+
font-size: 1em;
|
|
928
|
+
}
|
|
748
929
|
.e-richtexteditor .e-rte-content .e-content code,
|
|
749
930
|
.e-richtexteditor .e-source-content .e-content code,
|
|
750
931
|
.e-richtexteditor .e-rte-iframe-content .e-content code {
|
|
@@ -757,6 +938,64 @@
|
|
|
757
938
|
margin: 10px 0;
|
|
758
939
|
border: 2px solid rgb(176, 179, 184);
|
|
759
940
|
}
|
|
941
|
+
.e-richtexteditor .e-rte-content .e-content .e-rte-checklist > li:not(.e-rte-checklist-hidden),
|
|
942
|
+
.e-richtexteditor .e-source-content .e-content .e-rte-checklist > li:not(.e-rte-checklist-hidden),
|
|
943
|
+
.e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist > li:not(.e-rte-checklist-hidden) {
|
|
944
|
+
list-style: none;
|
|
945
|
+
position: relative;
|
|
946
|
+
}
|
|
947
|
+
.e-richtexteditor .e-rte-content .e-content .e-rte-checklist > li::before,
|
|
948
|
+
.e-richtexteditor .e-source-content .e-content .e-rte-checklist > li::before,
|
|
949
|
+
.e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist > li::before {
|
|
950
|
+
content: "";
|
|
951
|
+
position: absolute;
|
|
952
|
+
top: 2px;
|
|
953
|
+
-webkit-box-sizing: content-box;
|
|
954
|
+
box-sizing: content-box;
|
|
955
|
+
left: -25px;
|
|
956
|
+
width: 16px;
|
|
957
|
+
height: 16px;
|
|
958
|
+
border-radius: calc(var(--e-radius) * 0.125);
|
|
959
|
+
border: 2px solid rgba(var(--color-sf-on-surface-variant));
|
|
960
|
+
cursor: pointer;
|
|
961
|
+
}
|
|
962
|
+
.e-richtexteditor .e-rte-content .e-content .e-rte-checklist li.e-rte-checklist-checked::before,
|
|
963
|
+
.e-richtexteditor .e-source-content .e-content .e-rte-checklist li.e-rte-checklist-checked::before,
|
|
964
|
+
.e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist li.e-rte-checklist-checked::before {
|
|
965
|
+
background: rgba(var(--color-sf-primary));
|
|
966
|
+
border: 2px solid rgba(var(--color-sf-primary));
|
|
967
|
+
}
|
|
968
|
+
.e-richtexteditor .e-rte-content .e-content .e-rte-checklist li.e-rte-checklist-checked::after,
|
|
969
|
+
.e-richtexteditor .e-source-content .e-content .e-rte-checklist li.e-rte-checklist-checked::after,
|
|
970
|
+
.e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist li.e-rte-checklist-checked::after {
|
|
971
|
+
border-color: rgba(var(--color-sf-on-primary));
|
|
972
|
+
border-style: solid;
|
|
973
|
+
border-width: 0 2px 2px 0;
|
|
974
|
+
-webkit-box-sizing: content-box;
|
|
975
|
+
box-sizing: content-box;
|
|
976
|
+
content: "";
|
|
977
|
+
display: block;
|
|
978
|
+
height: 8px;
|
|
979
|
+
width: 4px;
|
|
980
|
+
left: -19px;
|
|
981
|
+
position: absolute;
|
|
982
|
+
top: 4.5px;
|
|
983
|
+
-webkit-transform: rotate(45deg);
|
|
984
|
+
transform: rotate(45deg);
|
|
985
|
+
cursor: pointer;
|
|
986
|
+
left: -18px;
|
|
987
|
+
top: 5.5px;
|
|
988
|
+
}
|
|
989
|
+
.e-richtexteditor .e-rte-content .e-content.e-rtl .e-rte-checklist li.e-rte-checklist-checked::after,
|
|
990
|
+
.e-richtexteditor .e-source-content .e-content.e-rtl .e-rte-checklist li.e-rte-checklist-checked::after,
|
|
991
|
+
.e-richtexteditor .e-rte-iframe-content .e-content.e-rtl .e-rte-checklist li.e-rte-checklist-checked::after {
|
|
992
|
+
right: -19px;
|
|
993
|
+
}
|
|
994
|
+
.e-richtexteditor .e-rte-content .e-content.e-rtl .e-rte-checklist > li::before,
|
|
995
|
+
.e-richtexteditor .e-source-content .e-content.e-rtl .e-rte-checklist > li::before,
|
|
996
|
+
.e-richtexteditor .e-rte-iframe-content .e-content.e-rtl .e-rte-checklist > li::before {
|
|
997
|
+
right: -25px;
|
|
998
|
+
}
|
|
760
999
|
.e-richtexteditor .e-rte-content .e-content hr:hover,
|
|
761
1000
|
.e-richtexteditor .e-source-content .e-content hr:hover,
|
|
762
1001
|
.e-richtexteditor .e-rte-iframe-content .e-content hr:hover {
|
|
@@ -853,7 +1092,6 @@
|
|
|
853
1092
|
.e-richtexteditor .e-source-content .e-content h6,
|
|
854
1093
|
.e-richtexteditor .e-rte-iframe-content .e-content h6 {
|
|
855
1094
|
font-size: 1.142em;
|
|
856
|
-
line-height: 600;
|
|
857
1095
|
line-height: 1.5;
|
|
858
1096
|
margin: 10px 0;
|
|
859
1097
|
}
|
|
@@ -869,14 +1107,20 @@
|
|
|
869
1107
|
.e-richtexteditor .e-rte-iframe-content .e-content table {
|
|
870
1108
|
margin-bottom: 10px;
|
|
871
1109
|
border-collapse: collapse;
|
|
1110
|
+
border-spacing: 0;
|
|
872
1111
|
empty-cells: show;
|
|
873
1112
|
}
|
|
1113
|
+
.e-richtexteditor .e-rte-content .e-content table:not(:first-child):not(table table),
|
|
1114
|
+
.e-richtexteditor .e-source-content .e-content table:not(:first-child):not(table table),
|
|
1115
|
+
.e-richtexteditor .e-rte-iframe-content .e-content table:not(:first-child):not(table table) {
|
|
1116
|
+
margin-top: 10px;
|
|
1117
|
+
}
|
|
874
1118
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
875
1119
|
.e-richtexteditor .e-source-content .e-content pre,
|
|
876
1120
|
.e-richtexteditor .e-rte-iframe-content .e-content pre {
|
|
877
1121
|
background-color: inherit;
|
|
878
1122
|
border: 0;
|
|
879
|
-
border-radius: 0;
|
|
1123
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
880
1124
|
color: rgba(var(--color-sf-on-surface));
|
|
881
1125
|
font-size: inherit;
|
|
882
1126
|
line-height: inherit;
|
|
@@ -893,7 +1137,7 @@
|
|
|
893
1137
|
background: rgba(157, 157, 157, 0.08);
|
|
894
1138
|
color: rgb(46, 46, 46);
|
|
895
1139
|
font-family: Space Mono;
|
|
896
|
-
border-radius:
|
|
1140
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
897
1141
|
border: 1px solid rgb(229, 231, 235);
|
|
898
1142
|
padding: 20px 16px 16px;
|
|
899
1143
|
font-size: 14px;
|
|
@@ -914,7 +1158,7 @@
|
|
|
914
1158
|
padding: 2px 4px;
|
|
915
1159
|
background-color: rgb(105, 105, 105);
|
|
916
1160
|
top: -1px;
|
|
917
|
-
border-radius: 0 0
|
|
1161
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25);
|
|
918
1162
|
position: absolute;
|
|
919
1163
|
}
|
|
920
1164
|
.e-richtexteditor .e-rte-content .e-content pre[data-language] code,
|
|
@@ -929,7 +1173,7 @@
|
|
|
929
1173
|
.e-richtexteditor .e-source-content .e-content b,
|
|
930
1174
|
.e-richtexteditor .e-rte-iframe-content .e-content strong,
|
|
931
1175
|
.e-richtexteditor .e-rte-iframe-content .e-content b {
|
|
932
|
-
font-weight:
|
|
1176
|
+
font-weight: 700;
|
|
933
1177
|
}
|
|
934
1178
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
935
1179
|
.e-richtexteditor .e-source-content .e-content a,
|
|
@@ -946,24 +1190,31 @@
|
|
|
946
1190
|
text-decoration: underline;
|
|
947
1191
|
}
|
|
948
1192
|
.e-richtexteditor .e-rte-content .e-content p:last-child,
|
|
1193
|
+
.e-richtexteditor .e-rte-content .e-content p.e-rte-last-paragraph,
|
|
949
1194
|
.e-richtexteditor .e-rte-content .e-content pre:last-child,
|
|
950
1195
|
.e-richtexteditor .e-rte-content .e-content blockquote:last-child,
|
|
951
1196
|
.e-richtexteditor .e-source-content .e-content p:last-child,
|
|
1197
|
+
.e-richtexteditor .e-source-content .e-content p.e-rte-last-paragraph,
|
|
952
1198
|
.e-richtexteditor .e-source-content .e-content pre:last-child,
|
|
953
1199
|
.e-richtexteditor .e-source-content .e-content blockquote:last-child,
|
|
954
1200
|
.e-richtexteditor .e-rte-iframe-content .e-content p:last-child,
|
|
1201
|
+
.e-richtexteditor .e-rte-iframe-content .e-content p.e-rte-last-paragraph,
|
|
955
1202
|
.e-richtexteditor .e-rte-iframe-content .e-content pre:last-child,
|
|
956
1203
|
.e-richtexteditor .e-rte-iframe-content .e-content blockquote:last-child {
|
|
957
1204
|
margin-bottom: 0;
|
|
958
1205
|
}
|
|
959
1206
|
.e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
960
|
-
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
961
|
-
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
962
1207
|
.e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
1208
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
1209
|
+
margin-top: 0.6em;
|
|
1210
|
+
}
|
|
1211
|
+
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
963
1212
|
.e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
1213
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
1214
|
+
margin-top: 0.6em;
|
|
1215
|
+
}
|
|
1216
|
+
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
964
1217
|
.e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
965
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
|
|
966
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
|
|
967
1218
|
.e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
968
1219
|
margin-top: 0.6em;
|
|
969
1220
|
}
|
|
@@ -986,7 +1237,7 @@
|
|
|
986
1237
|
left: 0;
|
|
987
1238
|
right: 0;
|
|
988
1239
|
bottom: 0;
|
|
989
|
-
border: 2px
|
|
1240
|
+
border: 2px double rgba(var(--color-sf-primary));
|
|
990
1241
|
pointer-events: none;
|
|
991
1242
|
}
|
|
992
1243
|
.e-richtexteditor .e-rte-content .e-content table td.e-cell-select.e-multi-cells-select,
|
|
@@ -1044,7 +1295,7 @@
|
|
|
1044
1295
|
.e-richtexteditor .e-rte-character-count {
|
|
1045
1296
|
color: rgba(var(--color-sf-outline));
|
|
1046
1297
|
font-size: 14px;
|
|
1047
|
-
margin-right:
|
|
1298
|
+
margin-right: 15px;
|
|
1048
1299
|
opacity: 1;
|
|
1049
1300
|
padding-bottom: 2px;
|
|
1050
1301
|
text-align: right;
|
|
@@ -1059,6 +1310,9 @@
|
|
|
1059
1310
|
color: rgba(var(--color-sf-error));
|
|
1060
1311
|
opacity: unset;
|
|
1061
1312
|
}
|
|
1313
|
+
.e-richtexteditor:not(.e-rtl) .e-rte-character-count:last-child {
|
|
1314
|
+
margin-right: 10px;
|
|
1315
|
+
}
|
|
1062
1316
|
.e-richtexteditor .e-rte-srctextarea {
|
|
1063
1317
|
background-color: transparent;
|
|
1064
1318
|
border: 0;
|
|
@@ -1073,15 +1327,15 @@
|
|
|
1073
1327
|
width: 100%;
|
|
1074
1328
|
}
|
|
1075
1329
|
.e-richtexteditor .e-resize-handle {
|
|
1076
|
-
height: 15px;
|
|
1077
1330
|
position: absolute;
|
|
1078
|
-
|
|
1331
|
+
margin-bottom: 3px;
|
|
1079
1332
|
}
|
|
1080
1333
|
.e-richtexteditor .e-resize-handle.e-south-east {
|
|
1081
1334
|
bottom: 0;
|
|
1082
1335
|
cursor: nwse-resize;
|
|
1083
1336
|
right: 0;
|
|
1084
1337
|
z-index: 100;
|
|
1338
|
+
margin-right: 3px;
|
|
1085
1339
|
}
|
|
1086
1340
|
.e-richtexteditor .e-resize-handle.e-south-west {
|
|
1087
1341
|
bottom: 0;
|
|
@@ -1090,6 +1344,7 @@
|
|
|
1090
1344
|
-webkit-transform: rotate(90deg);
|
|
1091
1345
|
transform: rotate(90deg);
|
|
1092
1346
|
z-index: 100;
|
|
1347
|
+
margin-left: 3px;
|
|
1093
1348
|
}
|
|
1094
1349
|
.e-richtexteditor.e-rtl.e-rte-resize {
|
|
1095
1350
|
float: right;
|
|
@@ -1168,7 +1423,7 @@
|
|
|
1168
1423
|
padding: 5px;
|
|
1169
1424
|
}
|
|
1170
1425
|
.e-richtexteditor .e-video-url-wrap textarea {
|
|
1171
|
-
height: 80px;
|
|
1426
|
+
min-height: 80px;
|
|
1172
1427
|
}
|
|
1173
1428
|
.e-richtexteditor .e-rte-value-wrapper {
|
|
1174
1429
|
display: none;
|
|
@@ -1190,16 +1445,12 @@
|
|
|
1190
1445
|
padding-top: 20px;
|
|
1191
1446
|
}
|
|
1192
1447
|
|
|
1193
|
-
.e-rte-elements.e-popup-open.e-rte-slashmenu .e-list-parent > li {
|
|
1194
|
-
padding-left: 0;
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
1448
|
.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,
|
|
1198
1449
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before,
|
|
1199
1450
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1200
1451
|
display: block;
|
|
1201
1452
|
font-family: "e-icons";
|
|
1202
|
-
font-weight:
|
|
1453
|
+
font-weight: 400;
|
|
1203
1454
|
line-height: 1;
|
|
1204
1455
|
text-transform: none;
|
|
1205
1456
|
}
|
|
@@ -1219,7 +1470,7 @@
|
|
|
1219
1470
|
}
|
|
1220
1471
|
|
|
1221
1472
|
.e-colorpicker-popup.e-rte-dropdown .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
|
|
1222
|
-
font-family:
|
|
1473
|
+
font-family: var(--e-font-family);
|
|
1223
1474
|
}
|
|
1224
1475
|
|
|
1225
1476
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper,
|
|
@@ -1232,7 +1483,7 @@
|
|
|
1232
1483
|
}
|
|
1233
1484
|
|
|
1234
1485
|
.e-rte-label label {
|
|
1235
|
-
font-weight:
|
|
1486
|
+
font-weight: 400;
|
|
1236
1487
|
}
|
|
1237
1488
|
|
|
1238
1489
|
.e-rte-linkcontent .e-rte-label:first-child {
|
|
@@ -1271,7 +1522,7 @@
|
|
|
1271
1522
|
}
|
|
1272
1523
|
.e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
1273
1524
|
font-size: 2em;
|
|
1274
|
-
font-weight:
|
|
1525
|
+
font-weight: 700;
|
|
1275
1526
|
height: 40px;
|
|
1276
1527
|
line-height: 40px;
|
|
1277
1528
|
}
|
|
@@ -1282,25 +1533,25 @@
|
|
|
1282
1533
|
}
|
|
1283
1534
|
.e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
1284
1535
|
font-size: 1.5em;
|
|
1285
|
-
font-weight:
|
|
1536
|
+
font-weight: 700;
|
|
1286
1537
|
height: 40px;
|
|
1287
1538
|
line-height: 40px;
|
|
1288
1539
|
}
|
|
1289
1540
|
.e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
1290
1541
|
font-size: 1.16em;
|
|
1291
|
-
font-weight:
|
|
1542
|
+
font-weight: 700;
|
|
1292
1543
|
}
|
|
1293
1544
|
.e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
1294
1545
|
font-size: 1em;
|
|
1295
|
-
font-weight:
|
|
1546
|
+
font-weight: 700;
|
|
1296
1547
|
}
|
|
1297
1548
|
.e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
1298
1549
|
font-size: 0.83em;
|
|
1299
|
-
font-weight:
|
|
1550
|
+
font-weight: 700;
|
|
1300
1551
|
}
|
|
1301
1552
|
.e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
1302
1553
|
font-size: 0.7em;
|
|
1303
|
-
font-weight:
|
|
1554
|
+
font-weight: 700;
|
|
1304
1555
|
}
|
|
1305
1556
|
.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
|
|
1306
1557
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -1486,7 +1737,7 @@
|
|
|
1486
1737
|
box-sizing: border-box;
|
|
1487
1738
|
display: block;
|
|
1488
1739
|
font-size: 16px;
|
|
1489
|
-
font-weight:
|
|
1740
|
+
font-weight: 400;
|
|
1490
1741
|
margin: auto;
|
|
1491
1742
|
opacity: 0.9;
|
|
1492
1743
|
position: relative;
|
|
@@ -1536,6 +1787,79 @@
|
|
|
1536
1787
|
padding-top: 0;
|
|
1537
1788
|
}
|
|
1538
1789
|
|
|
1790
|
+
.e-rte-table-resize.e-tb-col-insert,
|
|
1791
|
+
.e-rte-table-resize.e-tb-row-insert {
|
|
1792
|
+
position: absolute;
|
|
1793
|
+
background-color: transparent;
|
|
1794
|
+
text-align: center;
|
|
1795
|
+
-webkit-box-align: center;
|
|
1796
|
+
-ms-flex-align: center;
|
|
1797
|
+
align-items: center;
|
|
1798
|
+
-webkit-box-pack: center;
|
|
1799
|
+
-ms-flex-pack: center;
|
|
1800
|
+
justify-content: center;
|
|
1801
|
+
opacity: 0;
|
|
1802
|
+
color: rgba(var(--color-sf-primary));
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
.e-rte-table-resize.e-tb-col-insert {
|
|
1806
|
+
width: 26px;
|
|
1807
|
+
height: 22px;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
.e-rte-table-resize.e-tb-row-insert {
|
|
1811
|
+
width: 22px;
|
|
1812
|
+
height: 26px;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
.e-rte-table-resize.e-tb-row-insert.e-insert-cell-rtl {
|
|
1816
|
+
right: 2px;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add,
|
|
1820
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add {
|
|
1821
|
+
font-size: 16px;
|
|
1822
|
+
line-height: 16px;
|
|
1823
|
+
border: 1px;
|
|
1824
|
+
position: absolute;
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add {
|
|
1828
|
+
top: 0;
|
|
1829
|
+
left: 5px;
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add {
|
|
1833
|
+
top: 5px;
|
|
1834
|
+
left: 0;
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add.e-insert-cell-rtl {
|
|
1838
|
+
left: 6.5px;
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle,
|
|
1842
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
|
|
1843
|
+
font-size: 8px;
|
|
1844
|
+
line-height: 8px;
|
|
1845
|
+
border: 1px;
|
|
1846
|
+
position: absolute;
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
|
|
1850
|
+
top: 9px;
|
|
1851
|
+
left: 4px;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle {
|
|
1855
|
+
top: 4px;
|
|
1856
|
+
left: 9px;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle.e-insert-cell-rtl {
|
|
1860
|
+
left: 10px;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1539
1863
|
.e-rte-table-resize.e-row-resize,
|
|
1540
1864
|
.e-rte-table-resize.e-column-resize {
|
|
1541
1865
|
background-color: transparent;
|
|
@@ -1561,8 +1885,8 @@
|
|
|
1561
1885
|
.e-rte-elements .e-audioheader,
|
|
1562
1886
|
.e-rte-elements .e-videoheader,
|
|
1563
1887
|
.e-rte-elements .e-video-url-wrap {
|
|
1564
|
-
font-family:
|
|
1565
|
-
font-size:
|
|
1888
|
+
font-family: var(--e-font-family);
|
|
1889
|
+
font-size: 15px;
|
|
1566
1890
|
opacity: 0.87;
|
|
1567
1891
|
padding-bottom: 0;
|
|
1568
1892
|
padding-top: 20px;
|
|
@@ -1573,53 +1897,67 @@
|
|
|
1573
1897
|
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1574
1898
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1575
1899
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1900
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1901
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1576
1902
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1577
1903
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1578
1904
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1579
1905
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1580
1906
|
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1581
|
-
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons
|
|
1907
|
+
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1908
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1909
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
|
|
1582
1910
|
margin-top: 0;
|
|
1583
1911
|
}
|
|
1584
1912
|
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1585
1913
|
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1586
1914
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1915
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1587
1916
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1588
1917
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1589
|
-
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list
|
|
1918
|
+
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1919
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
|
|
1590
1920
|
border-bottom: 0 solid transparent;
|
|
1591
1921
|
min-height: initial;
|
|
1592
1922
|
}
|
|
1593
1923
|
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1594
1924
|
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1595
1925
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1926
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1596
1927
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1597
1928
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1598
|
-
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container
|
|
1929
|
+
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1930
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
|
|
1599
1931
|
margin-left: 0;
|
|
1600
1932
|
}
|
|
1601
1933
|
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1602
1934
|
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1603
1935
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1936
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1604
1937
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1605
1938
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1606
|
-
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files
|
|
1939
|
+
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1940
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files {
|
|
1607
1941
|
border-top: 0 solid transparent;
|
|
1608
1942
|
}
|
|
1609
1943
|
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1610
1944
|
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1611
1945
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1946
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1612
1947
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1613
1948
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1614
|
-
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-file-select-wrap
|
|
1949
|
+
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1950
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-file-select-wrap {
|
|
1615
1951
|
display: none;
|
|
1616
1952
|
}
|
|
1617
1953
|
.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload,
|
|
1618
1954
|
.e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload,
|
|
1619
1955
|
.e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload,
|
|
1956
|
+
.e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload,
|
|
1620
1957
|
.e-rte-elements .e-img-uploadwrap.e-droparea .e-upload,
|
|
1621
1958
|
.e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload,
|
|
1622
|
-
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload
|
|
1959
|
+
.e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload,
|
|
1960
|
+
.e-rte-elements .e-word-uploadwrap.e-droparea .e-upload {
|
|
1623
1961
|
border: 0 solid transparent;
|
|
1624
1962
|
float: none;
|
|
1625
1963
|
}
|
|
@@ -1630,9 +1968,11 @@
|
|
|
1630
1968
|
.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
1631
1969
|
.e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
1632
1970
|
.e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1971
|
+
.e-richtexteditor .e-dialog .e-word-uploadwrap.e-droparea .e-browsebtn,
|
|
1633
1972
|
.e-rte-elements .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
1634
1973
|
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
1635
|
-
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn
|
|
1974
|
+
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1975
|
+
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea .e-browsebtn {
|
|
1636
1976
|
display: block;
|
|
1637
1977
|
height: 32px;
|
|
1638
1978
|
margin: 0 auto 10px;
|
|
@@ -1643,38 +1983,35 @@
|
|
|
1643
1983
|
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
1644
1984
|
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
1645
1985
|
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1986
|
+
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
|
|
1646
1987
|
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
1647
1988
|
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
1648
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn
|
|
1989
|
+
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1990
|
+
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn {
|
|
1649
1991
|
display: none;
|
|
1650
1992
|
}
|
|
1651
1993
|
.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea,
|
|
1652
1994
|
.e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea,
|
|
1653
1995
|
.e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea,
|
|
1996
|
+
.e-richtexteditor .e-dialog .e-word-uploadwrap.e-droparea,
|
|
1654
1997
|
.e-rte-elements .e-dialog .e-img-uploadwrap.e-droparea,
|
|
1655
1998
|
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
|
|
1656
|
-
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea
|
|
1657
|
-
|
|
1999
|
+
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
|
|
2000
|
+
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
|
|
1658
2001
|
min-height: 50px;
|
|
1659
2002
|
position: relative;
|
|
1660
2003
|
}
|
|
1661
2004
|
.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1662
2005
|
.e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1663
2006
|
.e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text,
|
|
2007
|
+
.e-richtexteditor .e-dialog .e-word-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1664
2008
|
.e-rte-elements .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1665
2009
|
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1666
|
-
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text
|
|
2010
|
+
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text,
|
|
2011
|
+
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea .e-rte-upload-text {
|
|
1667
2012
|
display: inline-block;
|
|
1668
2013
|
line-height: normal;
|
|
1669
2014
|
}
|
|
1670
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1671
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1672
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1673
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1674
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1675
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea {
|
|
1676
|
-
line-height: 4;
|
|
1677
|
-
}
|
|
1678
2015
|
.e-richtexteditor .e-rte-inline-dropdown ul,
|
|
1679
2016
|
.e-rte-elements .e-rte-inline-dropdown ul {
|
|
1680
2017
|
max-height: 200px;
|
|
@@ -1687,11 +2024,11 @@
|
|
|
1687
2024
|
}
|
|
1688
2025
|
.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open,
|
|
1689
2026
|
.e-rte-elements .e-rte-table-popup.e-popup.e-popup-open {
|
|
1690
|
-
border-radius:
|
|
2027
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
1691
2028
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
1692
2029
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
1693
2030
|
font-size: 14px;
|
|
1694
|
-
font-weight:
|
|
2031
|
+
font-weight: 400;
|
|
1695
2032
|
min-width: 120px;
|
|
1696
2033
|
overflow: hidden;
|
|
1697
2034
|
padding: 10px;
|
|
@@ -1771,17 +2108,74 @@
|
|
|
1771
2108
|
.e-rte-elements .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
|
|
1772
2109
|
border-bottom: 0;
|
|
1773
2110
|
}
|
|
2111
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-cell,
|
|
2112
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-cell {
|
|
2113
|
+
display: -webkit-box;
|
|
2114
|
+
display: -ms-flexbox;
|
|
2115
|
+
display: flex;
|
|
2116
|
+
gap: 16px;
|
|
2117
|
+
}
|
|
2118
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-tablewidth,
|
|
2119
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-bgcolor,
|
|
2120
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-tablewidth,
|
|
2121
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-bgcolor {
|
|
2122
|
+
width: 50%;
|
|
2123
|
+
}
|
|
2124
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields,
|
|
2125
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields {
|
|
2126
|
+
display: -webkit-box;
|
|
2127
|
+
display: -ms-flexbox;
|
|
2128
|
+
display: flex;
|
|
2129
|
+
-webkit-box-pack: justify;
|
|
2130
|
+
-ms-flex-pack: justify;
|
|
2131
|
+
justify-content: space-between;
|
|
2132
|
+
}
|
|
2133
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth,
|
|
2134
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth {
|
|
2135
|
+
width: 37%;
|
|
2136
|
+
}
|
|
2137
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper,
|
|
2138
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper {
|
|
2139
|
+
width: 47px;
|
|
2140
|
+
}
|
|
2141
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-element,
|
|
2142
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-element {
|
|
2143
|
+
margin-top: 12px;
|
|
2144
|
+
}
|
|
2145
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-field,
|
|
2146
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-field {
|
|
2147
|
+
margin-top: 4px;
|
|
2148
|
+
}
|
|
2149
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
|
|
2150
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
|
|
2151
|
+
font-weight: 400;
|
|
2152
|
+
}
|
|
2153
|
+
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
|
|
2154
|
+
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
|
|
2155
|
+
font-weight: 600;
|
|
2156
|
+
font-style: semi-bold;
|
|
2157
|
+
}
|
|
2158
|
+
.e-richtexteditor .e-rte-edit-table-content .e-caret,
|
|
2159
|
+
.e-rte-elements .e-rte-edit-table-content .e-caret {
|
|
2160
|
+
opacity: 0.75;
|
|
2161
|
+
}
|
|
1774
2162
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
1775
2163
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
1776
2164
|
border: none;
|
|
1777
|
-
min-
|
|
1778
|
-
|
|
1779
|
-
|
|
2165
|
+
min-height: 330px;
|
|
2166
|
+
min-width: 310px;
|
|
2167
|
+
display: -webkit-box;
|
|
2168
|
+
display: -ms-flexbox;
|
|
2169
|
+
display: flex;
|
|
2170
|
+
-webkit-box-orient: vertical;
|
|
2171
|
+
-webkit-box-direction: normal;
|
|
2172
|
+
-ms-flex-direction: column;
|
|
2173
|
+
flex-direction: column;
|
|
1780
2174
|
}
|
|
1781
2175
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
|
|
1782
2176
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1783
2177
|
padding: 7px 3px;
|
|
1784
|
-
border-radius:
|
|
2178
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1785
2179
|
}
|
|
1786
2180
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
1787
2181
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
@@ -1792,6 +2186,10 @@
|
|
|
1792
2186
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
|
|
1793
2187
|
margin: 10px;
|
|
1794
2188
|
width: 94%;
|
|
2189
|
+
-webkit-box-sizing: border-box;
|
|
2190
|
+
box-sizing: border-box;
|
|
2191
|
+
-ms-flex-item-align: center;
|
|
2192
|
+
align-self: center;
|
|
1795
2193
|
}
|
|
1796
2194
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn,
|
|
1797
2195
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
|
|
@@ -1813,10 +2211,7 @@
|
|
|
1813
2211
|
-webkit-box-shadow: none;
|
|
1814
2212
|
box-shadow: none;
|
|
1815
2213
|
padding: 6px 0;
|
|
1816
|
-
width: 40px;
|
|
1817
|
-
height: 40px;
|
|
1818
2214
|
border: none;
|
|
1819
|
-
line-height: 1px;
|
|
1820
2215
|
font-size: 24px;
|
|
1821
2216
|
}
|
|
1822
2217
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
|
|
@@ -1833,10 +2228,7 @@
|
|
|
1833
2228
|
box-shadow: none;
|
|
1834
2229
|
font-size: 24px;
|
|
1835
2230
|
padding: 6px 0;
|
|
1836
|
-
width: 40px;
|
|
1837
|
-
height: 40px;
|
|
1838
2231
|
border: none;
|
|
1839
|
-
line-height: 1px;
|
|
1840
2232
|
}
|
|
1841
2233
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
|
|
1842
2234
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
@@ -1858,7 +2250,7 @@
|
|
|
1858
2250
|
}
|
|
1859
2251
|
|
|
1860
2252
|
.e-rte-quick-popup.e-rte-elements {
|
|
1861
|
-
border-radius:
|
|
2253
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1862
2254
|
border: none;
|
|
1863
2255
|
}
|
|
1864
2256
|
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar {
|
|
@@ -2009,7 +2401,7 @@
|
|
|
2009
2401
|
}
|
|
2010
2402
|
|
|
2011
2403
|
.e-dialog.e-rte-dialog-minheight {
|
|
2012
|
-
min-height:
|
|
2404
|
+
min-height: 298px;
|
|
2013
2405
|
}
|
|
2014
2406
|
|
|
2015
2407
|
.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
|
|
@@ -2018,32 +2410,45 @@
|
|
|
2018
2410
|
}
|
|
2019
2411
|
|
|
2020
2412
|
.e-rte-table.e-rte-table-border {
|
|
2021
|
-
border: 1px
|
|
2413
|
+
border: 1px double rgba(var(--color-sf-outline-variant));
|
|
2022
2414
|
border-collapse: separate;
|
|
2023
2415
|
}
|
|
2024
2416
|
|
|
2025
2417
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
2026
2418
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2027
2419
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2420
|
+
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
|
|
2028
2421
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
2029
2422
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2030
2423
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2424
|
+
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
|
|
2031
2425
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
2032
2426
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2033
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea
|
|
2034
|
-
|
|
2427
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2428
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
|
|
2429
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
2430
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2431
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2432
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
2035
2433
|
min-height: 50px;
|
|
2036
2434
|
position: relative;
|
|
2037
2435
|
}
|
|
2038
2436
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
2039
2437
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
2040
2438
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
2439
|
+
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
|
|
2041
2440
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
2042
2441
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
2043
2442
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
2443
|
+
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
|
|
2044
2444
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
2045
2445
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
2046
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn
|
|
2446
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
2447
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
|
|
2448
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
2449
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
2450
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
2451
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn {
|
|
2047
2452
|
display: block;
|
|
2048
2453
|
height: 36px;
|
|
2049
2454
|
margin: 0 auto 10px;
|
|
@@ -2054,34 +2459,43 @@
|
|
|
2054
2459
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2055
2460
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
2056
2461
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
|
|
2462
|
+
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload,
|
|
2057
2463
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2058
2464
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
2059
2465
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
|
|
2466
|
+
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload,
|
|
2060
2467
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2061
2468
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
2062
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload
|
|
2469
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
|
|
2470
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload,
|
|
2471
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
|
|
2472
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
|
|
2473
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
|
|
2474
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload {
|
|
2063
2475
|
border: 0 solid transparent;
|
|
2064
2476
|
float: none;
|
|
2065
2477
|
}
|
|
2066
2478
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2067
2479
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2068
2480
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2481
|
+
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2069
2482
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2070
2483
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2071
2484
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2485
|
+
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2072
2486
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2073
2487
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2074
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap
|
|
2488
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2489
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2490
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2491
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2492
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
|
|
2493
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
|
|
2075
2494
|
display: none;
|
|
2076
2495
|
}
|
|
2077
|
-
|
|
2078
|
-
.e-rte-
|
|
2079
|
-
|
|
2080
|
-
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
|
|
2081
|
-
font-size: 10px;
|
|
2082
|
-
opacity: 0.87;
|
|
2083
|
-
padding-bottom: 0;
|
|
2084
|
-
padding-top: 20px;
|
|
2496
|
+
|
|
2497
|
+
.e-rte-import-dialog .e-dlg-content {
|
|
2498
|
+
overflow-y: hidden;
|
|
2085
2499
|
}
|
|
2086
2500
|
|
|
2087
2501
|
.e-rte-file-manager-dialog .e-rte-label {
|
|
@@ -2096,11 +2510,12 @@
|
|
|
2096
2510
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
2097
2511
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
2098
2512
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2513
|
+
.e-dialog .e-word-uploadwrap .e-droptext,
|
|
2099
2514
|
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2100
|
-
border: dashed
|
|
2101
|
-
border-radius:
|
|
2515
|
+
border: 2px dashed rgba(var(--color-sf-on-surface), 0.38);
|
|
2516
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2102
2517
|
color: rgba(var(--color-sf-on-secondary-container));
|
|
2103
|
-
font-family:
|
|
2518
|
+
font-family: var(--e-font-family);
|
|
2104
2519
|
font-size: 14px;
|
|
2105
2520
|
height: 128px;
|
|
2106
2521
|
margin: 0 auto;
|
|
@@ -2123,7 +2538,8 @@
|
|
|
2123
2538
|
|
|
2124
2539
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
2125
2540
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
2126
|
-
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext
|
|
2541
|
+
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext,
|
|
2542
|
+
.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap .e-droptext {
|
|
2127
2543
|
margin: 0 auto;
|
|
2128
2544
|
width: 250px;
|
|
2129
2545
|
}
|
|
@@ -2179,17 +2595,17 @@
|
|
|
2179
2595
|
width: 14px;
|
|
2180
2596
|
}
|
|
2181
2597
|
.e-rte-elements .e-rte-table-popup.e-popup.e-popup-open {
|
|
2182
|
-
border-radius:
|
|
2598
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
2183
2599
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
2184
2600
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
2185
2601
|
font-size: 14px;
|
|
2186
|
-
font-weight:
|
|
2602
|
+
font-weight: 400;
|
|
2187
2603
|
min-width: 120px;
|
|
2188
2604
|
overflow: hidden;
|
|
2189
2605
|
padding: 10px;
|
|
2190
2606
|
}
|
|
2191
2607
|
.e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
|
|
2192
|
-
width: 95px;
|
|
2608
|
+
min-width: 95px;
|
|
2193
2609
|
}
|
|
2194
2610
|
.e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
|
|
2195
2611
|
max-height: 300px;
|
|
@@ -2198,20 +2614,22 @@
|
|
|
2198
2614
|
|
|
2199
2615
|
.e-rte-elements.e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
|
|
2200
2616
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
|
|
2201
|
-
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text
|
|
2617
|
+
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text,
|
|
2618
|
+
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea .e-rte-upload-text {
|
|
2202
2619
|
display: inline-block;
|
|
2203
2620
|
line-height: normal;
|
|
2204
2621
|
}
|
|
2205
2622
|
.e-rte-elements.e-dialog .e-img-uploadwrap.e-droparea,
|
|
2206
2623
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
|
|
2207
|
-
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea
|
|
2208
|
-
|
|
2624
|
+
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
|
|
2625
|
+
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
|
|
2209
2626
|
min-height: 50px;
|
|
2210
2627
|
position: relative;
|
|
2211
2628
|
}
|
|
2212
2629
|
.e-rte-elements.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
2213
2630
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
2214
|
-
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn
|
|
2631
|
+
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
2632
|
+
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea .e-browsebtn {
|
|
2215
2633
|
display: block;
|
|
2216
2634
|
height: 32px;
|
|
2217
2635
|
margin: 0 auto 10px;
|
|
@@ -2252,8 +2670,8 @@
|
|
|
2252
2670
|
|
|
2253
2671
|
.e-richtexteditor .e-rte-table-popup .e-insert-table-btn {
|
|
2254
2672
|
font-weight: 400;
|
|
2255
|
-
border:
|
|
2256
|
-
border-radius:
|
|
2673
|
+
border: none;
|
|
2674
|
+
border-radius: calc(var(--e-radius) * 1.25);
|
|
2257
2675
|
}
|
|
2258
2676
|
|
|
2259
2677
|
.e-dialog .e-dlg-header-content + .e-dlg-content {
|
|
@@ -2299,11 +2717,10 @@
|
|
|
2299
2717
|
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
|
|
2300
2718
|
display: block;
|
|
2301
2719
|
line-height: 20px;
|
|
2302
|
-
font-size:
|
|
2720
|
+
font-size: 12px;
|
|
2303
2721
|
padding: 1px 0 5px;
|
|
2304
2722
|
}
|
|
2305
2723
|
.e-rte-elements.e-slash-menu .e-slash-menu-icon {
|
|
2306
|
-
line-height: 0;
|
|
2307
2724
|
display: inline-block;
|
|
2308
2725
|
width: 50px;
|
|
2309
2726
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -2405,10 +2822,8 @@
|
|
|
2405
2822
|
transform: translateX(50%);
|
|
2406
2823
|
}
|
|
2407
2824
|
|
|
2408
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2409
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2410
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
|
|
2411
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
|
|
2825
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
|
|
2826
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
|
|
2412
2827
|
margin-bottom: 20px;
|
|
2413
2828
|
}
|
|
2414
2829
|
|
|
@@ -2422,7 +2837,6 @@
|
|
|
2422
2837
|
}
|
|
2423
2838
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
|
|
2424
2839
|
min-height: 32px;
|
|
2425
|
-
height: 32px;
|
|
2426
2840
|
}
|
|
2427
2841
|
|
|
2428
2842
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
@@ -2461,6 +2875,175 @@
|
|
|
2461
2875
|
bottom: 0;
|
|
2462
2876
|
}
|
|
2463
2877
|
|
|
2878
|
+
.e-rte-aiquery-popup {
|
|
2879
|
+
min-height: 100px;
|
|
2880
|
+
overflow: hidden;
|
|
2881
|
+
display: -webkit-box !important;
|
|
2882
|
+
display: -ms-flexbox !important;
|
|
2883
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
2884
|
+
-webkit-box-orient: vertical;
|
|
2885
|
+
-webkit-box-direction: normal;
|
|
2886
|
+
-ms-flex-direction: column;
|
|
2887
|
+
flex-direction: column;
|
|
2888
|
+
}
|
|
2889
|
+
.e-rte-aiquery-popup .e-rte-ai-assit-content-container {
|
|
2890
|
+
-webkit-box-flex: 1;
|
|
2891
|
+
-ms-flex: 1 1 auto;
|
|
2892
|
+
flex: 1 1 auto;
|
|
2893
|
+
display: -webkit-box;
|
|
2894
|
+
display: -ms-flexbox;
|
|
2895
|
+
display: flex;
|
|
2896
|
+
-webkit-box-orient: vertical;
|
|
2897
|
+
-webkit-box-direction: normal;
|
|
2898
|
+
-ms-flex-direction: column;
|
|
2899
|
+
flex-direction: column;
|
|
2900
|
+
min-height: 0;
|
|
2901
|
+
width: 100%;
|
|
2902
|
+
}
|
|
2903
|
+
.e-rte-aiquery-popup .e-aiassistview {
|
|
2904
|
+
-webkit-box-flex: 1;
|
|
2905
|
+
-ms-flex: 1 1 auto;
|
|
2906
|
+
flex: 1 1 auto;
|
|
2907
|
+
display: -webkit-box;
|
|
2908
|
+
display: -ms-flexbox;
|
|
2909
|
+
display: flex;
|
|
2910
|
+
-webkit-box-orient: vertical;
|
|
2911
|
+
-webkit-box-direction: normal;
|
|
2912
|
+
-ms-flex-direction: column;
|
|
2913
|
+
flex-direction: column;
|
|
2914
|
+
min-height: 0;
|
|
2915
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
2916
|
+
}
|
|
2917
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-header {
|
|
2918
|
+
-webkit-box-flex: 0;
|
|
2919
|
+
-ms-flex: 0 0 auto;
|
|
2920
|
+
flex: 0 0 auto;
|
|
2921
|
+
}
|
|
2922
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-content {
|
|
2923
|
+
-webkit-box-flex: 1;
|
|
2924
|
+
-ms-flex: 1 1 auto;
|
|
2925
|
+
flex: 1 1 auto;
|
|
2926
|
+
overflow-y: auto;
|
|
2927
|
+
overflow-x: hidden;
|
|
2928
|
+
min-height: 0;
|
|
2929
|
+
}
|
|
2930
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-container {
|
|
2931
|
+
margin: auto;
|
|
2932
|
+
}
|
|
2933
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
2934
|
+
pointer-events: none;
|
|
2935
|
+
opacity: 0.5;
|
|
2936
|
+
cursor: not-allowed;
|
|
2937
|
+
}
|
|
2938
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content {
|
|
2939
|
+
display: -webkit-box;
|
|
2940
|
+
display: -ms-flexbox;
|
|
2941
|
+
display: flex;
|
|
2942
|
+
-webkit-box-orient: vertical;
|
|
2943
|
+
-webkit-box-direction: normal;
|
|
2944
|
+
-ms-flex-direction: column;
|
|
2945
|
+
flex-direction: column;
|
|
2946
|
+
-webkit-box-pack: center;
|
|
2947
|
+
-ms-flex-pack: center;
|
|
2948
|
+
justify-content: center;
|
|
2949
|
+
height: 230px;
|
|
2950
|
+
text-align: center;
|
|
2951
|
+
}
|
|
2952
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
2953
|
+
font-size: 35px;
|
|
2954
|
+
}
|
|
2955
|
+
.e-rte-aiquery-popup .e-aiassistview .e-footer {
|
|
2956
|
+
width: 85%;
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
|
|
2960
|
+
line-height: 2px;
|
|
2961
|
+
}
|
|
2962
|
+
|
|
2963
|
+
|
|
2964
|
+
|
|
2965
|
+
|
|
2966
|
+
|
|
2967
|
+
|
|
2968
|
+
|
|
2969
|
+
|
|
2970
|
+
|
|
2971
|
+
/* Font Family */
|
|
2972
|
+
/* Font Sizes */
|
|
2973
|
+
/* Radius */
|
|
2974
|
+
/* 1px */
|
|
2975
|
+
/* 2px */
|
|
2976
|
+
/* 3px */
|
|
2977
|
+
/* 4px */
|
|
2978
|
+
/* 5px */
|
|
2979
|
+
/* 6px */
|
|
2980
|
+
/* 7px */
|
|
2981
|
+
/* 8px */
|
|
2982
|
+
/* 9px */
|
|
2983
|
+
/* 10px */
|
|
2984
|
+
/* 11px */
|
|
2985
|
+
/* 12px */
|
|
2986
|
+
/* 13px */
|
|
2987
|
+
/* 14px */
|
|
2988
|
+
/* 15px */
|
|
2989
|
+
/* 16px */
|
|
2990
|
+
/* 17px */
|
|
2991
|
+
/* 18px */
|
|
2992
|
+
/* 19px */
|
|
2993
|
+
/* 20px */
|
|
2994
|
+
/* 21px */
|
|
2995
|
+
/* 22px */
|
|
2996
|
+
/* 23px */
|
|
2997
|
+
/* 24px */
|
|
2998
|
+
/* 25px */
|
|
2999
|
+
/* 26px */
|
|
3000
|
+
/* 27px */
|
|
3001
|
+
/* 28px */
|
|
3002
|
+
/* 29px */
|
|
3003
|
+
/* 30px */
|
|
3004
|
+
/* 31px */
|
|
3005
|
+
/* 32px */
|
|
3006
|
+
/* 33px */
|
|
3007
|
+
/* 34px */
|
|
3008
|
+
/* 35px */
|
|
3009
|
+
/* 36px */
|
|
3010
|
+
/* 37px */
|
|
3011
|
+
/* 38px */
|
|
3012
|
+
/* 39px */
|
|
3013
|
+
/* 40px */
|
|
3014
|
+
/* 41px */
|
|
3015
|
+
/* 42px */
|
|
3016
|
+
/* 43px */
|
|
3017
|
+
/* 44px */
|
|
3018
|
+
/* 45px */
|
|
3019
|
+
/* 46px */
|
|
3020
|
+
/* 47px */
|
|
3021
|
+
/* 48px */
|
|
3022
|
+
/* 49px */
|
|
3023
|
+
/* 50px */
|
|
3024
|
+
/* 5em */
|
|
3025
|
+
/* 65% */
|
|
3026
|
+
/* border */
|
|
3027
|
+
/* 0px */
|
|
3028
|
+
/* 1px */
|
|
3029
|
+
/* 1.5px */
|
|
3030
|
+
/* 2px */
|
|
3031
|
+
/* 3px */
|
|
3032
|
+
/* 4px */
|
|
3033
|
+
/* 5px */
|
|
3034
|
+
/* 6px */
|
|
3035
|
+
/* 7px */
|
|
3036
|
+
/* 8px */
|
|
3037
|
+
/* 9px */
|
|
3038
|
+
/* 10px */
|
|
3039
|
+
/* 11px */
|
|
3040
|
+
/* 12px */
|
|
3041
|
+
/* 13px */
|
|
3042
|
+
/* 14px */
|
|
3043
|
+
/* 15px */
|
|
3044
|
+
/* 16px */
|
|
3045
|
+
|
|
3046
|
+
|
|
2464
3047
|
/*! tab layout */
|
|
2465
3048
|
.e-rte-container {
|
|
2466
3049
|
border: 1px solid rgba(var(--color-sf-outline-variant));
|
|
@@ -2486,6 +3069,7 @@
|
|
|
2486
3069
|
}
|
|
2487
3070
|
.e-rte-toolbar.e-toolbar .e-toolbar-pop:not(.e-toolbar-extended) {
|
|
2488
3071
|
max-width: 75%;
|
|
3072
|
+
max-height: none !important; /* stylelint-disable-line declaration-no-important */
|
|
2489
3073
|
}
|
|
2490
3074
|
|
|
2491
3075
|
.e-rte-container .e-toolbar-wrapper.e-rte-tb-bottom {
|
|
@@ -2505,6 +3089,9 @@ iframe.e-rte-content {
|
|
|
2505
3089
|
color: rgba(var(--color-sf-on-surface));
|
|
2506
3090
|
background: rgba(var(--color-sf-surface));
|
|
2507
3091
|
}
|
|
3092
|
+
.e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
|
|
3093
|
+
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
3094
|
+
}
|
|
2508
3095
|
.e-richtexteditor .e-toolbar-wrapper {
|
|
2509
3096
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
2510
3097
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
@@ -2593,7 +3180,7 @@ iframe.e-rte-content {
|
|
|
2593
3180
|
}
|
|
2594
3181
|
|
|
2595
3182
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper {
|
|
2596
|
-
border-radius:
|
|
3183
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2597
3184
|
}
|
|
2598
3185
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
|
|
2599
3186
|
background: transparent;
|
|
@@ -2601,7 +3188,7 @@ iframe.e-rte-content {
|
|
|
2601
3188
|
}
|
|
2602
3189
|
|
|
2603
3190
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper {
|
|
2604
|
-
border-radius:
|
|
3191
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2605
3192
|
}
|
|
2606
3193
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
|
|
2607
3194
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
@@ -2660,32 +3247,32 @@ iframe.e-rte-content {
|
|
|
2660
3247
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
2661
3248
|
}
|
|
2662
3249
|
|
|
2663
|
-
.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,
|
|
2664
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
|
|
2665
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
|
|
2666
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
|
|
2667
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
|
|
3250
|
+
.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,
|
|
3251
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
|
|
3252
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
|
|
3253
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
|
|
3254
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
|
|
2668
3255
|
border: 1px solid transparent;
|
|
2669
3256
|
}
|
|
2670
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
|
|
2671
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
3257
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
3258
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2672
3259
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
2673
3260
|
}
|
|
2674
|
-
.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,
|
|
2675
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2676
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
3261
|
+
.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,
|
|
3262
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
|
|
3263
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
|
|
2677
3264
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
2678
3265
|
}
|
|
2679
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2680
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
3266
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
|
|
3267
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
|
|
2681
3268
|
color: rgba(var(--color-sf-on-primary-container));
|
|
2682
3269
|
}
|
|
2683
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
2684
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
3270
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
3271
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2685
3272
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
2686
3273
|
}
|
|
2687
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
|
|
2688
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
|
|
3274
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
|
|
3275
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
|
|
2689
3276
|
border: 1px solid transparent;
|
|
2690
3277
|
background: rgba(var(--color-sf-primary-container));
|
|
2691
3278
|
}
|
|
@@ -2720,10 +3307,14 @@ iframe.e-rte-content {
|
|
|
2720
3307
|
background: transparent;
|
|
2721
3308
|
}
|
|
2722
3309
|
|
|
2723
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
2724
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
3310
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
|
|
3311
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
|
|
2725
3312
|
-webkit-box-shadow: none;
|
|
2726
3313
|
box-shadow: none;
|
|
3314
|
+
}
|
|
3315
|
+
|
|
3316
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
3317
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
2727
3318
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
2728
3319
|
}
|
|
2729
3320
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
|
|
@@ -2895,7 +3486,7 @@ span.e-rte-videoboxmark {
|
|
|
2895
3486
|
.e-mob-rte span.e-rte-videoboxmark {
|
|
2896
3487
|
background: rgba(var(--color-sf-on-primary));
|
|
2897
3488
|
border: 1px solid rgba(var(--color-sf-primary));
|
|
2898
|
-
border-radius:
|
|
3489
|
+
border-radius: calc(var(--e-radius) * 0.9375);
|
|
2899
3490
|
height: 20px;
|
|
2900
3491
|
width: 20px;
|
|
2901
3492
|
}
|
|
@@ -2963,7 +3554,7 @@ span.e-rte-videoboxmark {
|
|
|
2963
3554
|
|
|
2964
3555
|
.e-rte-table-popup .e-rte-popup-header {
|
|
2965
3556
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
2966
|
-
font-family:
|
|
3557
|
+
font-family: var(--e-font-family);
|
|
2967
3558
|
font-size: 14px;
|
|
2968
3559
|
text-align: center;
|
|
2969
3560
|
}
|
|
@@ -3085,6 +3676,104 @@ span.e-table-box.e-rbox-select {
|
|
|
3085
3676
|
border-top: 9px solid inherit;
|
|
3086
3677
|
}
|
|
3087
3678
|
|
|
3679
|
+
.e-rte-aiquery-popup {
|
|
3680
|
+
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
3681
|
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
3682
|
+
}
|
|
3683
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
3684
|
+
color: rgba(var(--color-sf-on-surface-variant), 0.38);
|
|
3685
|
+
}
|
|
3686
|
+
.e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3687
|
+
border: 1px solid transparent;
|
|
3688
|
+
background-color: transparent;
|
|
3689
|
+
-webkit-box-shadow: none;
|
|
3690
|
+
box-shadow: none;
|
|
3691
|
+
}
|
|
3692
|
+
|
|
3693
|
+
|
|
3694
|
+
|
|
3695
|
+
|
|
3696
|
+
|
|
3697
|
+
|
|
3698
|
+
|
|
3699
|
+
|
|
3700
|
+
|
|
3701
|
+
/* Font Family */
|
|
3702
|
+
/* Font Sizes */
|
|
3703
|
+
/* Radius */
|
|
3704
|
+
/* 1px */
|
|
3705
|
+
/* 2px */
|
|
3706
|
+
/* 3px */
|
|
3707
|
+
/* 4px */
|
|
3708
|
+
/* 5px */
|
|
3709
|
+
/* 6px */
|
|
3710
|
+
/* 7px */
|
|
3711
|
+
/* 8px */
|
|
3712
|
+
/* 9px */
|
|
3713
|
+
/* 10px */
|
|
3714
|
+
/* 11px */
|
|
3715
|
+
/* 12px */
|
|
3716
|
+
/* 13px */
|
|
3717
|
+
/* 14px */
|
|
3718
|
+
/* 15px */
|
|
3719
|
+
/* 16px */
|
|
3720
|
+
/* 17px */
|
|
3721
|
+
/* 18px */
|
|
3722
|
+
/* 19px */
|
|
3723
|
+
/* 20px */
|
|
3724
|
+
/* 21px */
|
|
3725
|
+
/* 22px */
|
|
3726
|
+
/* 23px */
|
|
3727
|
+
/* 24px */
|
|
3728
|
+
/* 25px */
|
|
3729
|
+
/* 26px */
|
|
3730
|
+
/* 27px */
|
|
3731
|
+
/* 28px */
|
|
3732
|
+
/* 29px */
|
|
3733
|
+
/* 30px */
|
|
3734
|
+
/* 31px */
|
|
3735
|
+
/* 32px */
|
|
3736
|
+
/* 33px */
|
|
3737
|
+
/* 34px */
|
|
3738
|
+
/* 35px */
|
|
3739
|
+
/* 36px */
|
|
3740
|
+
/* 37px */
|
|
3741
|
+
/* 38px */
|
|
3742
|
+
/* 39px */
|
|
3743
|
+
/* 40px */
|
|
3744
|
+
/* 41px */
|
|
3745
|
+
/* 42px */
|
|
3746
|
+
/* 43px */
|
|
3747
|
+
/* 44px */
|
|
3748
|
+
/* 45px */
|
|
3749
|
+
/* 46px */
|
|
3750
|
+
/* 47px */
|
|
3751
|
+
/* 48px */
|
|
3752
|
+
/* 49px */
|
|
3753
|
+
/* 50px */
|
|
3754
|
+
/* 5em */
|
|
3755
|
+
/* 65% */
|
|
3756
|
+
/* border */
|
|
3757
|
+
/* 0px */
|
|
3758
|
+
/* 1px */
|
|
3759
|
+
/* 1.5px */
|
|
3760
|
+
/* 2px */
|
|
3761
|
+
/* 3px */
|
|
3762
|
+
/* 4px */
|
|
3763
|
+
/* 5px */
|
|
3764
|
+
/* 6px */
|
|
3765
|
+
/* 7px */
|
|
3766
|
+
/* 8px */
|
|
3767
|
+
/* 9px */
|
|
3768
|
+
/* 10px */
|
|
3769
|
+
/* 11px */
|
|
3770
|
+
/* 12px */
|
|
3771
|
+
/* 13px */
|
|
3772
|
+
/* 14px */
|
|
3773
|
+
/* 15px */
|
|
3774
|
+
/* 16px */
|
|
3775
|
+
|
|
3776
|
+
|
|
3088
3777
|
.e-bigger .e-richtexteditor.e-rte-full-screen iframe,
|
|
3089
3778
|
.e-richtexteditor.e-bigger.e-rte-full-screen iframe {
|
|
3090
3779
|
height: calc(100% - 56px);
|
|
@@ -3138,19 +3827,20 @@ span.e-table-box.e-rbox-select {
|
|
|
3138
3827
|
.e-bigger .e-richtexteditor .e-dialog .e-img-uploadwrap .e-droptext,
|
|
3139
3828
|
.e-bigger .e-richtexteditor .e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3140
3829
|
.e-bigger .e-richtexteditor .e-dialog .e-vid-uploadwrap .e-droptext,
|
|
3830
|
+
.e-bigger .e-richtexteditor .e-dialog .e-word-uploadwrap .e-droptext,
|
|
3141
3831
|
.e-richtexteditor.e-bigger .e-dialog .e-img-uploadwrap .e-droptext,
|
|
3142
3832
|
.e-richtexteditor.e-bigger .e-dialog .e-aud-uploadwrap .e-droptext,
|
|
3143
|
-
.e-richtexteditor.e-bigger .e-dialog .e-vid-uploadwrap .e-droptext
|
|
3833
|
+
.e-richtexteditor.e-bigger .e-dialog .e-vid-uploadwrap .e-droptext,
|
|
3834
|
+
.e-richtexteditor.e-bigger .e-dialog .e-word-uploadwrap .e-droptext {
|
|
3144
3835
|
height: 140px;
|
|
3145
3836
|
}
|
|
3146
3837
|
|
|
3147
3838
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
3148
|
-
min-
|
|
3149
|
-
|
|
3150
|
-
width: 335px;
|
|
3839
|
+
min-height: 337px;
|
|
3840
|
+
min-width: 337px;
|
|
3151
3841
|
}
|
|
3152
3842
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
3153
|
-
border-radius:
|
|
3843
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
3154
3844
|
padding: 0;
|
|
3155
3845
|
padding: 2px 5px;
|
|
3156
3846
|
}
|
|
@@ -3174,9 +3864,6 @@ span.e-table-box.e-rbox-select {
|
|
|
3174
3864
|
}
|
|
3175
3865
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group .e-btn.e-control {
|
|
3176
3866
|
padding: 8px 0;
|
|
3177
|
-
width: 42px;
|
|
3178
|
-
height: 42px;
|
|
3179
|
-
line-height: 0;
|
|
3180
3867
|
font-size: 26px;
|
|
3181
3868
|
}
|
|
3182
3869
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn {
|
|
@@ -3185,10 +3872,7 @@ span.e-table-box.e-rbox-select {
|
|
|
3185
3872
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control {
|
|
3186
3873
|
font-size: 26px;
|
|
3187
3874
|
padding: 8px 0;
|
|
3188
|
-
width: 40px;
|
|
3189
|
-
height: 40px;
|
|
3190
3875
|
border: none;
|
|
3191
|
-
line-height: 0;
|
|
3192
3876
|
}
|
|
3193
3877
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
3194
3878
|
font-weight: 500;
|
|
@@ -3255,20 +3939,20 @@ span.e-table-box.e-rbox-select {
|
|
|
3255
3939
|
|
|
3256
3940
|
.e-bigger .e-richtexteditor .e-dialog,
|
|
3257
3941
|
.e-richtexteditor.e-bigger .e-dialog {
|
|
3258
|
-
border-radius:
|
|
3942
|
+
border-radius: calc(var(--e-radius) * 1);
|
|
3259
3943
|
}
|
|
3260
3944
|
|
|
3261
3945
|
.e-bigger .e-rte-container {
|
|
3262
|
-
border-radius:
|
|
3946
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
3263
3947
|
}
|
|
3264
3948
|
.e-bigger .e-richtexteditor .e-toolbar .e-hor-nav {
|
|
3265
|
-
border-radius: 0
|
|
3949
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
3266
3950
|
}
|
|
3267
3951
|
.e-bigger .e-richtexteditor .e-rte-content {
|
|
3268
|
-
border-radius: 0 0
|
|
3952
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25);
|
|
3269
3953
|
}
|
|
3270
3954
|
.e-bigger .e-richtexteditor .e-toolbar-wrapper {
|
|
3271
|
-
border-radius:
|
|
3955
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
3272
3956
|
}
|
|
3273
3957
|
|
|
3274
3958
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
|
|
@@ -3312,34 +3996,126 @@ span.e-table-box.e-rbox-select {
|
|
|
3312
3996
|
border: 1px solid transparent;
|
|
3313
3997
|
}
|
|
3314
3998
|
|
|
3999
|
+
.e-bigger .e-dialog.e-rte-table-popup.e-popup.e-popup-open {
|
|
4000
|
+
min-height: 150px !important; /* stylelint-disable-line declaration-no-important */
|
|
4001
|
+
}
|
|
4002
|
+
|
|
3315
4003
|
.e-bigger .e-richtexteditor.e-rte-tb-expand {
|
|
3316
|
-
border-radius:
|
|
4004
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
3317
4005
|
}
|
|
3318
4006
|
|
|
3319
4007
|
.e-bigger .e-richtexteditor .e-toolbar-wrapper {
|
|
3320
|
-
border-top-left-radius:
|
|
3321
|
-
border-top-right-radius:
|
|
4008
|
+
border-top-left-radius: calc(var(--e-radius) * 0.5);
|
|
4009
|
+
border-top-right-radius: calc(var(--e-radius) * 0.5);
|
|
3322
4010
|
}
|
|
3323
4011
|
|
|
3324
4012
|
.e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
|
|
3325
4013
|
.e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
|
|
3326
|
-
border-top-left-radius:
|
|
3327
|
-
border-top-right-radius:
|
|
4014
|
+
border-top-left-radius: calc(var(--e-radius) * 0.5);
|
|
4015
|
+
border-top-right-radius: calc(var(--e-radius) * 0.5);
|
|
3328
4016
|
}
|
|
3329
4017
|
|
|
3330
4018
|
.e-bigger .e-rte-toolbar .e-toolbar-items {
|
|
3331
|
-
border-top-left-radius:
|
|
4019
|
+
border-top-left-radius: calc(var(--e-radius) * 0.25);
|
|
3332
4020
|
}
|
|
3333
4021
|
|
|
3334
4022
|
.e-bigger .e-rte-toolbar .e-hor-nav {
|
|
3335
|
-
border-top-right-radius:
|
|
4023
|
+
border-top-right-radius: calc(var(--e-radius) * 0.5);
|
|
3336
4024
|
}
|
|
3337
4025
|
|
|
3338
4026
|
.e-bigger .e-rtl .e-rte-toolbar .e-hor-nav {
|
|
3339
|
-
border-top-left-radius:
|
|
3340
|
-
border-top-right-radius: 0;
|
|
4027
|
+
border-top-left-radius: calc(var(--e-radius) * 0.5);
|
|
4028
|
+
border-top-right-radius: calc(var(--e-radius) * 0.5);
|
|
3341
4029
|
}
|
|
3342
4030
|
|
|
3343
4031
|
.e-bigger .e-rtl .e-rte-toolbar .e-toolbar-items {
|
|
3344
|
-
border-top-right-radius:
|
|
4032
|
+
border-top-right-radius: calc(var(--e-radius) * 0.25);
|
|
4033
|
+
}
|
|
4034
|
+
|
|
4035
|
+
.e-bigger .e-rte-elements.e-popup-open.e-rte-slashmenu .e-list-parent > li {
|
|
4036
|
+
padding-left: 0;
|
|
4037
|
+
}
|
|
4038
|
+
|
|
4039
|
+
.e-bigger .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
4040
|
+
height: 56px;
|
|
4041
|
+
min-height: 56px;
|
|
4042
|
+
}
|
|
4043
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
4044
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content,
|
|
4045
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content {
|
|
4046
|
+
line-height: 1.5;
|
|
4047
|
+
}
|
|
4048
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content blockquote,
|
|
4049
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content blockquote,
|
|
4050
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content blockquote {
|
|
4051
|
+
font-size: 16px;
|
|
4052
|
+
}
|
|
4053
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h1,
|
|
4054
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h1,
|
|
4055
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h1 {
|
|
4056
|
+
font-size: 2.857em;
|
|
4057
|
+
line-height: 1.2;
|
|
4058
|
+
}
|
|
4059
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h2,
|
|
4060
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h2,
|
|
4061
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h2 {
|
|
4062
|
+
font-size: 2.285em;
|
|
4063
|
+
line-height: 1.2;
|
|
4064
|
+
}
|
|
4065
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h3,
|
|
4066
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h3,
|
|
4067
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h3 {
|
|
4068
|
+
font-size: 2em;
|
|
4069
|
+
line-height: 1.2;
|
|
4070
|
+
}
|
|
4071
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h4,
|
|
4072
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h4,
|
|
4073
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h4 {
|
|
4074
|
+
font-size: 1.714em;
|
|
4075
|
+
line-height: 1.2;
|
|
4076
|
+
}
|
|
4077
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h5,
|
|
4078
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h5,
|
|
4079
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h5 {
|
|
4080
|
+
font-size: 1.428em;
|
|
4081
|
+
line-height: 1.2;
|
|
4082
|
+
}
|
|
4083
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h6,
|
|
4084
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h6,
|
|
4085
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h6 {
|
|
4086
|
+
font-size: 1.142em;
|
|
4087
|
+
line-height: 1.5;
|
|
4088
|
+
}
|
|
4089
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
4090
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
4091
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
4092
|
+
margin-top: 0.6em;
|
|
4093
|
+
}
|
|
4094
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
4095
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
4096
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
4097
|
+
margin-top: 0.6em;
|
|
4098
|
+
}
|
|
4099
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
4100
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
4101
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
4102
|
+
margin-top: 0.6em;
|
|
4103
|
+
}
|
|
4104
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
4105
|
+
font-size: 2em;
|
|
4106
|
+
}
|
|
4107
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
4108
|
+
font-size: 1.5em;
|
|
4109
|
+
}
|
|
4110
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
4111
|
+
font-size: 1.16em;
|
|
4112
|
+
}
|
|
4113
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
4114
|
+
font-size: 1em;
|
|
4115
|
+
}
|
|
4116
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
4117
|
+
font-size: 0.83em;
|
|
4118
|
+
}
|
|
4119
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
4120
|
+
font-size: 0.7em;
|
|
3345
4121
|
}
|