@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
package/styles/fabric-dark.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fabric-dark' as *;
|
|
2
|
+
@use 'rich-text-editor/fabric-dark-definition' as *;
|
|
3
|
+
@use 'rich-text-editor/icons/fabric-dark' as *;
|
|
4
|
+
@use 'rich-text-editor/all.fabric-dark' as *;
|
|
5
|
+
@use 'rich-text-editor/bigger.fabric-dark' as *;
|
package/styles/fabric-lite.css
CHANGED
|
@@ -30,6 +30,12 @@
|
|
|
30
30
|
.e-rte-dropdown-popup .e-justify-left::before {
|
|
31
31
|
content: "\e33a";
|
|
32
32
|
}
|
|
33
|
+
.e-toolbar-wrapper .e-lineHeight::before,
|
|
34
|
+
.e-toolbar-container .e-lineHeight::before,
|
|
35
|
+
.e-rte-toolbar .e-lineHeight::before,
|
|
36
|
+
.e-rte-dropdown-popup .e-lineHeight::before {
|
|
37
|
+
content: "\eb8a";
|
|
38
|
+
}
|
|
33
39
|
.e-toolbar-wrapper .e-justify-center::before,
|
|
34
40
|
.e-toolbar-container .e-justify-center::before,
|
|
35
41
|
.e-rte-toolbar .e-justify-center::before,
|
|
@@ -635,10 +641,9 @@
|
|
|
635
641
|
text-align: left;
|
|
636
642
|
}
|
|
637
643
|
.e-richtexteditor.e-rtl .e-rte-character-count {
|
|
638
|
-
|
|
644
|
+
margin-right: auto;
|
|
639
645
|
padding-left: 30px;
|
|
640
646
|
padding-right: unset;
|
|
641
|
-
right: unset;
|
|
642
647
|
}
|
|
643
648
|
.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
|
|
644
649
|
padding-left: 0;
|
|
@@ -648,7 +653,8 @@
|
|
|
648
653
|
margin-left: 0;
|
|
649
654
|
}
|
|
650
655
|
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
651
|
-
height:
|
|
656
|
+
height: 39px;
|
|
657
|
+
min-height: 39px;
|
|
652
658
|
}
|
|
653
659
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
654
660
|
display: inline-block;
|
|
@@ -732,7 +738,7 @@
|
|
|
732
738
|
position: relative;
|
|
733
739
|
text-align: inherit;
|
|
734
740
|
z-index: 2;
|
|
735
|
-
font-weight:
|
|
741
|
+
font-weight: 400;
|
|
736
742
|
line-height: 1.5;
|
|
737
743
|
font-size: 1em;
|
|
738
744
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -747,6 +753,11 @@
|
|
|
747
753
|
margin: 0 0 10px;
|
|
748
754
|
margin-bottom: 10px;
|
|
749
755
|
}
|
|
756
|
+
.e-richtexteditor .e-rte-content .e-content blockquote,
|
|
757
|
+
.e-richtexteditor .e-source-content .e-content blockquote,
|
|
758
|
+
.e-richtexteditor .e-rte-iframe-content .e-content blockquote {
|
|
759
|
+
font-size: 1em;
|
|
760
|
+
}
|
|
750
761
|
.e-richtexteditor .e-rte-content .e-content code,
|
|
751
762
|
.e-richtexteditor .e-source-content .e-content code,
|
|
752
763
|
.e-richtexteditor .e-rte-iframe-content .e-content code {
|
|
@@ -911,7 +922,6 @@
|
|
|
911
922
|
.e-richtexteditor .e-source-content .e-content h6,
|
|
912
923
|
.e-richtexteditor .e-rte-iframe-content .e-content h6 {
|
|
913
924
|
font-size: 1.142em;
|
|
914
|
-
line-height: 600;
|
|
915
925
|
line-height: 1.5;
|
|
916
926
|
margin: 10px 0;
|
|
917
927
|
}
|
|
@@ -930,6 +940,11 @@
|
|
|
930
940
|
border-spacing: 0;
|
|
931
941
|
empty-cells: show;
|
|
932
942
|
}
|
|
943
|
+
.e-richtexteditor .e-rte-content .e-content table:not(:first-child):not(table table),
|
|
944
|
+
.e-richtexteditor .e-source-content .e-content table:not(:first-child):not(table table),
|
|
945
|
+
.e-richtexteditor .e-rte-iframe-content .e-content table:not(:first-child):not(table table) {
|
|
946
|
+
margin-top: 10px;
|
|
947
|
+
}
|
|
933
948
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
934
949
|
.e-richtexteditor .e-source-content .e-content pre,
|
|
935
950
|
.e-richtexteditor .e-rte-iframe-content .e-content pre {
|
|
@@ -988,7 +1003,7 @@
|
|
|
988
1003
|
.e-richtexteditor .e-source-content .e-content b,
|
|
989
1004
|
.e-richtexteditor .e-rte-iframe-content .e-content strong,
|
|
990
1005
|
.e-richtexteditor .e-rte-iframe-content .e-content b {
|
|
991
|
-
font-weight:
|
|
1006
|
+
font-weight: 700;
|
|
992
1007
|
}
|
|
993
1008
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
994
1009
|
.e-richtexteditor .e-source-content .e-content a,
|
|
@@ -1019,13 +1034,17 @@
|
|
|
1019
1034
|
margin-bottom: 0;
|
|
1020
1035
|
}
|
|
1021
1036
|
.e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
1022
|
-
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1023
|
-
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1024
1037
|
.e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
1038
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
1039
|
+
margin-top: 0.6em;
|
|
1040
|
+
}
|
|
1041
|
+
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1025
1042
|
.e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
1043
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
1044
|
+
margin-top: 0.6em;
|
|
1045
|
+
}
|
|
1046
|
+
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1026
1047
|
.e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
1027
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
|
|
1028
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
|
|
1029
1048
|
.e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
1030
1049
|
margin-top: 0.6em;
|
|
1031
1050
|
}
|
|
@@ -1106,7 +1125,7 @@
|
|
|
1106
1125
|
.e-richtexteditor .e-rte-character-count {
|
|
1107
1126
|
color: #000;
|
|
1108
1127
|
font-size: 14px;
|
|
1109
|
-
margin-right:
|
|
1128
|
+
margin-right: 15px;
|
|
1110
1129
|
opacity: 0.54;
|
|
1111
1130
|
padding-bottom: 2px;
|
|
1112
1131
|
text-align: right;
|
|
@@ -1121,6 +1140,9 @@
|
|
|
1121
1140
|
color: #c62828;
|
|
1122
1141
|
opacity: unset;
|
|
1123
1142
|
}
|
|
1143
|
+
.e-richtexteditor:not(.e-rtl) .e-rte-character-count:last-child {
|
|
1144
|
+
margin-right: 10px;
|
|
1145
|
+
}
|
|
1124
1146
|
.e-richtexteditor .e-rte-srctextarea {
|
|
1125
1147
|
background-color: transparent;
|
|
1126
1148
|
border: 0;
|
|
@@ -1135,15 +1157,15 @@
|
|
|
1135
1157
|
width: 100%;
|
|
1136
1158
|
}
|
|
1137
1159
|
.e-richtexteditor .e-resize-handle {
|
|
1138
|
-
height: 15px;
|
|
1139
1160
|
position: absolute;
|
|
1140
|
-
|
|
1161
|
+
margin-bottom: 3px;
|
|
1141
1162
|
}
|
|
1142
1163
|
.e-richtexteditor .e-resize-handle.e-south-east {
|
|
1143
1164
|
bottom: 0;
|
|
1144
1165
|
cursor: nwse-resize;
|
|
1145
1166
|
right: 0;
|
|
1146
1167
|
z-index: 100;
|
|
1168
|
+
margin-right: 3px;
|
|
1147
1169
|
}
|
|
1148
1170
|
.e-richtexteditor .e-resize-handle.e-south-west {
|
|
1149
1171
|
bottom: 0;
|
|
@@ -1152,6 +1174,7 @@
|
|
|
1152
1174
|
-webkit-transform: rotate(90deg);
|
|
1153
1175
|
transform: rotate(90deg);
|
|
1154
1176
|
z-index: 100;
|
|
1177
|
+
margin-left: 3px;
|
|
1155
1178
|
}
|
|
1156
1179
|
.e-richtexteditor.e-rtl.e-rte-resize {
|
|
1157
1180
|
float: right;
|
|
@@ -1230,7 +1253,7 @@
|
|
|
1230
1253
|
padding: 5px;
|
|
1231
1254
|
}
|
|
1232
1255
|
.e-richtexteditor .e-video-url-wrap textarea {
|
|
1233
|
-
height: 80px;
|
|
1256
|
+
min-height: 80px;
|
|
1234
1257
|
}
|
|
1235
1258
|
.e-richtexteditor .e-rte-value-wrapper {
|
|
1236
1259
|
display: none;
|
|
@@ -1257,7 +1280,7 @@
|
|
|
1257
1280
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1258
1281
|
display: block;
|
|
1259
1282
|
font-family: "e-icons";
|
|
1260
|
-
font-weight:
|
|
1283
|
+
font-weight: 400;
|
|
1261
1284
|
line-height: 1;
|
|
1262
1285
|
text-transform: none;
|
|
1263
1286
|
}
|
|
@@ -1290,7 +1313,7 @@
|
|
|
1290
1313
|
}
|
|
1291
1314
|
|
|
1292
1315
|
.e-rte-label label {
|
|
1293
|
-
font-weight:
|
|
1316
|
+
font-weight: 400;
|
|
1294
1317
|
}
|
|
1295
1318
|
|
|
1296
1319
|
.e-rte-linkcontent .e-rte-label:first-child {
|
|
@@ -1329,7 +1352,7 @@
|
|
|
1329
1352
|
}
|
|
1330
1353
|
.e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
1331
1354
|
font-size: 2em;
|
|
1332
|
-
font-weight:
|
|
1355
|
+
font-weight: 700;
|
|
1333
1356
|
height: 40px;
|
|
1334
1357
|
line-height: 40px;
|
|
1335
1358
|
}
|
|
@@ -1340,25 +1363,25 @@
|
|
|
1340
1363
|
}
|
|
1341
1364
|
.e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
1342
1365
|
font-size: 1.5em;
|
|
1343
|
-
font-weight:
|
|
1366
|
+
font-weight: 700;
|
|
1344
1367
|
height: 40px;
|
|
1345
1368
|
line-height: 40px;
|
|
1346
1369
|
}
|
|
1347
1370
|
.e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
1348
1371
|
font-size: 1.16em;
|
|
1349
|
-
font-weight:
|
|
1372
|
+
font-weight: 700;
|
|
1350
1373
|
}
|
|
1351
1374
|
.e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
1352
1375
|
font-size: 1em;
|
|
1353
|
-
font-weight:
|
|
1376
|
+
font-weight: 700;
|
|
1354
1377
|
}
|
|
1355
1378
|
.e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
1356
1379
|
font-size: 0.83em;
|
|
1357
|
-
font-weight:
|
|
1380
|
+
font-weight: 700;
|
|
1358
1381
|
}
|
|
1359
1382
|
.e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
1360
1383
|
font-size: 0.7em;
|
|
1361
|
-
font-weight:
|
|
1384
|
+
font-weight: 700;
|
|
1362
1385
|
}
|
|
1363
1386
|
.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
|
|
1364
1387
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -1544,7 +1567,7 @@
|
|
|
1544
1567
|
box-sizing: border-box;
|
|
1545
1568
|
display: block;
|
|
1546
1569
|
font-size: 16px;
|
|
1547
|
-
font-weight:
|
|
1570
|
+
font-weight: 400;
|
|
1548
1571
|
margin: auto;
|
|
1549
1572
|
opacity: 0.9;
|
|
1550
1573
|
position: relative;
|
|
@@ -1805,7 +1828,6 @@
|
|
|
1805
1828
|
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
|
|
1806
1829
|
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
|
|
1807
1830
|
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
|
|
1808
|
-
line-height: 10;
|
|
1809
1831
|
min-height: 50px;
|
|
1810
1832
|
position: relative;
|
|
1811
1833
|
}
|
|
@@ -1820,16 +1842,6 @@
|
|
|
1820
1842
|
display: inline-block;
|
|
1821
1843
|
line-height: normal;
|
|
1822
1844
|
}
|
|
1823
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1824
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1825
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1826
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
|
|
1827
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1828
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1829
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1830
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
1831
|
-
line-height: 4;
|
|
1832
|
-
}
|
|
1833
1845
|
.e-richtexteditor .e-rte-inline-dropdown ul,
|
|
1834
1846
|
.e-rte-elements .e-rte-inline-dropdown ul {
|
|
1835
1847
|
max-height: 200px;
|
|
@@ -1846,7 +1858,7 @@
|
|
|
1846
1858
|
-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1847
1859
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1848
1860
|
font-size: 14px;
|
|
1849
|
-
font-weight:
|
|
1861
|
+
font-weight: 400;
|
|
1850
1862
|
min-width: 120px;
|
|
1851
1863
|
overflow: hidden;
|
|
1852
1864
|
padding: 10px;
|
|
@@ -1966,7 +1978,7 @@
|
|
|
1966
1978
|
}
|
|
1967
1979
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
|
|
1968
1980
|
.e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
|
|
1969
|
-
font-weight:
|
|
1981
|
+
font-weight: 400;
|
|
1970
1982
|
}
|
|
1971
1983
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
|
|
1972
1984
|
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
|
|
@@ -1980,14 +1992,20 @@
|
|
|
1980
1992
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
1981
1993
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
1982
1994
|
border: none;
|
|
1983
|
-
min-
|
|
1984
|
-
|
|
1985
|
-
|
|
1995
|
+
min-height: 330px;
|
|
1996
|
+
min-width: 310px;
|
|
1997
|
+
display: -webkit-box;
|
|
1998
|
+
display: -ms-flexbox;
|
|
1999
|
+
display: flex;
|
|
2000
|
+
-webkit-box-orient: vertical;
|
|
2001
|
+
-webkit-box-direction: normal;
|
|
2002
|
+
-ms-flex-direction: column;
|
|
2003
|
+
flex-direction: column;
|
|
1986
2004
|
}
|
|
1987
2005
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
|
|
1988
2006
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1989
2007
|
padding: 7px 3px;
|
|
1990
|
-
border-radius:
|
|
2008
|
+
border-radius: 2px;
|
|
1991
2009
|
}
|
|
1992
2010
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
1993
2011
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
@@ -1998,6 +2016,10 @@
|
|
|
1998
2016
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
|
|
1999
2017
|
margin: 10px;
|
|
2000
2018
|
width: 94%;
|
|
2019
|
+
-webkit-box-sizing: border-box;
|
|
2020
|
+
box-sizing: border-box;
|
|
2021
|
+
-ms-flex-item-align: center;
|
|
2022
|
+
align-self: center;
|
|
2001
2023
|
}
|
|
2002
2024
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn,
|
|
2003
2025
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
|
|
@@ -2019,10 +2041,7 @@
|
|
|
2019
2041
|
-webkit-box-shadow: none;
|
|
2020
2042
|
box-shadow: none;
|
|
2021
2043
|
padding: 6px 0;
|
|
2022
|
-
width: 40px;
|
|
2023
|
-
height: 40px;
|
|
2024
2044
|
border: none;
|
|
2025
|
-
line-height: 1px;
|
|
2026
2045
|
font-size: 24px;
|
|
2027
2046
|
}
|
|
2028
2047
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
|
|
@@ -2039,10 +2058,7 @@
|
|
|
2039
2058
|
box-shadow: none;
|
|
2040
2059
|
font-size: 24px;
|
|
2041
2060
|
padding: 6px 0;
|
|
2042
|
-
width: 40px;
|
|
2043
|
-
height: 40px;
|
|
2044
2061
|
border: none;
|
|
2045
|
-
line-height: 1px;
|
|
2046
2062
|
}
|
|
2047
2063
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
|
|
2048
2064
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
@@ -2215,7 +2231,7 @@
|
|
|
2215
2231
|
}
|
|
2216
2232
|
|
|
2217
2233
|
.e-dialog.e-rte-dialog-minheight {
|
|
2218
|
-
min-height:
|
|
2234
|
+
min-height: 298px;
|
|
2219
2235
|
}
|
|
2220
2236
|
|
|
2221
2237
|
.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
|
|
@@ -2244,7 +2260,6 @@
|
|
|
2244
2260
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2245
2261
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2246
2262
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
2247
|
-
line-height: 10;
|
|
2248
2263
|
min-height: 50px;
|
|
2249
2264
|
position: relative;
|
|
2250
2265
|
}
|
|
@@ -2308,16 +2323,6 @@
|
|
|
2308
2323
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
|
|
2309
2324
|
display: none;
|
|
2310
2325
|
}
|
|
2311
|
-
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2312
|
-
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2313
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2314
|
-
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
|
|
2315
|
-
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
2316
|
-
font-size: 15px;
|
|
2317
|
-
opacity: 0.87;
|
|
2318
|
-
padding-bottom: 20px;
|
|
2319
|
-
padding-top: 20px;
|
|
2320
|
-
}
|
|
2321
2326
|
|
|
2322
2327
|
.e-rte-import-dialog .e-dlg-content {
|
|
2323
2328
|
overflow-y: hidden;
|
|
@@ -2337,7 +2342,7 @@
|
|
|
2337
2342
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2338
2343
|
.e-dialog .e-word-uploadwrap .e-droptext,
|
|
2339
2344
|
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2340
|
-
border: dashed
|
|
2345
|
+
border: 2px dashed #dadada;
|
|
2341
2346
|
border-radius: 4px;
|
|
2342
2347
|
color: #a6a6a6;
|
|
2343
2348
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2424,13 +2429,13 @@
|
|
|
2424
2429
|
-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
2425
2430
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
2426
2431
|
font-size: 14px;
|
|
2427
|
-
font-weight:
|
|
2432
|
+
font-weight: 400;
|
|
2428
2433
|
min-width: 120px;
|
|
2429
2434
|
overflow: hidden;
|
|
2430
2435
|
padding: 10px;
|
|
2431
2436
|
}
|
|
2432
2437
|
.e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
|
|
2433
|
-
width: 95px;
|
|
2438
|
+
min-width: 95px;
|
|
2434
2439
|
}
|
|
2435
2440
|
.e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
|
|
2436
2441
|
max-height: 300px;
|
|
@@ -2448,7 +2453,6 @@
|
|
|
2448
2453
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
|
|
2449
2454
|
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
|
|
2450
2455
|
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
|
|
2451
|
-
line-height: 10;
|
|
2452
2456
|
min-height: 50px;
|
|
2453
2457
|
position: relative;
|
|
2454
2458
|
}
|
|
@@ -2529,11 +2533,10 @@
|
|
|
2529
2533
|
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
|
|
2530
2534
|
display: block;
|
|
2531
2535
|
line-height: 20px;
|
|
2532
|
-
font-size:
|
|
2536
|
+
font-size: 12px;
|
|
2533
2537
|
padding: 1px 0 5px;
|
|
2534
2538
|
}
|
|
2535
2539
|
.e-rte-elements.e-slash-menu .e-slash-menu-icon {
|
|
2536
|
-
line-height: 0;
|
|
2537
2540
|
display: inline-block;
|
|
2538
2541
|
width: 50px;
|
|
2539
2542
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -2635,10 +2638,8 @@
|
|
|
2635
2638
|
transform: translateX(50%);
|
|
2636
2639
|
}
|
|
2637
2640
|
|
|
2638
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2639
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2640
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
|
|
2641
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
|
|
2641
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
|
|
2642
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
|
|
2642
2643
|
margin-bottom: 20px;
|
|
2643
2644
|
}
|
|
2644
2645
|
|
|
@@ -2651,7 +2652,6 @@
|
|
|
2651
2652
|
}
|
|
2652
2653
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
|
|
2653
2654
|
min-height: 40px;
|
|
2654
|
-
height: 40px;
|
|
2655
2655
|
}
|
|
2656
2656
|
|
|
2657
2657
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
@@ -2690,6 +2690,91 @@
|
|
|
2690
2690
|
bottom: 0;
|
|
2691
2691
|
}
|
|
2692
2692
|
|
|
2693
|
+
.e-rte-aiquery-popup {
|
|
2694
|
+
min-height: 100px;
|
|
2695
|
+
overflow: hidden;
|
|
2696
|
+
display: -webkit-box !important;
|
|
2697
|
+
display: -ms-flexbox !important;
|
|
2698
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
2699
|
+
-webkit-box-orient: vertical;
|
|
2700
|
+
-webkit-box-direction: normal;
|
|
2701
|
+
-ms-flex-direction: column;
|
|
2702
|
+
flex-direction: column;
|
|
2703
|
+
}
|
|
2704
|
+
.e-rte-aiquery-popup .e-rte-ai-assit-content-container {
|
|
2705
|
+
-webkit-box-flex: 1;
|
|
2706
|
+
-ms-flex: 1 1 auto;
|
|
2707
|
+
flex: 1 1 auto;
|
|
2708
|
+
display: -webkit-box;
|
|
2709
|
+
display: -ms-flexbox;
|
|
2710
|
+
display: flex;
|
|
2711
|
+
-webkit-box-orient: vertical;
|
|
2712
|
+
-webkit-box-direction: normal;
|
|
2713
|
+
-ms-flex-direction: column;
|
|
2714
|
+
flex-direction: column;
|
|
2715
|
+
min-height: 0;
|
|
2716
|
+
width: 100%;
|
|
2717
|
+
}
|
|
2718
|
+
.e-rte-aiquery-popup .e-aiassistview {
|
|
2719
|
+
-webkit-box-flex: 1;
|
|
2720
|
+
-ms-flex: 1 1 auto;
|
|
2721
|
+
flex: 1 1 auto;
|
|
2722
|
+
display: -webkit-box;
|
|
2723
|
+
display: -ms-flexbox;
|
|
2724
|
+
display: flex;
|
|
2725
|
+
-webkit-box-orient: vertical;
|
|
2726
|
+
-webkit-box-direction: normal;
|
|
2727
|
+
-ms-flex-direction: column;
|
|
2728
|
+
flex-direction: column;
|
|
2729
|
+
min-height: 0;
|
|
2730
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
2731
|
+
}
|
|
2732
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-header {
|
|
2733
|
+
-webkit-box-flex: 0;
|
|
2734
|
+
-ms-flex: 0 0 auto;
|
|
2735
|
+
flex: 0 0 auto;
|
|
2736
|
+
}
|
|
2737
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-content {
|
|
2738
|
+
-webkit-box-flex: 1;
|
|
2739
|
+
-ms-flex: 1 1 auto;
|
|
2740
|
+
flex: 1 1 auto;
|
|
2741
|
+
overflow-y: auto;
|
|
2742
|
+
overflow-x: hidden;
|
|
2743
|
+
min-height: 0;
|
|
2744
|
+
}
|
|
2745
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-container {
|
|
2746
|
+
margin: auto;
|
|
2747
|
+
}
|
|
2748
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
2749
|
+
pointer-events: none;
|
|
2750
|
+
opacity: 0.5;
|
|
2751
|
+
cursor: not-allowed;
|
|
2752
|
+
}
|
|
2753
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content {
|
|
2754
|
+
display: -webkit-box;
|
|
2755
|
+
display: -ms-flexbox;
|
|
2756
|
+
display: flex;
|
|
2757
|
+
-webkit-box-orient: vertical;
|
|
2758
|
+
-webkit-box-direction: normal;
|
|
2759
|
+
-ms-flex-direction: column;
|
|
2760
|
+
flex-direction: column;
|
|
2761
|
+
-webkit-box-pack: center;
|
|
2762
|
+
-ms-flex-pack: center;
|
|
2763
|
+
justify-content: center;
|
|
2764
|
+
height: 230px;
|
|
2765
|
+
text-align: center;
|
|
2766
|
+
}
|
|
2767
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
2768
|
+
font-size: 35px;
|
|
2769
|
+
}
|
|
2770
|
+
.e-rte-aiquery-popup .e-aiassistview .e-footer {
|
|
2771
|
+
width: 85%;
|
|
2772
|
+
}
|
|
2773
|
+
|
|
2774
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
|
|
2775
|
+
line-height: 2px;
|
|
2776
|
+
}
|
|
2777
|
+
|
|
2693
2778
|
/*! tab layout */
|
|
2694
2779
|
.e-rte-container {
|
|
2695
2780
|
border: 1px solid #dadada;
|
|
@@ -2735,6 +2820,9 @@ iframe.e-rte-content {
|
|
|
2735
2820
|
color: #333;
|
|
2736
2821
|
background: #fff;
|
|
2737
2822
|
}
|
|
2823
|
+
.e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
|
|
2824
|
+
background-color: #f4f4f4;
|
|
2825
|
+
}
|
|
2738
2826
|
.e-richtexteditor .e-toolbar-wrapper {
|
|
2739
2827
|
background: #fff;
|
|
2740
2828
|
}
|
|
@@ -2873,32 +2961,32 @@ iframe.e-rte-content {
|
|
|
2873
2961
|
outline: none;
|
|
2874
2962
|
}
|
|
2875
2963
|
|
|
2876
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-active,
|
|
2877
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
|
|
2878
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
|
|
2879
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
|
|
2880
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
|
|
2964
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active,
|
|
2965
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
|
|
2966
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
|
|
2967
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
|
|
2968
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
|
|
2881
2969
|
border: 1px solid transparent;
|
|
2882
2970
|
}
|
|
2883
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
|
|
2884
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2971
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
2972
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2885
2973
|
color: #333;
|
|
2886
2974
|
}
|
|
2887
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons,
|
|
2888
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2889
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2975
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons,
|
|
2976
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
|
|
2977
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
|
|
2890
2978
|
color: #333;
|
|
2891
2979
|
}
|
|
2892
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2893
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2980
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
|
|
2981
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
|
|
2894
2982
|
color: #333;
|
|
2895
2983
|
}
|
|
2896
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
2897
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2984
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
2985
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2898
2986
|
color: #333;
|
|
2899
2987
|
}
|
|
2900
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
|
|
2901
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
|
|
2988
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
|
|
2989
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
|
|
2902
2990
|
border: 1px solid transparent;
|
|
2903
2991
|
background: rgba(0, 0, 0, 0.12);
|
|
2904
2992
|
}
|
|
@@ -2933,10 +3021,14 @@ iframe.e-rte-content {
|
|
|
2933
3021
|
background: transparent;
|
|
2934
3022
|
}
|
|
2935
3023
|
|
|
2936
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
2937
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
3024
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
|
|
3025
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
|
|
2938
3026
|
-webkit-box-shadow: none;
|
|
2939
3027
|
box-shadow: none;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
3031
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
2940
3032
|
color: #333;
|
|
2941
3033
|
}
|
|
2942
3034
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
|
|
@@ -3277,4 +3369,18 @@ span.e-table-box.e-rbox-select {
|
|
|
3277
3369
|
border-left: 7.5px solid transparent;
|
|
3278
3370
|
border-right: 7.5px solid transparent;
|
|
3279
3371
|
border-top: 9px solid inherit;
|
|
3372
|
+
}
|
|
3373
|
+
|
|
3374
|
+
.e-rte-aiquery-popup {
|
|
3375
|
+
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
3376
|
+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
3377
|
+
}
|
|
3378
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
3379
|
+
color: #a6a6a6;
|
|
3380
|
+
}
|
|
3381
|
+
.e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3382
|
+
border: 1px solid transparent;
|
|
3383
|
+
background-color: transparent;
|
|
3384
|
+
-webkit-box-shadow: none;
|
|
3385
|
+
box-shadow: none;
|
|
3280
3386
|
}
|
package/styles/fabric-lite.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fabric' as *;
|
|
2
|
+
@use 'rich-text-editor/fabric-definition' as *;
|
|
3
|
+
@use 'rich-text-editor/icons/fabric' as *;
|
|
4
|
+
@use 'rich-text-editor/all.fabric' as *;
|