@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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
1
2
|
@include export-module('richtexteditor-layout') {
|
|
2
3
|
|
|
3
4
|
/*! tab layout */
|
|
@@ -9,8 +10,8 @@
|
|
|
9
10
|
.e-rte-container {
|
|
10
11
|
display: flex;
|
|
11
12
|
flex-direction: column;
|
|
12
|
-
width:
|
|
13
|
-
height:
|
|
13
|
+
width: $rte-container-width;
|
|
14
|
+
height: $rte-container-height;
|
|
14
15
|
content: 'light-theme';
|
|
15
16
|
@if $theme-name == 'bootstrap-dark' or $theme-name == 'material-dark' or $theme-name == 'fabric-dark' or $theme-name == 'material3-dark' or $theme-name == 'fluent2-dark' or $theme-name == 'fluent2-highcontrast' or $theme-name == 'highcontrast' or $theme-name == 'botstrap5-dark' or $theme-name == 'tailwind-dark' or $theme-name == 'fluentui-dark' or $theme-name == 'tailwind3-dark' {
|
|
16
17
|
content: 'dark-theme';
|
|
@@ -18,7 +19,7 @@
|
|
|
18
19
|
&.e-count-enabled,
|
|
19
20
|
&.e-resize-enabled {
|
|
20
21
|
.e-content {
|
|
21
|
-
padding-bottom:
|
|
22
|
+
padding-bottom: $rte-count-resize-enabled-content-padding-bottom;
|
|
22
23
|
}
|
|
23
24
|
}
|
|
24
25
|
|
|
@@ -35,7 +36,7 @@
|
|
|
35
36
|
|
|
36
37
|
&.e-rte-tb-bottom {
|
|
37
38
|
.e-rte-content {
|
|
38
|
-
margin-bottom:
|
|
39
|
+
margin-bottom: $rte-tb-bottom-content-margin-bottom;
|
|
39
40
|
}
|
|
40
41
|
}
|
|
41
42
|
}
|
|
@@ -54,14 +55,14 @@
|
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
& textarea.e-content {
|
|
57
|
-
border:
|
|
58
|
+
border: $rte-content-textarea-border;
|
|
58
59
|
display: block;
|
|
59
|
-
height:
|
|
60
|
-
margin:
|
|
60
|
+
height: $rte-content-textarea-height;
|
|
61
|
+
margin: $rte-content-textarea-margin;
|
|
61
62
|
outline: 0;
|
|
62
|
-
padding:
|
|
63
|
+
padding: $rte-content-textarea-padding;
|
|
63
64
|
resize: none;
|
|
64
|
-
width:
|
|
65
|
+
width: $rte-content-textarea-width;
|
|
65
66
|
}
|
|
66
67
|
|
|
67
68
|
& .e-rte-hidden {
|
|
@@ -74,13 +75,13 @@
|
|
|
74
75
|
|
|
75
76
|
&.e-rte-full-screen {
|
|
76
77
|
bottom: 0;
|
|
77
|
-
height:
|
|
78
|
+
height: $rte-full-screen-height !important; /* stylelint-disable-line declaration-no-important */
|
|
78
79
|
left: 0;
|
|
79
80
|
overflow: auto;
|
|
80
81
|
position: fixed;
|
|
81
82
|
right: 0;
|
|
82
83
|
top: 0;
|
|
83
|
-
width:
|
|
84
|
+
width: $rte-full-screen-width !important; /* stylelint-disable-line declaration-no-important */
|
|
84
85
|
z-index: 999;
|
|
85
86
|
|
|
86
87
|
.e-resize-handle {
|
|
@@ -125,15 +126,14 @@
|
|
|
125
126
|
}
|
|
126
127
|
|
|
127
128
|
&.e-rtl .e-rte-character-count {
|
|
128
|
-
|
|
129
|
-
padding-left:
|
|
130
|
-
padding-right:
|
|
131
|
-
right: unset;
|
|
129
|
+
margin-right: $rte-character-count-rtl-margin-right;
|
|
130
|
+
padding-left: $rte-character-count-padding-left;
|
|
131
|
+
padding-right: $rte-character-count-padding-right;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
&.e-rtl .e-rte-content .e-content blockquote {
|
|
135
|
-
padding-left:
|
|
136
|
-
padding-right:
|
|
135
|
+
padding-left: $rte-blockquote-padding-left;
|
|
136
|
+
padding-right: $rte-blockquote-padding-right;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
.e-rte-toolbar {
|
|
@@ -145,21 +145,22 @@
|
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
.e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-item:first-child {
|
|
148
|
-
margin-left:
|
|
148
|
+
margin-left: $rte-toolbar-item-first-child-margin-left;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.e-hor-nav.e-expended-nav {
|
|
152
|
-
height:
|
|
152
|
+
height: $rte-expended-nav-min-height; //used toolbar component nav default min-height
|
|
153
|
+
min-height: $rte-expended-nav-min-height; //used toolbar component nav default min-height
|
|
153
154
|
}
|
|
154
155
|
}
|
|
155
156
|
|
|
156
157
|
.e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
157
158
|
display: inline-block;
|
|
158
|
-
margin-left:
|
|
159
|
-
margin-right:
|
|
159
|
+
margin-left: $rte-toolbar-multirow-margin-left;
|
|
160
|
+
margin-right: $rte-toolbar-multirow-margin-right;
|
|
160
161
|
overflow-x: auto;
|
|
161
162
|
white-space: nowrap;
|
|
162
|
-
width:
|
|
163
|
+
width: $rte-toolbar-multirow-width;
|
|
163
164
|
}
|
|
164
165
|
|
|
165
166
|
.e-rte-toolbar {
|
|
@@ -229,25 +230,25 @@
|
|
|
229
230
|
.e-rte-iframe-content {
|
|
230
231
|
overflow: hidden;
|
|
231
232
|
transition: 100ms ease-out;
|
|
232
|
-
width:
|
|
233
|
+
width: $rte-content-width;
|
|
233
234
|
font-size: $rte-content-font-size;
|
|
234
235
|
|
|
235
236
|
.e-content {
|
|
236
|
-
width:
|
|
237
|
+
width: $rte-e-content-width;
|
|
237
238
|
display: block;
|
|
238
239
|
float: left;
|
|
239
240
|
background: unset;
|
|
240
241
|
box-sizing: border-box;
|
|
241
|
-
height:
|
|
242
|
+
height: $rte-content-height;
|
|
242
243
|
min-height: 100px;
|
|
243
244
|
outline: 0 solid transparent;
|
|
244
|
-
padding: $rte-content-padding;
|
|
245
|
+
padding: $rte-iframe-content-padding;
|
|
245
246
|
position: relative;
|
|
246
247
|
text-align: inherit;
|
|
247
248
|
z-index: 2;
|
|
248
|
-
font-weight:
|
|
249
|
-
line-height:
|
|
250
|
-
font-size:
|
|
249
|
+
font-weight: $rte-content-font-weight;
|
|
250
|
+
line-height: $rte-content-line-height;
|
|
251
|
+
font-size: $rte-common-content-font-size;
|
|
251
252
|
/* stylelint-disable property-no-vendor-prefix */
|
|
252
253
|
-webkit-overflow-scrolling: touch; //iOS devices scrolling smooth
|
|
253
254
|
// sass-lint:enabled no-vendor-prefixes
|
|
@@ -256,8 +257,12 @@
|
|
|
256
257
|
}
|
|
257
258
|
|
|
258
259
|
.e-content p {
|
|
259
|
-
margin:
|
|
260
|
-
margin-bottom:
|
|
260
|
+
margin: $rte-content-p-margin;
|
|
261
|
+
margin-bottom: $rte-content-p-margin-bottom;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.e-content blockquote {
|
|
265
|
+
font-size: $rte-common-content-font-size;
|
|
261
266
|
}
|
|
262
267
|
|
|
263
268
|
.e-content code {
|
|
@@ -266,10 +271,64 @@
|
|
|
266
271
|
}
|
|
267
272
|
|
|
268
273
|
.e-content hr {
|
|
269
|
-
margin:
|
|
274
|
+
margin: $rte-content-hr-margin;
|
|
270
275
|
border: $rte-hr-border;
|
|
271
276
|
@if $theme-name == 'Material3-dark' or $theme-name == 'fluent2-dark' or $theme-name == 'fluentui-dark' or $theme-name == 'fluent2-highcontrast' or $theme-name == 'highcontrast' or $theme-name == 'botstrap5-dark' or $theme-name == 'tailwind-dark' {
|
|
272
|
-
border:
|
|
277
|
+
border: $rte-hr-small-border;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.e-content {
|
|
282
|
+
.e-rte-checklist > li:not(.e-rte-checklist-hidden) {
|
|
283
|
+
list-style: none;
|
|
284
|
+
position: relative;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.e-rte-checklist > li::before {
|
|
288
|
+
content: '';
|
|
289
|
+
position: absolute;
|
|
290
|
+
top: 2px;
|
|
291
|
+
box-sizing: content-box;
|
|
292
|
+
left: -25px;
|
|
293
|
+
width: $rte-checklist-checkbox-width;
|
|
294
|
+
height: $rte-checklist-checkbox-height;
|
|
295
|
+
border-radius: $rte-checklist-checkbox-border-radius;
|
|
296
|
+
border: $rte-checklist-checkbox-border;
|
|
297
|
+
cursor: pointer;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.e-rte-checklist li.e-rte-checklist-checked::before {
|
|
301
|
+
background: $rte-checklist-checked-bg-color;
|
|
302
|
+
border: $rte-checklist-checked-border-color;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.e-rte-checklist li.e-rte-checklist-checked::after {
|
|
306
|
+
border-color: $rte-checklist-checked-checkmark-color;
|
|
307
|
+
border-style: solid;
|
|
308
|
+
border-width: 0 calc(16px / 8) calc(16px / 8) 0;
|
|
309
|
+
box-sizing: content-box;
|
|
310
|
+
content: '';
|
|
311
|
+
display: block;
|
|
312
|
+
height: 8px;
|
|
313
|
+
width: 4px;
|
|
314
|
+
left: -19px;
|
|
315
|
+
position: absolute;
|
|
316
|
+
top: 4.5px;
|
|
317
|
+
transform: rotate(45deg);
|
|
318
|
+
cursor: pointer;
|
|
319
|
+
@if $theme-name =='Material3-dark' or $theme-name =='Material3' {
|
|
320
|
+
left: -18px;
|
|
321
|
+
top: 5.5px;
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.e-content.e-rtl {
|
|
327
|
+
.e-rte-checklist li.e-rte-checklist-checked::after {
|
|
328
|
+
right: -19px;
|
|
329
|
+
}
|
|
330
|
+
.e-rte-checklist > li::before {
|
|
331
|
+
right: -25px;
|
|
273
332
|
}
|
|
274
333
|
}
|
|
275
334
|
|
|
@@ -286,12 +345,12 @@
|
|
|
286
345
|
}
|
|
287
346
|
|
|
288
347
|
.e-content li {
|
|
289
|
-
margin-bottom:
|
|
348
|
+
margin-bottom: $rte-content-li-margin-bottom;
|
|
290
349
|
}
|
|
291
350
|
|
|
292
351
|
.e-content li ol,
|
|
293
352
|
.e-content li ul {
|
|
294
|
-
margin-block-start:
|
|
353
|
+
margin-block-start: $rte-li-ul-margin;
|
|
295
354
|
}
|
|
296
355
|
|
|
297
356
|
.e-content ul {
|
|
@@ -311,69 +370,73 @@
|
|
|
311
370
|
}
|
|
312
371
|
|
|
313
372
|
.e-content h1 {
|
|
314
|
-
font-size:
|
|
315
|
-
font-weight:
|
|
316
|
-
line-height:
|
|
317
|
-
margin:
|
|
373
|
+
font-size: $rte-content-h1-font-size;
|
|
374
|
+
font-weight: $rte-content-h1-font-weight;
|
|
375
|
+
line-height: $rte-content-h1-line-height;
|
|
376
|
+
margin: $rte-content-h1-margin;
|
|
318
377
|
}
|
|
319
378
|
|
|
320
379
|
.e-content h2 {
|
|
321
|
-
font-size:
|
|
322
|
-
font-weight:
|
|
323
|
-
line-height:
|
|
324
|
-
margin:
|
|
380
|
+
font-size: $rte-content-h2-font-size;
|
|
381
|
+
font-weight: $rte-content-h2-font-weight;
|
|
382
|
+
line-height: $rte-content-h2-line-height;
|
|
383
|
+
margin: $rte-content-h2-margin;
|
|
325
384
|
}
|
|
326
385
|
|
|
327
386
|
.e-content h3 {
|
|
328
|
-
font-size:
|
|
329
|
-
font-weight:
|
|
330
|
-
line-height:
|
|
331
|
-
margin:
|
|
387
|
+
font-size: $rte-content-h3-font-size;
|
|
388
|
+
font-weight: $rte-content-h3-font-weight;
|
|
389
|
+
line-height: $rte-content-h3-line-height;
|
|
390
|
+
margin: $rte-content-h3-margin;
|
|
332
391
|
}
|
|
333
392
|
|
|
334
393
|
.e-content h4 {
|
|
335
|
-
font-size:
|
|
336
|
-
font-weight:
|
|
337
|
-
line-height:
|
|
338
|
-
margin:
|
|
394
|
+
font-size: $rte-content-h4-font-size;
|
|
395
|
+
font-weight: $rte-content-h4-font-weight;
|
|
396
|
+
line-height: $rte-content-h4-line-height;
|
|
397
|
+
margin: $rte-content-h4-margin;
|
|
339
398
|
}
|
|
340
399
|
|
|
341
400
|
.e-content h5 {
|
|
342
|
-
font-size:
|
|
343
|
-
font-weight:
|
|
344
|
-
line-height:
|
|
345
|
-
margin:
|
|
401
|
+
font-size: $rte-content-h5-font-size;
|
|
402
|
+
font-weight: $rte-content-h5-font-weight;
|
|
403
|
+
line-height: $rte-content-h5-line-height;
|
|
404
|
+
margin: $rte-content-h5-margin;
|
|
346
405
|
}
|
|
347
406
|
|
|
348
407
|
.e-content h6 {
|
|
349
|
-
font-size:
|
|
350
|
-
line-height:
|
|
351
|
-
|
|
352
|
-
margin: 10px 0;
|
|
408
|
+
font-size: $rte-content-h6-font-size;
|
|
409
|
+
line-height: $rte-content-h6-line-height;
|
|
410
|
+
margin: $rte-content-h6-margin;
|
|
353
411
|
}
|
|
354
412
|
|
|
355
413
|
.e-content blockquote {
|
|
356
|
-
margin:
|
|
357
|
-
margin-left:
|
|
358
|
-
padding-left:
|
|
414
|
+
margin: $rte-content-blockquote-margin;
|
|
415
|
+
margin-left: $rte-content-blockquote-margin-left;
|
|
416
|
+
padding-left: $rte-iframe-blockquote-padding-left;
|
|
359
417
|
}
|
|
360
418
|
|
|
361
419
|
.e-content table {
|
|
362
|
-
margin-bottom:
|
|
420
|
+
margin-bottom: $rte-content-table-margin-bottom;
|
|
363
421
|
border-collapse: collapse;
|
|
422
|
+
border-spacing: 0;
|
|
364
423
|
empty-cells: show;
|
|
424
|
+
|
|
425
|
+
&:not(:first-child):not(table table) {
|
|
426
|
+
margin-top: $rte-content-table-margin-top;
|
|
427
|
+
}
|
|
365
428
|
}
|
|
366
429
|
|
|
367
430
|
.e-content pre {
|
|
368
431
|
background-color: $rte-content-pre-background;
|
|
369
|
-
border:
|
|
370
|
-
border-radius:
|
|
432
|
+
border: $rte-content-pre-border;
|
|
433
|
+
border-radius: $rte-content-pre-border-radius;
|
|
371
434
|
color: $rte-content-color;
|
|
372
435
|
font-size: inherit;
|
|
373
436
|
line-height: inherit;
|
|
374
|
-
margin:
|
|
437
|
+
margin: $rte-content-pre-margin;
|
|
375
438
|
overflow: visible;
|
|
376
|
-
padding:
|
|
439
|
+
padding: $rte-content-pre-padding;
|
|
377
440
|
white-space: pre-wrap;
|
|
378
441
|
word-break: inherit;
|
|
379
442
|
word-wrap: break-word;
|
|
@@ -386,30 +449,30 @@
|
|
|
386
449
|
background: rgba(157, 157, 157, .08);
|
|
387
450
|
color: rgba(46, 46, 46, 1);
|
|
388
451
|
font-family: $rte-code-block-font-family;
|
|
389
|
-
border-radius:
|
|
390
|
-
border:
|
|
391
|
-
padding:
|
|
392
|
-
font-size:
|
|
452
|
+
border-radius: $rte-pre-border-radius;
|
|
453
|
+
border: $rte-pre-border;
|
|
454
|
+
padding: $rte-code-block-padding;
|
|
455
|
+
font-size: $rte-pre-font-size;
|
|
393
456
|
line-height: $rte-code-block-line-height;
|
|
394
457
|
font-weight: $rte-code-block-font-weight;
|
|
395
458
|
position: relative;
|
|
396
459
|
@if $theme-name == 'bootstrap-dark' or $theme-name == 'material-dark' or $theme-name == 'fabric-dark' or $theme-name == 'material3-dark' or $theme-name == 'fluent2-dark' or $theme-name == 'fluent2-highcontrast' or $theme-name == 'highcontrast' or $theme-name == 'botstrap5-dark' or $theme-name == 'tailwind-dark' or $theme-name == 'fluentui-dark' or $theme-name == 'tailwind3-dark' {
|
|
397
460
|
background: rgba(157, 157, 157, .08);
|
|
398
461
|
color: rgba(245, 245, 245, 1);
|
|
399
|
-
border:
|
|
462
|
+
border: $rte-pre-small-border;
|
|
400
463
|
}
|
|
401
464
|
&::before {
|
|
402
465
|
content: attr(data-language);
|
|
403
466
|
font-family: $rte-code-block-label-font-family;
|
|
404
467
|
font-weight: $rte-code-block-label-font-weight;
|
|
405
468
|
color: rgba(249, 250, 251, 1);
|
|
406
|
-
font-size:
|
|
469
|
+
font-size: $rte-pre-before-content-font-size;
|
|
407
470
|
line-height: $rte-code-block-label-line-height;
|
|
408
471
|
right: 8px;
|
|
409
|
-
padding:
|
|
472
|
+
padding: $rte-code-block-label-padding;
|
|
410
473
|
background-color: rgba(105, 105, 105, 1);
|
|
411
474
|
top: -1px;
|
|
412
|
-
border-radius:
|
|
475
|
+
border-radius: $rte-pre-before-content-border-radius;
|
|
413
476
|
position: absolute;
|
|
414
477
|
@if $theme-name == 'bootstrap-dark' or $theme-name == 'material-dark' or $theme-name == 'fabric-dark' or $theme-name == 'Material3-dark' or $theme-name == 'fluent2-dark' or $theme-name == 'fluent2-highcontrast' or $theme-name == 'highcontrast' or $theme-name == 'botstrap5-dark' or $theme-name == 'tailwind-dark' or $theme-name == 'fluentui-dark' or $theme-name == 'tailwind3-dark' {
|
|
415
478
|
background: rgba(189, 186, 186, 1);
|
|
@@ -426,7 +489,7 @@
|
|
|
426
489
|
}
|
|
427
490
|
.e-content strong,
|
|
428
491
|
.e-content b {
|
|
429
|
-
font-weight:
|
|
492
|
+
font-weight: $rte-content-strong-b-font-weight;
|
|
430
493
|
}
|
|
431
494
|
|
|
432
495
|
.e-content a {
|
|
@@ -439,19 +502,26 @@
|
|
|
439
502
|
}
|
|
440
503
|
|
|
441
504
|
.e-content p:last-child,
|
|
505
|
+
.e-content p.e-rte-last-paragraph,
|
|
442
506
|
.e-content pre:last-child,
|
|
443
507
|
.e-content blockquote:last-child {
|
|
444
|
-
margin-bottom:
|
|
508
|
+
margin-bottom: $rte-content-para-pre-block-last-margin-bottom;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.e-content h3 + h4 {
|
|
512
|
+
margin-top: $rte-content-h3-h4-tag-margin-top;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.e-content h4 + h5 {
|
|
516
|
+
margin-top: $rte-content-h4-h5-tag-margin-top;
|
|
445
517
|
}
|
|
446
518
|
|
|
447
|
-
.e-content h3 + h4,
|
|
448
|
-
.e-content h4 + h5,
|
|
449
519
|
.e-content h5 + h6 {
|
|
450
|
-
margin-top:
|
|
520
|
+
margin-top: $rte-content-h5-h6-tag-margin-top;
|
|
451
521
|
}
|
|
452
522
|
|
|
453
523
|
.e-content ul:last-child {
|
|
454
|
-
margin-bottom:
|
|
524
|
+
margin-bottom: $rte-content-ul-tag-margin-bottom;
|
|
455
525
|
}
|
|
456
526
|
|
|
457
527
|
.e-content table.e-cell-select {
|
|
@@ -465,13 +535,13 @@
|
|
|
465
535
|
left: 0;
|
|
466
536
|
right: 0;
|
|
467
537
|
bottom: 0;
|
|
468
|
-
border:
|
|
538
|
+
border: $rte-table-select-border;
|
|
469
539
|
pointer-events: none;
|
|
470
540
|
}
|
|
471
541
|
|
|
472
542
|
.e-content table td.e-cell-select.e-multi-cells-select,
|
|
473
543
|
.e-content table th.e-cell-select.e-multi-cells-select {
|
|
474
|
-
border:
|
|
544
|
+
border: $rte-table-select-multi-cells-border;
|
|
475
545
|
position: relative;
|
|
476
546
|
}
|
|
477
547
|
|
|
@@ -482,8 +552,8 @@
|
|
|
482
552
|
position: absolute;
|
|
483
553
|
top: 0;
|
|
484
554
|
left: 0;
|
|
485
|
-
width:
|
|
486
|
-
height:
|
|
555
|
+
width: $rte-table-cell-after-width;
|
|
556
|
+
height: $rte-table-cell-after-height;
|
|
487
557
|
bottom: 0;
|
|
488
558
|
pointer-events: none;
|
|
489
559
|
right: 0;
|
|
@@ -507,10 +577,10 @@
|
|
|
507
577
|
|
|
508
578
|
.e-rte-character-count {
|
|
509
579
|
color: $rte-default-character-count-color;
|
|
510
|
-
font-size:
|
|
511
|
-
margin-right:
|
|
580
|
+
font-size: $rte-default-character-count-font-size;
|
|
581
|
+
margin-right: $rte-default-character-count-margin-right;
|
|
512
582
|
opacity: $rte-default-character-count-opacity;
|
|
513
|
-
padding-bottom:
|
|
583
|
+
padding-bottom: $rte-default-character-count-padding-bottom;
|
|
514
584
|
text-align: right;
|
|
515
585
|
z-index: 100;
|
|
516
586
|
pointer-events: none;
|
|
@@ -526,29 +596,33 @@
|
|
|
526
596
|
}
|
|
527
597
|
}
|
|
528
598
|
|
|
599
|
+
&:not(.e-rtl) .e-rte-character-count:last-child {
|
|
600
|
+
margin-right: $rte-character-count-last-child-margin-right;
|
|
601
|
+
}
|
|
602
|
+
|
|
529
603
|
.e-rte-srctextarea {
|
|
530
604
|
background-color: transparent;
|
|
531
|
-
border:
|
|
605
|
+
border: $rte-content-src-textarea-border;
|
|
532
606
|
color: $rte-content-color;
|
|
533
|
-
height:
|
|
534
|
-
line-height:
|
|
607
|
+
height: $rte-srctextarea-height;
|
|
608
|
+
line-height: $rte-srctextarea-line-height;
|
|
535
609
|
overflow: auto;
|
|
536
|
-
padding:
|
|
610
|
+
padding: $rte-content-src-textarea-padding;
|
|
537
611
|
resize: none;
|
|
538
612
|
transition: 100ms ease-out;
|
|
539
|
-
width:
|
|
613
|
+
width: $rte-srctextarea-width;
|
|
540
614
|
}
|
|
541
615
|
|
|
542
616
|
.e-resize-handle {
|
|
543
|
-
height: $rte-resize-handler-height;
|
|
544
617
|
position: absolute;
|
|
545
|
-
|
|
618
|
+
margin-bottom: $rte-resize-handler-margin-bottom; //changing width(15px) to margin right 3px
|
|
546
619
|
|
|
547
620
|
&.e-south-east {
|
|
548
621
|
bottom: $rte-resize-handler-position;
|
|
549
622
|
cursor: nwse-resize;
|
|
550
623
|
right: $rte-resize-handler-position;
|
|
551
624
|
z-index: 100;
|
|
625
|
+
margin-right: $rte-resize-handler-margin-right; //changing height(15px) to margin right 3px
|
|
552
626
|
}
|
|
553
627
|
|
|
554
628
|
&.e-south-west {
|
|
@@ -557,6 +631,7 @@
|
|
|
557
631
|
left: $rte-resize-handler-position;
|
|
558
632
|
transform: rotate(90deg);
|
|
559
633
|
z-index: 100;
|
|
634
|
+
margin-left: $rte-resize-handler-margin-right; //changing height(15px) to margin left 3px
|
|
560
635
|
}
|
|
561
636
|
}
|
|
562
637
|
|
|
@@ -614,9 +689,9 @@
|
|
|
614
689
|
.e-clickelem,
|
|
615
690
|
.e-video-clickelem {
|
|
616
691
|
display: block;
|
|
617
|
-
margin:
|
|
692
|
+
margin: $rte-video-elem-margin;
|
|
618
693
|
outline: none;
|
|
619
|
-
padding:
|
|
694
|
+
padding: $rte-video-elem-padding;
|
|
620
695
|
position: relative;
|
|
621
696
|
}
|
|
622
697
|
|
|
@@ -641,16 +716,16 @@
|
|
|
641
716
|
.e-videoheader,
|
|
642
717
|
.e-embed-videoheader,
|
|
643
718
|
.e-video-url-wrap {
|
|
644
|
-
padding-bottom:
|
|
645
|
-
padding-top:
|
|
719
|
+
padding-bottom: $rte-video-url-wrapper-padding-bottom;
|
|
720
|
+
padding-top: $rte-video-url-wrapper-padding-top;
|
|
646
721
|
}
|
|
647
722
|
|
|
648
723
|
.e-video-url-wrap .e-radio-wrapper {
|
|
649
|
-
padding:
|
|
724
|
+
padding: $rte-video-wrapper-padding;
|
|
650
725
|
}
|
|
651
726
|
|
|
652
727
|
.e-video-url-wrap textarea {
|
|
653
|
-
height: 80px;
|
|
728
|
+
min-height: 80px; //3. video url height to min-height
|
|
654
729
|
}
|
|
655
730
|
|
|
656
731
|
.e-rte-value-wrapper {
|
|
@@ -667,19 +742,15 @@
|
|
|
667
742
|
}
|
|
668
743
|
|
|
669
744
|
.e-rte-radio-keep-format {
|
|
670
|
-
padding-top:
|
|
745
|
+
padding-top: $rte-radio-keep-format-padding-top;
|
|
671
746
|
}
|
|
672
747
|
|
|
673
748
|
.e-rte-radio-remove-format,
|
|
674
749
|
.e-rte-radio-plain-format {
|
|
675
|
-
padding-top:
|
|
750
|
+
padding-top: $rte-radio-remove-plain-padding-top;
|
|
676
751
|
}
|
|
677
752
|
}
|
|
678
753
|
|
|
679
|
-
.e-rte-elements.e-popup-open.e-rte-slashmenu .e-list-parent > li {
|
|
680
|
-
padding-left: 0;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
754
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item {
|
|
684
755
|
.e-colorpicker-wrapper,
|
|
685
756
|
.e-colorpicker-container {
|
|
@@ -688,7 +759,7 @@
|
|
|
688
759
|
&.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
689
760
|
display: block;
|
|
690
761
|
font-family: 'e-icons';
|
|
691
|
-
font-weight:
|
|
762
|
+
font-weight: $rte-color-picker-font-weight;
|
|
692
763
|
line-height: $rte-color-picker-line-height;
|
|
693
764
|
text-transform: none;
|
|
694
765
|
}
|
|
@@ -698,9 +769,9 @@
|
|
|
698
769
|
.e-selected-color {
|
|
699
770
|
background: none;
|
|
700
771
|
display: block;
|
|
701
|
-
margin-top:
|
|
702
|
-
width:
|
|
703
|
-
height:
|
|
772
|
+
margin-top: $rte-color-picker-margin-top;
|
|
773
|
+
width: $rte-color-picker-width;
|
|
774
|
+
height: $rte-color-picker-height;
|
|
704
775
|
.e-split-preview {
|
|
705
776
|
height: 3px;
|
|
706
777
|
bottom: 0;
|
|
@@ -728,7 +799,7 @@
|
|
|
728
799
|
}
|
|
729
800
|
|
|
730
801
|
.e-rte-label label {
|
|
731
|
-
font-weight:
|
|
802
|
+
font-weight: $rte-lable-font-weight;
|
|
732
803
|
}
|
|
733
804
|
|
|
734
805
|
.e-dlg-content {
|
|
@@ -744,7 +815,7 @@
|
|
|
744
815
|
}
|
|
745
816
|
|
|
746
817
|
.e-rte-linkcontent .e-rte-label:first-child {
|
|
747
|
-
padding-top:
|
|
818
|
+
padding-top: $rte-link-label-first-child-padding-top;
|
|
748
819
|
}
|
|
749
820
|
|
|
750
821
|
.e-rte-dropdown-popup {
|
|
@@ -753,12 +824,12 @@
|
|
|
753
824
|
|
|
754
825
|
@media screen and (max-width: 768px) {
|
|
755
826
|
ul {
|
|
756
|
-
padding:
|
|
827
|
+
padding: $rte-inline-dropdown-ul-padding;
|
|
757
828
|
|
|
758
829
|
li.e-item {
|
|
759
|
-
height:
|
|
760
|
-
line-height:
|
|
761
|
-
padding:
|
|
830
|
+
height: $rte-media-inline-dropdown-height;
|
|
831
|
+
line-height: $rte-inline-dropdown-line-height;
|
|
832
|
+
padding: $rte-inline-dropdown-li-padding;
|
|
762
833
|
}
|
|
763
834
|
|
|
764
835
|
.e-item .e-menu-icon {
|
|
@@ -785,19 +856,19 @@
|
|
|
785
856
|
.e-item {
|
|
786
857
|
|
|
787
858
|
.e-menu-icon {
|
|
788
|
-
margin:
|
|
789
|
-
width:
|
|
859
|
+
margin: $rte-ul-menu-icon-margin;
|
|
860
|
+
width: $rte-ul-menu-icon-width;
|
|
790
861
|
}
|
|
791
862
|
|
|
792
863
|
&.e-h1 {
|
|
793
|
-
font-size:
|
|
794
|
-
font-weight:
|
|
795
|
-
height:
|
|
864
|
+
font-size: $rte-content-ul-h1-font-size;
|
|
865
|
+
font-weight: $rte-content-ul-h1-font-weight;
|
|
866
|
+
height: $rte-content-ul-h1-height;
|
|
796
867
|
@if $skin-name =='fluent2' {
|
|
797
|
-
line-height:
|
|
868
|
+
line-height: $rte-content-ul-h1-small-line-height;
|
|
798
869
|
}
|
|
799
870
|
@else {
|
|
800
|
-
line-height:
|
|
871
|
+
line-height: $rte-content-ul-h1-line-height;
|
|
801
872
|
}
|
|
802
873
|
}
|
|
803
874
|
|
|
@@ -808,35 +879,35 @@
|
|
|
808
879
|
}
|
|
809
880
|
|
|
810
881
|
&.e-h2 {
|
|
811
|
-
font-size:
|
|
812
|
-
font-weight:
|
|
813
|
-
height:
|
|
882
|
+
font-size: $rte-content-ul-h2-font-size;
|
|
883
|
+
font-weight: $rte-content-ul-h2-font-weight;
|
|
884
|
+
height: $rte-content-ul-h2-height;
|
|
814
885
|
@if $skin-name =='fluent2' {
|
|
815
|
-
line-height:
|
|
886
|
+
line-height: $rte-content-ul-h2-small-line-height;
|
|
816
887
|
}
|
|
817
888
|
@else {
|
|
818
|
-
line-height:
|
|
889
|
+
line-height: $rte-content-ul-h2-line-height;
|
|
819
890
|
}
|
|
820
891
|
}
|
|
821
892
|
|
|
822
893
|
&.e-h3 {
|
|
823
|
-
font-size:
|
|
824
|
-
font-weight:
|
|
894
|
+
font-size: $rte-content-ul-h3-font-size;
|
|
895
|
+
font-weight: $rte-content-ul-h3-font-weight;
|
|
825
896
|
}
|
|
826
897
|
|
|
827
898
|
&.e-h4 {
|
|
828
|
-
font-size:
|
|
829
|
-
font-weight:
|
|
899
|
+
font-size: $rte-content-ul-h4-font-size;
|
|
900
|
+
font-weight: $rte-content-ul-h4-font-weight;
|
|
830
901
|
}
|
|
831
902
|
|
|
832
903
|
&.e-h5 {
|
|
833
|
-
font-size:
|
|
834
|
-
font-weight:
|
|
904
|
+
font-size: $rte-content-ul-h5-font-size;
|
|
905
|
+
font-weight: $rte-content-ul-h5-font-weight;
|
|
835
906
|
}
|
|
836
907
|
|
|
837
908
|
&.e-h6 {
|
|
838
|
-
font-size:
|
|
839
|
-
font-weight:
|
|
909
|
+
font-size: $rte-content-ul-h6-font-size;
|
|
910
|
+
font-weight: $rte-content-ul-h6-font-weight;
|
|
840
911
|
}
|
|
841
912
|
|
|
842
913
|
&.e-segoe-ui {
|
|
@@ -892,7 +963,7 @@
|
|
|
892
963
|
&.e-rte-dropdown-icons {
|
|
893
964
|
|
|
894
965
|
ul {
|
|
895
|
-
min-width:
|
|
966
|
+
min-width: $rte-dropdown-icons-ul-min-width;
|
|
896
967
|
}
|
|
897
968
|
|
|
898
969
|
@media screen and (max-width: 768px) {
|
|
@@ -905,7 +976,7 @@
|
|
|
905
976
|
|
|
906
977
|
&.e-rtl {
|
|
907
978
|
ul .e-item .e-menu-icon {
|
|
908
|
-
margin:
|
|
979
|
+
margin: $rte-rtl-ul-menu-icon-margin;
|
|
909
980
|
}
|
|
910
981
|
}
|
|
911
982
|
}
|
|
@@ -913,36 +984,36 @@
|
|
|
913
984
|
.e-rte-image.e-imgbreak,
|
|
914
985
|
.e-rte-audio.e-audio-break,
|
|
915
986
|
.e-rte-video.e-video-break {
|
|
916
|
-
border:
|
|
987
|
+
border: $rte-media-break-elem-border;
|
|
917
988
|
cursor: pointer;
|
|
918
989
|
display: block;
|
|
919
990
|
float: none;
|
|
920
|
-
max-width:
|
|
921
|
-
padding:
|
|
991
|
+
max-width: $rte-media-break-elem-max-width;
|
|
992
|
+
padding: $rte-media-break-elem-padding;
|
|
922
993
|
position: relative;
|
|
923
994
|
}
|
|
924
995
|
|
|
925
996
|
.e-rte-image,
|
|
926
997
|
.e-rte-audio,
|
|
927
998
|
.e-rte-video {
|
|
928
|
-
border:
|
|
999
|
+
border: $rte-media-elem-border;
|
|
929
1000
|
cursor: pointer;
|
|
930
1001
|
display: block;
|
|
931
1002
|
float: none;
|
|
932
|
-
margin:
|
|
933
|
-
max-width:
|
|
1003
|
+
margin: $rte-media-elem-margin;
|
|
1004
|
+
max-width: $rte-media-elem-max-width;
|
|
934
1005
|
position: relative;
|
|
935
1006
|
}
|
|
936
1007
|
|
|
937
1008
|
.e-rte-image.e-imginline,
|
|
938
1009
|
.e-rte-audio.e-audio-inline,
|
|
939
1010
|
.e-rte-video.e-video-inline {
|
|
940
|
-
margin-left:
|
|
941
|
-
margin-right:
|
|
1011
|
+
margin-left: $rte-media-inline-elem-margin-left;
|
|
1012
|
+
margin-right: $rte-media-inline-elem-margin-right;
|
|
942
1013
|
display: inline-block;
|
|
943
1014
|
float: none;
|
|
944
|
-
max-width:
|
|
945
|
-
padding:
|
|
1015
|
+
max-width: $rte-media-inline-elem-max-width;
|
|
1016
|
+
padding: $rte-media-inline-elem-padding;
|
|
946
1017
|
vertical-align: bottom;
|
|
947
1018
|
}
|
|
948
1019
|
|
|
@@ -951,24 +1022,24 @@
|
|
|
951
1022
|
cursor: pointer;
|
|
952
1023
|
display: block;
|
|
953
1024
|
float: none;
|
|
954
|
-
margin:
|
|
955
|
-
max-width:
|
|
1025
|
+
margin: $rte-img-video-center-margin;
|
|
1026
|
+
max-width: $rte-img-video-center-max-width;
|
|
956
1027
|
position: relative;
|
|
957
1028
|
}
|
|
958
1029
|
|
|
959
1030
|
.e-rte-image.e-imgleft,
|
|
960
1031
|
.e-rte-video.e-video-left {
|
|
961
1032
|
float: left;
|
|
962
|
-
margin:
|
|
963
|
-
margin-right:
|
|
1033
|
+
margin: $rte-img-video-left-margin;
|
|
1034
|
+
margin-right: $rte-img-video-left-margin-right;
|
|
964
1035
|
text-align: left;
|
|
965
1036
|
}
|
|
966
1037
|
|
|
967
1038
|
.e-rte-image.e-imgright,
|
|
968
1039
|
.e-rte-video.e-video-right {
|
|
969
1040
|
float: right;
|
|
970
|
-
margin:
|
|
971
|
-
margin-left:
|
|
1041
|
+
margin: $rte-img-video-right-margin;
|
|
1042
|
+
margin-left: $rte-img-video-right-margin-left;
|
|
972
1043
|
text-align: right;
|
|
973
1044
|
}
|
|
974
1045
|
|
|
@@ -979,16 +1050,16 @@
|
|
|
979
1050
|
|
|
980
1051
|
.e-rte-img-caption {
|
|
981
1052
|
display: inline-block;
|
|
982
|
-
margin:
|
|
983
|
-
max-width:
|
|
1053
|
+
margin: $rte-img-caption-margin;
|
|
1054
|
+
max-width: $rte-img-caption-max-width;
|
|
984
1055
|
position: relative;
|
|
985
1056
|
}
|
|
986
1057
|
|
|
987
1058
|
.e-rte-img-caption.e-caption-inline {
|
|
988
1059
|
display: inline-block;
|
|
989
|
-
margin:
|
|
990
|
-
margin-left:
|
|
991
|
-
margin-right:
|
|
1060
|
+
margin: $rte-img-caption-inline-margin;
|
|
1061
|
+
margin-left: $rte-img-caption-inline-margin-left;
|
|
1062
|
+
margin-right: $rte-img-caption-inline-margin-right;
|
|
992
1063
|
max-width: calc(100% - (2 * 5px));
|
|
993
1064
|
position: relative;
|
|
994
1065
|
text-align: center;
|
|
@@ -997,29 +1068,29 @@
|
|
|
997
1068
|
|
|
998
1069
|
.e-rte-img-caption.e-imgcenter {
|
|
999
1070
|
display: contents;
|
|
1000
|
-
margin-left:
|
|
1001
|
-
margin-right:
|
|
1071
|
+
margin-left: $rte-imgcenter-margin-left;
|
|
1072
|
+
margin-right: $rte-imgcenter-margin-right;
|
|
1002
1073
|
}
|
|
1003
1074
|
|
|
1004
1075
|
.e-rte-img-caption.e-imgright {
|
|
1005
1076
|
display: contents;
|
|
1006
|
-
margin-left:
|
|
1007
|
-
margin-right:
|
|
1077
|
+
margin-left: $rte-imgright-margin-left;
|
|
1078
|
+
margin-right: $rte-img-caption-right-margin-right;
|
|
1008
1079
|
}
|
|
1009
1080
|
|
|
1010
1081
|
.e-rte-img-caption.e-imgleft {
|
|
1011
1082
|
display: contents;
|
|
1012
|
-
margin-left:
|
|
1013
|
-
margin-right:
|
|
1083
|
+
margin-left: $rte-img-caption-left-margin-left;
|
|
1084
|
+
margin-right: $rte-imgleft-margin-right;
|
|
1014
1085
|
}
|
|
1015
1086
|
|
|
1016
1087
|
.e-rte-img-caption .e-rte-image.e-imgright {
|
|
1017
|
-
margin-left:
|
|
1018
|
-
margin-right:
|
|
1088
|
+
margin-left: $rte-image-imgright-margin-left;
|
|
1089
|
+
margin-right: $rte-img-caption-imgright-margin-right;
|
|
1019
1090
|
}
|
|
1020
1091
|
|
|
1021
1092
|
.e-rte-img-caption .e-rte-image.e-imgleft {
|
|
1022
|
-
margin:
|
|
1093
|
+
margin: $rte-img-caption-imgleft-margin;
|
|
1023
1094
|
}
|
|
1024
1095
|
|
|
1025
1096
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
@@ -1028,10 +1099,10 @@
|
|
|
1028
1099
|
|
|
1029
1100
|
.e-rte-table td,
|
|
1030
1101
|
.e-rte-table th {
|
|
1031
|
-
border:
|
|
1102
|
+
border: $rte-table-border;
|
|
1032
1103
|
height: 20px;
|
|
1033
1104
|
min-width: 20px;
|
|
1034
|
-
padding:
|
|
1105
|
+
padding: $rte-table-padding;
|
|
1035
1106
|
box-sizing: border-box;
|
|
1036
1107
|
}
|
|
1037
1108
|
|
|
@@ -1044,12 +1115,12 @@
|
|
|
1044
1115
|
box-sizing: border-box;
|
|
1045
1116
|
display: block;
|
|
1046
1117
|
font-size: $rte-toolbar-icon-size;
|
|
1047
|
-
font-weight:
|
|
1048
|
-
margin:
|
|
1118
|
+
font-weight: $rte-content-img-caption-font-weight;
|
|
1119
|
+
margin: $rte-content-img-caption-inner-margin;
|
|
1049
1120
|
opacity: .9;
|
|
1050
1121
|
position: relative;
|
|
1051
1122
|
text-align: center;
|
|
1052
|
-
width:
|
|
1123
|
+
width: $rte-content-img-caption-inner-width;
|
|
1053
1124
|
}
|
|
1054
1125
|
|
|
1055
1126
|
.e-rte-img-caption.e-imgleft .e-img-inner {
|
|
@@ -1068,14 +1139,14 @@
|
|
|
1068
1139
|
}
|
|
1069
1140
|
|
|
1070
1141
|
.e-container.e-color-palette .e-custom-palette .e-palette {
|
|
1071
|
-
padding:
|
|
1142
|
+
padding: $rte-container-custom-palette-padding;
|
|
1072
1143
|
}
|
|
1073
1144
|
|
|
1074
1145
|
.e-rte-img-caption .e-img-wrap {
|
|
1075
1146
|
display: inline-block;
|
|
1076
|
-
margin:
|
|
1077
|
-
padding:
|
|
1078
|
-
width:
|
|
1147
|
+
margin: $rte-img-wrap-margin;
|
|
1148
|
+
padding: $rte-img-wrap-padding;
|
|
1149
|
+
width: $rte-img-wrap-width;
|
|
1079
1150
|
}
|
|
1080
1151
|
|
|
1081
1152
|
.e-rte-img-dialog .e-rte-label {
|
|
@@ -1083,7 +1154,7 @@
|
|
|
1083
1154
|
}
|
|
1084
1155
|
|
|
1085
1156
|
.e-rte-img-dialog .e-rte-label:first-child {
|
|
1086
|
-
padding-top:
|
|
1157
|
+
padding-top: $rte-img-label-first-child-padding-top;
|
|
1087
1158
|
}
|
|
1088
1159
|
|
|
1089
1160
|
.e-rte-video-dialog .e-rte-label {
|
|
@@ -1091,7 +1162,76 @@
|
|
|
1091
1162
|
}
|
|
1092
1163
|
|
|
1093
1164
|
.e-rte-video-dialog .e-rte-label:first-child {
|
|
1094
|
-
padding-top:
|
|
1165
|
+
padding-top: $rte-video-dialog-label-padding-top;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.e-rte-table-resize.e-tb-col-insert,
|
|
1169
|
+
.e-rte-table-resize.e-tb-row-insert {
|
|
1170
|
+
position: absolute;
|
|
1171
|
+
background-color: transparent;
|
|
1172
|
+
text-align: center;
|
|
1173
|
+
align-items: center;
|
|
1174
|
+
justify-content: center;
|
|
1175
|
+
opacity: 0;
|
|
1176
|
+
color: $rte-insert-icon-color;
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
.e-rte-table-resize.e-tb-col-insert {
|
|
1180
|
+
width: 26px;
|
|
1181
|
+
height: 22px;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.e-rte-table-resize.e-tb-row-insert {
|
|
1185
|
+
width: 22px;
|
|
1186
|
+
height: 26px;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
.e-rte-table-resize.e-tb-row-insert.e-insert-cell-rtl {
|
|
1190
|
+
right: 2px;
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add,
|
|
1194
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add {
|
|
1195
|
+
font-size: 16px;
|
|
1196
|
+
line-height: 16px;
|
|
1197
|
+
border: 1px;
|
|
1198
|
+
position: absolute;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add {
|
|
1202
|
+
top: 0;
|
|
1203
|
+
left: 5px;
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add {
|
|
1207
|
+
top: 5px;
|
|
1208
|
+
left: 0;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add.e-insert-cell-rtl {
|
|
1212
|
+
left: 6.5px;
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle,
|
|
1216
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
|
|
1217
|
+
font-size: 8px;
|
|
1218
|
+
line-height: 8px;
|
|
1219
|
+
border: 1px;
|
|
1220
|
+
position: absolute;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
|
|
1224
|
+
top: 9px;
|
|
1225
|
+
left: 4px;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle {
|
|
1229
|
+
top: 4px;
|
|
1230
|
+
left: 9px;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle.e-insert-cell-rtl {
|
|
1234
|
+
left: 10px;
|
|
1095
1235
|
}
|
|
1096
1236
|
|
|
1097
1237
|
.e-rte-table-resize.e-row-resize,
|
|
@@ -1129,39 +1269,46 @@
|
|
|
1129
1269
|
.e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1130
1270
|
.e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1131
1271
|
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1132
|
-
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons
|
|
1133
|
-
|
|
1272
|
+
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
|
|
1273
|
+
.e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
|
|
1274
|
+
.e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
|
|
1275
|
+
margin-top: $rte-uploadwrap-file-btn-icons-margin-top;
|
|
1134
1276
|
}
|
|
1135
1277
|
|
|
1136
1278
|
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1137
1279
|
.e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1138
|
-
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list
|
|
1139
|
-
|
|
1140
|
-
|
|
1280
|
+
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
|
|
1281
|
+
.e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
|
|
1282
|
+
border-bottom: $rte-uploadwrap-file-list-border-bottom;
|
|
1283
|
+
min-height: $rte-uploadwrap-file-list-min-height;
|
|
1141
1284
|
}
|
|
1142
1285
|
|
|
1143
1286
|
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1144
1287
|
.e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1145
|
-
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container
|
|
1146
|
-
|
|
1288
|
+
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
|
|
1289
|
+
.e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
|
|
1290
|
+
margin-left: $rte-uploadwrap-file-container-margin-left;
|
|
1147
1291
|
}
|
|
1148
1292
|
|
|
1149
1293
|
.e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1150
1294
|
.e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1151
|
-
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files
|
|
1152
|
-
|
|
1295
|
+
.e-vid-uploadwrap.e-droparea .e-upload .e-upload-files,
|
|
1296
|
+
.e-word-uploadwrap.e-droparea .e-upload .e-upload-files {
|
|
1297
|
+
border-top: $rte-droparea-files-border-top;
|
|
1153
1298
|
}
|
|
1154
1299
|
|
|
1155
1300
|
.e-img-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1156
1301
|
.e-aud-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1157
|
-
.e-vid-uploadwrap.e-droparea .e-file-select-wrap
|
|
1302
|
+
.e-vid-uploadwrap.e-droparea .e-file-select-wrap,
|
|
1303
|
+
.e-word-uploadwrap.e-droparea .e-file-select-wrap {
|
|
1158
1304
|
display: none;
|
|
1159
1305
|
}
|
|
1160
1306
|
|
|
1161
1307
|
.e-img-uploadwrap.e-droparea .e-upload,
|
|
1162
1308
|
.e-aud-uploadwrap.e-droparea .e-upload,
|
|
1163
|
-
.e-vid-uploadwrap.e-droparea .e-upload
|
|
1164
|
-
|
|
1309
|
+
.e-vid-uploadwrap.e-droparea .e-upload,
|
|
1310
|
+
.e-word-uploadwrap.e-droparea .e-upload {
|
|
1311
|
+
border: $rte-media-droparea-upload-border;
|
|
1165
1312
|
float: none;
|
|
1166
1313
|
}
|
|
1167
1314
|
|
|
@@ -1171,10 +1318,11 @@
|
|
|
1171
1318
|
|
|
1172
1319
|
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
1173
1320
|
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
1174
|
-
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn
|
|
1321
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1322
|
+
.e-dialog .e-word-uploadwrap.e-droparea .e-browsebtn {
|
|
1175
1323
|
display: block;
|
|
1176
1324
|
height: $rte-droparea-browsebtn-height;
|
|
1177
|
-
margin:
|
|
1325
|
+
margin: $rte-droparea-browsebtn-margin;
|
|
1178
1326
|
padding: $rte-droparea-browsebtn-padding;
|
|
1179
1327
|
position: relative;
|
|
1180
1328
|
top: 6px;
|
|
@@ -1185,30 +1333,34 @@
|
|
|
1185
1333
|
|
|
1186
1334
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
1187
1335
|
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
1188
|
-
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn
|
|
1336
|
+
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1337
|
+
.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn {
|
|
1189
1338
|
display: none;
|
|
1190
1339
|
}
|
|
1191
1340
|
|
|
1192
1341
|
.e-dialog .e-img-uploadwrap.e-droparea,
|
|
1193
1342
|
.e-dialog .e-aud-uploadwrap.e-droparea,
|
|
1194
|
-
.e-dialog .e-vid-uploadwrap.e-droparea
|
|
1195
|
-
|
|
1343
|
+
.e-dialog .e-vid-uploadwrap.e-droparea,
|
|
1344
|
+
.e-dialog .e-word-uploadwrap.e-droparea {
|
|
1345
|
+
// line-height: 10;////No UI affected so removed
|
|
1196
1346
|
min-height: 50px;
|
|
1197
1347
|
position: relative;
|
|
1198
1348
|
}
|
|
1199
1349
|
|
|
1200
1350
|
.e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1201
1351
|
.e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1202
|
-
.e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text
|
|
1352
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1353
|
+
.e-dialog .e-word-uploadwrap.e-droparea .e-rte-upload-text {
|
|
1203
1354
|
display: inline-block;
|
|
1204
|
-
line-height:
|
|
1355
|
+
line-height: $rte-dialog-word-upload-text-line-height;
|
|
1205
1356
|
}
|
|
1206
1357
|
|
|
1207
|
-
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1208
|
-
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1209
|
-
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea
|
|
1210
|
-
|
|
1211
|
-
|
|
1358
|
+
// .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1359
|
+
// .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1360
|
+
// .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1361
|
+
// .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
1362
|
+
// line-height: 4;////No UI affected so removed
|
|
1363
|
+
// }
|
|
1212
1364
|
|
|
1213
1365
|
.e-rte-inline-dropdown ul {
|
|
1214
1366
|
max-height: 200px;
|
|
@@ -1221,10 +1373,10 @@
|
|
|
1221
1373
|
}
|
|
1222
1374
|
|
|
1223
1375
|
.e-rte-table-popup.e-popup.e-popup-open {
|
|
1224
|
-
border-radius: $rte-table-popup-
|
|
1376
|
+
border-radius: $rte-table-popup-border-radius;
|
|
1225
1377
|
box-shadow: $rte-table-popup-box;
|
|
1226
|
-
font-size:
|
|
1227
|
-
font-weight:
|
|
1378
|
+
font-size: $rte-popup-open-font-size;
|
|
1379
|
+
font-weight: $rte-popup-open-font-weight;
|
|
1228
1380
|
min-width: 120px;
|
|
1229
1381
|
overflow: hidden;
|
|
1230
1382
|
padding: $rte-table-popup-padding;
|
|
@@ -1246,7 +1398,7 @@
|
|
|
1246
1398
|
}
|
|
1247
1399
|
|
|
1248
1400
|
.e-rte-table-popup.e-popup-open .e-insert-table-btn {
|
|
1249
|
-
width:
|
|
1401
|
+
width: $rte-insert-table-btn-width;
|
|
1250
1402
|
}
|
|
1251
1403
|
|
|
1252
1404
|
.e-rte-edit-table .e-rte-field {
|
|
@@ -1254,7 +1406,7 @@
|
|
|
1254
1406
|
}
|
|
1255
1407
|
|
|
1256
1408
|
.e-rte-edit-table .e-rte-field:first-child {
|
|
1257
|
-
padding-top:
|
|
1409
|
+
padding-top: $rte-table-dialog-label-padding-top;
|
|
1258
1410
|
}
|
|
1259
1411
|
|
|
1260
1412
|
.e-table-fake-selection {
|
|
@@ -1267,8 +1419,8 @@
|
|
|
1267
1419
|
|
|
1268
1420
|
.e-rte-content .e-content table td.e-cell-select,
|
|
1269
1421
|
.e-rte-content .e-content table th.e-cell-select {
|
|
1270
|
-
border:
|
|
1271
|
-
height:
|
|
1422
|
+
border: $rte-content-table-select-border;
|
|
1423
|
+
height: $rte-content-table-select-height;
|
|
1272
1424
|
}
|
|
1273
1425
|
|
|
1274
1426
|
span.e-table-box {
|
|
@@ -1289,7 +1441,7 @@
|
|
|
1289
1441
|
}
|
|
1290
1442
|
|
|
1291
1443
|
.e-upload .e-upload-files .e-upload-file-list .e-file-container {
|
|
1292
|
-
margin-right:
|
|
1444
|
+
margin-right: $rte-upload-file-container-margin-right;
|
|
1293
1445
|
}
|
|
1294
1446
|
|
|
1295
1447
|
.e-rte-upload-popup {
|
|
@@ -1297,48 +1449,91 @@
|
|
|
1297
1449
|
}
|
|
1298
1450
|
|
|
1299
1451
|
.e-rte-dialog-upload .e-upload-files {
|
|
1300
|
-
border-top:
|
|
1452
|
+
border-top: $rte-dialog-upload-files-border-top;
|
|
1301
1453
|
}
|
|
1302
1454
|
|
|
1303
1455
|
.e-rte-dialog-upload .e-upload-files .e-upload-file-list {
|
|
1304
|
-
border-bottom:
|
|
1456
|
+
border-bottom: $rte-dialog-file-list-border-bottom;
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1459
|
+
.e-rte-edit-table-content {
|
|
1460
|
+
.e-rte-edit-table-cell {
|
|
1461
|
+
display: flex;
|
|
1462
|
+
gap: $rte-edit-table-cell-gap;
|
|
1463
|
+
}
|
|
1464
|
+
.e-rte-edit-table-tablewidth,
|
|
1465
|
+
.e-rte-edit-table-bgcolor {
|
|
1466
|
+
width: $rte-table-bgcolor-width;
|
|
1467
|
+
}
|
|
1468
|
+
.e-rte-edit-table-border {
|
|
1469
|
+
.e-rte-edit-table-borderfields {
|
|
1470
|
+
display: flex;
|
|
1471
|
+
justify-content: space-between;
|
|
1472
|
+
.e-rte-edit-table-borderwidth {
|
|
1473
|
+
width: 37%;
|
|
1474
|
+
}
|
|
1475
|
+
.e-rte-dropdown-btn-text-wrapper {
|
|
1476
|
+
width: 47px;
|
|
1477
|
+
}
|
|
1478
|
+
}
|
|
1479
|
+
}
|
|
1480
|
+
.e-rte-edit-table-element {
|
|
1481
|
+
margin-top: $rte-table-element-margin-top;
|
|
1482
|
+
}
|
|
1483
|
+
.e-rte-edit-table-field {
|
|
1484
|
+
margin-top: $rte-table-field-margin-top;
|
|
1485
|
+
}
|
|
1486
|
+
.e-rte-dropdown-btn-text {
|
|
1487
|
+
font-weight: $rte-dropdown-btn-font-weight;
|
|
1488
|
+
}
|
|
1489
|
+
.e-rte-edit-table-borderlabel {
|
|
1490
|
+
font-weight: $rte-edit-table-border-label-font-weight;
|
|
1491
|
+
font-style: semi-bold;
|
|
1492
|
+
}
|
|
1493
|
+
.e-caret {
|
|
1494
|
+
opacity: .75;
|
|
1495
|
+
}
|
|
1305
1496
|
}
|
|
1306
1497
|
|
|
1307
1498
|
.e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
1308
1499
|
border: $rte-emoji-pop-border;
|
|
1309
|
-
min-width: 120px;
|
|
1310
|
-
height:
|
|
1311
|
-
width:
|
|
1500
|
+
// min-width: 120px; //Not affecting the UI after removal
|
|
1501
|
+
min-height: $rte-emoji-popup-open-min-height;
|
|
1502
|
+
min-width: $rte-emoji-popup-open-width;
|
|
1503
|
+
display: flex;
|
|
1504
|
+
flex-direction: column;
|
|
1312
1505
|
|
|
1313
1506
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1314
|
-
padding:
|
|
1315
|
-
border-radius:
|
|
1507
|
+
padding: $rte-emoji-picker-tbar-btn-padding;
|
|
1508
|
+
border-radius: $rte-emoji-pop-border-radius;
|
|
1316
1509
|
|
|
1317
1510
|
@if $skin-name =='bootstrap' or $skin-name =='botstrap-dark' {
|
|
1318
1511
|
&:hover,
|
|
1319
1512
|
&:focus{
|
|
1320
|
-
padding:
|
|
1513
|
+
padding: $rte-emoji-picker-tbar-btn-hover-padding;
|
|
1321
1514
|
}
|
|
1322
1515
|
}
|
|
1323
1516
|
|
|
1324
1517
|
@if $skin-name =='material' or $skin-name =='material-dark' {
|
|
1325
|
-
padding:
|
|
1518
|
+
padding: $rte-emoji-picker-tbar-btn-material-padding;
|
|
1326
1519
|
}
|
|
1327
1520
|
|
|
1328
1521
|
.e-tbar-btn-text {
|
|
1329
1522
|
@if $skin-name =='fluent2' {
|
|
1330
|
-
font-size:
|
|
1523
|
+
font-size: $rte-emoji-pop-tbar-btn-small-font-size;
|
|
1331
1524
|
}
|
|
1332
1525
|
@else {
|
|
1333
|
-
font-size:
|
|
1526
|
+
font-size: $rte-emoji-pop-tbar-btn-large-font-size;
|
|
1334
1527
|
}
|
|
1335
|
-
padding:
|
|
1528
|
+
padding: $rte-emoji-picker-tbar-btn-text-padding;
|
|
1336
1529
|
}
|
|
1337
1530
|
}
|
|
1338
1531
|
|
|
1339
1532
|
.e-input-group.e-control-wrapper {
|
|
1340
|
-
margin:
|
|
1533
|
+
margin: $rte-emojipicker-input-control-wrapper-margin;
|
|
1341
1534
|
width: 94%;
|
|
1535
|
+
box-sizing: border-box;
|
|
1536
|
+
align-self: center;
|
|
1342
1537
|
|
|
1343
1538
|
.e-rte-emoji-search {
|
|
1344
1539
|
@if $skin-name =='material' or $skin-name =='material-dark' or $skin-name =='material3' or $skin-name =='material3-dark' {
|
|
@@ -1349,29 +1544,29 @@
|
|
|
1349
1544
|
|
|
1350
1545
|
.e-rte-emojipicker-btn {
|
|
1351
1546
|
display: block;
|
|
1352
|
-
gap:
|
|
1547
|
+
gap: $rte-emoji-btn-gap;
|
|
1353
1548
|
height: $rte-emoji-btn-height;
|
|
1354
1549
|
overflow: auto;
|
|
1355
|
-
padding:
|
|
1550
|
+
padding: $rte-emoji-btn-padding;
|
|
1356
1551
|
|
|
1357
1552
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
1358
1553
|
display: grid;
|
|
1359
1554
|
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1360
|
-
gap:
|
|
1555
|
+
gap: $rte-emoji-btn-group-gap;
|
|
1361
1556
|
|
|
1362
1557
|
.e-btn.e-control {
|
|
1363
1558
|
display: inline-block;
|
|
1364
1559
|
box-shadow: none;
|
|
1365
|
-
padding:
|
|
1366
|
-
width: $rte-emoji-grp-btn-width;
|
|
1367
|
-
height: $rte-emoji-grp-btn-height;
|
|
1368
|
-
border:
|
|
1369
|
-
line-height:
|
|
1560
|
+
padding: $rte-emoji-grp-btn-padding;
|
|
1561
|
+
// width: $rte-emoji-grp-btn-width; //2. emoji picker dynamic issue
|
|
1562
|
+
// height: $rte-emoji-grp-btn-height; //2. emoji picker dynamic issue
|
|
1563
|
+
border: $rte-emoji-grp-btn-border;
|
|
1564
|
+
// line-height: 1px;//No UI affected so removed
|
|
1370
1565
|
@if $skin-name =='fluent2' {
|
|
1371
|
-
font-size:
|
|
1566
|
+
font-size: $rte-emoji-grp-btn-small-font-size;
|
|
1372
1567
|
}
|
|
1373
1568
|
@else {
|
|
1374
|
-
font-size:
|
|
1569
|
+
font-size: $rte-emoji-grp-btn-large-font-size;
|
|
1375
1570
|
}
|
|
1376
1571
|
}
|
|
1377
1572
|
}
|
|
@@ -1379,24 +1574,24 @@
|
|
|
1379
1574
|
.e-rte-emojisearch-btn {
|
|
1380
1575
|
display: grid;
|
|
1381
1576
|
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
1382
|
-
gap:
|
|
1383
|
-
height:
|
|
1577
|
+
gap: $rte-emoji-search-btn-gap;
|
|
1578
|
+
height: $rte-emoji-search-btn-height;
|
|
1384
1579
|
|
|
1385
1580
|
.e-btn.e-control {
|
|
1386
1581
|
display: inline-block;
|
|
1387
1582
|
box-shadow: none;
|
|
1388
|
-
font-size:
|
|
1389
|
-
padding:
|
|
1390
|
-
width: 40px;
|
|
1391
|
-
height: 40px;
|
|
1392
|
-
border:
|
|
1393
|
-
line-height:
|
|
1583
|
+
font-size: $rte-emoji-grp-btn-font-size;
|
|
1584
|
+
padding: $rte-emoji-grp-btn-control-padding;
|
|
1585
|
+
// width: 40px; //2. emoji picker dynamic issue
|
|
1586
|
+
// height: 40px; //2. emoji picker dynamic issue
|
|
1587
|
+
border: $rte-emoji-grp-btn-border;
|
|
1588
|
+
// line-height: 1px;//No UI affected so removed
|
|
1394
1589
|
}
|
|
1395
1590
|
}
|
|
1396
1591
|
|
|
1397
1592
|
.e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
1398
1593
|
font-weight: $rte-emoji-headname-font-weight;
|
|
1399
|
-
font-size:
|
|
1594
|
+
font-size: $rte-emoji-headname-font-size;
|
|
1400
1595
|
}
|
|
1401
1596
|
|
|
1402
1597
|
.e-rte-emojiSearch-noEmoji {
|
|
@@ -1410,11 +1605,11 @@
|
|
|
1410
1605
|
.e-rte-fontcolor-colorpicker {
|
|
1411
1606
|
& .e-color-palette.e-container {
|
|
1412
1607
|
& .e-custom-palette .e-palette {
|
|
1413
|
-
padding:
|
|
1608
|
+
padding: $rte-colorpicker-custom-palette-padding;
|
|
1414
1609
|
}
|
|
1415
1610
|
|
|
1416
1611
|
& .e-switch-ctrl-btn {
|
|
1417
|
-
padding:
|
|
1612
|
+
padding: $rte-colorpicker-custom-palette-switch-btn-padding;
|
|
1418
1613
|
}
|
|
1419
1614
|
}
|
|
1420
1615
|
}
|
|
@@ -1423,16 +1618,16 @@
|
|
|
1423
1618
|
border-radius: $rte-quick-popup-border-radius;
|
|
1424
1619
|
border: $rte-quick-popup-border;
|
|
1425
1620
|
.e-rte-quick-toolbar.e-rte-toolbar.e-toolbar {
|
|
1426
|
-
min-height:
|
|
1427
|
-
min-width:
|
|
1621
|
+
min-height: $rte-quick-toolbar-min-height;
|
|
1622
|
+
min-width: $rte-quick-toolbar-min-width;
|
|
1428
1623
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1429
|
-
min-height:
|
|
1430
|
-
min-width:
|
|
1624
|
+
min-height: $rte-quick-toolbar-items-not-tbar-pos-min-height;
|
|
1625
|
+
min-width: $rte-quick-toolbar-items-not-tbar-pos-min-width;
|
|
1431
1626
|
margin: $rte-quick-popup-outer-margin;
|
|
1432
1627
|
.e-toolbar-item {
|
|
1433
|
-
margin:
|
|
1434
|
-
min-height:
|
|
1435
|
-
min-width:
|
|
1628
|
+
margin: $rte-popup-toolbar-item-margin;
|
|
1629
|
+
min-height: $rte-popup-toolbar-item-min-height;
|
|
1630
|
+
min-width: $rte-popup-toolbar-item-min-width;
|
|
1436
1631
|
padding: $rte-quick-popup-inner-padding;
|
|
1437
1632
|
}
|
|
1438
1633
|
}
|
|
@@ -1461,7 +1656,7 @@
|
|
|
1461
1656
|
.e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator {
|
|
1462
1657
|
display: block;
|
|
1463
1658
|
height: 1px;
|
|
1464
|
-
margin:
|
|
1659
|
+
margin: $rte-quick-toolbar-horizontal-separator-margin;
|
|
1465
1660
|
min-height: 1px;
|
|
1466
1661
|
}
|
|
1467
1662
|
|
|
@@ -1470,7 +1665,7 @@
|
|
|
1470
1665
|
|
|
1471
1666
|
&:first-child,
|
|
1472
1667
|
&:last-child {
|
|
1473
|
-
margin:
|
|
1668
|
+
margin: $rte-quick-horizontal-separator-first-margin;
|
|
1474
1669
|
}
|
|
1475
1670
|
}
|
|
1476
1671
|
}
|
|
@@ -1514,21 +1709,21 @@
|
|
|
1514
1709
|
.e-rte-modal-popup.e-popup-container {
|
|
1515
1710
|
align-items: center;
|
|
1516
1711
|
display: none;
|
|
1517
|
-
height:
|
|
1712
|
+
height: $rte-modal-popup-container-height;
|
|
1518
1713
|
left: 0;
|
|
1519
1714
|
position: fixed;
|
|
1520
1715
|
top: 0;
|
|
1521
|
-
width:
|
|
1716
|
+
width: $rte-modal-popup-container-width;
|
|
1522
1717
|
z-index: 10000;
|
|
1523
1718
|
}
|
|
1524
1719
|
|
|
1525
1720
|
.e-popup-overlay {
|
|
1526
|
-
height:
|
|
1721
|
+
height: $rte-popup-overlay-height;
|
|
1527
1722
|
left: 0;
|
|
1528
1723
|
opacity: .5;
|
|
1529
1724
|
position: absolute;
|
|
1530
1725
|
top: 0;
|
|
1531
|
-
width:
|
|
1726
|
+
width: $rte-popup-overlay-width;
|
|
1532
1727
|
}
|
|
1533
1728
|
|
|
1534
1729
|
.e-table-rhelper {
|
|
@@ -1546,12 +1741,12 @@
|
|
|
1546
1741
|
}
|
|
1547
1742
|
|
|
1548
1743
|
.e-reicon::before {
|
|
1549
|
-
border-bottom:
|
|
1550
|
-
border-right:
|
|
1551
|
-
border-top:
|
|
1744
|
+
border-bottom: $rte-reicon-before-border-bottom;
|
|
1745
|
+
border-right: $rte-reicon-before-border-right;
|
|
1746
|
+
border-top: $rte-reicon-before-border-top;
|
|
1552
1747
|
content: '';
|
|
1553
1748
|
display: block;
|
|
1554
|
-
height:
|
|
1749
|
+
height: $rte-reicon-before-height;
|
|
1555
1750
|
position: absolute;
|
|
1556
1751
|
right: 4px;
|
|
1557
1752
|
top: 4px;
|
|
@@ -1559,12 +1754,12 @@
|
|
|
1559
1754
|
}
|
|
1560
1755
|
|
|
1561
1756
|
.e-reicon::after {
|
|
1562
|
-
border-bottom:
|
|
1563
|
-
border-left:
|
|
1564
|
-
border-top:
|
|
1757
|
+
border-bottom: $rte-reicon-after-border-bottom;
|
|
1758
|
+
border-left: $rte-reicon-after-border-left;
|
|
1759
|
+
border-top: $rte-reicon-after-border-top;
|
|
1565
1760
|
content: '';
|
|
1566
1761
|
display: block;
|
|
1567
|
-
height:
|
|
1762
|
+
height: $rte-reicon-after-height;
|
|
1568
1763
|
left: 4px;
|
|
1569
1764
|
position: absolute;
|
|
1570
1765
|
top: 4px;
|
|
@@ -1588,9 +1783,9 @@
|
|
|
1588
1783
|
}
|
|
1589
1784
|
|
|
1590
1785
|
.e-dialog.e-rte-dialog-minheight {
|
|
1591
|
-
min-height: 296px
|
|
1786
|
+
min-height: $rte-dialog-min-height; //for now using 298px for ensuring But acutal value 296px
|
|
1592
1787
|
@if $skin-name == 'FluentUI' or $skin-name =='fluent2' {
|
|
1593
|
-
min-height:
|
|
1788
|
+
min-height: $rte-dialog-fluent-min-height;
|
|
1594
1789
|
}
|
|
1595
1790
|
}
|
|
1596
1791
|
|
|
@@ -1600,25 +1795,27 @@
|
|
|
1600
1795
|
}
|
|
1601
1796
|
|
|
1602
1797
|
.e-rte-table.e-rte-table-border {
|
|
1603
|
-
border:
|
|
1798
|
+
border: $rte-table-border-table-border;
|
|
1604
1799
|
border-collapse: separate;
|
|
1605
1800
|
}
|
|
1606
1801
|
|
|
1607
1802
|
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal,
|
|
1608
1803
|
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal,
|
|
1609
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal
|
|
1804
|
+
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal,
|
|
1805
|
+
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal {
|
|
1610
1806
|
.e-img-uploadwrap.e-droparea,
|
|
1611
1807
|
.e-aud-uploadwrap.e-droparea,
|
|
1612
|
-
.e-vid-uploadwrap.e-droparea
|
|
1613
|
-
|
|
1808
|
+
.e-vid-uploadwrap.e-droparea,
|
|
1809
|
+
.e-word-uploadwrap.e-droparea {
|
|
1810
|
+
// line-height: 10;//No UI affected so removed
|
|
1614
1811
|
min-height: 50px;
|
|
1615
1812
|
position: relative;
|
|
1616
1813
|
|
|
1617
1814
|
.e-browsebtn {
|
|
1618
1815
|
display: block;
|
|
1619
|
-
height:
|
|
1620
|
-
margin:
|
|
1621
|
-
padding:
|
|
1816
|
+
height: $rte-dlg-modal-browse-btn-mobile-height;
|
|
1817
|
+
margin: $rte-dlg-modal-browse-btn-margin;
|
|
1818
|
+
padding: $rte-dlg-modal-browse-btn-padding;
|
|
1622
1819
|
position: relative;
|
|
1623
1820
|
top: 6px;
|
|
1624
1821
|
@if $skin-name == 'FluentUI' {
|
|
@@ -1627,7 +1824,7 @@
|
|
|
1627
1824
|
}
|
|
1628
1825
|
|
|
1629
1826
|
.e-upload {
|
|
1630
|
-
border:
|
|
1827
|
+
border: $rte-import-word-upload-border;
|
|
1631
1828
|
float: none;
|
|
1632
1829
|
}
|
|
1633
1830
|
|
|
@@ -1635,24 +1832,20 @@
|
|
|
1635
1832
|
display: none;
|
|
1636
1833
|
}
|
|
1637
1834
|
}
|
|
1835
|
+
}
|
|
1638
1836
|
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
font-size: $rte-big-insert-dialog-font-size;
|
|
1642
|
-
opacity: .87;
|
|
1643
|
-
padding-bottom: $rte-insert-dialog-label-padding-bottom;
|
|
1644
|
-
padding-top: $rte-insert-dialog-label-padding-top;
|
|
1645
|
-
}
|
|
1837
|
+
.e-rte-import-dialog .e-dlg-content {
|
|
1838
|
+
overflow-y: hidden;
|
|
1646
1839
|
}
|
|
1647
1840
|
|
|
1648
1841
|
.e-rte-file-manager-dialog {
|
|
1649
1842
|
|
|
1650
1843
|
.e-rte-label {
|
|
1651
|
-
padding-bottom:
|
|
1652
|
-
padding-top:
|
|
1844
|
+
padding-bottom: $rte-filemanager-label-padding-bottom;
|
|
1845
|
+
padding-top: $rte-filemanager-label-padding-top;
|
|
1653
1846
|
|
|
1654
1847
|
label {
|
|
1655
|
-
font-size:
|
|
1848
|
+
font-size: $rte-filemanager-label-font-size;
|
|
1656
1849
|
opacity: .87;
|
|
1657
1850
|
}
|
|
1658
1851
|
}
|
|
@@ -1661,16 +1854,17 @@
|
|
|
1661
1854
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
1662
1855
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
1663
1856
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
1857
|
+
.e-dialog .e-word-uploadwrap .e-droptext,
|
|
1664
1858
|
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
1665
|
-
border:
|
|
1666
|
-
border-radius:
|
|
1859
|
+
border: $rte-drop-text-border;
|
|
1860
|
+
border-radius: $rte-upload-drag-border-radius;
|
|
1667
1861
|
color: $rte-drop-text-clr;
|
|
1668
1862
|
font-family: $rte-font-family;
|
|
1669
|
-
font-size:
|
|
1863
|
+
font-size: $rte-drop-text-font-size;
|
|
1670
1864
|
height: $rte-drop-text-height;
|
|
1671
|
-
margin:
|
|
1865
|
+
margin: $rte-drop-text-margin;
|
|
1672
1866
|
text-align: center;
|
|
1673
|
-
width:
|
|
1867
|
+
width: $rte-drop-text-width;
|
|
1674
1868
|
display: flex;
|
|
1675
1869
|
flex-direction: column;
|
|
1676
1870
|
justify-content: center;
|
|
@@ -1679,12 +1873,13 @@
|
|
|
1679
1873
|
|
|
1680
1874
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
1681
1875
|
.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
|
|
1682
|
-
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext
|
|
1683
|
-
|
|
1876
|
+
.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext,
|
|
1877
|
+
.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap .e-droptext {
|
|
1878
|
+
margin: $rte-drop-text-mobile-margin;
|
|
1684
1879
|
width: $rte-drop-text-mobile-width;
|
|
1685
1880
|
}
|
|
1686
1881
|
.e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
|
|
1687
|
-
padding:
|
|
1882
|
+
padding: $rte-video-url-wrap-padding;
|
|
1688
1883
|
}
|
|
1689
1884
|
|
|
1690
1885
|
// Blazor styles start
|
|
@@ -1694,11 +1889,11 @@
|
|
|
1694
1889
|
|
|
1695
1890
|
.e-rte-upload-popup.e-dialog .e-dlg-content {
|
|
1696
1891
|
overflow: hidden;
|
|
1697
|
-
padding:
|
|
1892
|
+
padding: $rte-upload-dlg-content-padding;
|
|
1698
1893
|
}
|
|
1699
1894
|
|
|
1700
1895
|
.e-hide.e-rte-quick-popup-hide {
|
|
1701
|
-
border:
|
|
1896
|
+
border: $rte-quick-popup-hide-border;
|
|
1702
1897
|
position: absolute;
|
|
1703
1898
|
}
|
|
1704
1899
|
|
|
@@ -1711,57 +1906,58 @@
|
|
|
1711
1906
|
}
|
|
1712
1907
|
|
|
1713
1908
|
.e-rte-table-popup.e-dialog .e-dlg-content {
|
|
1714
|
-
padding:
|
|
1909
|
+
padding: $rte-table-dlg-content-padding;
|
|
1715
1910
|
@if $skin-name == 'FluentUI' {
|
|
1716
|
-
margin-bottom:
|
|
1911
|
+
margin-bottom: $rte-table-dlg-content-small-margin;
|
|
1717
1912
|
}
|
|
1718
1913
|
}
|
|
1719
1914
|
|
|
1720
1915
|
.e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell,
|
|
1721
1916
|
.e-rte-elements.e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
|
|
1722
1917
|
@if $skin-name == 'fluent2' {
|
|
1723
|
-
margin:
|
|
1918
|
+
margin: $rte-table-tablecell-small-margin;
|
|
1724
1919
|
}
|
|
1725
1920
|
@else {
|
|
1726
|
-
margin:
|
|
1921
|
+
margin: $rte-table-tablecell-large-margin;
|
|
1727
1922
|
}
|
|
1728
1923
|
}
|
|
1729
1924
|
|
|
1730
1925
|
.e-rte-elements{
|
|
1731
1926
|
.e-rte-table-popup.e-popup-open{
|
|
1732
1927
|
.e-rte-table-row {
|
|
1733
|
-
height:
|
|
1928
|
+
height: $rte-table-popup-row-height;
|
|
1734
1929
|
}
|
|
1930
|
+
|
|
1735
1931
|
.e-insert-table-btn {
|
|
1736
1932
|
@if $skin-name == 'FluentUI' {
|
|
1737
1933
|
margin-top: $rte-table-popup-btn-margin-top;
|
|
1738
1934
|
}
|
|
1739
|
-
width:
|
|
1935
|
+
width: $rte-insert-table-btn-width;
|
|
1740
1936
|
}
|
|
1741
1937
|
.e-rte-tablecell {
|
|
1742
1938
|
border: $rte-table-span-border;
|
|
1743
1939
|
display: inline-block;
|
|
1744
|
-
height:
|
|
1745
|
-
margin:
|
|
1940
|
+
height: $rte-table-popup-tablecell-height;
|
|
1941
|
+
margin: $rte-table-open-tablecell-margin;
|
|
1746
1942
|
overflow: hidden;
|
|
1747
1943
|
vertical-align: top;
|
|
1748
|
-
width:
|
|
1944
|
+
width: $rte-table-popup-tablecell-width;
|
|
1749
1945
|
}
|
|
1750
1946
|
}
|
|
1751
1947
|
.e-rte-table-popup.e-popup.e-popup-open {
|
|
1752
|
-
border-radius: $rte-table-popup-
|
|
1948
|
+
border-radius: $rte-table-popup-border-radius;
|
|
1753
1949
|
box-shadow: $rte-table-popup-box;
|
|
1754
|
-
font-size:
|
|
1755
|
-
font-weight:
|
|
1950
|
+
font-size: $rte-popup-open-font-size;
|
|
1951
|
+
font-weight: $rte-popup-open-font-weight;
|
|
1756
1952
|
min-width: 120px;
|
|
1757
1953
|
overflow: hidden;
|
|
1758
1954
|
padding: $rte-table-popup-padding;
|
|
1759
1955
|
}
|
|
1760
1956
|
&.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
|
|
1761
|
-
width: 95px;
|
|
1957
|
+
min-width: 95px;
|
|
1762
1958
|
}
|
|
1763
1959
|
&.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
|
|
1764
|
-
max-height:
|
|
1960
|
+
max-height: $rte-codeblock-dropdown-popup-max-height;
|
|
1765
1961
|
overflow: auto;
|
|
1766
1962
|
}
|
|
1767
1963
|
}
|
|
@@ -1769,23 +1965,26 @@
|
|
|
1769
1965
|
.e-rte-elements.e-dialog {
|
|
1770
1966
|
.e-img-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1771
1967
|
.e-aud-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1772
|
-
.e-vid-uploadwrap.e-droparea .e-rte-upload-text
|
|
1968
|
+
.e-vid-uploadwrap.e-droparea .e-rte-upload-text,
|
|
1969
|
+
.e-word-uploadwrap.e-droparea .e-rte-upload-text {
|
|
1773
1970
|
display: inline-block;
|
|
1774
|
-
line-height:
|
|
1971
|
+
line-height: $rte-uploadwrap-droparea-upload-text-line-height;
|
|
1775
1972
|
}
|
|
1776
1973
|
.e-img-uploadwrap.e-droparea,
|
|
1777
1974
|
.e-aud-uploadwrap.e-droparea,
|
|
1778
|
-
.e-vid-uploadwrap.e-droparea
|
|
1779
|
-
|
|
1975
|
+
.e-vid-uploadwrap.e-droparea,
|
|
1976
|
+
.e-word-uploadwrap.e-droparea {
|
|
1977
|
+
// line-height: 10;//No UI affected so removed
|
|
1780
1978
|
min-height: 50px;
|
|
1781
1979
|
position: relative;
|
|
1782
1980
|
}
|
|
1783
1981
|
.e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
1784
1982
|
.e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
1785
|
-
.e-vid-uploadwrap.e-droparea .e-browsebtn
|
|
1983
|
+
.e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
1984
|
+
.e-word-uploadwrap.e-droparea .e-browsebtn {
|
|
1786
1985
|
display: block;
|
|
1787
1986
|
height: $rte-droparea-browsebtn-height;
|
|
1788
|
-
margin:
|
|
1987
|
+
margin: $rte-media-droparea-browsebtn-margin;
|
|
1789
1988
|
padding: $rte-droparea-browsebtn-padding;
|
|
1790
1989
|
position: relative;
|
|
1791
1990
|
@if $skin-name == 'FluentUI' {
|
|
@@ -1813,13 +2012,13 @@
|
|
|
1813
2012
|
}
|
|
1814
2013
|
.e-toolbar-wrapper,
|
|
1815
2014
|
.e-toolbar-container {
|
|
1816
|
-
height:
|
|
2015
|
+
height: $rte-toolbar-wrapper-container-height;
|
|
1817
2016
|
z-index: 10;
|
|
1818
2017
|
white-space: nowrap;
|
|
1819
2018
|
}
|
|
1820
2019
|
.e-toolbar .e-toolbar-pop.e-toolbar-extended {
|
|
1821
2020
|
position: relative;
|
|
1822
|
-
width:
|
|
2021
|
+
width: $rte-pop-toolbar-extended-width;
|
|
1823
2022
|
top: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1824
2023
|
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1825
2024
|
}
|
|
@@ -1852,14 +2051,14 @@
|
|
|
1852
2051
|
@if $skin-name == 'Material3' {
|
|
1853
2052
|
.e-richtexteditor .e-rte-table-popup .e-insert-table-btn {
|
|
1854
2053
|
font-weight: $font-weight;
|
|
1855
|
-
border:
|
|
1856
|
-
border-radius:
|
|
2054
|
+
border: $rte-insert-table-btn-border;
|
|
2055
|
+
border-radius: $rte-insert-table-btn-border-radius;
|
|
1857
2056
|
}
|
|
1858
2057
|
.e-dialog .e-dlg-header-content + .e-dlg-content{
|
|
1859
|
-
padding-top:
|
|
2058
|
+
padding-top: $rte-dlg-header-content-padding-top;
|
|
1860
2059
|
}
|
|
1861
2060
|
.e-rte-link-dialog .e-dlg-content{
|
|
1862
|
-
padding:
|
|
2061
|
+
padding: $rte-link-dlg-content-padding;
|
|
1863
2062
|
}
|
|
1864
2063
|
}
|
|
1865
2064
|
|
|
@@ -1870,24 +2069,48 @@
|
|
|
1870
2069
|
}
|
|
1871
2070
|
.e-dialog {
|
|
1872
2071
|
.e-radio + label {
|
|
1873
|
-
margin:
|
|
2072
|
+
margin: $rte-dialog-radio-small-margin;
|
|
1874
2073
|
}
|
|
1875
2074
|
}
|
|
1876
2075
|
}
|
|
1877
2076
|
.e-rte-container{
|
|
1878
|
-
border-radius:
|
|
2077
|
+
border-radius: $rte-container-border-radius;
|
|
1879
2078
|
}
|
|
1880
2079
|
.e-richtexteditor{
|
|
1881
|
-
border-radius:
|
|
2080
|
+
border-radius: $rte-border-radius;
|
|
1882
2081
|
.e-toolbar .e-hor-nav {
|
|
1883
|
-
border-radius:
|
|
2082
|
+
border-radius: $rte-toolbar-border-radius;
|
|
1884
2083
|
}
|
|
1885
2084
|
.e-rte-content {
|
|
1886
|
-
border-radius:
|
|
2085
|
+
border-radius: $rte-toolbar-container-border-radius;
|
|
1887
2086
|
}
|
|
1888
2087
|
}
|
|
1889
2088
|
.e-richtexteditor .e-toolbar-wrapper{
|
|
1890
|
-
border-radius:
|
|
2089
|
+
border-radius: $rte-toolbar-wrapper-border-radius;
|
|
2090
|
+
border-top-left-radius: $rte-top-left-border-radius;
|
|
2091
|
+
border-top-right-radius: $rte-top-right-border-radius;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
.e-richtexteditor.e-rte-tb-expand {
|
|
2095
|
+
border-radius: $rte-big-tb-expand-border-radius;
|
|
2096
|
+
}
|
|
2097
|
+
.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
|
|
2098
|
+
.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
|
|
2099
|
+
border-top-left-radius: $rte-top-left-border-radius;
|
|
2100
|
+
border-top-right-radius: $rte-top-right-border-radius;
|
|
2101
|
+
}
|
|
2102
|
+
.e-rte-toolbar .e-toolbar-items {
|
|
2103
|
+
border-top-left-radius: $rte-toolbar-items-top-left-border-radius;
|
|
2104
|
+
}
|
|
2105
|
+
.e-rte-toolbar .e-hor-nav {
|
|
2106
|
+
border-top-right-radius: $rte-top-right-border-radius;
|
|
2107
|
+
}
|
|
2108
|
+
.e-rtl .e-rte-toolbar .e-hor-nav {
|
|
2109
|
+
border-top-left-radius: $rte-top-left-border-radius;
|
|
2110
|
+
border-top-right-radius: $rte-top-right-border-radius;
|
|
2111
|
+
}
|
|
2112
|
+
.e-rtl .e-rte-toolbar .e-toolbar-items {
|
|
2113
|
+
border-top-right-radius: $rte-toolbar-items-top-left-border-radius;
|
|
1891
2114
|
}
|
|
1892
2115
|
}
|
|
1893
2116
|
|
|
@@ -1895,51 +2118,51 @@
|
|
|
1895
2118
|
.e-rte-elements.e-slash-menu {
|
|
1896
2119
|
.e-rte-quotes::before {
|
|
1897
2120
|
content: open-quote;
|
|
1898
|
-
font-size:
|
|
1899
|
-
line-height:
|
|
2121
|
+
font-size: $rte-slash-menu-content-font-size;
|
|
2122
|
+
line-height: $rte-slash-menu-content-line-height;
|
|
1900
2123
|
}
|
|
1901
2124
|
|
|
1902
2125
|
.e-rte-paragraph::before {
|
|
1903
2126
|
content: 'T';
|
|
1904
|
-
font-size:
|
|
2127
|
+
font-size: $rte-slash-menu-para-before-font-size;
|
|
1905
2128
|
}
|
|
1906
2129
|
|
|
1907
2130
|
.e-rte-h1::before {
|
|
1908
2131
|
content: 'H1';
|
|
1909
|
-
font-size:
|
|
2132
|
+
font-size: $rte-slash-menu-h1-before-font-size;
|
|
1910
2133
|
}
|
|
1911
2134
|
|
|
1912
2135
|
.e-rte-h2::before {
|
|
1913
2136
|
content: 'H2';
|
|
1914
|
-
font-size:
|
|
2137
|
+
font-size: $rte-slash-menu-h2-before-font-size;
|
|
1915
2138
|
}
|
|
1916
2139
|
|
|
1917
2140
|
.e-rte-h3::before {
|
|
1918
2141
|
content: 'H3';
|
|
1919
|
-
font-size:
|
|
2142
|
+
font-size: $rte-slash-menu-h3-before-font-size;
|
|
1920
2143
|
}
|
|
1921
2144
|
|
|
1922
2145
|
.e-rte-h4::before {
|
|
1923
2146
|
content: 'H4';
|
|
1924
|
-
font-size:
|
|
2147
|
+
font-size: $rte-slash-menu-h4-before-font-size;
|
|
1925
2148
|
}
|
|
1926
2149
|
|
|
1927
2150
|
.e-rte-slash-menu-item-text {
|
|
1928
|
-
font-size:
|
|
2151
|
+
font-size: $rte-slash-menu-item-text-font-size;
|
|
1929
2152
|
display: block;
|
|
1930
|
-
line-height:
|
|
1931
|
-
padding:
|
|
2153
|
+
line-height: $rte-slash-menu-item-text-line-height;
|
|
2154
|
+
padding: $rte-slash-menu-item-text-padding;
|
|
1932
2155
|
}
|
|
1933
2156
|
|
|
1934
2157
|
.e-rte-slash-menu-item-description {
|
|
1935
2158
|
display: block;
|
|
1936
|
-
line-height:
|
|
1937
|
-
font-size:
|
|
1938
|
-
padding:
|
|
2159
|
+
line-height: $rte-slash-menu-item-description-line-height;
|
|
2160
|
+
font-size: $rte-slash-menu-item-description-font-size;
|
|
2161
|
+
padding: $rte-slash-menu-item-description-padding;
|
|
1939
2162
|
}
|
|
1940
2163
|
|
|
1941
2164
|
.e-slash-menu-icon {
|
|
1942
|
-
line-height: 0
|
|
2165
|
+
// line-height: 0;//No UI affected so removed
|
|
1943
2166
|
display: inline-block;
|
|
1944
2167
|
width: 50px;
|
|
1945
2168
|
font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
|
|
@@ -1948,12 +2171,12 @@
|
|
|
1948
2171
|
.e-rte-slash-menu-item-content-description {
|
|
1949
2172
|
display: grid;
|
|
1950
2173
|
grid-template-columns: auto 1fr;
|
|
1951
|
-
gap:
|
|
2174
|
+
gap: $rte-slashmenu-description-gap;
|
|
1952
2175
|
align-items: center;
|
|
1953
2176
|
}
|
|
1954
2177
|
|
|
1955
2178
|
.e-rte-slash-menu-item-content-description .e-slash-menu-icon {
|
|
1956
|
-
padding:
|
|
2179
|
+
padding: $rte-slash-menu-icon-padding;
|
|
1957
2180
|
}
|
|
1958
2181
|
|
|
1959
2182
|
.e-rte-slash-menu-item-content-description .e-rte-slash-menu-item-text-column {
|
|
@@ -1963,7 +2186,7 @@
|
|
|
1963
2186
|
|
|
1964
2187
|
.e-rte-slash-menu-item-content-description .e-rte-slash-menu-item-text,
|
|
1965
2188
|
.e-rte-slash-menu-item-content-text {
|
|
1966
|
-
font-weight:
|
|
2189
|
+
font-weight: $rte-slash-menu-content-text-font-weight;
|
|
1967
2190
|
}
|
|
1968
2191
|
|
|
1969
2192
|
.e-rte-slash-menu-item-content-text {
|
|
@@ -1974,7 +2197,7 @@
|
|
|
1974
2197
|
}
|
|
1975
2198
|
|
|
1976
2199
|
.e-rte-slash-menu-item-content-text .e-slash-menu-icon {
|
|
1977
|
-
margin-left:
|
|
2200
|
+
margin-left: $rte-slash-menu-icon-margin-left;
|
|
1978
2201
|
width: 30px;
|
|
1979
2202
|
}
|
|
1980
2203
|
}
|
|
@@ -2005,8 +2228,8 @@
|
|
|
2005
2228
|
&::after {
|
|
2006
2229
|
content: '';
|
|
2007
2230
|
position: absolute;
|
|
2008
|
-
width:
|
|
2009
|
-
height:
|
|
2231
|
+
width: $rte-tip-pointer-before-after-width;
|
|
2232
|
+
height: $rte-tip-pointer-before-after-height;
|
|
2010
2233
|
pointer-events: none;
|
|
2011
2234
|
}
|
|
2012
2235
|
|
|
@@ -2064,17 +2287,16 @@
|
|
|
2064
2287
|
}
|
|
2065
2288
|
|
|
2066
2289
|
.e-richtexteditor {
|
|
2067
|
-
.e-rte-container.e-
|
|
2068
|
-
.e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) {
|
|
2290
|
+
.e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) {
|
|
2069
2291
|
.e-rte-content,
|
|
2070
2292
|
.e-source-content {
|
|
2071
|
-
margin-bottom:
|
|
2293
|
+
margin-bottom: $rte-resize-bar-margin-bottom;
|
|
2072
2294
|
}
|
|
2073
2295
|
}
|
|
2074
2296
|
}
|
|
2075
2297
|
|
|
2076
2298
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop.e-toolbar-extended {
|
|
2077
|
-
margin-left:
|
|
2299
|
+
margin-left: $rte-toolbar-poup-extended-margin-left;
|
|
2078
2300
|
}
|
|
2079
2301
|
|
|
2080
2302
|
//toolbar popup min height over riding start
|
|
@@ -2082,7 +2304,6 @@
|
|
|
2082
2304
|
background: $rte-popup-bg;
|
|
2083
2305
|
.e-toolbar-item.e-toolbar-popup {
|
|
2084
2306
|
min-height: $rte-popup-item-min-height;
|
|
2085
|
-
height: $rte-popup-item-min-height;
|
|
2086
2307
|
}
|
|
2087
2308
|
}
|
|
2088
2309
|
|
|
@@ -2093,29 +2314,29 @@
|
|
|
2093
2314
|
.e-tbar-btn.e-btn {
|
|
2094
2315
|
min-height: $rte-split-btn-height;
|
|
2095
2316
|
min-width: $rte-split-btn-height;
|
|
2096
|
-
padding:
|
|
2317
|
+
padding: $rte-toolbar-tbar-btn-padding; //4.toolbar tbar-btn padding need to confirm and remove
|
|
2097
2318
|
&:hover,
|
|
2098
2319
|
&:active,
|
|
2099
2320
|
&:focus,
|
|
2100
2321
|
&.e-active {
|
|
2101
2322
|
border: $rte-hover-split-btn-border;
|
|
2102
|
-
padding:
|
|
2323
|
+
padding: $rte-toolbar-tbar-btn-hover-padding; //4.toolbar tbar-btn padding need to confirm and remove
|
|
2103
2324
|
}
|
|
2104
2325
|
.e-icons {
|
|
2105
|
-
padding:
|
|
2326
|
+
padding: $rte-toolbar-tbar-btn-icons-padding; //4.toolbar tbar-btn padding need to confirm and remove
|
|
2106
2327
|
}
|
|
2107
2328
|
}
|
|
2108
2329
|
.e-tbar-btn:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
2109
2330
|
border: $rte-split-btn-border;
|
|
2110
2331
|
}
|
|
2111
2332
|
}
|
|
2112
|
-
.e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended)
|
|
2113
|
-
.e-tbar-btn:hover .e-icons {
|
|
2333
|
+
.e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) {
|
|
2334
|
+
.e-toolbar-item.e-toolbar-popup:not(.e-overlay) .e-tbar-btn:hover .e-icons {
|
|
2114
2335
|
@if $theme-name == 'bootstrap5.3' {
|
|
2115
2336
|
color: $rte-hover-icons-color;
|
|
2116
2337
|
}
|
|
2117
2338
|
}
|
|
2118
|
-
.e-tbar-btn:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
2339
|
+
.e-toolbar-item.e-toolbar-popup .e-tbar-btn:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
2119
2340
|
@if $theme-name == 'bootstrap4' {
|
|
2120
2341
|
background: $rte-default-btn-bg;
|
|
2121
2342
|
}
|
|
@@ -2125,7 +2346,7 @@
|
|
|
2125
2346
|
|
|
2126
2347
|
@if $theme-name == 'material' or $theme-name == 'material-dark' {
|
|
2127
2348
|
.e-richtexteditor .e-rte-toolbar:not(.e-rte-inline-toolbar) .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2128
|
-
margin:
|
|
2349
|
+
margin: $rte-tbar-btn-small-margin;
|
|
2129
2350
|
}
|
|
2130
2351
|
}
|
|
2131
2352
|
|
|
@@ -2135,3 +2356,60 @@
|
|
|
2135
2356
|
order: 999;
|
|
2136
2357
|
bottom: 0;
|
|
2137
2358
|
}
|
|
2359
|
+
|
|
2360
|
+
.e-rte-aiquery-popup {
|
|
2361
|
+
min-height: 100px;
|
|
2362
|
+
overflow: hidden;
|
|
2363
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
2364
|
+
flex-direction: column;
|
|
2365
|
+
.e-rte-ai-assit-content-container {
|
|
2366
|
+
flex: 1 1 auto;
|
|
2367
|
+
display: flex;
|
|
2368
|
+
flex-direction: column;
|
|
2369
|
+
min-height: 0;
|
|
2370
|
+
width: 100%;
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
.e-aiassistview {
|
|
2374
|
+
flex: 1 1 auto;
|
|
2375
|
+
display: flex;
|
|
2376
|
+
flex-direction: column;
|
|
2377
|
+
min-height: 0;
|
|
2378
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
2379
|
+
.e-view-header {
|
|
2380
|
+
flex: 0 0 auto;
|
|
2381
|
+
}
|
|
2382
|
+
.e-view-content {
|
|
2383
|
+
flex: 1 1 auto;
|
|
2384
|
+
overflow-y: auto;
|
|
2385
|
+
overflow-x: hidden;
|
|
2386
|
+
min-height: 0;
|
|
2387
|
+
}
|
|
2388
|
+
.e-view-container {
|
|
2389
|
+
margin: auto;
|
|
2390
|
+
}
|
|
2391
|
+
.e-rte-icon-btn-disabled {
|
|
2392
|
+
pointer-events: none;
|
|
2393
|
+
opacity: .5;
|
|
2394
|
+
cursor: not-allowed;
|
|
2395
|
+
}
|
|
2396
|
+
.banner-content {
|
|
2397
|
+
display: flex;
|
|
2398
|
+
flex-direction: column;
|
|
2399
|
+
justify-content: center;
|
|
2400
|
+
height: 230px;
|
|
2401
|
+
text-align: center;
|
|
2402
|
+
& .e-assistview-icon::before {
|
|
2403
|
+
font-size: 35px;
|
|
2404
|
+
}
|
|
2405
|
+
}
|
|
2406
|
+
.e-footer {
|
|
2407
|
+
width: 85%;
|
|
2408
|
+
}
|
|
2409
|
+
}
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
//Added for export button
|
|
2413
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
|
|
2414
|
+
line-height: 2px;
|
|
2415
|
+
}
|