@syncfusion/ej2-richtexteditor 29.2.4-771571 → 29.2.4-795127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +63 -18
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +84 -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.js +2 -1
- package/src/rich-text-editor/base/rich-text-editor.js +4 -3
- package/styles/_all.bds.scss +1 -0
- package/styles/_all.bootstrap-dark.scss +1 -0
- package/styles/_all.bootstrap.scss +1 -0
- package/styles/_all.bootstrap4.scss +1 -0
- package/styles/_all.bootstrap5-dark.scss +1 -0
- package/styles/_all.bootstrap5.3.scss +1 -0
- package/styles/_all.bootstrap5.scss +1 -0
- package/styles/_all.fabric-dark.scss +1 -0
- package/styles/_all.fabric.scss +1 -0
- package/styles/_all.fluent-dark.scss +1 -0
- package/styles/_all.fluent.scss +1 -0
- package/styles/_all.fluent2.scss +1 -0
- package/styles/_all.highcontrast-light.scss +1 -0
- package/styles/_all.highcontrast.scss +1 -0
- package/styles/_all.material-dark.scss +1 -0
- package/styles/_all.material.scss +1 -0
- package/styles/_all.material3-dark.scss +1 -0
- package/styles/_all.material3.scss +1 -0
- package/styles/_all.scss +1 -1
- package/styles/_all.tailwind-dark.scss +1 -0
- package/styles/_all.tailwind.scss +1 -0
- package/styles/_all.tailwind3.scss +1 -0
- package/styles/bds-lite.css +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: "\eb8a";
|
|
38
|
+
}
|
|
33
39
|
.e-toolbar-wrapper .e-justify-center::before,
|
|
34
40
|
.e-toolbar-container .e-justify-center::before,
|
|
35
41
|
.e-rte-toolbar .e-justify-center::before,
|
|
@@ -617,10 +623,9 @@
|
|
|
617
623
|
text-align: left;
|
|
618
624
|
}
|
|
619
625
|
.e-richtexteditor.e-rtl .e-rte-character-count {
|
|
620
|
-
|
|
626
|
+
margin-right: auto;
|
|
621
627
|
padding-left: 30px;
|
|
622
628
|
padding-right: unset;
|
|
623
|
-
right: unset;
|
|
624
629
|
}
|
|
625
630
|
.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
|
|
626
631
|
padding-left: 0;
|
|
@@ -630,7 +635,8 @@
|
|
|
630
635
|
margin-left: 0;
|
|
631
636
|
}
|
|
632
637
|
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
633
|
-
height:
|
|
638
|
+
height: 39px;
|
|
639
|
+
min-height: 39px;
|
|
634
640
|
}
|
|
635
641
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
636
642
|
display: inline-block;
|
|
@@ -714,7 +720,7 @@
|
|
|
714
720
|
position: relative;
|
|
715
721
|
text-align: inherit;
|
|
716
722
|
z-index: 2;
|
|
717
|
-
font-weight:
|
|
723
|
+
font-weight: 400;
|
|
718
724
|
line-height: 1.5;
|
|
719
725
|
font-size: 1em;
|
|
720
726
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -729,6 +735,11 @@
|
|
|
729
735
|
margin: 0 0 10px;
|
|
730
736
|
margin-bottom: 10px;
|
|
731
737
|
}
|
|
738
|
+
.e-richtexteditor .e-rte-content .e-content blockquote,
|
|
739
|
+
.e-richtexteditor .e-source-content .e-content blockquote,
|
|
740
|
+
.e-richtexteditor .e-rte-iframe-content .e-content blockquote {
|
|
741
|
+
font-size: 1em;
|
|
742
|
+
}
|
|
732
743
|
.e-richtexteditor .e-rte-content .e-content code,
|
|
733
744
|
.e-richtexteditor .e-source-content .e-content code,
|
|
734
745
|
.e-richtexteditor .e-rte-iframe-content .e-content code {
|
|
@@ -893,7 +904,6 @@
|
|
|
893
904
|
.e-richtexteditor .e-source-content .e-content h6,
|
|
894
905
|
.e-richtexteditor .e-rte-iframe-content .e-content h6 {
|
|
895
906
|
font-size: 1.142em;
|
|
896
|
-
line-height: 600;
|
|
897
907
|
line-height: 1.5;
|
|
898
908
|
margin: 10px 0;
|
|
899
909
|
}
|
|
@@ -912,6 +922,11 @@
|
|
|
912
922
|
border-spacing: 0;
|
|
913
923
|
empty-cells: show;
|
|
914
924
|
}
|
|
925
|
+
.e-richtexteditor .e-rte-content .e-content table:not(:first-child):not(table table),
|
|
926
|
+
.e-richtexteditor .e-source-content .e-content table:not(:first-child):not(table table),
|
|
927
|
+
.e-richtexteditor .e-rte-iframe-content .e-content table:not(:first-child):not(table table) {
|
|
928
|
+
margin-top: 10px;
|
|
929
|
+
}
|
|
915
930
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
916
931
|
.e-richtexteditor .e-source-content .e-content pre,
|
|
917
932
|
.e-richtexteditor .e-rte-iframe-content .e-content pre {
|
|
@@ -970,7 +985,7 @@
|
|
|
970
985
|
.e-richtexteditor .e-source-content .e-content b,
|
|
971
986
|
.e-richtexteditor .e-rte-iframe-content .e-content strong,
|
|
972
987
|
.e-richtexteditor .e-rte-iframe-content .e-content b {
|
|
973
|
-
font-weight:
|
|
988
|
+
font-weight: 700;
|
|
974
989
|
}
|
|
975
990
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
976
991
|
.e-richtexteditor .e-source-content .e-content a,
|
|
@@ -1001,13 +1016,17 @@
|
|
|
1001
1016
|
margin-bottom: 0;
|
|
1002
1017
|
}
|
|
1003
1018
|
.e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
1004
|
-
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1005
|
-
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1006
1019
|
.e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
1020
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
1021
|
+
margin-top: 0.6em;
|
|
1022
|
+
}
|
|
1023
|
+
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1007
1024
|
.e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
1025
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
1026
|
+
margin-top: 0.6em;
|
|
1027
|
+
}
|
|
1028
|
+
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1008
1029
|
.e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
1009
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
|
|
1010
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
|
|
1011
1030
|
.e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
1012
1031
|
margin-top: 0.6em;
|
|
1013
1032
|
}
|
|
@@ -1088,7 +1107,7 @@
|
|
|
1088
1107
|
.e-richtexteditor .e-rte-character-count {
|
|
1089
1108
|
color: #fff;
|
|
1090
1109
|
font-size: 14px;
|
|
1091
|
-
margin-right:
|
|
1110
|
+
margin-right: 15px;
|
|
1092
1111
|
opacity: 0.54;
|
|
1093
1112
|
padding-bottom: 2px;
|
|
1094
1113
|
text-align: right;
|
|
@@ -1103,6 +1122,9 @@
|
|
|
1103
1122
|
color: #c62828;
|
|
1104
1123
|
opacity: unset;
|
|
1105
1124
|
}
|
|
1125
|
+
.e-richtexteditor:not(.e-rtl) .e-rte-character-count:last-child {
|
|
1126
|
+
margin-right: 10px;
|
|
1127
|
+
}
|
|
1106
1128
|
.e-richtexteditor .e-rte-srctextarea {
|
|
1107
1129
|
background-color: transparent;
|
|
1108
1130
|
border: 0;
|
|
@@ -1117,15 +1139,15 @@
|
|
|
1117
1139
|
width: 100%;
|
|
1118
1140
|
}
|
|
1119
1141
|
.e-richtexteditor .e-resize-handle {
|
|
1120
|
-
height: 15px;
|
|
1121
1142
|
position: absolute;
|
|
1122
|
-
|
|
1143
|
+
margin-bottom: 3px;
|
|
1123
1144
|
}
|
|
1124
1145
|
.e-richtexteditor .e-resize-handle.e-south-east {
|
|
1125
1146
|
bottom: 0;
|
|
1126
1147
|
cursor: nwse-resize;
|
|
1127
1148
|
right: 0;
|
|
1128
1149
|
z-index: 100;
|
|
1150
|
+
margin-right: 3px;
|
|
1129
1151
|
}
|
|
1130
1152
|
.e-richtexteditor .e-resize-handle.e-south-west {
|
|
1131
1153
|
bottom: 0;
|
|
@@ -1134,6 +1156,7 @@
|
|
|
1134
1156
|
-webkit-transform: rotate(90deg);
|
|
1135
1157
|
transform: rotate(90deg);
|
|
1136
1158
|
z-index: 100;
|
|
1159
|
+
margin-left: 3px;
|
|
1137
1160
|
}
|
|
1138
1161
|
.e-richtexteditor.e-rtl.e-rte-resize {
|
|
1139
1162
|
float: right;
|
|
@@ -1212,7 +1235,7 @@
|
|
|
1212
1235
|
padding: 5px;
|
|
1213
1236
|
}
|
|
1214
1237
|
.e-richtexteditor .e-video-url-wrap textarea {
|
|
1215
|
-
height: 80px;
|
|
1238
|
+
min-height: 80px;
|
|
1216
1239
|
}
|
|
1217
1240
|
.e-richtexteditor .e-rte-value-wrapper {
|
|
1218
1241
|
display: none;
|
|
@@ -1239,7 +1262,7 @@
|
|
|
1239
1262
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1240
1263
|
display: block;
|
|
1241
1264
|
font-family: "e-icons";
|
|
1242
|
-
font-weight:
|
|
1265
|
+
font-weight: 400;
|
|
1243
1266
|
line-height: 1;
|
|
1244
1267
|
text-transform: none;
|
|
1245
1268
|
}
|
|
@@ -1272,7 +1295,7 @@
|
|
|
1272
1295
|
}
|
|
1273
1296
|
|
|
1274
1297
|
.e-rte-label label {
|
|
1275
|
-
font-weight:
|
|
1298
|
+
font-weight: 400;
|
|
1276
1299
|
}
|
|
1277
1300
|
|
|
1278
1301
|
.e-rte-linkcontent .e-rte-label:first-child {
|
|
@@ -1311,7 +1334,7 @@
|
|
|
1311
1334
|
}
|
|
1312
1335
|
.e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
1313
1336
|
font-size: 2em;
|
|
1314
|
-
font-weight:
|
|
1337
|
+
font-weight: 700;
|
|
1315
1338
|
height: 40px;
|
|
1316
1339
|
line-height: 40px;
|
|
1317
1340
|
}
|
|
@@ -1322,25 +1345,25 @@
|
|
|
1322
1345
|
}
|
|
1323
1346
|
.e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
1324
1347
|
font-size: 1.5em;
|
|
1325
|
-
font-weight:
|
|
1348
|
+
font-weight: 700;
|
|
1326
1349
|
height: 40px;
|
|
1327
1350
|
line-height: 40px;
|
|
1328
1351
|
}
|
|
1329
1352
|
.e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
1330
1353
|
font-size: 1.16em;
|
|
1331
|
-
font-weight:
|
|
1354
|
+
font-weight: 700;
|
|
1332
1355
|
}
|
|
1333
1356
|
.e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
1334
1357
|
font-size: 1em;
|
|
1335
|
-
font-weight:
|
|
1358
|
+
font-weight: 700;
|
|
1336
1359
|
}
|
|
1337
1360
|
.e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
1338
1361
|
font-size: 0.83em;
|
|
1339
|
-
font-weight:
|
|
1362
|
+
font-weight: 700;
|
|
1340
1363
|
}
|
|
1341
1364
|
.e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
1342
1365
|
font-size: 0.7em;
|
|
1343
|
-
font-weight:
|
|
1366
|
+
font-weight: 700;
|
|
1344
1367
|
}
|
|
1345
1368
|
.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
|
|
1346
1369
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -1526,7 +1549,7 @@
|
|
|
1526
1549
|
box-sizing: border-box;
|
|
1527
1550
|
display: block;
|
|
1528
1551
|
font-size: 16px;
|
|
1529
|
-
font-weight:
|
|
1552
|
+
font-weight: 400;
|
|
1530
1553
|
margin: auto;
|
|
1531
1554
|
opacity: 0.9;
|
|
1532
1555
|
position: relative;
|
|
@@ -1787,7 +1810,6 @@
|
|
|
1787
1810
|
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
|
|
1788
1811
|
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
|
|
1789
1812
|
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
|
|
1790
|
-
line-height: 10;
|
|
1791
1813
|
min-height: 50px;
|
|
1792
1814
|
position: relative;
|
|
1793
1815
|
}
|
|
@@ -1802,16 +1824,6 @@
|
|
|
1802
1824
|
display: inline-block;
|
|
1803
1825
|
line-height: normal;
|
|
1804
1826
|
}
|
|
1805
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1806
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1807
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1808
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
|
|
1809
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1810
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1811
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1812
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
1813
|
-
line-height: 4;
|
|
1814
|
-
}
|
|
1815
1827
|
.e-richtexteditor .e-rte-inline-dropdown ul,
|
|
1816
1828
|
.e-rte-elements .e-rte-inline-dropdown ul {
|
|
1817
1829
|
max-height: 200px;
|
|
@@ -1828,7 +1840,7 @@
|
|
|
1828
1840
|
-webkit-box-shadow: 0 3px 8px 0 rgba(61, 61, 61, 0.26);
|
|
1829
1841
|
box-shadow: 0 3px 8px 0 rgba(61, 61, 61, 0.26);
|
|
1830
1842
|
font-size: 14px;
|
|
1831
|
-
font-weight:
|
|
1843
|
+
font-weight: 400;
|
|
1832
1844
|
min-width: 120px;
|
|
1833
1845
|
overflow: hidden;
|
|
1834
1846
|
padding: 10px;
|
|
@@ -1948,7 +1960,7 @@
|
|
|
1948
1960
|
}
|
|
1949
1961
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
|
|
1950
1962
|
.e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
|
|
1951
|
-
font-weight:
|
|
1963
|
+
font-weight: 400;
|
|
1952
1964
|
}
|
|
1953
1965
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
|
|
1954
1966
|
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
|
|
@@ -1962,14 +1974,20 @@
|
|
|
1962
1974
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
1963
1975
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
1964
1976
|
border: 1px solid #757575;
|
|
1965
|
-
min-
|
|
1966
|
-
|
|
1967
|
-
|
|
1977
|
+
min-height: 330px;
|
|
1978
|
+
min-width: 310px;
|
|
1979
|
+
display: -webkit-box;
|
|
1980
|
+
display: -ms-flexbox;
|
|
1981
|
+
display: flex;
|
|
1982
|
+
-webkit-box-orient: vertical;
|
|
1983
|
+
-webkit-box-direction: normal;
|
|
1984
|
+
-ms-flex-direction: column;
|
|
1985
|
+
flex-direction: column;
|
|
1968
1986
|
}
|
|
1969
1987
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
|
|
1970
1988
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1971
1989
|
padding: 7px 3px;
|
|
1972
|
-
border-radius:
|
|
1990
|
+
border-radius: none;
|
|
1973
1991
|
}
|
|
1974
1992
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
1975
1993
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
@@ -1980,6 +1998,10 @@
|
|
|
1980
1998
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
|
|
1981
1999
|
margin: 10px;
|
|
1982
2000
|
width: 94%;
|
|
2001
|
+
-webkit-box-sizing: border-box;
|
|
2002
|
+
box-sizing: border-box;
|
|
2003
|
+
-ms-flex-item-align: center;
|
|
2004
|
+
align-self: center;
|
|
1983
2005
|
}
|
|
1984
2006
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn,
|
|
1985
2007
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
|
|
@@ -2001,10 +2023,7 @@
|
|
|
2001
2023
|
-webkit-box-shadow: none;
|
|
2002
2024
|
box-shadow: none;
|
|
2003
2025
|
padding: 6px 0;
|
|
2004
|
-
width: 40px;
|
|
2005
|
-
height: 40px;
|
|
2006
2026
|
border: none;
|
|
2007
|
-
line-height: 1px;
|
|
2008
2027
|
font-size: 24px;
|
|
2009
2028
|
}
|
|
2010
2029
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
|
|
@@ -2021,10 +2040,7 @@
|
|
|
2021
2040
|
box-shadow: none;
|
|
2022
2041
|
font-size: 24px;
|
|
2023
2042
|
padding: 6px 0;
|
|
2024
|
-
width: 40px;
|
|
2025
|
-
height: 40px;
|
|
2026
2043
|
border: none;
|
|
2027
|
-
line-height: 1px;
|
|
2028
2044
|
}
|
|
2029
2045
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
|
|
2030
2046
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
@@ -2197,7 +2213,7 @@
|
|
|
2197
2213
|
}
|
|
2198
2214
|
|
|
2199
2215
|
.e-dialog.e-rte-dialog-minheight {
|
|
2200
|
-
min-height:
|
|
2216
|
+
min-height: 298px;
|
|
2201
2217
|
}
|
|
2202
2218
|
|
|
2203
2219
|
.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
|
|
@@ -2226,7 +2242,6 @@
|
|
|
2226
2242
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2227
2243
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2228
2244
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
2229
|
-
line-height: 10;
|
|
2230
2245
|
min-height: 50px;
|
|
2231
2246
|
position: relative;
|
|
2232
2247
|
}
|
|
@@ -2290,16 +2305,6 @@
|
|
|
2290
2305
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
|
|
2291
2306
|
display: none;
|
|
2292
2307
|
}
|
|
2293
|
-
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2294
|
-
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2295
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2296
|
-
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
|
|
2297
|
-
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
2298
|
-
font-size: 15px;
|
|
2299
|
-
opacity: 0.87;
|
|
2300
|
-
padding-bottom: 20px;
|
|
2301
|
-
padding-top: 20px;
|
|
2302
|
-
}
|
|
2303
2308
|
|
|
2304
2309
|
.e-rte-import-dialog .e-dlg-content {
|
|
2305
2310
|
overflow-y: hidden;
|
|
@@ -2319,7 +2324,7 @@
|
|
|
2319
2324
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2320
2325
|
.e-dialog .e-word-uploadwrap .e-droptext,
|
|
2321
2326
|
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2322
|
-
border: dashed
|
|
2327
|
+
border: 2px dashed #757575;
|
|
2323
2328
|
border-radius: 4px;
|
|
2324
2329
|
color: #000;
|
|
2325
2330
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2406,13 +2411,13 @@
|
|
|
2406
2411
|
-webkit-box-shadow: 0 3px 8px 0 rgba(61, 61, 61, 0.26);
|
|
2407
2412
|
box-shadow: 0 3px 8px 0 rgba(61, 61, 61, 0.26);
|
|
2408
2413
|
font-size: 14px;
|
|
2409
|
-
font-weight:
|
|
2414
|
+
font-weight: 400;
|
|
2410
2415
|
min-width: 120px;
|
|
2411
2416
|
overflow: hidden;
|
|
2412
2417
|
padding: 10px;
|
|
2413
2418
|
}
|
|
2414
2419
|
.e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
|
|
2415
|
-
width: 95px;
|
|
2420
|
+
min-width: 95px;
|
|
2416
2421
|
}
|
|
2417
2422
|
.e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
|
|
2418
2423
|
max-height: 300px;
|
|
@@ -2430,7 +2435,6 @@
|
|
|
2430
2435
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
|
|
2431
2436
|
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
|
|
2432
2437
|
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
|
|
2433
|
-
line-height: 10;
|
|
2434
2438
|
min-height: 50px;
|
|
2435
2439
|
position: relative;
|
|
2436
2440
|
}
|
|
@@ -2511,11 +2515,10 @@
|
|
|
2511
2515
|
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
|
|
2512
2516
|
display: block;
|
|
2513
2517
|
line-height: 20px;
|
|
2514
|
-
font-size:
|
|
2518
|
+
font-size: 12px;
|
|
2515
2519
|
padding: 1px 0 5px;
|
|
2516
2520
|
}
|
|
2517
2521
|
.e-rte-elements.e-slash-menu .e-slash-menu-icon {
|
|
2518
|
-
line-height: 0;
|
|
2519
2522
|
display: inline-block;
|
|
2520
2523
|
width: 50px;
|
|
2521
2524
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -2617,10 +2620,8 @@
|
|
|
2617
2620
|
transform: translateX(50%);
|
|
2618
2621
|
}
|
|
2619
2622
|
|
|
2620
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2621
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2622
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
|
|
2623
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
|
|
2623
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
|
|
2624
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
|
|
2624
2625
|
margin-bottom: 20px;
|
|
2625
2626
|
}
|
|
2626
2627
|
|
|
@@ -2633,7 +2634,6 @@
|
|
|
2633
2634
|
}
|
|
2634
2635
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
|
|
2635
2636
|
min-height: 40px;
|
|
2636
|
-
height: 40px;
|
|
2637
2637
|
}
|
|
2638
2638
|
|
|
2639
2639
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
@@ -2672,6 +2672,91 @@
|
|
|
2672
2672
|
bottom: 0;
|
|
2673
2673
|
}
|
|
2674
2674
|
|
|
2675
|
+
.e-rte-aiquery-popup {
|
|
2676
|
+
min-height: 100px;
|
|
2677
|
+
overflow: hidden;
|
|
2678
|
+
display: -webkit-box !important;
|
|
2679
|
+
display: -ms-flexbox !important;
|
|
2680
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
2681
|
+
-webkit-box-orient: vertical;
|
|
2682
|
+
-webkit-box-direction: normal;
|
|
2683
|
+
-ms-flex-direction: column;
|
|
2684
|
+
flex-direction: column;
|
|
2685
|
+
}
|
|
2686
|
+
.e-rte-aiquery-popup .e-rte-ai-assit-content-container {
|
|
2687
|
+
-webkit-box-flex: 1;
|
|
2688
|
+
-ms-flex: 1 1 auto;
|
|
2689
|
+
flex: 1 1 auto;
|
|
2690
|
+
display: -webkit-box;
|
|
2691
|
+
display: -ms-flexbox;
|
|
2692
|
+
display: flex;
|
|
2693
|
+
-webkit-box-orient: vertical;
|
|
2694
|
+
-webkit-box-direction: normal;
|
|
2695
|
+
-ms-flex-direction: column;
|
|
2696
|
+
flex-direction: column;
|
|
2697
|
+
min-height: 0;
|
|
2698
|
+
width: 100%;
|
|
2699
|
+
}
|
|
2700
|
+
.e-rte-aiquery-popup .e-aiassistview {
|
|
2701
|
+
-webkit-box-flex: 1;
|
|
2702
|
+
-ms-flex: 1 1 auto;
|
|
2703
|
+
flex: 1 1 auto;
|
|
2704
|
+
display: -webkit-box;
|
|
2705
|
+
display: -ms-flexbox;
|
|
2706
|
+
display: flex;
|
|
2707
|
+
-webkit-box-orient: vertical;
|
|
2708
|
+
-webkit-box-direction: normal;
|
|
2709
|
+
-ms-flex-direction: column;
|
|
2710
|
+
flex-direction: column;
|
|
2711
|
+
min-height: 0;
|
|
2712
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
2713
|
+
}
|
|
2714
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-header {
|
|
2715
|
+
-webkit-box-flex: 0;
|
|
2716
|
+
-ms-flex: 0 0 auto;
|
|
2717
|
+
flex: 0 0 auto;
|
|
2718
|
+
}
|
|
2719
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-content {
|
|
2720
|
+
-webkit-box-flex: 1;
|
|
2721
|
+
-ms-flex: 1 1 auto;
|
|
2722
|
+
flex: 1 1 auto;
|
|
2723
|
+
overflow-y: auto;
|
|
2724
|
+
overflow-x: hidden;
|
|
2725
|
+
min-height: 0;
|
|
2726
|
+
}
|
|
2727
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-container {
|
|
2728
|
+
margin: auto;
|
|
2729
|
+
}
|
|
2730
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
2731
|
+
pointer-events: none;
|
|
2732
|
+
opacity: 0.5;
|
|
2733
|
+
cursor: not-allowed;
|
|
2734
|
+
}
|
|
2735
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content {
|
|
2736
|
+
display: -webkit-box;
|
|
2737
|
+
display: -ms-flexbox;
|
|
2738
|
+
display: flex;
|
|
2739
|
+
-webkit-box-orient: vertical;
|
|
2740
|
+
-webkit-box-direction: normal;
|
|
2741
|
+
-ms-flex-direction: column;
|
|
2742
|
+
flex-direction: column;
|
|
2743
|
+
-webkit-box-pack: center;
|
|
2744
|
+
-ms-flex-pack: center;
|
|
2745
|
+
justify-content: center;
|
|
2746
|
+
height: 230px;
|
|
2747
|
+
text-align: center;
|
|
2748
|
+
}
|
|
2749
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
2750
|
+
font-size: 35px;
|
|
2751
|
+
}
|
|
2752
|
+
.e-rte-aiquery-popup .e-aiassistview .e-footer {
|
|
2753
|
+
width: 85%;
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
|
|
2757
|
+
line-height: 2px;
|
|
2758
|
+
}
|
|
2759
|
+
|
|
2675
2760
|
/*! tab layout */
|
|
2676
2761
|
.e-rte-container {
|
|
2677
2762
|
border: 1px solid #000;
|
|
@@ -2717,6 +2802,9 @@ iframe.e-rte-content {
|
|
|
2717
2802
|
color: #fff;
|
|
2718
2803
|
background: #fff;
|
|
2719
2804
|
}
|
|
2805
|
+
.e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
|
|
2806
|
+
background-color: #ecf;
|
|
2807
|
+
}
|
|
2720
2808
|
.e-richtexteditor .e-toolbar-wrapper {
|
|
2721
2809
|
background: #fff;
|
|
2722
2810
|
}
|
|
@@ -2854,32 +2942,32 @@ iframe.e-rte-content {
|
|
|
2854
2942
|
box-shadow: none;
|
|
2855
2943
|
}
|
|
2856
2944
|
|
|
2857
|
-
.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,
|
|
2858
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
|
|
2859
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
|
|
2860
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
|
|
2861
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
|
|
2945
|
+
.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,
|
|
2946
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
|
|
2947
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
|
|
2948
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
|
|
2949
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
|
|
2862
2950
|
border: 2px solid #000;
|
|
2863
2951
|
}
|
|
2864
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
|
|
2865
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2952
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
2953
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2866
2954
|
color: #000;
|
|
2867
2955
|
}
|
|
2868
|
-
.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,
|
|
2869
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2870
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2956
|
+
.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,
|
|
2957
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
|
|
2958
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
|
|
2871
2959
|
color: #000;
|
|
2872
2960
|
}
|
|
2873
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2874
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2961
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
|
|
2962
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
|
|
2875
2963
|
color: #fff;
|
|
2876
2964
|
}
|
|
2877
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
2878
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2965
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
2966
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2879
2967
|
color: #000;
|
|
2880
2968
|
}
|
|
2881
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
|
|
2882
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
|
|
2969
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
|
|
2970
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
|
|
2883
2971
|
border: 2px solid #000;
|
|
2884
2972
|
background: #400074;
|
|
2885
2973
|
}
|
|
@@ -2914,10 +3002,14 @@ iframe.e-rte-content {
|
|
|
2914
3002
|
background: transparent;
|
|
2915
3003
|
}
|
|
2916
3004
|
|
|
2917
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
2918
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
3005
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
|
|
3006
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
|
|
2919
3007
|
-webkit-box-shadow: none;
|
|
2920
3008
|
box-shadow: none;
|
|
3009
|
+
}
|
|
3010
|
+
|
|
3011
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
3012
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
2921
3013
|
color: #000;
|
|
2922
3014
|
}
|
|
2923
3015
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
|
|
@@ -3251,6 +3343,20 @@ span.e-table-box.e-rbox-select {
|
|
|
3251
3343
|
border-top: 9px solid inherit;
|
|
3252
3344
|
}
|
|
3253
3345
|
|
|
3346
|
+
.e-rte-aiquery-popup {
|
|
3347
|
+
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
3348
|
+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
3349
|
+
}
|
|
3350
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
3351
|
+
color: rgb(255, 255, 255);
|
|
3352
|
+
}
|
|
3353
|
+
.e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3354
|
+
border: 1px solid transparent;
|
|
3355
|
+
background-color: transparent;
|
|
3356
|
+
-webkit-box-shadow: none;
|
|
3357
|
+
box-shadow: none;
|
|
3358
|
+
}
|
|
3359
|
+
|
|
3254
3360
|
.e-bigger .e-richtexteditor.e-rte-full-screen iframe,
|
|
3255
3361
|
.e-richtexteditor.e-bigger.e-rte-full-screen iframe {
|
|
3256
3362
|
height: calc(100% - 56px);
|
|
@@ -3313,9 +3419,8 @@ span.e-table-box.e-rbox-select {
|
|
|
3313
3419
|
}
|
|
3314
3420
|
|
|
3315
3421
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
3316
|
-
min-
|
|
3317
|
-
|
|
3318
|
-
width: 335px;
|
|
3422
|
+
min-height: 337px;
|
|
3423
|
+
min-width: 337px;
|
|
3319
3424
|
}
|
|
3320
3425
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
3321
3426
|
border-radius: 4px;
|
|
@@ -3342,9 +3447,6 @@ span.e-table-box.e-rbox-select {
|
|
|
3342
3447
|
}
|
|
3343
3448
|
.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 {
|
|
3344
3449
|
padding: 8px 0;
|
|
3345
|
-
width: 42px;
|
|
3346
|
-
height: 42px;
|
|
3347
|
-
line-height: 0;
|
|
3348
3450
|
font-size: 26px;
|
|
3349
3451
|
}
|
|
3350
3452
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn {
|
|
@@ -3353,10 +3455,7 @@ span.e-table-box.e-rbox-select {
|
|
|
3353
3455
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control {
|
|
3354
3456
|
font-size: 26px;
|
|
3355
3457
|
padding: 8px 0;
|
|
3356
|
-
width: 40px;
|
|
3357
|
-
height: 40px;
|
|
3358
3458
|
border: none;
|
|
3359
|
-
line-height: 0;
|
|
3360
3459
|
}
|
|
3361
3460
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
3362
3461
|
font-weight: 500;
|
|
@@ -3468,4 +3567,88 @@ span.e-table-box.e-rbox-select {
|
|
|
3468
3567
|
|
|
3469
3568
|
.e-bigger .e-rte-elements.e-popup-open.e-rte-slashmenu .e-list-parent > li {
|
|
3470
3569
|
padding-left: 0;
|
|
3570
|
+
}
|
|
3571
|
+
|
|
3572
|
+
.e-bigger .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
3573
|
+
height: 49px;
|
|
3574
|
+
min-height: 49px;
|
|
3575
|
+
}
|
|
3576
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
3577
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content,
|
|
3578
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content {
|
|
3579
|
+
line-height: 1.5;
|
|
3580
|
+
}
|
|
3581
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content blockquote,
|
|
3582
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content blockquote,
|
|
3583
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content blockquote {
|
|
3584
|
+
font-size: 16px;
|
|
3585
|
+
}
|
|
3586
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h1,
|
|
3587
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h1,
|
|
3588
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h1 {
|
|
3589
|
+
font-size: 2.857em;
|
|
3590
|
+
line-height: 1.2;
|
|
3591
|
+
}
|
|
3592
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h2,
|
|
3593
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h2,
|
|
3594
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h2 {
|
|
3595
|
+
font-size: 2.285em;
|
|
3596
|
+
line-height: 1.2;
|
|
3597
|
+
}
|
|
3598
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h3,
|
|
3599
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h3,
|
|
3600
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h3 {
|
|
3601
|
+
font-size: 2em;
|
|
3602
|
+
line-height: 1.2;
|
|
3603
|
+
}
|
|
3604
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h4,
|
|
3605
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h4,
|
|
3606
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h4 {
|
|
3607
|
+
font-size: 1.714em;
|
|
3608
|
+
line-height: 1.2;
|
|
3609
|
+
}
|
|
3610
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h5,
|
|
3611
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h5,
|
|
3612
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h5 {
|
|
3613
|
+
font-size: 1.428em;
|
|
3614
|
+
line-height: 1.2;
|
|
3615
|
+
}
|
|
3616
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h6,
|
|
3617
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h6,
|
|
3618
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h6 {
|
|
3619
|
+
font-size: 1.142em;
|
|
3620
|
+
line-height: 1.5;
|
|
3621
|
+
}
|
|
3622
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
3623
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
3624
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
3625
|
+
margin-top: 0.6em;
|
|
3626
|
+
}
|
|
3627
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
3628
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
3629
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
3630
|
+
margin-top: 0.6em;
|
|
3631
|
+
}
|
|
3632
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
3633
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
3634
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
3635
|
+
margin-top: 0.6em;
|
|
3636
|
+
}
|
|
3637
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
3638
|
+
font-size: 2em;
|
|
3639
|
+
}
|
|
3640
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
3641
|
+
font-size: 1.5em;
|
|
3642
|
+
}
|
|
3643
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
3644
|
+
font-size: 1.16em;
|
|
3645
|
+
}
|
|
3646
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
3647
|
+
font-size: 1em;
|
|
3648
|
+
}
|
|
3649
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
3650
|
+
font-size: 0.83em;
|
|
3651
|
+
}
|
|
3652
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
3653
|
+
font-size: 0.7em;
|
|
3471
3654
|
}
|