@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/highcontrast.css
CHANGED
|
@@ -24,6 +24,12 @@
|
|
|
24
24
|
.e-rte-dropdown-popup .e-justify-left::before {
|
|
25
25
|
content: "\e33a";
|
|
26
26
|
}
|
|
27
|
+
.e-toolbar-wrapper .e-lineHeight::before,
|
|
28
|
+
.e-toolbar-container .e-lineHeight::before,
|
|
29
|
+
.e-rte-toolbar .e-lineHeight::before,
|
|
30
|
+
.e-rte-dropdown-popup .e-lineHeight::before {
|
|
31
|
+
content: "\eb8a";
|
|
32
|
+
}
|
|
27
33
|
.e-toolbar-wrapper .e-rte-checklist-icon::before,
|
|
28
34
|
.e-toolbar-container .e-rte-checklist-icon::before,
|
|
29
35
|
.e-rte-toolbar .e-rte-checklist-icon::before,
|
|
@@ -636,10 +642,9 @@
|
|
|
636
642
|
text-align: left;
|
|
637
643
|
}
|
|
638
644
|
.e-richtexteditor.e-rtl .e-rte-character-count {
|
|
639
|
-
|
|
645
|
+
margin-right: auto;
|
|
640
646
|
padding-left: 30px;
|
|
641
647
|
padding-right: unset;
|
|
642
|
-
right: unset;
|
|
643
648
|
}
|
|
644
649
|
.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
|
|
645
650
|
padding-left: 0;
|
|
@@ -649,7 +654,8 @@
|
|
|
649
654
|
margin-left: 0;
|
|
650
655
|
}
|
|
651
656
|
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
652
|
-
height:
|
|
657
|
+
height: 39px;
|
|
658
|
+
min-height: 39px;
|
|
653
659
|
}
|
|
654
660
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
655
661
|
display: inline-block;
|
|
@@ -733,7 +739,7 @@
|
|
|
733
739
|
position: relative;
|
|
734
740
|
text-align: inherit;
|
|
735
741
|
z-index: 2;
|
|
736
|
-
font-weight:
|
|
742
|
+
font-weight: 400;
|
|
737
743
|
line-height: 1.5;
|
|
738
744
|
font-size: 1em;
|
|
739
745
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -748,6 +754,11 @@
|
|
|
748
754
|
margin: 0 0 10px;
|
|
749
755
|
margin-bottom: 10px;
|
|
750
756
|
}
|
|
757
|
+
.e-richtexteditor .e-rte-content .e-content blockquote,
|
|
758
|
+
.e-richtexteditor .e-source-content .e-content blockquote,
|
|
759
|
+
.e-richtexteditor .e-rte-iframe-content .e-content blockquote {
|
|
760
|
+
font-size: 1em;
|
|
761
|
+
}
|
|
751
762
|
.e-richtexteditor .e-rte-content .e-content code,
|
|
752
763
|
.e-richtexteditor .e-source-content .e-content code,
|
|
753
764
|
.e-richtexteditor .e-rte-iframe-content .e-content code {
|
|
@@ -914,7 +925,6 @@
|
|
|
914
925
|
.e-richtexteditor .e-source-content .e-content h6,
|
|
915
926
|
.e-richtexteditor .e-rte-iframe-content .e-content h6 {
|
|
916
927
|
font-size: 1.142em;
|
|
917
|
-
line-height: 600;
|
|
918
928
|
line-height: 1.5;
|
|
919
929
|
margin: 10px 0;
|
|
920
930
|
}
|
|
@@ -933,6 +943,11 @@
|
|
|
933
943
|
border-spacing: 0;
|
|
934
944
|
empty-cells: show;
|
|
935
945
|
}
|
|
946
|
+
.e-richtexteditor .e-rte-content .e-content table:not(:first-child):not(table table),
|
|
947
|
+
.e-richtexteditor .e-source-content .e-content table:not(:first-child):not(table table),
|
|
948
|
+
.e-richtexteditor .e-rte-iframe-content .e-content table:not(:first-child):not(table table) {
|
|
949
|
+
margin-top: 10px;
|
|
950
|
+
}
|
|
936
951
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
937
952
|
.e-richtexteditor .e-source-content .e-content pre,
|
|
938
953
|
.e-richtexteditor .e-rte-iframe-content .e-content pre {
|
|
@@ -997,7 +1012,7 @@
|
|
|
997
1012
|
.e-richtexteditor .e-source-content .e-content b,
|
|
998
1013
|
.e-richtexteditor .e-rte-iframe-content .e-content strong,
|
|
999
1014
|
.e-richtexteditor .e-rte-iframe-content .e-content b {
|
|
1000
|
-
font-weight:
|
|
1015
|
+
font-weight: 700;
|
|
1001
1016
|
}
|
|
1002
1017
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
1003
1018
|
.e-richtexteditor .e-source-content .e-content a,
|
|
@@ -1028,13 +1043,17 @@
|
|
|
1028
1043
|
margin-bottom: 0;
|
|
1029
1044
|
}
|
|
1030
1045
|
.e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
1031
|
-
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1032
|
-
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1033
1046
|
.e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
1047
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
1048
|
+
margin-top: 0.6em;
|
|
1049
|
+
}
|
|
1050
|
+
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1034
1051
|
.e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
1052
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
1053
|
+
margin-top: 0.6em;
|
|
1054
|
+
}
|
|
1055
|
+
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1035
1056
|
.e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
1036
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
|
|
1037
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
|
|
1038
1057
|
.e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
1039
1058
|
margin-top: 0.6em;
|
|
1040
1059
|
}
|
|
@@ -1115,7 +1134,7 @@
|
|
|
1115
1134
|
.e-richtexteditor .e-rte-character-count {
|
|
1116
1135
|
color: #fff;
|
|
1117
1136
|
font-size: 14px;
|
|
1118
|
-
margin-right:
|
|
1137
|
+
margin-right: 15px;
|
|
1119
1138
|
opacity: 0.54;
|
|
1120
1139
|
padding-bottom: 2px;
|
|
1121
1140
|
text-align: right;
|
|
@@ -1130,6 +1149,9 @@
|
|
|
1130
1149
|
color: #c62828;
|
|
1131
1150
|
opacity: unset;
|
|
1132
1151
|
}
|
|
1152
|
+
.e-richtexteditor:not(.e-rtl) .e-rte-character-count:last-child {
|
|
1153
|
+
margin-right: 10px;
|
|
1154
|
+
}
|
|
1133
1155
|
.e-richtexteditor .e-rte-srctextarea {
|
|
1134
1156
|
background-color: transparent;
|
|
1135
1157
|
border: 0;
|
|
@@ -1144,15 +1166,15 @@
|
|
|
1144
1166
|
width: 100%;
|
|
1145
1167
|
}
|
|
1146
1168
|
.e-richtexteditor .e-resize-handle {
|
|
1147
|
-
height: 15px;
|
|
1148
1169
|
position: absolute;
|
|
1149
|
-
|
|
1170
|
+
margin-bottom: 3px;
|
|
1150
1171
|
}
|
|
1151
1172
|
.e-richtexteditor .e-resize-handle.e-south-east {
|
|
1152
1173
|
bottom: 0;
|
|
1153
1174
|
cursor: nwse-resize;
|
|
1154
1175
|
right: 0;
|
|
1155
1176
|
z-index: 100;
|
|
1177
|
+
margin-right: 3px;
|
|
1156
1178
|
}
|
|
1157
1179
|
.e-richtexteditor .e-resize-handle.e-south-west {
|
|
1158
1180
|
bottom: 0;
|
|
@@ -1161,6 +1183,7 @@
|
|
|
1161
1183
|
-webkit-transform: rotate(90deg);
|
|
1162
1184
|
transform: rotate(90deg);
|
|
1163
1185
|
z-index: 100;
|
|
1186
|
+
margin-left: 3px;
|
|
1164
1187
|
}
|
|
1165
1188
|
.e-richtexteditor.e-rtl.e-rte-resize {
|
|
1166
1189
|
float: right;
|
|
@@ -1239,7 +1262,7 @@
|
|
|
1239
1262
|
padding: 5px;
|
|
1240
1263
|
}
|
|
1241
1264
|
.e-richtexteditor .e-video-url-wrap textarea {
|
|
1242
|
-
height: 80px;
|
|
1265
|
+
min-height: 80px;
|
|
1243
1266
|
}
|
|
1244
1267
|
.e-richtexteditor .e-rte-value-wrapper {
|
|
1245
1268
|
display: none;
|
|
@@ -1266,7 +1289,7 @@
|
|
|
1266
1289
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1267
1290
|
display: block;
|
|
1268
1291
|
font-family: "e-icons";
|
|
1269
|
-
font-weight:
|
|
1292
|
+
font-weight: 400;
|
|
1270
1293
|
line-height: 1;
|
|
1271
1294
|
text-transform: none;
|
|
1272
1295
|
}
|
|
@@ -1299,7 +1322,7 @@
|
|
|
1299
1322
|
}
|
|
1300
1323
|
|
|
1301
1324
|
.e-rte-label label {
|
|
1302
|
-
font-weight:
|
|
1325
|
+
font-weight: 400;
|
|
1303
1326
|
}
|
|
1304
1327
|
|
|
1305
1328
|
.e-rte-linkcontent .e-rte-label:first-child {
|
|
@@ -1338,7 +1361,7 @@
|
|
|
1338
1361
|
}
|
|
1339
1362
|
.e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
1340
1363
|
font-size: 2em;
|
|
1341
|
-
font-weight:
|
|
1364
|
+
font-weight: 700;
|
|
1342
1365
|
height: 40px;
|
|
1343
1366
|
line-height: 40px;
|
|
1344
1367
|
}
|
|
@@ -1349,25 +1372,25 @@
|
|
|
1349
1372
|
}
|
|
1350
1373
|
.e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
1351
1374
|
font-size: 1.5em;
|
|
1352
|
-
font-weight:
|
|
1375
|
+
font-weight: 700;
|
|
1353
1376
|
height: 40px;
|
|
1354
1377
|
line-height: 40px;
|
|
1355
1378
|
}
|
|
1356
1379
|
.e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
1357
1380
|
font-size: 1.16em;
|
|
1358
|
-
font-weight:
|
|
1381
|
+
font-weight: 700;
|
|
1359
1382
|
}
|
|
1360
1383
|
.e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
1361
1384
|
font-size: 1em;
|
|
1362
|
-
font-weight:
|
|
1385
|
+
font-weight: 700;
|
|
1363
1386
|
}
|
|
1364
1387
|
.e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
1365
1388
|
font-size: 0.83em;
|
|
1366
|
-
font-weight:
|
|
1389
|
+
font-weight: 700;
|
|
1367
1390
|
}
|
|
1368
1391
|
.e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
1369
1392
|
font-size: 0.7em;
|
|
1370
|
-
font-weight:
|
|
1393
|
+
font-weight: 700;
|
|
1371
1394
|
}
|
|
1372
1395
|
.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
|
|
1373
1396
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -1553,7 +1576,7 @@
|
|
|
1553
1576
|
box-sizing: border-box;
|
|
1554
1577
|
display: block;
|
|
1555
1578
|
font-size: 16px;
|
|
1556
|
-
font-weight:
|
|
1579
|
+
font-weight: 400;
|
|
1557
1580
|
margin: auto;
|
|
1558
1581
|
opacity: 0.9;
|
|
1559
1582
|
position: relative;
|
|
@@ -1814,7 +1837,6 @@
|
|
|
1814
1837
|
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
|
|
1815
1838
|
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
|
|
1816
1839
|
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
|
|
1817
|
-
line-height: 10;
|
|
1818
1840
|
min-height: 50px;
|
|
1819
1841
|
position: relative;
|
|
1820
1842
|
}
|
|
@@ -1829,16 +1851,6 @@
|
|
|
1829
1851
|
display: inline-block;
|
|
1830
1852
|
line-height: normal;
|
|
1831
1853
|
}
|
|
1832
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1833
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1834
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1835
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
|
|
1836
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1837
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1838
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1839
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
1840
|
-
line-height: 4;
|
|
1841
|
-
}
|
|
1842
1854
|
.e-richtexteditor .e-rte-inline-dropdown ul,
|
|
1843
1855
|
.e-rte-elements .e-rte-inline-dropdown ul {
|
|
1844
1856
|
max-height: 200px;
|
|
@@ -1855,7 +1867,7 @@
|
|
|
1855
1867
|
-webkit-box-shadow: 0 3px 8px 0 rgba(191, 191, 191, 0.26);
|
|
1856
1868
|
box-shadow: 0 3px 8px 0 rgba(191, 191, 191, 0.26);
|
|
1857
1869
|
font-size: 14px;
|
|
1858
|
-
font-weight:
|
|
1870
|
+
font-weight: 400;
|
|
1859
1871
|
min-width: 120px;
|
|
1860
1872
|
overflow: hidden;
|
|
1861
1873
|
padding: 10px;
|
|
@@ -1975,7 +1987,7 @@
|
|
|
1975
1987
|
}
|
|
1976
1988
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
|
|
1977
1989
|
.e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
|
|
1978
|
-
font-weight:
|
|
1990
|
+
font-weight: 400;
|
|
1979
1991
|
}
|
|
1980
1992
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
|
|
1981
1993
|
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
|
|
@@ -1989,14 +2001,20 @@
|
|
|
1989
2001
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
1990
2002
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
1991
2003
|
border: 1px solid #fff;
|
|
1992
|
-
min-
|
|
1993
|
-
|
|
1994
|
-
|
|
2004
|
+
min-height: 330px;
|
|
2005
|
+
min-width: 310px;
|
|
2006
|
+
display: -webkit-box;
|
|
2007
|
+
display: -ms-flexbox;
|
|
2008
|
+
display: flex;
|
|
2009
|
+
-webkit-box-orient: vertical;
|
|
2010
|
+
-webkit-box-direction: normal;
|
|
2011
|
+
-ms-flex-direction: column;
|
|
2012
|
+
flex-direction: column;
|
|
1995
2013
|
}
|
|
1996
2014
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
|
|
1997
2015
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1998
2016
|
padding: 7px 3px;
|
|
1999
|
-
border-radius:
|
|
2017
|
+
border-radius: none;
|
|
2000
2018
|
}
|
|
2001
2019
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
2002
2020
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
@@ -2007,6 +2025,10 @@
|
|
|
2007
2025
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
|
|
2008
2026
|
margin: 10px;
|
|
2009
2027
|
width: 94%;
|
|
2028
|
+
-webkit-box-sizing: border-box;
|
|
2029
|
+
box-sizing: border-box;
|
|
2030
|
+
-ms-flex-item-align: center;
|
|
2031
|
+
align-self: center;
|
|
2010
2032
|
}
|
|
2011
2033
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn,
|
|
2012
2034
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
|
|
@@ -2028,10 +2050,7 @@
|
|
|
2028
2050
|
-webkit-box-shadow: none;
|
|
2029
2051
|
box-shadow: none;
|
|
2030
2052
|
padding: 6px 0;
|
|
2031
|
-
width: 40px;
|
|
2032
|
-
height: 40px;
|
|
2033
2053
|
border: none;
|
|
2034
|
-
line-height: 1px;
|
|
2035
2054
|
font-size: 24px;
|
|
2036
2055
|
}
|
|
2037
2056
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
|
|
@@ -2048,10 +2067,7 @@
|
|
|
2048
2067
|
box-shadow: none;
|
|
2049
2068
|
font-size: 24px;
|
|
2050
2069
|
padding: 6px 0;
|
|
2051
|
-
width: 40px;
|
|
2052
|
-
height: 40px;
|
|
2053
2070
|
border: none;
|
|
2054
|
-
line-height: 1px;
|
|
2055
2071
|
}
|
|
2056
2072
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
|
|
2057
2073
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
@@ -2224,7 +2240,7 @@
|
|
|
2224
2240
|
}
|
|
2225
2241
|
|
|
2226
2242
|
.e-dialog.e-rte-dialog-minheight {
|
|
2227
|
-
min-height:
|
|
2243
|
+
min-height: 298px;
|
|
2228
2244
|
}
|
|
2229
2245
|
|
|
2230
2246
|
.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
|
|
@@ -2253,7 +2269,6 @@
|
|
|
2253
2269
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2254
2270
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2255
2271
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
2256
|
-
line-height: 10;
|
|
2257
2272
|
min-height: 50px;
|
|
2258
2273
|
position: relative;
|
|
2259
2274
|
}
|
|
@@ -2317,16 +2332,6 @@
|
|
|
2317
2332
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
|
|
2318
2333
|
display: none;
|
|
2319
2334
|
}
|
|
2320
|
-
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2321
|
-
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2322
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2323
|
-
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
|
|
2324
|
-
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
2325
|
-
font-size: 15px;
|
|
2326
|
-
opacity: 0.87;
|
|
2327
|
-
padding-bottom: 20px;
|
|
2328
|
-
padding-top: 20px;
|
|
2329
|
-
}
|
|
2330
2335
|
|
|
2331
2336
|
.e-rte-import-dialog .e-dlg-content {
|
|
2332
2337
|
overflow-y: hidden;
|
|
@@ -2346,7 +2351,7 @@
|
|
|
2346
2351
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2347
2352
|
.e-dialog .e-word-uploadwrap .e-droptext,
|
|
2348
2353
|
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2349
|
-
border: dashed
|
|
2354
|
+
border: 2px dashed #969696;
|
|
2350
2355
|
border-radius: 4px;
|
|
2351
2356
|
color: #fff;
|
|
2352
2357
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2433,13 +2438,13 @@
|
|
|
2433
2438
|
-webkit-box-shadow: 0 3px 8px 0 rgba(191, 191, 191, 0.26);
|
|
2434
2439
|
box-shadow: 0 3px 8px 0 rgba(191, 191, 191, 0.26);
|
|
2435
2440
|
font-size: 14px;
|
|
2436
|
-
font-weight:
|
|
2441
|
+
font-weight: 400;
|
|
2437
2442
|
min-width: 120px;
|
|
2438
2443
|
overflow: hidden;
|
|
2439
2444
|
padding: 10px;
|
|
2440
2445
|
}
|
|
2441
2446
|
.e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
|
|
2442
|
-
width: 95px;
|
|
2447
|
+
min-width: 95px;
|
|
2443
2448
|
}
|
|
2444
2449
|
.e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
|
|
2445
2450
|
max-height: 300px;
|
|
@@ -2457,7 +2462,6 @@
|
|
|
2457
2462
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
|
|
2458
2463
|
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
|
|
2459
2464
|
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
|
|
2460
|
-
line-height: 10;
|
|
2461
2465
|
min-height: 50px;
|
|
2462
2466
|
position: relative;
|
|
2463
2467
|
}
|
|
@@ -2538,11 +2542,10 @@
|
|
|
2538
2542
|
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
|
|
2539
2543
|
display: block;
|
|
2540
2544
|
line-height: 20px;
|
|
2541
|
-
font-size:
|
|
2545
|
+
font-size: 12px;
|
|
2542
2546
|
padding: 1px 0 5px;
|
|
2543
2547
|
}
|
|
2544
2548
|
.e-rte-elements.e-slash-menu .e-slash-menu-icon {
|
|
2545
|
-
line-height: 0;
|
|
2546
2549
|
display: inline-block;
|
|
2547
2550
|
width: 50px;
|
|
2548
2551
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -2644,10 +2647,8 @@
|
|
|
2644
2647
|
transform: translateX(50%);
|
|
2645
2648
|
}
|
|
2646
2649
|
|
|
2647
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2648
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2649
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
|
|
2650
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
|
|
2650
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
|
|
2651
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
|
|
2651
2652
|
margin-bottom: 20px;
|
|
2652
2653
|
}
|
|
2653
2654
|
|
|
@@ -2660,7 +2661,6 @@
|
|
|
2660
2661
|
}
|
|
2661
2662
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
|
|
2662
2663
|
min-height: 40px;
|
|
2663
|
-
height: 40px;
|
|
2664
2664
|
}
|
|
2665
2665
|
|
|
2666
2666
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
@@ -2699,6 +2699,91 @@
|
|
|
2699
2699
|
bottom: 0;
|
|
2700
2700
|
}
|
|
2701
2701
|
|
|
2702
|
+
.e-rte-aiquery-popup {
|
|
2703
|
+
min-height: 100px;
|
|
2704
|
+
overflow: hidden;
|
|
2705
|
+
display: -webkit-box !important;
|
|
2706
|
+
display: -ms-flexbox !important;
|
|
2707
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
2708
|
+
-webkit-box-orient: vertical;
|
|
2709
|
+
-webkit-box-direction: normal;
|
|
2710
|
+
-ms-flex-direction: column;
|
|
2711
|
+
flex-direction: column;
|
|
2712
|
+
}
|
|
2713
|
+
.e-rte-aiquery-popup .e-rte-ai-assit-content-container {
|
|
2714
|
+
-webkit-box-flex: 1;
|
|
2715
|
+
-ms-flex: 1 1 auto;
|
|
2716
|
+
flex: 1 1 auto;
|
|
2717
|
+
display: -webkit-box;
|
|
2718
|
+
display: -ms-flexbox;
|
|
2719
|
+
display: flex;
|
|
2720
|
+
-webkit-box-orient: vertical;
|
|
2721
|
+
-webkit-box-direction: normal;
|
|
2722
|
+
-ms-flex-direction: column;
|
|
2723
|
+
flex-direction: column;
|
|
2724
|
+
min-height: 0;
|
|
2725
|
+
width: 100%;
|
|
2726
|
+
}
|
|
2727
|
+
.e-rte-aiquery-popup .e-aiassistview {
|
|
2728
|
+
-webkit-box-flex: 1;
|
|
2729
|
+
-ms-flex: 1 1 auto;
|
|
2730
|
+
flex: 1 1 auto;
|
|
2731
|
+
display: -webkit-box;
|
|
2732
|
+
display: -ms-flexbox;
|
|
2733
|
+
display: flex;
|
|
2734
|
+
-webkit-box-orient: vertical;
|
|
2735
|
+
-webkit-box-direction: normal;
|
|
2736
|
+
-ms-flex-direction: column;
|
|
2737
|
+
flex-direction: column;
|
|
2738
|
+
min-height: 0;
|
|
2739
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
2740
|
+
}
|
|
2741
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-header {
|
|
2742
|
+
-webkit-box-flex: 0;
|
|
2743
|
+
-ms-flex: 0 0 auto;
|
|
2744
|
+
flex: 0 0 auto;
|
|
2745
|
+
}
|
|
2746
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-content {
|
|
2747
|
+
-webkit-box-flex: 1;
|
|
2748
|
+
-ms-flex: 1 1 auto;
|
|
2749
|
+
flex: 1 1 auto;
|
|
2750
|
+
overflow-y: auto;
|
|
2751
|
+
overflow-x: hidden;
|
|
2752
|
+
min-height: 0;
|
|
2753
|
+
}
|
|
2754
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-container {
|
|
2755
|
+
margin: auto;
|
|
2756
|
+
}
|
|
2757
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
2758
|
+
pointer-events: none;
|
|
2759
|
+
opacity: 0.5;
|
|
2760
|
+
cursor: not-allowed;
|
|
2761
|
+
}
|
|
2762
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content {
|
|
2763
|
+
display: -webkit-box;
|
|
2764
|
+
display: -ms-flexbox;
|
|
2765
|
+
display: flex;
|
|
2766
|
+
-webkit-box-orient: vertical;
|
|
2767
|
+
-webkit-box-direction: normal;
|
|
2768
|
+
-ms-flex-direction: column;
|
|
2769
|
+
flex-direction: column;
|
|
2770
|
+
-webkit-box-pack: center;
|
|
2771
|
+
-ms-flex-pack: center;
|
|
2772
|
+
justify-content: center;
|
|
2773
|
+
height: 230px;
|
|
2774
|
+
text-align: center;
|
|
2775
|
+
}
|
|
2776
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
2777
|
+
font-size: 35px;
|
|
2778
|
+
}
|
|
2779
|
+
.e-rte-aiquery-popup .e-aiassistview .e-footer {
|
|
2780
|
+
width: 85%;
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
|
|
2784
|
+
line-height: 2px;
|
|
2785
|
+
}
|
|
2786
|
+
|
|
2702
2787
|
/*! tab layout */
|
|
2703
2788
|
.e-rte-container {
|
|
2704
2789
|
border: 1px solid #fff;
|
|
@@ -2744,6 +2829,9 @@ iframe.e-rte-content {
|
|
|
2744
2829
|
color: #fff;
|
|
2745
2830
|
background: #000;
|
|
2746
2831
|
}
|
|
2832
|
+
.e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
|
|
2833
|
+
background-color: #685708;
|
|
2834
|
+
}
|
|
2747
2835
|
.e-richtexteditor .e-toolbar-wrapper {
|
|
2748
2836
|
background: #000;
|
|
2749
2837
|
}
|
|
@@ -2882,32 +2970,32 @@ iframe.e-rte-content {
|
|
|
2882
2970
|
box-shadow: none;
|
|
2883
2971
|
}
|
|
2884
2972
|
|
|
2885
|
-
.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,
|
|
2886
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
|
|
2887
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
|
|
2888
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
|
|
2889
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
|
|
2973
|
+
.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,
|
|
2974
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
|
|
2975
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
|
|
2976
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
|
|
2977
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
|
|
2890
2978
|
border: 2px solid #fff;
|
|
2891
2979
|
}
|
|
2892
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
|
|
2893
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2980
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
2981
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2894
2982
|
color: #fff;
|
|
2895
2983
|
}
|
|
2896
|
-
.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,
|
|
2897
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2898
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2984
|
+
.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,
|
|
2985
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
|
|
2986
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
|
|
2899
2987
|
color: #fff;
|
|
2900
2988
|
}
|
|
2901
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2902
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2989
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
|
|
2990
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
|
|
2903
2991
|
color: #000;
|
|
2904
2992
|
}
|
|
2905
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
2906
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2993
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
2994
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2907
2995
|
color: #fff;
|
|
2908
2996
|
}
|
|
2909
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
|
|
2910
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
|
|
2997
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
|
|
2998
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
|
|
2911
2999
|
border: 2px solid #fff;
|
|
2912
3000
|
background: #ffd939;
|
|
2913
3001
|
}
|
|
@@ -2942,10 +3030,14 @@ iframe.e-rte-content {
|
|
|
2942
3030
|
background: transparent;
|
|
2943
3031
|
}
|
|
2944
3032
|
|
|
2945
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
2946
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
3033
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
|
|
3034
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
|
|
2947
3035
|
-webkit-box-shadow: none;
|
|
2948
3036
|
box-shadow: none;
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
3040
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
2949
3041
|
color: #fff;
|
|
2950
3042
|
}
|
|
2951
3043
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
|
|
@@ -3281,6 +3373,20 @@ span.e-table-box.e-rbox-select {
|
|
|
3281
3373
|
border-top: 9px solid #000;
|
|
3282
3374
|
}
|
|
3283
3375
|
|
|
3376
|
+
.e-rte-aiquery-popup {
|
|
3377
|
+
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
3378
|
+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
3379
|
+
}
|
|
3380
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
3381
|
+
color: #fff;
|
|
3382
|
+
}
|
|
3383
|
+
.e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3384
|
+
border: 1px solid transparent;
|
|
3385
|
+
background-color: transparent;
|
|
3386
|
+
-webkit-box-shadow: none;
|
|
3387
|
+
box-shadow: none;
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3284
3390
|
.e-bigger .e-richtexteditor.e-rte-full-screen iframe,
|
|
3285
3391
|
.e-richtexteditor.e-bigger.e-rte-full-screen iframe {
|
|
3286
3392
|
height: calc(100% - 56px);
|
|
@@ -3343,9 +3449,8 @@ span.e-table-box.e-rbox-select {
|
|
|
3343
3449
|
}
|
|
3344
3450
|
|
|
3345
3451
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
3346
|
-
min-
|
|
3347
|
-
|
|
3348
|
-
width: 335px;
|
|
3452
|
+
min-height: 337px;
|
|
3453
|
+
min-width: 337px;
|
|
3349
3454
|
}
|
|
3350
3455
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
3351
3456
|
border-radius: 4px;
|
|
@@ -3372,9 +3477,6 @@ span.e-table-box.e-rbox-select {
|
|
|
3372
3477
|
}
|
|
3373
3478
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipickerbtn-group .e-btn.e-control {
|
|
3374
3479
|
padding: 8px 0;
|
|
3375
|
-
width: 42px;
|
|
3376
|
-
height: 42px;
|
|
3377
|
-
line-height: 0;
|
|
3378
3480
|
font-size: 26px;
|
|
3379
3481
|
}
|
|
3380
3482
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn {
|
|
@@ -3383,10 +3485,7 @@ span.e-table-box.e-rbox-select {
|
|
|
3383
3485
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control {
|
|
3384
3486
|
font-size: 26px;
|
|
3385
3487
|
padding: 8px 0;
|
|
3386
|
-
width: 40px;
|
|
3387
|
-
height: 40px;
|
|
3388
3488
|
border: none;
|
|
3389
|
-
line-height: 0;
|
|
3390
3489
|
}
|
|
3391
3490
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
3392
3491
|
font-weight: 500;
|
|
@@ -3498,4 +3597,88 @@ span.e-table-box.e-rbox-select {
|
|
|
3498
3597
|
|
|
3499
3598
|
.e-bigger .e-rte-elements.e-popup-open.e-rte-slashmenu .e-list-parent > li {
|
|
3500
3599
|
padding-left: 0;
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3602
|
+
.e-bigger .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
3603
|
+
height: 49px;
|
|
3604
|
+
min-height: 49px;
|
|
3605
|
+
}
|
|
3606
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
3607
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content,
|
|
3608
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content {
|
|
3609
|
+
line-height: 1.5;
|
|
3610
|
+
}
|
|
3611
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content blockquote,
|
|
3612
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content blockquote,
|
|
3613
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content blockquote {
|
|
3614
|
+
font-size: 16px;
|
|
3615
|
+
}
|
|
3616
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h1,
|
|
3617
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h1,
|
|
3618
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h1 {
|
|
3619
|
+
font-size: 2.857em;
|
|
3620
|
+
line-height: 1.2;
|
|
3621
|
+
}
|
|
3622
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h2,
|
|
3623
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h2,
|
|
3624
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h2 {
|
|
3625
|
+
font-size: 2.285em;
|
|
3626
|
+
line-height: 1.2;
|
|
3627
|
+
}
|
|
3628
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h3,
|
|
3629
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h3,
|
|
3630
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h3 {
|
|
3631
|
+
font-size: 2em;
|
|
3632
|
+
line-height: 1.2;
|
|
3633
|
+
}
|
|
3634
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h4,
|
|
3635
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h4,
|
|
3636
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h4 {
|
|
3637
|
+
font-size: 1.714em;
|
|
3638
|
+
line-height: 1.2;
|
|
3639
|
+
}
|
|
3640
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h5,
|
|
3641
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h5,
|
|
3642
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h5 {
|
|
3643
|
+
font-size: 1.428em;
|
|
3644
|
+
line-height: 1.2;
|
|
3645
|
+
}
|
|
3646
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h6,
|
|
3647
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h6,
|
|
3648
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h6 {
|
|
3649
|
+
font-size: 1.142em;
|
|
3650
|
+
line-height: 1.5;
|
|
3651
|
+
}
|
|
3652
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
3653
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
3654
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
3655
|
+
margin-top: 0.6em;
|
|
3656
|
+
}
|
|
3657
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
3658
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
3659
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
3660
|
+
margin-top: 0.6em;
|
|
3661
|
+
}
|
|
3662
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
3663
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
3664
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
3665
|
+
margin-top: 0.6em;
|
|
3666
|
+
}
|
|
3667
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
3668
|
+
font-size: 2em;
|
|
3669
|
+
}
|
|
3670
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
3671
|
+
font-size: 1.5em;
|
|
3672
|
+
}
|
|
3673
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
3674
|
+
font-size: 1.16em;
|
|
3675
|
+
}
|
|
3676
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
3677
|
+
font-size: 1em;
|
|
3678
|
+
}
|
|
3679
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
3680
|
+
font-size: 0.83em;
|
|
3681
|
+
}
|
|
3682
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
3683
|
+
font-size: 0.7em;
|
|
3501
3684
|
}
|