@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
|
@@ -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: "\eb37";
|
|
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: 42px;
|
|
657
|
+
min-height: 42px;
|
|
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: 14px;
|
|
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,9 +1992,15 @@
|
|
|
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 {
|
|
@@ -1999,6 +2017,10 @@
|
|
|
1999
2017
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
|
|
2000
2018
|
margin: 10px;
|
|
2001
2019
|
width: 94%;
|
|
2020
|
+
-webkit-box-sizing: border-box;
|
|
2021
|
+
box-sizing: border-box;
|
|
2022
|
+
-ms-flex-item-align: center;
|
|
2023
|
+
align-self: center;
|
|
2002
2024
|
}
|
|
2003
2025
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper .e-rte-emoji-search,
|
|
2004
2026
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper .e-rte-emoji-search {
|
|
@@ -2024,10 +2046,7 @@
|
|
|
2024
2046
|
-webkit-box-shadow: none;
|
|
2025
2047
|
box-shadow: none;
|
|
2026
2048
|
padding: 6px 0;
|
|
2027
|
-
width: 40px;
|
|
2028
|
-
height: 40px;
|
|
2029
2049
|
border: none;
|
|
2030
|
-
line-height: 0;
|
|
2031
2050
|
font-size: 24px;
|
|
2032
2051
|
}
|
|
2033
2052
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
|
|
@@ -2044,10 +2063,7 @@
|
|
|
2044
2063
|
box-shadow: none;
|
|
2045
2064
|
font-size: 24px;
|
|
2046
2065
|
padding: 6px 0;
|
|
2047
|
-
width: 40px;
|
|
2048
|
-
height: 40px;
|
|
2049
2066
|
border: none;
|
|
2050
|
-
line-height: 0;
|
|
2051
2067
|
}
|
|
2052
2068
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
|
|
2053
2069
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
@@ -2220,7 +2236,7 @@
|
|
|
2220
2236
|
}
|
|
2221
2237
|
|
|
2222
2238
|
.e-dialog.e-rte-dialog-minheight {
|
|
2223
|
-
min-height:
|
|
2239
|
+
min-height: 298px;
|
|
2224
2240
|
}
|
|
2225
2241
|
|
|
2226
2242
|
.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
|
|
@@ -2249,7 +2265,6 @@
|
|
|
2249
2265
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2250
2266
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2251
2267
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
2252
|
-
line-height: 10;
|
|
2253
2268
|
min-height: 50px;
|
|
2254
2269
|
position: relative;
|
|
2255
2270
|
}
|
|
@@ -2313,16 +2328,6 @@
|
|
|
2313
2328
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
|
|
2314
2329
|
display: none;
|
|
2315
2330
|
}
|
|
2316
|
-
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2317
|
-
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2318
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2319
|
-
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
|
|
2320
|
-
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
2321
|
-
font-size: 15px;
|
|
2322
|
-
opacity: 0.87;
|
|
2323
|
-
padding-bottom: 20px;
|
|
2324
|
-
padding-top: 20px;
|
|
2325
|
-
}
|
|
2326
2331
|
|
|
2327
2332
|
.e-rte-import-dialog .e-dlg-content {
|
|
2328
2333
|
overflow-y: hidden;
|
|
@@ -2342,7 +2347,7 @@
|
|
|
2342
2347
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2343
2348
|
.e-dialog .e-word-uploadwrap .e-droptext,
|
|
2344
2349
|
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2345
|
-
border: dashed
|
|
2350
|
+
border: 2px dashed rgba(0, 0, 0, 0.12);
|
|
2346
2351
|
border-radius: 4px;
|
|
2347
2352
|
color: rgba(0, 0, 0, 0.38);
|
|
2348
2353
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2429,13 +2434,13 @@
|
|
|
2429
2434
|
-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
2430
2435
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
2431
2436
|
font-size: 14px;
|
|
2432
|
-
font-weight:
|
|
2437
|
+
font-weight: 400;
|
|
2433
2438
|
min-width: 120px;
|
|
2434
2439
|
overflow: hidden;
|
|
2435
2440
|
padding: 10px;
|
|
2436
2441
|
}
|
|
2437
2442
|
.e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
|
|
2438
|
-
width: 95px;
|
|
2443
|
+
min-width: 95px;
|
|
2439
2444
|
}
|
|
2440
2445
|
.e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
|
|
2441
2446
|
max-height: 300px;
|
|
@@ -2453,7 +2458,6 @@
|
|
|
2453
2458
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
|
|
2454
2459
|
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
|
|
2455
2460
|
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
|
|
2456
|
-
line-height: 10;
|
|
2457
2461
|
min-height: 50px;
|
|
2458
2462
|
position: relative;
|
|
2459
2463
|
}
|
|
@@ -2534,11 +2538,10 @@
|
|
|
2534
2538
|
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
|
|
2535
2539
|
display: block;
|
|
2536
2540
|
line-height: 20px;
|
|
2537
|
-
font-size:
|
|
2541
|
+
font-size: 12px;
|
|
2538
2542
|
padding: 1px 0 5px;
|
|
2539
2543
|
}
|
|
2540
2544
|
.e-rte-elements.e-slash-menu .e-slash-menu-icon {
|
|
2541
|
-
line-height: 0;
|
|
2542
2545
|
display: inline-block;
|
|
2543
2546
|
width: 50px;
|
|
2544
2547
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -2640,10 +2643,8 @@
|
|
|
2640
2643
|
transform: translateX(50%);
|
|
2641
2644
|
}
|
|
2642
2645
|
|
|
2643
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2644
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2645
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
|
|
2646
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
|
|
2646
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
|
|
2647
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
|
|
2647
2648
|
margin-bottom: 20px;
|
|
2648
2649
|
}
|
|
2649
2650
|
|
|
@@ -2656,7 +2657,6 @@
|
|
|
2656
2657
|
}
|
|
2657
2658
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
|
|
2658
2659
|
min-height: 28px;
|
|
2659
|
-
height: 28px;
|
|
2660
2660
|
}
|
|
2661
2661
|
|
|
2662
2662
|
.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 rgba(0, 0, 0, 0.12);
|
|
@@ -2744,6 +2829,9 @@ iframe.e-rte-content {
|
|
|
2744
2829
|
color: #333;
|
|
2745
2830
|
background: #fff;
|
|
2746
2831
|
}
|
|
2832
|
+
.e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
|
|
2833
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
2834
|
+
}
|
|
2747
2835
|
.e-richtexteditor .e-toolbar-wrapper {
|
|
2748
2836
|
background: #fafafa;
|
|
2749
2837
|
}
|
|
@@ -2881,32 +2969,32 @@ iframe.e-rte-content {
|
|
|
2881
2969
|
box-shadow: none;
|
|
2882
2970
|
}
|
|
2883
2971
|
|
|
2884
|
-
.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,
|
|
2885
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
|
|
2886
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
|
|
2887
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
|
|
2888
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
|
|
2972
|
+
.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,
|
|
2973
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
|
|
2974
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
|
|
2975
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
|
|
2976
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
|
|
2889
2977
|
border: 1px solid transparent;
|
|
2890
2978
|
}
|
|
2891
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
|
|
2892
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2979
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
2980
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2893
2981
|
color: rgba(0, 0, 0, 0.87);
|
|
2894
2982
|
}
|
|
2895
|
-
.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,
|
|
2896
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2897
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2983
|
+
.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,
|
|
2984
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
|
|
2985
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
|
|
2898
2986
|
color: rgba(0, 0, 0, 0.54);
|
|
2899
2987
|
}
|
|
2900
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2901
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2988
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
|
|
2989
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
|
|
2902
2990
|
color: rgba(0, 0, 0, 0.54);
|
|
2903
2991
|
}
|
|
2904
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
2905
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2992
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
2993
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2906
2994
|
color: rgba(0, 0, 0, 0.54);
|
|
2907
2995
|
}
|
|
2908
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
|
|
2909
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
|
|
2996
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
|
|
2997
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
|
|
2910
2998
|
border: 1px solid transparent;
|
|
2911
2999
|
background: rgba(0, 0, 0, 0.12);
|
|
2912
3000
|
}
|
|
@@ -2941,10 +3029,14 @@ iframe.e-rte-content {
|
|
|
2941
3029
|
background: transparent;
|
|
2942
3030
|
}
|
|
2943
3031
|
|
|
2944
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
2945
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
3032
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
|
|
3033
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
|
|
2946
3034
|
-webkit-box-shadow: none;
|
|
2947
3035
|
box-shadow: none;
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
3039
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
2948
3040
|
color: rgba(0, 0, 0, 0.87);
|
|
2949
3041
|
}
|
|
2950
3042
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
|
|
@@ -3282,6 +3374,20 @@ span.e-table-box.e-rbox-select {
|
|
|
3282
3374
|
border-top: 9px solid inherit;
|
|
3283
3375
|
}
|
|
3284
3376
|
|
|
3377
|
+
.e-rte-aiquery-popup {
|
|
3378
|
+
-webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
3379
|
+
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
3380
|
+
}
|
|
3381
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
3382
|
+
color: rgba(0, 0, 0, 0.54);
|
|
3383
|
+
}
|
|
3384
|
+
.e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3385
|
+
border: 1px solid transparent;
|
|
3386
|
+
background-color: transparent;
|
|
3387
|
+
-webkit-box-shadow: none;
|
|
3388
|
+
box-shadow: none;
|
|
3389
|
+
}
|
|
3390
|
+
|
|
3285
3391
|
.e-bigger .e-richtexteditor.e-rte-full-screen iframe,
|
|
3286
3392
|
.e-richtexteditor.e-bigger.e-rte-full-screen iframe {
|
|
3287
3393
|
height: calc(100% - 56px);
|
|
@@ -3344,9 +3450,8 @@ span.e-table-box.e-rbox-select {
|
|
|
3344
3450
|
}
|
|
3345
3451
|
|
|
3346
3452
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
3347
|
-
min-
|
|
3348
|
-
|
|
3349
|
-
width: 335px;
|
|
3453
|
+
min-height: 337px;
|
|
3454
|
+
min-width: 337px;
|
|
3350
3455
|
}
|
|
3351
3456
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
3352
3457
|
border-radius: 4px;
|
|
@@ -3373,9 +3478,6 @@ span.e-table-box.e-rbox-select {
|
|
|
3373
3478
|
}
|
|
3374
3479
|
.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 {
|
|
3375
3480
|
padding: 8px 0;
|
|
3376
|
-
width: 42px;
|
|
3377
|
-
height: 42px;
|
|
3378
|
-
line-height: 0;
|
|
3379
3481
|
font-size: 26px;
|
|
3380
3482
|
}
|
|
3381
3483
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn {
|
|
@@ -3384,10 +3486,7 @@ span.e-table-box.e-rbox-select {
|
|
|
3384
3486
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control {
|
|
3385
3487
|
font-size: 26px;
|
|
3386
3488
|
padding: 8px 0;
|
|
3387
|
-
width: 40px;
|
|
3388
|
-
height: 40px;
|
|
3389
3489
|
border: none;
|
|
3390
|
-
line-height: 0;
|
|
3391
3490
|
}
|
|
3392
3491
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
3393
3492
|
font-weight: 500;
|
|
@@ -3499,4 +3598,88 @@ span.e-table-box.e-rbox-select {
|
|
|
3499
3598
|
|
|
3500
3599
|
.e-bigger .e-rte-elements.e-popup-open.e-rte-slashmenu .e-list-parent > li {
|
|
3501
3600
|
padding-left: 0;
|
|
3601
|
+
}
|
|
3602
|
+
|
|
3603
|
+
.e-bigger .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
3604
|
+
height: 56px;
|
|
3605
|
+
min-height: 56px;
|
|
3606
|
+
}
|
|
3607
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
3608
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content,
|
|
3609
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content {
|
|
3610
|
+
line-height: 1.5;
|
|
3611
|
+
}
|
|
3612
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content blockquote,
|
|
3613
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content blockquote,
|
|
3614
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content blockquote {
|
|
3615
|
+
font-size: 16px;
|
|
3616
|
+
}
|
|
3617
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h1,
|
|
3618
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h1,
|
|
3619
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h1 {
|
|
3620
|
+
font-size: 2.857em;
|
|
3621
|
+
line-height: 1.2;
|
|
3622
|
+
}
|
|
3623
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h2,
|
|
3624
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h2,
|
|
3625
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h2 {
|
|
3626
|
+
font-size: 2.285em;
|
|
3627
|
+
line-height: 1.2;
|
|
3628
|
+
}
|
|
3629
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h3,
|
|
3630
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h3,
|
|
3631
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h3 {
|
|
3632
|
+
font-size: 2em;
|
|
3633
|
+
line-height: 1.2;
|
|
3634
|
+
}
|
|
3635
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h4,
|
|
3636
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h4,
|
|
3637
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h4 {
|
|
3638
|
+
font-size: 1.714em;
|
|
3639
|
+
line-height: 1.2;
|
|
3640
|
+
}
|
|
3641
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h5,
|
|
3642
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h5,
|
|
3643
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h5 {
|
|
3644
|
+
font-size: 1.428em;
|
|
3645
|
+
line-height: 1.2;
|
|
3646
|
+
}
|
|
3647
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h6,
|
|
3648
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h6,
|
|
3649
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h6 {
|
|
3650
|
+
font-size: 1.142em;
|
|
3651
|
+
line-height: 1.5;
|
|
3652
|
+
}
|
|
3653
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
3654
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
3655
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
3656
|
+
margin-top: 0.6em;
|
|
3657
|
+
}
|
|
3658
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
3659
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
3660
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
3661
|
+
margin-top: 0.6em;
|
|
3662
|
+
}
|
|
3663
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
3664
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
3665
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
3666
|
+
margin-top: 0.6em;
|
|
3667
|
+
}
|
|
3668
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
3669
|
+
font-size: 2em;
|
|
3670
|
+
}
|
|
3671
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
3672
|
+
font-size: 1.5em;
|
|
3673
|
+
}
|
|
3674
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
3675
|
+
font-size: 1.16em;
|
|
3676
|
+
}
|
|
3677
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
3678
|
+
font-size: 1em;
|
|
3679
|
+
}
|
|
3680
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
3681
|
+
font-size: 0.83em;
|
|
3682
|
+
}
|
|
3683
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
3684
|
+
font-size: 0.7em;
|
|
3502
3685
|
}
|