@syncfusion/ej2-richtexteditor 29.2.4-771571 → 29.2.4-803054
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/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 +140 -18
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +162 -35
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/editor-manager/plugin/clearformat.js +53 -22
- package/src/rich-text-editor/actions/enter-key.js +25 -9
- package/src/rich-text-editor/actions/paste-clean-up.d.ts +4 -0
- package/src/rich-text-editor/actions/paste-clean-up.js +79 -2
- package/src/rich-text-editor/base/rich-text-editor.js +4 -3
- package/src/rich-text-editor/models/toolbar-settings-model.d.ts +7 -0
- package/src/rich-text-editor/models/toolbar-settings.d.ts +6 -0
- package/src/rich-text-editor/models/toolbar-settings.js +3 -0
- 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 +239 -89
- package/styles/bds-lite.scss +3 -4
- package/styles/bds.css +347 -98
- package/styles/bds.scss +4 -5
- package/styles/bootstrap-dark-lite.css +206 -86
- package/styles/bootstrap-dark-lite.scss +3 -4
- package/styles/bootstrap-dark.css +299 -95
- package/styles/bootstrap-dark.scss +4 -5
- package/styles/bootstrap-lite.css +384 -86
- package/styles/bootstrap-lite.scss +3 -4
- package/styles/bootstrap.css +566 -95
- package/styles/bootstrap.scss +4 -5
- package/styles/bootstrap4-lite.css +565 -93
- package/styles/bootstrap4-lite.scss +3 -4
- package/styles/bootstrap4.css +850 -115
- package/styles/bootstrap4.scss +4 -5
- package/styles/bootstrap5-dark-lite.css +193 -87
- package/styles/bootstrap5-dark-lite.scss +3 -4
- package/styles/bootstrap5-dark.css +279 -96
- package/styles/bootstrap5-dark.scss +4 -5
- package/styles/bootstrap5-lite.css +187 -87
- package/styles/bootstrap5-lite.scss +4 -4
- package/styles/bootstrap5.3-lite.css +456 -108
- package/styles/bootstrap5.3-lite.scss +4 -4
- package/styles/bootstrap5.3.css +627 -118
- package/styles/bootstrap5.3.scss +5 -5
- package/styles/bootstrap5.css +273 -96
- package/styles/bootstrap5.scss +5 -5
- package/styles/fabric-dark-lite.css +193 -87
- package/styles/fabric-dark-lite.scss +4 -4
- package/styles/fabric-dark.css +279 -96
- package/styles/fabric-dark.scss +5 -5
- package/styles/fabric-lite.css +193 -87
- package/styles/fabric-lite.scss +4 -4
- package/styles/fabric.css +279 -96
- package/styles/fabric.scss +5 -5
- package/styles/fluent-dark-lite.css +195 -98
- package/styles/fluent-dark-lite.scss +4 -4
- package/styles/fluent-dark.css +281 -107
- package/styles/fluent-dark.scss +5 -5
- package/styles/fluent-lite.css +195 -89
- package/styles/fluent-lite.scss +4 -4
- package/styles/fluent.css +281 -98
- package/styles/fluent.scss +5 -5
- package/styles/fluent2-lite.css +519 -114
- package/styles/fluent2-lite.scss +4 -4
- package/styles/fluent2.css +703 -126
- package/styles/fluent2.scss +5 -5
- package/styles/highcontrast-light-lite.css +193 -87
- package/styles/highcontrast-light-lite.scss +4 -4
- package/styles/highcontrast-light.css +279 -96
- package/styles/highcontrast-light.scss +5 -5
- package/styles/highcontrast-lite.css +193 -87
- package/styles/highcontrast-lite.scss +4 -4
- package/styles/highcontrast.css +279 -96
- package/styles/highcontrast.scss +5 -5
- package/styles/material-dark-lite.css +192 -86
- package/styles/material-dark-lite.scss +4 -4
- package/styles/material-dark.css +278 -95
- package/styles/material-dark.scss +5 -5
- package/styles/material-lite.css +192 -86
- package/styles/material-lite.scss +3 -4
- package/styles/material.css +278 -95
- package/styles/material.scss +4 -5
- package/styles/material3-dark-lite.css +539 -105
- package/styles/material3-dark-lite.scss +4 -4
- package/styles/material3-dark.css +723 -130
- package/styles/material3-dark.scss +5 -7
- package/styles/material3-lite.css +459 -105
- package/styles/material3-lite.scss +4 -4
- package/styles/material3.css +645 -130
- 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 +468 -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 +152 -57
- 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 +467 -26
- package/styles/rich-text-editor/_bootstrap-definition.scss +467 -26
- package/styles/rich-text-editor/_bootstrap4-definition.scss +473 -33
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +709 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +467 -27
- package/styles/rich-text-editor/_bootstrap5.3-definition.scss +469 -29
- package/styles/rich-text-editor/_fabric-dark-definition.scss +467 -27
- package/styles/rich-text-editor/_fabric-definition.scss +466 -27
- package/styles/rich-text-editor/_fluent-dark-definition.scss +710 -1
- package/styles/rich-text-editor/_fluent-definition.scss +470 -27
- package/styles/rich-text-editor/_fluent2-definition.scss +478 -33
- package/styles/rich-text-editor/_fusionnew-definition.scss +464 -26
- package/styles/rich-text-editor/_highcontrast-definition.scss +466 -26
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +466 -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 +448 -353
- 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 +466 -28
- package/styles/rich-text-editor/_material-definition.scss +466 -26
- package/styles/rich-text-editor/_material3-dark-definition.scss +714 -1
- package/styles/rich-text-editor/_material3-definition.scss +473 -30
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +706 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +468 -28
- package/styles/rich-text-editor/_tailwind3-definition.scss +474 -34
- 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 +65 -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 +347 -98
- package/styles/rich-text-editor/bds.scss +5 -5
- package/styles/rich-text-editor/bootstrap-dark.css +299 -95
- package/styles/rich-text-editor/bootstrap-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap.css +566 -95
- package/styles/rich-text-editor/bootstrap.scss +5 -5
- package/styles/rich-text-editor/bootstrap4.css +850 -115
- package/styles/rich-text-editor/bootstrap4.scss +5 -5
- package/styles/rich-text-editor/bootstrap5-dark.css +279 -96
- package/styles/rich-text-editor/bootstrap5-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.3.css +627 -118
- package/styles/rich-text-editor/bootstrap5.3.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.css +273 -96
- package/styles/rich-text-editor/bootstrap5.scss +5 -5
- package/styles/rich-text-editor/fabric-dark.css +279 -96
- package/styles/rich-text-editor/fabric-dark.scss +5 -5
- package/styles/rich-text-editor/fabric.css +279 -96
- package/styles/rich-text-editor/fabric.scss +5 -5
- package/styles/rich-text-editor/fluent-dark.css +281 -107
- package/styles/rich-text-editor/fluent-dark.scss +5 -5
- package/styles/rich-text-editor/fluent.css +281 -98
- package/styles/rich-text-editor/fluent.scss +5 -5
- package/styles/rich-text-editor/fluent2.css +703 -126
- package/styles/rich-text-editor/fluent2.scss +5 -5
- package/styles/rich-text-editor/highcontrast-light.css +279 -96
- package/styles/rich-text-editor/highcontrast-light.scss +5 -5
- package/styles/rich-text-editor/highcontrast.css +279 -96
- package/styles/rich-text-editor/highcontrast.scss +5 -5
- package/styles/rich-text-editor/icons/_bds.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap4.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_bootstrap5.3.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap5.scss +7 -0
- package/styles/rich-text-editor/icons/_fabric-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_fabric.scss +7 -0
- package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_fluent.scss +6 -0
- package/styles/rich-text-editor/icons/_fluent2.scss +7 -0
- package/styles/rich-text-editor/icons/_fusionnew.scss +7 -0
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +7 -0
- package/styles/rich-text-editor/icons/_highcontrast.scss +7 -0
- package/styles/rich-text-editor/icons/_material-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_material.scss +7 -0
- package/styles/rich-text-editor/icons/_material3-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_material3.scss +7 -0
- package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +7 -0
- package/styles/rich-text-editor/icons/_tailwind3.scss +7 -0
- package/styles/rich-text-editor/material-dark.css +278 -95
- package/styles/rich-text-editor/material-dark.scss +5 -5
- package/styles/rich-text-editor/material.css +278 -95
- package/styles/rich-text-editor/material.scss +5 -5
- package/styles/rich-text-editor/material3-dark.css +723 -130
- package/styles/rich-text-editor/material3-dark.scss +5 -6
- package/styles/rich-text-editor/material3.css +645 -130
- package/styles/rich-text-editor/material3.scss +5 -6
- package/styles/rich-text-editor/tailwind-dark.css +282 -99
- package/styles/rich-text-editor/tailwind-dark.scss +5 -5
- package/styles/rich-text-editor/tailwind.css +282 -99
- package/styles/rich-text-editor/tailwind.scss +5 -5
- package/styles/rich-text-editor/tailwind3.css +593 -115
- package/styles/rich-text-editor/tailwind3.scss +5 -5
- package/styles/tailwind-dark-lite.css +196 -90
- package/styles/tailwind-dark-lite.scss +4 -4
- package/styles/tailwind-dark.css +282 -99
- package/styles/tailwind-dark.scss +5 -5
- package/styles/tailwind-lite.css +196 -90
- package/styles/tailwind-lite.scss +4 -4
- package/styles/tailwind.css +282 -99
- package/styles/tailwind.scss +5 -5
- package/styles/tailwind3-lite.css +430 -104
- package/styles/tailwind3-lite.scss +4 -4
- package/styles/tailwind3.css +593 -115
- package/styles/tailwind3.scss +5 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bds-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap4-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap5-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap5.3-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap5-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fabric-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fabric-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fluent-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fluent-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fluent2-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_highcontrast-light-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_highcontrast-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_material-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_material-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_material3-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_material3-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_tailwind-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_tailwind-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_tailwind3-definition';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
1
2
|
@mixin quick-toolbar-background-color {
|
|
2
3
|
@if $theme-name == 'bootstrap5' {
|
|
3
4
|
background: $content-bg-color;
|
|
@@ -15,7 +16,7 @@
|
|
|
15
16
|
/*! tab layout */
|
|
16
17
|
|
|
17
18
|
.e-rte-container {
|
|
18
|
-
border:
|
|
19
|
+
border: $rte-container-border;
|
|
19
20
|
}
|
|
20
21
|
|
|
21
22
|
|
|
@@ -42,22 +43,26 @@
|
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
.e-rte-container .e-toolbar-wrapper.e-rte-tb-bottom {
|
|
45
|
-
border-top:
|
|
46
|
+
border-top: $rte-wrapper-tb-bottom-border-top;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
.e-toolbar-wrapper,
|
|
49
50
|
.e-toolbar-container {
|
|
50
|
-
border-bottom:
|
|
51
|
+
border-bottom: $rte-toolbar-wrapper-container-border-bottom;
|
|
51
52
|
}
|
|
52
53
|
|
|
53
54
|
iframe.e-rte-content {
|
|
54
|
-
border:
|
|
55
|
+
border: $rte-iframe-content-border;
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
.e-richtexteditor {
|
|
58
59
|
color: $rte-content-color;
|
|
59
60
|
background: $rte-content-bg;
|
|
60
61
|
|
|
62
|
+
.e-rte-elements.e-tbar-btn.e-rte-export-btn {
|
|
63
|
+
background-color: $rte-toolbar-item-hov-bg-color;
|
|
64
|
+
}
|
|
65
|
+
|
|
61
66
|
.e-toolbar-wrapper {
|
|
62
67
|
background: $rte-tbar-default-bg;
|
|
63
68
|
}
|
|
@@ -96,7 +101,7 @@
|
|
|
96
101
|
|
|
97
102
|
&.e-rtl {
|
|
98
103
|
.e-rte-content .e-content blockquote {
|
|
99
|
-
border-left:
|
|
104
|
+
border-left: $rte-content-blockquote-border-left;
|
|
100
105
|
border-right: $rte-content-blockquote-border-left-color;
|
|
101
106
|
}
|
|
102
107
|
}
|
|
@@ -119,7 +124,7 @@
|
|
|
119
124
|
box-shadow: none;
|
|
120
125
|
}
|
|
121
126
|
@if $theme-name == 'highcontrast' {
|
|
122
|
-
border:
|
|
127
|
+
border: $rte-quick-popup-toolbar-border;
|
|
123
128
|
}
|
|
124
129
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
125
130
|
@include quick-toolbar-background-color;
|
|
@@ -244,7 +249,7 @@
|
|
|
244
249
|
|
|
245
250
|
.e-richtexteditor .e-rte-toolbar,
|
|
246
251
|
.e-rte-quick-popup .e-rte-quick-toolbar {
|
|
247
|
-
.e-toolbar-item {
|
|
252
|
+
.e-toolbar-item:not(.e-overlay) {
|
|
248
253
|
.e-tbar-btn {
|
|
249
254
|
|
|
250
255
|
&:hover,
|
|
@@ -285,7 +290,7 @@
|
|
|
285
290
|
}
|
|
286
291
|
}
|
|
287
292
|
}
|
|
288
|
-
.e-toolbar-item.e-active {
|
|
293
|
+
.e-toolbar-item.e-active:not(.e-overlay) {
|
|
289
294
|
.e-tbar-btn .e-icons {
|
|
290
295
|
@if $theme-name != 'bootstrap5.3' {
|
|
291
296
|
color: $rte-icon-color;
|
|
@@ -313,11 +318,11 @@
|
|
|
313
318
|
pointer-events: none;
|
|
314
319
|
cursor: default;
|
|
315
320
|
background: transparent;
|
|
316
|
-
border:
|
|
321
|
+
border: $rte-toolbar-btn-border;
|
|
317
322
|
|
|
318
323
|
&:hover {
|
|
319
324
|
background: transparent;
|
|
320
|
-
border:
|
|
325
|
+
border: $rte-toolbar-btn-hover-border;
|
|
321
326
|
|
|
322
327
|
.e-icons,
|
|
323
328
|
.e-rte-dropdown-btn-text,
|
|
@@ -330,10 +335,16 @@
|
|
|
330
335
|
}
|
|
331
336
|
}
|
|
332
337
|
|
|
338
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay),
|
|
339
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) {
|
|
340
|
+
.e-rte-dropdown {
|
|
341
|
+
box-shadow: none;
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
|
|
333
345
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item,
|
|
334
346
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
|
|
335
347
|
.e-rte-dropdown {
|
|
336
|
-
box-shadow: none;
|
|
337
348
|
color: $rte-dropdown-color;
|
|
338
349
|
}
|
|
339
350
|
.e-split-btn-wrapper {
|
|
@@ -527,7 +538,7 @@
|
|
|
527
538
|
span.e-rte-imageboxmark,
|
|
528
539
|
span.e-rte-videoboxmark {
|
|
529
540
|
background: $rte-img-resize-back-color;
|
|
530
|
-
border:
|
|
541
|
+
border: $rte-direct-span-media-boxmark-border;
|
|
531
542
|
display: block;
|
|
532
543
|
height: 10px;
|
|
533
544
|
position: absolute;
|
|
@@ -538,8 +549,8 @@
|
|
|
538
549
|
.e-mob-rte span.e-rte-imageboxmark,
|
|
539
550
|
.e-mob-rte span.e-rte-videoboxmark {
|
|
540
551
|
background: $rte-img-resize-color;
|
|
541
|
-
border:
|
|
542
|
-
border-radius:
|
|
552
|
+
border: $rte-mob-img-video-boxmark-border;
|
|
553
|
+
border-radius: $rte-videoboxmark-border-radius;
|
|
543
554
|
height: 20px;
|
|
544
555
|
width: 20px;
|
|
545
556
|
}
|
|
@@ -547,7 +558,7 @@
|
|
|
547
558
|
.e-mob-rte.e-mob-span span.e-rte-imageboxmark,
|
|
548
559
|
.e-mob-rte.e-mob-span span.e-rte-videoboxmark {
|
|
549
560
|
background: $rte-img-resize-back-color;
|
|
550
|
-
border:
|
|
561
|
+
border: $rte-img-video-boxmark-border;
|
|
551
562
|
}
|
|
552
563
|
|
|
553
564
|
.e-rte-content .e-content img.e-resize,
|
|
@@ -585,14 +596,16 @@
|
|
|
585
596
|
background-color: $rte-overlay-color;
|
|
586
597
|
}
|
|
587
598
|
|
|
588
|
-
|
|
589
|
-
.e-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
599
|
+
@if $theme-name != 'fluentui-dark' and $theme-name != 'bootstrap5.3-dark' and $theme-name != 'tailwind3-dark' {
|
|
600
|
+
.e-rte-toolbar .e-toolbar-item.e-overlay {
|
|
601
|
+
.e-tbar-btn .e-icons,
|
|
602
|
+
.e-rte-dropdown-menu,
|
|
603
|
+
.e-rte-dropdown-menu .e-icons,
|
|
604
|
+
.e-rte-dropdown .e-icons,
|
|
605
|
+
.e-rte-font-color::before,
|
|
606
|
+
.e-background-color::before {
|
|
607
|
+
color: $rte-ext-tbar-overlay-dropdown-color;
|
|
608
|
+
}
|
|
596
609
|
}
|
|
597
610
|
}
|
|
598
611
|
|
|
@@ -602,7 +615,7 @@
|
|
|
602
615
|
}
|
|
603
616
|
|
|
604
617
|
.e-richtexteditor .e-rte-toolbar .e-hor-nav:hover{
|
|
605
|
-
border:
|
|
618
|
+
border: $rte-tb-expended-hover-border;
|
|
606
619
|
border-width: $rte-toolbar-hor-nav-border-width;
|
|
607
620
|
padding-left: $rte-tb-expended-hover-padding-left;
|
|
608
621
|
}
|
|
@@ -615,17 +628,17 @@
|
|
|
615
628
|
|
|
616
629
|
.e-rte-table-popup .e-span-border {
|
|
617
630
|
@if $skin-name != 'Material3' {
|
|
618
|
-
border:
|
|
631
|
+
border: $rte-container-border;
|
|
619
632
|
}
|
|
620
633
|
display: block;
|
|
621
|
-
margin-bottom:
|
|
622
|
-
margin-top:
|
|
634
|
+
margin-bottom: $rte-table-span-margin-bottom;
|
|
635
|
+
margin-top: $rte-table-span-margin-top;
|
|
623
636
|
}
|
|
624
637
|
|
|
625
638
|
.e-rte-table-popup .e-rte-popup-header {
|
|
626
639
|
color: $rte-table-header-color;
|
|
627
640
|
font-family: $rte-font-family;
|
|
628
|
-
font-size:
|
|
641
|
+
font-size: $rte-table-header-font-size;
|
|
629
642
|
text-align: center;
|
|
630
643
|
}
|
|
631
644
|
|
|
@@ -635,7 +648,7 @@
|
|
|
635
648
|
|
|
636
649
|
.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active {
|
|
637
650
|
background-color: $rte-table-span-active-bg-color;
|
|
638
|
-
border:
|
|
651
|
+
border: $rte-table-span-active-border;
|
|
639
652
|
}
|
|
640
653
|
|
|
641
654
|
.e-rte-table.e-alternate-border > tbody > tr:nth-child(2n),
|
|
@@ -661,12 +674,12 @@
|
|
|
661
674
|
|
|
662
675
|
span.e-table-box {
|
|
663
676
|
background-color: $rte-table-resize-back-color;
|
|
664
|
-
border:
|
|
677
|
+
border: $rte-table-border;
|
|
665
678
|
}
|
|
666
679
|
|
|
667
680
|
span.e-table-box.e-rbox-select {
|
|
668
681
|
background-color: $rte-table-border-color;
|
|
669
|
-
border:
|
|
682
|
+
border: $rte-table-border;
|
|
670
683
|
}
|
|
671
684
|
|
|
672
685
|
.e-table-rhelper {
|
|
@@ -687,7 +700,7 @@
|
|
|
687
700
|
}
|
|
688
701
|
|
|
689
702
|
@if $skin-name =='bootstrap5' or $skin-name =='botstrap5-dark' or $skin-name =='bootstrap4' {
|
|
690
|
-
.e-toolbar .e-toolbar-item .e-tbar-btn.e-selected .e-icons {
|
|
703
|
+
.e-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-selected .e-icons {
|
|
691
704
|
color: $rte-emoji-tbar-btn-selected-font-color;
|
|
692
705
|
}
|
|
693
706
|
}
|
|
@@ -711,14 +724,14 @@
|
|
|
711
724
|
|
|
712
725
|
.e-rte-emojipicker-toolbar {
|
|
713
726
|
background: transparent;
|
|
714
|
-
border:
|
|
727
|
+
border: $rte-emojipicker-toolbar-border;
|
|
715
728
|
box-shadow: none;
|
|
716
729
|
|
|
717
730
|
& .e-toolbar-items {
|
|
718
731
|
background: transparent;
|
|
719
732
|
|
|
720
733
|
& .e-scroll-nav {
|
|
721
|
-
border:
|
|
734
|
+
border: $rte-emojipicker-toolbar-scroll-border;
|
|
722
735
|
}
|
|
723
736
|
}
|
|
724
737
|
}
|
|
@@ -761,7 +774,7 @@
|
|
|
761
774
|
@if $skin-name == 'bootstrap5' {
|
|
762
775
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
763
776
|
background: $rte-tb-item-active-bg;
|
|
764
|
-
border-radius:
|
|
777
|
+
border-radius: $rte-tb-item-active-border-radius;
|
|
765
778
|
}
|
|
766
779
|
|
|
767
780
|
.e-richtexteditor .e-toolbar .e-insert-table-btn.e-btn:hover .e-icons {
|
|
@@ -781,7 +794,7 @@
|
|
|
781
794
|
@if $skin-name == 'material-dark' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4' {
|
|
782
795
|
.e-richtexteditor .e-toolbar,
|
|
783
796
|
.e-richtexteditor .e-toolbar .e-toolbar-pop{
|
|
784
|
-
border:
|
|
797
|
+
border: $rte-toolbar-pop-border;
|
|
785
798
|
}
|
|
786
799
|
}
|
|
787
800
|
|
|
@@ -857,3 +870,19 @@
|
|
|
857
870
|
}
|
|
858
871
|
}
|
|
859
872
|
}
|
|
873
|
+
|
|
874
|
+
.e-rte-aiquery-popup {
|
|
875
|
+
box-shadow: $rte-ai-assistant-box-shadow;
|
|
876
|
+
.e-aiassistview {
|
|
877
|
+
.e-rte-icon-btn-disabled {
|
|
878
|
+
color: $rte-ai-assistant-btn-disabled;
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
@if $theme-name != 'bootstrap4' and $theme-name != 'bootstrap5' and $theme-name != 'bootstrap5.3' {
|
|
882
|
+
.e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
883
|
+
border: 1px solid transparent;
|
|
884
|
+
background-color: transparent;
|
|
885
|
+
box-shadow: none;
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
}
|