@syncfusion/ej2-richtexteditor 29.2.4-771571 → 29.2.4-803054
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-richtexteditor.umd.min.js +1 -1
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +140 -18
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +162 -35
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/editor-manager/plugin/clearformat.js +53 -22
- package/src/rich-text-editor/actions/enter-key.js +25 -9
- package/src/rich-text-editor/actions/paste-clean-up.d.ts +4 -0
- package/src/rich-text-editor/actions/paste-clean-up.js +79 -2
- package/src/rich-text-editor/base/rich-text-editor.js +4 -3
- package/src/rich-text-editor/models/toolbar-settings-model.d.ts +7 -0
- package/src/rich-text-editor/models/toolbar-settings.d.ts +6 -0
- package/src/rich-text-editor/models/toolbar-settings.js +3 -0
- package/styles/_all.bds.scss +1 -0
- package/styles/_all.bootstrap-dark.scss +1 -0
- package/styles/_all.bootstrap.scss +1 -0
- package/styles/_all.bootstrap4.scss +1 -0
- package/styles/_all.bootstrap5-dark.scss +1 -0
- package/styles/_all.bootstrap5.3.scss +1 -0
- package/styles/_all.bootstrap5.scss +1 -0
- package/styles/_all.fabric-dark.scss +1 -0
- package/styles/_all.fabric.scss +1 -0
- package/styles/_all.fluent-dark.scss +1 -0
- package/styles/_all.fluent.scss +1 -0
- package/styles/_all.fluent2.scss +1 -0
- package/styles/_all.highcontrast-light.scss +1 -0
- package/styles/_all.highcontrast.scss +1 -0
- package/styles/_all.material-dark.scss +1 -0
- package/styles/_all.material.scss +1 -0
- package/styles/_all.material3-dark.scss +1 -0
- package/styles/_all.material3.scss +1 -0
- package/styles/_all.scss +1 -1
- package/styles/_all.tailwind-dark.scss +1 -0
- package/styles/_all.tailwind.scss +1 -0
- package/styles/_all.tailwind3.scss +1 -0
- package/styles/bds-lite.css +239 -89
- package/styles/bds-lite.scss +3 -4
- package/styles/bds.css +347 -98
- package/styles/bds.scss +4 -5
- package/styles/bootstrap-dark-lite.css +206 -86
- package/styles/bootstrap-dark-lite.scss +3 -4
- package/styles/bootstrap-dark.css +299 -95
- package/styles/bootstrap-dark.scss +4 -5
- package/styles/bootstrap-lite.css +384 -86
- package/styles/bootstrap-lite.scss +3 -4
- package/styles/bootstrap.css +566 -95
- package/styles/bootstrap.scss +4 -5
- package/styles/bootstrap4-lite.css +565 -93
- package/styles/bootstrap4-lite.scss +3 -4
- package/styles/bootstrap4.css +850 -115
- package/styles/bootstrap4.scss +4 -5
- package/styles/bootstrap5-dark-lite.css +193 -87
- package/styles/bootstrap5-dark-lite.scss +3 -4
- package/styles/bootstrap5-dark.css +279 -96
- package/styles/bootstrap5-dark.scss +4 -5
- package/styles/bootstrap5-lite.css +187 -87
- package/styles/bootstrap5-lite.scss +4 -4
- package/styles/bootstrap5.3-lite.css +456 -108
- package/styles/bootstrap5.3-lite.scss +4 -4
- package/styles/bootstrap5.3.css +627 -118
- package/styles/bootstrap5.3.scss +5 -5
- package/styles/bootstrap5.css +273 -96
- package/styles/bootstrap5.scss +5 -5
- package/styles/fabric-dark-lite.css +193 -87
- package/styles/fabric-dark-lite.scss +4 -4
- package/styles/fabric-dark.css +279 -96
- package/styles/fabric-dark.scss +5 -5
- package/styles/fabric-lite.css +193 -87
- package/styles/fabric-lite.scss +4 -4
- package/styles/fabric.css +279 -96
- package/styles/fabric.scss +5 -5
- package/styles/fluent-dark-lite.css +195 -98
- package/styles/fluent-dark-lite.scss +4 -4
- package/styles/fluent-dark.css +281 -107
- package/styles/fluent-dark.scss +5 -5
- package/styles/fluent-lite.css +195 -89
- package/styles/fluent-lite.scss +4 -4
- package/styles/fluent.css +281 -98
- package/styles/fluent.scss +5 -5
- package/styles/fluent2-lite.css +519 -114
- package/styles/fluent2-lite.scss +4 -4
- package/styles/fluent2.css +703 -126
- package/styles/fluent2.scss +5 -5
- package/styles/highcontrast-light-lite.css +193 -87
- package/styles/highcontrast-light-lite.scss +4 -4
- package/styles/highcontrast-light.css +279 -96
- package/styles/highcontrast-light.scss +5 -5
- package/styles/highcontrast-lite.css +193 -87
- package/styles/highcontrast-lite.scss +4 -4
- package/styles/highcontrast.css +279 -96
- package/styles/highcontrast.scss +5 -5
- package/styles/material-dark-lite.css +192 -86
- package/styles/material-dark-lite.scss +4 -4
- package/styles/material-dark.css +278 -95
- package/styles/material-dark.scss +5 -5
- package/styles/material-lite.css +192 -86
- package/styles/material-lite.scss +3 -4
- package/styles/material.css +278 -95
- package/styles/material.scss +4 -5
- package/styles/material3-dark-lite.css +539 -105
- package/styles/material3-dark-lite.scss +4 -4
- package/styles/material3-dark.css +723 -130
- package/styles/material3-dark.scss +5 -7
- package/styles/material3-lite.css +459 -105
- package/styles/material3-lite.scss +4 -4
- package/styles/material3.css +645 -130
- package/styles/material3.scss +5 -7
- package/styles/rich-text-editor/_all.bds.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap-dark.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap4.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5-dark.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5.3.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5.scss +2 -0
- package/styles/rich-text-editor/_all.fabric-dark.scss +2 -0
- package/styles/rich-text-editor/_all.fabric.scss +2 -0
- package/styles/rich-text-editor/_all.fluent-dark.scss +2 -0
- package/styles/rich-text-editor/_all.fluent.scss +2 -0
- package/styles/rich-text-editor/_all.fluent2.scss +2 -0
- package/styles/rich-text-editor/_all.highcontrast-light.scss +2 -0
- package/styles/rich-text-editor/_all.highcontrast.scss +2 -0
- package/styles/rich-text-editor/_all.material-dark.scss +2 -0
- package/styles/rich-text-editor/_all.material.scss +2 -0
- package/styles/rich-text-editor/_all.material3-dark.scss +2 -0
- package/styles/rich-text-editor/_all.material3.scss +2 -0
- package/styles/rich-text-editor/_all.scss +2 -2
- package/styles/rich-text-editor/_all.tailwind-dark.scss +2 -0
- package/styles/rich-text-editor/_all.tailwind.scss +2 -0
- package/styles/rich-text-editor/_all.tailwind3.scss +2 -0
- package/styles/rich-text-editor/_bds-definition.scss +468 -27
- package/styles/rich-text-editor/_bigger.bds.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap4.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5.3.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5.scss +3 -0
- package/styles/rich-text-editor/_bigger.fabric-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.fabric.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent2.scss +3 -0
- package/styles/rich-text-editor/_bigger.highcontrast-light.scss +3 -0
- package/styles/rich-text-editor/_bigger.highcontrast.scss +3 -0
- package/styles/rich-text-editor/_bigger.material-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.material.scss +3 -0
- package/styles/rich-text-editor/_bigger.material3-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.material3.scss +3 -0
- package/styles/rich-text-editor/_bigger.scss +152 -57
- package/styles/rich-text-editor/_bigger.tailwind-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.tailwind.scss +3 -0
- package/styles/rich-text-editor/_bigger.tailwind3.scss +3 -0
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +467 -26
- package/styles/rich-text-editor/_bootstrap-definition.scss +467 -26
- package/styles/rich-text-editor/_bootstrap4-definition.scss +473 -33
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +709 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +467 -27
- package/styles/rich-text-editor/_bootstrap5.3-definition.scss +469 -29
- package/styles/rich-text-editor/_fabric-dark-definition.scss +467 -27
- package/styles/rich-text-editor/_fabric-definition.scss +466 -27
- package/styles/rich-text-editor/_fluent-dark-definition.scss +710 -1
- package/styles/rich-text-editor/_fluent-definition.scss +470 -27
- package/styles/rich-text-editor/_fluent2-definition.scss +478 -33
- package/styles/rich-text-editor/_fusionnew-definition.scss +464 -26
- package/styles/rich-text-editor/_highcontrast-definition.scss +466 -26
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +466 -26
- package/styles/rich-text-editor/_layout.bds.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap4.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5.3.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5.scss +3 -0
- package/styles/rich-text-editor/_layout.fabric-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.fabric.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent2.scss +3 -0
- package/styles/rich-text-editor/_layout.highcontrast-light.scss +3 -0
- package/styles/rich-text-editor/_layout.highcontrast.scss +3 -0
- package/styles/rich-text-editor/_layout.material-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.material.scss +3 -0
- package/styles/rich-text-editor/_layout.material3-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.material3.scss +3 -0
- package/styles/rich-text-editor/_layout.scss +448 -353
- package/styles/rich-text-editor/_layout.tailwind-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.tailwind.scss +3 -0
- package/styles/rich-text-editor/_layout.tailwind3.scss +3 -0
- package/styles/rich-text-editor/_material-dark-definition.scss +466 -28
- package/styles/rich-text-editor/_material-definition.scss +466 -26
- package/styles/rich-text-editor/_material3-dark-definition.scss +714 -1
- package/styles/rich-text-editor/_material3-definition.scss +473 -30
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +706 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +468 -28
- package/styles/rich-text-editor/_tailwind3-definition.scss +474 -34
- package/styles/rich-text-editor/_theme-variables.bds.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap4.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fabric-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fabric.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent2.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.highcontrast.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material3-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material3.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind3.scss +1 -0
- package/styles/rich-text-editor/_theme.bds.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap4.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5.3.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5.scss +4 -0
- package/styles/rich-text-editor/_theme.fabric-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.fabric.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent2.scss +4 -0
- package/styles/rich-text-editor/_theme.highcontrast-light.scss +4 -0
- package/styles/rich-text-editor/_theme.highcontrast.scss +4 -0
- package/styles/rich-text-editor/_theme.material-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.material.scss +4 -0
- package/styles/rich-text-editor/_theme.material3-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.material3.scss +4 -0
- package/styles/rich-text-editor/_theme.scss +65 -36
- package/styles/rich-text-editor/_theme.tailwind-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.tailwind.scss +4 -0
- package/styles/rich-text-editor/_theme.tailwind3.scss +4 -0
- package/styles/rich-text-editor/bds.css +347 -98
- package/styles/rich-text-editor/bds.scss +5 -5
- package/styles/rich-text-editor/bootstrap-dark.css +299 -95
- package/styles/rich-text-editor/bootstrap-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap.css +566 -95
- package/styles/rich-text-editor/bootstrap.scss +5 -5
- package/styles/rich-text-editor/bootstrap4.css +850 -115
- package/styles/rich-text-editor/bootstrap4.scss +5 -5
- package/styles/rich-text-editor/bootstrap5-dark.css +279 -96
- package/styles/rich-text-editor/bootstrap5-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.3.css +627 -118
- package/styles/rich-text-editor/bootstrap5.3.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.css +273 -96
- package/styles/rich-text-editor/bootstrap5.scss +5 -5
- package/styles/rich-text-editor/fabric-dark.css +279 -96
- package/styles/rich-text-editor/fabric-dark.scss +5 -5
- package/styles/rich-text-editor/fabric.css +279 -96
- package/styles/rich-text-editor/fabric.scss +5 -5
- package/styles/rich-text-editor/fluent-dark.css +281 -107
- package/styles/rich-text-editor/fluent-dark.scss +5 -5
- package/styles/rich-text-editor/fluent.css +281 -98
- package/styles/rich-text-editor/fluent.scss +5 -5
- package/styles/rich-text-editor/fluent2.css +703 -126
- package/styles/rich-text-editor/fluent2.scss +5 -5
- package/styles/rich-text-editor/highcontrast-light.css +279 -96
- package/styles/rich-text-editor/highcontrast-light.scss +5 -5
- package/styles/rich-text-editor/highcontrast.css +279 -96
- package/styles/rich-text-editor/highcontrast.scss +5 -5
- package/styles/rich-text-editor/icons/_bds.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap4.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_bootstrap5.3.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap5.scss +7 -0
- package/styles/rich-text-editor/icons/_fabric-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_fabric.scss +7 -0
- package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_fluent.scss +6 -0
- package/styles/rich-text-editor/icons/_fluent2.scss +7 -0
- package/styles/rich-text-editor/icons/_fusionnew.scss +7 -0
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +7 -0
- package/styles/rich-text-editor/icons/_highcontrast.scss +7 -0
- package/styles/rich-text-editor/icons/_material-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_material.scss +7 -0
- package/styles/rich-text-editor/icons/_material3-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_material3.scss +7 -0
- package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +7 -0
- package/styles/rich-text-editor/icons/_tailwind3.scss +7 -0
- package/styles/rich-text-editor/material-dark.css +278 -95
- package/styles/rich-text-editor/material-dark.scss +5 -5
- package/styles/rich-text-editor/material.css +278 -95
- package/styles/rich-text-editor/material.scss +5 -5
- package/styles/rich-text-editor/material3-dark.css +723 -130
- package/styles/rich-text-editor/material3-dark.scss +5 -6
- package/styles/rich-text-editor/material3.css +645 -130
- package/styles/rich-text-editor/material3.scss +5 -6
- package/styles/rich-text-editor/tailwind-dark.css +282 -99
- package/styles/rich-text-editor/tailwind-dark.scss +5 -5
- package/styles/rich-text-editor/tailwind.css +282 -99
- package/styles/rich-text-editor/tailwind.scss +5 -5
- package/styles/rich-text-editor/tailwind3.css +593 -115
- package/styles/rich-text-editor/tailwind3.scss +5 -5
- package/styles/tailwind-dark-lite.css +196 -90
- package/styles/tailwind-dark-lite.scss +4 -4
- package/styles/tailwind-dark.css +282 -99
- package/styles/tailwind-dark.scss +5 -5
- package/styles/tailwind-lite.css +196 -90
- package/styles/tailwind-lite.scss +4 -4
- package/styles/tailwind.css +282 -99
- package/styles/tailwind.scss +5 -5
- package/styles/tailwind3-lite.css +430 -104
- package/styles/tailwind3-lite.scss +4 -4
- package/styles/tailwind3.css +593 -115
- package/styles/tailwind3.scss +5 -5
package/styles/fluent-dark.css
CHANGED
|
@@ -30,6 +30,12 @@
|
|
|
30
30
|
.e-rte-dropdown-popup .e-justify-left::before {
|
|
31
31
|
content: "\e7b8";
|
|
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: "\e78d";
|
|
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,
|
|
@@ -636,10 +642,9 @@
|
|
|
636
642
|
text-align: left;
|
|
637
643
|
}
|
|
638
644
|
.e-richtexteditor.e-rtl .e-rte-character-count {
|
|
639
|
-
|
|
645
|
+
margin-right: auto;
|
|
640
646
|
padding-left: 30px;
|
|
641
647
|
padding-right: unset;
|
|
642
|
-
right: unset;
|
|
643
648
|
}
|
|
644
649
|
.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
|
|
645
650
|
padding-left: 0;
|
|
@@ -649,7 +654,8 @@
|
|
|
649
654
|
margin-left: 0;
|
|
650
655
|
}
|
|
651
656
|
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
652
|
-
height:
|
|
657
|
+
height: 40px;
|
|
658
|
+
min-height: 40px;
|
|
653
659
|
}
|
|
654
660
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
655
661
|
display: inline-block;
|
|
@@ -733,7 +739,7 @@
|
|
|
733
739
|
position: relative;
|
|
734
740
|
text-align: inherit;
|
|
735
741
|
z-index: 2;
|
|
736
|
-
font-weight:
|
|
742
|
+
font-weight: 400;
|
|
737
743
|
line-height: 1.5;
|
|
738
744
|
font-size: 1em;
|
|
739
745
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -748,6 +754,11 @@
|
|
|
748
754
|
margin: 0 0 10px;
|
|
749
755
|
margin-bottom: 10px;
|
|
750
756
|
}
|
|
757
|
+
.e-richtexteditor .e-rte-content .e-content blockquote,
|
|
758
|
+
.e-richtexteditor .e-source-content .e-content blockquote,
|
|
759
|
+
.e-richtexteditor .e-rte-iframe-content .e-content blockquote {
|
|
760
|
+
font-size: 1em;
|
|
761
|
+
}
|
|
751
762
|
.e-richtexteditor .e-rte-content .e-content code,
|
|
752
763
|
.e-richtexteditor .e-source-content .e-content code,
|
|
753
764
|
.e-richtexteditor .e-rte-iframe-content .e-content code {
|
|
@@ -914,7 +925,6 @@
|
|
|
914
925
|
.e-richtexteditor .e-source-content .e-content h6,
|
|
915
926
|
.e-richtexteditor .e-rte-iframe-content .e-content h6 {
|
|
916
927
|
font-size: 1.142em;
|
|
917
|
-
line-height: 600;
|
|
918
928
|
line-height: 1.5;
|
|
919
929
|
margin: 10px 0;
|
|
920
930
|
}
|
|
@@ -933,6 +943,11 @@
|
|
|
933
943
|
border-spacing: 0;
|
|
934
944
|
empty-cells: show;
|
|
935
945
|
}
|
|
946
|
+
.e-richtexteditor .e-rte-content .e-content table:not(:first-child):not(table table),
|
|
947
|
+
.e-richtexteditor .e-source-content .e-content table:not(:first-child):not(table table),
|
|
948
|
+
.e-richtexteditor .e-rte-iframe-content .e-content table:not(:first-child):not(table table) {
|
|
949
|
+
margin-top: 10px;
|
|
950
|
+
}
|
|
936
951
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
937
952
|
.e-richtexteditor .e-source-content .e-content pre,
|
|
938
953
|
.e-richtexteditor .e-rte-iframe-content .e-content pre {
|
|
@@ -997,7 +1012,7 @@
|
|
|
997
1012
|
.e-richtexteditor .e-source-content .e-content b,
|
|
998
1013
|
.e-richtexteditor .e-rte-iframe-content .e-content strong,
|
|
999
1014
|
.e-richtexteditor .e-rte-iframe-content .e-content b {
|
|
1000
|
-
font-weight:
|
|
1015
|
+
font-weight: 700;
|
|
1001
1016
|
}
|
|
1002
1017
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
1003
1018
|
.e-richtexteditor .e-source-content .e-content a,
|
|
@@ -1028,13 +1043,17 @@
|
|
|
1028
1043
|
margin-bottom: 0;
|
|
1029
1044
|
}
|
|
1030
1045
|
.e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
1031
|
-
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1032
|
-
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1033
1046
|
.e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
1047
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
1048
|
+
margin-top: 0.6em;
|
|
1049
|
+
}
|
|
1050
|
+
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1034
1051
|
.e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
1052
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
1053
|
+
margin-top: 0.6em;
|
|
1054
|
+
}
|
|
1055
|
+
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1035
1056
|
.e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
1036
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
|
|
1037
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
|
|
1038
1057
|
.e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
1039
1058
|
margin-top: 0.6em;
|
|
1040
1059
|
}
|
|
@@ -1115,7 +1134,7 @@
|
|
|
1115
1134
|
.e-richtexteditor .e-rte-character-count {
|
|
1116
1135
|
color: #d2d0ce;
|
|
1117
1136
|
font-size: 14px;
|
|
1118
|
-
margin-right:
|
|
1137
|
+
margin-right: 15px;
|
|
1119
1138
|
opacity: 0.8;
|
|
1120
1139
|
padding-bottom: 2px;
|
|
1121
1140
|
text-align: right;
|
|
@@ -1130,6 +1149,9 @@
|
|
|
1130
1149
|
color: #d13438;
|
|
1131
1150
|
opacity: unset;
|
|
1132
1151
|
}
|
|
1152
|
+
.e-richtexteditor:not(.e-rtl) .e-rte-character-count:last-child {
|
|
1153
|
+
margin-right: 10px;
|
|
1154
|
+
}
|
|
1133
1155
|
.e-richtexteditor .e-rte-srctextarea {
|
|
1134
1156
|
background-color: transparent;
|
|
1135
1157
|
border: 0;
|
|
@@ -1144,15 +1166,15 @@
|
|
|
1144
1166
|
width: 100%;
|
|
1145
1167
|
}
|
|
1146
1168
|
.e-richtexteditor .e-resize-handle {
|
|
1147
|
-
height: 15px;
|
|
1148
1169
|
position: absolute;
|
|
1149
|
-
|
|
1170
|
+
margin-bottom: 3px;
|
|
1150
1171
|
}
|
|
1151
1172
|
.e-richtexteditor .e-resize-handle.e-south-east {
|
|
1152
1173
|
bottom: 0;
|
|
1153
1174
|
cursor: nwse-resize;
|
|
1154
1175
|
right: 0;
|
|
1155
1176
|
z-index: 100;
|
|
1177
|
+
margin-right: 3px;
|
|
1156
1178
|
}
|
|
1157
1179
|
.e-richtexteditor .e-resize-handle.e-south-west {
|
|
1158
1180
|
bottom: 0;
|
|
@@ -1161,6 +1183,7 @@
|
|
|
1161
1183
|
-webkit-transform: rotate(90deg);
|
|
1162
1184
|
transform: rotate(90deg);
|
|
1163
1185
|
z-index: 100;
|
|
1186
|
+
margin-left: 3px;
|
|
1164
1187
|
}
|
|
1165
1188
|
.e-richtexteditor.e-rtl.e-rte-resize {
|
|
1166
1189
|
float: right;
|
|
@@ -1239,7 +1262,7 @@
|
|
|
1239
1262
|
padding: 5px;
|
|
1240
1263
|
}
|
|
1241
1264
|
.e-richtexteditor .e-video-url-wrap textarea {
|
|
1242
|
-
height: 80px;
|
|
1265
|
+
min-height: 80px;
|
|
1243
1266
|
}
|
|
1244
1267
|
.e-richtexteditor .e-rte-value-wrapper {
|
|
1245
1268
|
display: none;
|
|
@@ -1266,7 +1289,7 @@
|
|
|
1266
1289
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1267
1290
|
display: block;
|
|
1268
1291
|
font-family: "e-icons";
|
|
1269
|
-
font-weight:
|
|
1292
|
+
font-weight: 400;
|
|
1270
1293
|
line-height: 1;
|
|
1271
1294
|
text-transform: none;
|
|
1272
1295
|
}
|
|
@@ -1299,7 +1322,7 @@
|
|
|
1299
1322
|
}
|
|
1300
1323
|
|
|
1301
1324
|
.e-rte-label label {
|
|
1302
|
-
font-weight:
|
|
1325
|
+
font-weight: 400;
|
|
1303
1326
|
}
|
|
1304
1327
|
|
|
1305
1328
|
.e-rte-linkcontent .e-rte-label:first-child {
|
|
@@ -1338,7 +1361,7 @@
|
|
|
1338
1361
|
}
|
|
1339
1362
|
.e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
1340
1363
|
font-size: 2em;
|
|
1341
|
-
font-weight:
|
|
1364
|
+
font-weight: 700;
|
|
1342
1365
|
height: 40px;
|
|
1343
1366
|
line-height: 40px;
|
|
1344
1367
|
}
|
|
@@ -1349,25 +1372,25 @@
|
|
|
1349
1372
|
}
|
|
1350
1373
|
.e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
1351
1374
|
font-size: 1.5em;
|
|
1352
|
-
font-weight:
|
|
1375
|
+
font-weight: 700;
|
|
1353
1376
|
height: 40px;
|
|
1354
1377
|
line-height: 40px;
|
|
1355
1378
|
}
|
|
1356
1379
|
.e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
1357
1380
|
font-size: 1.16em;
|
|
1358
|
-
font-weight:
|
|
1381
|
+
font-weight: 700;
|
|
1359
1382
|
}
|
|
1360
1383
|
.e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
1361
1384
|
font-size: 1em;
|
|
1362
|
-
font-weight:
|
|
1385
|
+
font-weight: 700;
|
|
1363
1386
|
}
|
|
1364
1387
|
.e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
1365
1388
|
font-size: 0.83em;
|
|
1366
|
-
font-weight:
|
|
1389
|
+
font-weight: 700;
|
|
1367
1390
|
}
|
|
1368
1391
|
.e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
1369
1392
|
font-size: 0.7em;
|
|
1370
|
-
font-weight:
|
|
1393
|
+
font-weight: 700;
|
|
1371
1394
|
}
|
|
1372
1395
|
.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
|
|
1373
1396
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -1553,7 +1576,7 @@
|
|
|
1553
1576
|
box-sizing: border-box;
|
|
1554
1577
|
display: block;
|
|
1555
1578
|
font-size: 16px;
|
|
1556
|
-
font-weight:
|
|
1579
|
+
font-weight: 400;
|
|
1557
1580
|
margin: auto;
|
|
1558
1581
|
opacity: 0.9;
|
|
1559
1582
|
position: relative;
|
|
@@ -1815,7 +1838,6 @@
|
|
|
1815
1838
|
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
|
|
1816
1839
|
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
|
|
1817
1840
|
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
|
|
1818
|
-
line-height: 10;
|
|
1819
1841
|
min-height: 50px;
|
|
1820
1842
|
position: relative;
|
|
1821
1843
|
}
|
|
@@ -1830,16 +1852,6 @@
|
|
|
1830
1852
|
display: inline-block;
|
|
1831
1853
|
line-height: normal;
|
|
1832
1854
|
}
|
|
1833
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1834
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1835
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1836
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
|
|
1837
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1838
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1839
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1840
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
1841
|
-
line-height: 4;
|
|
1842
|
-
}
|
|
1843
1855
|
.e-richtexteditor .e-rte-inline-dropdown ul,
|
|
1844
1856
|
.e-rte-elements .e-rte-inline-dropdown ul {
|
|
1845
1857
|
max-height: 200px;
|
|
@@ -1856,7 +1868,7 @@
|
|
|
1856
1868
|
-webkit-box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
1857
1869
|
box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
1858
1870
|
font-size: 14px;
|
|
1859
|
-
font-weight:
|
|
1871
|
+
font-weight: 400;
|
|
1860
1872
|
min-width: 120px;
|
|
1861
1873
|
overflow: hidden;
|
|
1862
1874
|
padding: 10px;
|
|
@@ -1976,7 +1988,7 @@
|
|
|
1976
1988
|
}
|
|
1977
1989
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
|
|
1978
1990
|
.e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
|
|
1979
|
-
font-weight:
|
|
1991
|
+
font-weight: 400;
|
|
1980
1992
|
}
|
|
1981
1993
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
|
|
1982
1994
|
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
|
|
@@ -1990,14 +2002,20 @@
|
|
|
1990
2002
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
1991
2003
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
1992
2004
|
border: none;
|
|
1993
|
-
min-
|
|
1994
|
-
|
|
1995
|
-
|
|
2005
|
+
min-height: 330px;
|
|
2006
|
+
min-width: 310px;
|
|
2007
|
+
display: -webkit-box;
|
|
2008
|
+
display: -ms-flexbox;
|
|
2009
|
+
display: flex;
|
|
2010
|
+
-webkit-box-orient: vertical;
|
|
2011
|
+
-webkit-box-direction: normal;
|
|
2012
|
+
-ms-flex-direction: column;
|
|
2013
|
+
flex-direction: column;
|
|
1996
2014
|
}
|
|
1997
2015
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
|
|
1998
2016
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1999
2017
|
padding: 7px 3px;
|
|
2000
|
-
border-radius:
|
|
2018
|
+
border-radius: 2px;
|
|
2001
2019
|
}
|
|
2002
2020
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
2003
2021
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
@@ -2008,6 +2026,10 @@
|
|
|
2008
2026
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
|
|
2009
2027
|
margin: 10px;
|
|
2010
2028
|
width: 94%;
|
|
2029
|
+
-webkit-box-sizing: border-box;
|
|
2030
|
+
box-sizing: border-box;
|
|
2031
|
+
-ms-flex-item-align: center;
|
|
2032
|
+
align-self: center;
|
|
2011
2033
|
}
|
|
2012
2034
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn,
|
|
2013
2035
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
|
|
@@ -2029,10 +2051,7 @@
|
|
|
2029
2051
|
-webkit-box-shadow: none;
|
|
2030
2052
|
box-shadow: none;
|
|
2031
2053
|
padding: 6px 0;
|
|
2032
|
-
width: 40px;
|
|
2033
|
-
height: 40px;
|
|
2034
2054
|
border: none;
|
|
2035
|
-
line-height: 1px;
|
|
2036
2055
|
font-size: 24px;
|
|
2037
2056
|
}
|
|
2038
2057
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
|
|
@@ -2049,10 +2068,7 @@
|
|
|
2049
2068
|
box-shadow: none;
|
|
2050
2069
|
font-size: 24px;
|
|
2051
2070
|
padding: 6px 0;
|
|
2052
|
-
width: 40px;
|
|
2053
|
-
height: 40px;
|
|
2054
2071
|
border: none;
|
|
2055
|
-
line-height: 1px;
|
|
2056
2072
|
}
|
|
2057
2073
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
|
|
2058
2074
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
@@ -2225,7 +2241,7 @@
|
|
|
2225
2241
|
}
|
|
2226
2242
|
|
|
2227
2243
|
.e-dialog.e-rte-dialog-minheight {
|
|
2228
|
-
min-height:
|
|
2244
|
+
min-height: 298px;
|
|
2229
2245
|
min-height: 308px;
|
|
2230
2246
|
}
|
|
2231
2247
|
|
|
@@ -2255,7 +2271,6 @@
|
|
|
2255
2271
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2256
2272
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2257
2273
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
2258
|
-
line-height: 10;
|
|
2259
2274
|
min-height: 50px;
|
|
2260
2275
|
position: relative;
|
|
2261
2276
|
}
|
|
@@ -2320,16 +2335,6 @@
|
|
|
2320
2335
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
|
|
2321
2336
|
display: none;
|
|
2322
2337
|
}
|
|
2323
|
-
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2324
|
-
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2325
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2326
|
-
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
|
|
2327
|
-
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
2328
|
-
font-size: 15px;
|
|
2329
|
-
opacity: 0.87;
|
|
2330
|
-
padding-bottom: 12px;
|
|
2331
|
-
padding-top: 12px;
|
|
2332
|
-
}
|
|
2333
2338
|
|
|
2334
2339
|
.e-rte-import-dialog .e-dlg-content {
|
|
2335
2340
|
overflow-y: hidden;
|
|
@@ -2349,7 +2354,7 @@
|
|
|
2349
2354
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2350
2355
|
.e-dialog .e-word-uploadwrap .e-droptext,
|
|
2351
2356
|
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2352
|
-
border: dashed
|
|
2357
|
+
border: 2px dashed #797775;
|
|
2353
2358
|
border-radius: 4px;
|
|
2354
2359
|
color: #c8c6c4;
|
|
2355
2360
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -2438,13 +2443,13 @@
|
|
|
2438
2443
|
-webkit-box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
2439
2444
|
box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
|
|
2440
2445
|
font-size: 14px;
|
|
2441
|
-
font-weight:
|
|
2446
|
+
font-weight: 400;
|
|
2442
2447
|
min-width: 120px;
|
|
2443
2448
|
overflow: hidden;
|
|
2444
2449
|
padding: 10px;
|
|
2445
2450
|
}
|
|
2446
2451
|
.e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
|
|
2447
|
-
width: 95px;
|
|
2452
|
+
min-width: 95px;
|
|
2448
2453
|
}
|
|
2449
2454
|
.e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
|
|
2450
2455
|
max-height: 300px;
|
|
@@ -2462,7 +2467,6 @@
|
|
|
2462
2467
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
|
|
2463
2468
|
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
|
|
2464
2469
|
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
|
|
2465
|
-
line-height: 10;
|
|
2466
2470
|
min-height: 50px;
|
|
2467
2471
|
position: relative;
|
|
2468
2472
|
}
|
|
@@ -2544,11 +2548,10 @@
|
|
|
2544
2548
|
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
|
|
2545
2549
|
display: block;
|
|
2546
2550
|
line-height: 20px;
|
|
2547
|
-
font-size:
|
|
2551
|
+
font-size: 12px;
|
|
2548
2552
|
padding: 1px 0 5px;
|
|
2549
2553
|
}
|
|
2550
2554
|
.e-rte-elements.e-slash-menu .e-slash-menu-icon {
|
|
2551
|
-
line-height: 0;
|
|
2552
2555
|
display: inline-block;
|
|
2553
2556
|
width: 50px;
|
|
2554
2557
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -2650,10 +2653,8 @@
|
|
|
2650
2653
|
transform: translateX(50%);
|
|
2651
2654
|
}
|
|
2652
2655
|
|
|
2653
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2654
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2655
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
|
|
2656
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
|
|
2656
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
|
|
2657
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
|
|
2657
2658
|
margin-bottom: 20px;
|
|
2658
2659
|
}
|
|
2659
2660
|
|
|
@@ -2666,7 +2667,6 @@
|
|
|
2666
2667
|
}
|
|
2667
2668
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
|
|
2668
2669
|
min-height: 40px;
|
|
2669
|
-
height: 40px;
|
|
2670
2670
|
}
|
|
2671
2671
|
|
|
2672
2672
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
@@ -2705,6 +2705,91 @@
|
|
|
2705
2705
|
bottom: 0;
|
|
2706
2706
|
}
|
|
2707
2707
|
|
|
2708
|
+
.e-rte-aiquery-popup {
|
|
2709
|
+
min-height: 100px;
|
|
2710
|
+
overflow: hidden;
|
|
2711
|
+
display: -webkit-box !important;
|
|
2712
|
+
display: -ms-flexbox !important;
|
|
2713
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
2714
|
+
-webkit-box-orient: vertical;
|
|
2715
|
+
-webkit-box-direction: normal;
|
|
2716
|
+
-ms-flex-direction: column;
|
|
2717
|
+
flex-direction: column;
|
|
2718
|
+
}
|
|
2719
|
+
.e-rte-aiquery-popup .e-rte-ai-assit-content-container {
|
|
2720
|
+
-webkit-box-flex: 1;
|
|
2721
|
+
-ms-flex: 1 1 auto;
|
|
2722
|
+
flex: 1 1 auto;
|
|
2723
|
+
display: -webkit-box;
|
|
2724
|
+
display: -ms-flexbox;
|
|
2725
|
+
display: flex;
|
|
2726
|
+
-webkit-box-orient: vertical;
|
|
2727
|
+
-webkit-box-direction: normal;
|
|
2728
|
+
-ms-flex-direction: column;
|
|
2729
|
+
flex-direction: column;
|
|
2730
|
+
min-height: 0;
|
|
2731
|
+
width: 100%;
|
|
2732
|
+
}
|
|
2733
|
+
.e-rte-aiquery-popup .e-aiassistview {
|
|
2734
|
+
-webkit-box-flex: 1;
|
|
2735
|
+
-ms-flex: 1 1 auto;
|
|
2736
|
+
flex: 1 1 auto;
|
|
2737
|
+
display: -webkit-box;
|
|
2738
|
+
display: -ms-flexbox;
|
|
2739
|
+
display: flex;
|
|
2740
|
+
-webkit-box-orient: vertical;
|
|
2741
|
+
-webkit-box-direction: normal;
|
|
2742
|
+
-ms-flex-direction: column;
|
|
2743
|
+
flex-direction: column;
|
|
2744
|
+
min-height: 0;
|
|
2745
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
2746
|
+
}
|
|
2747
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-header {
|
|
2748
|
+
-webkit-box-flex: 0;
|
|
2749
|
+
-ms-flex: 0 0 auto;
|
|
2750
|
+
flex: 0 0 auto;
|
|
2751
|
+
}
|
|
2752
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-content {
|
|
2753
|
+
-webkit-box-flex: 1;
|
|
2754
|
+
-ms-flex: 1 1 auto;
|
|
2755
|
+
flex: 1 1 auto;
|
|
2756
|
+
overflow-y: auto;
|
|
2757
|
+
overflow-x: hidden;
|
|
2758
|
+
min-height: 0;
|
|
2759
|
+
}
|
|
2760
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-container {
|
|
2761
|
+
margin: auto;
|
|
2762
|
+
}
|
|
2763
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
2764
|
+
pointer-events: none;
|
|
2765
|
+
opacity: 0.5;
|
|
2766
|
+
cursor: not-allowed;
|
|
2767
|
+
}
|
|
2768
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content {
|
|
2769
|
+
display: -webkit-box;
|
|
2770
|
+
display: -ms-flexbox;
|
|
2771
|
+
display: flex;
|
|
2772
|
+
-webkit-box-orient: vertical;
|
|
2773
|
+
-webkit-box-direction: normal;
|
|
2774
|
+
-ms-flex-direction: column;
|
|
2775
|
+
flex-direction: column;
|
|
2776
|
+
-webkit-box-pack: center;
|
|
2777
|
+
-ms-flex-pack: center;
|
|
2778
|
+
justify-content: center;
|
|
2779
|
+
height: 230px;
|
|
2780
|
+
text-align: center;
|
|
2781
|
+
}
|
|
2782
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
2783
|
+
font-size: 35px;
|
|
2784
|
+
}
|
|
2785
|
+
.e-rte-aiquery-popup .e-aiassistview .e-footer {
|
|
2786
|
+
width: 85%;
|
|
2787
|
+
}
|
|
2788
|
+
|
|
2789
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
|
|
2790
|
+
line-height: 2px;
|
|
2791
|
+
}
|
|
2792
|
+
|
|
2708
2793
|
/*! tab layout */
|
|
2709
2794
|
.e-rte-container {
|
|
2710
2795
|
border: 1px solid #292827;
|
|
@@ -2750,6 +2835,9 @@ iframe.e-rte-content {
|
|
|
2750
2835
|
color: #f3f2f1;
|
|
2751
2836
|
background: #1b1a19;
|
|
2752
2837
|
}
|
|
2838
|
+
.e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
|
|
2839
|
+
background-color: #292827;
|
|
2840
|
+
}
|
|
2753
2841
|
.e-richtexteditor .e-toolbar-wrapper {
|
|
2754
2842
|
background: #252423;
|
|
2755
2843
|
}
|
|
@@ -2891,36 +2979,36 @@ iframe.e-rte-content {
|
|
|
2891
2979
|
box-shadow: inset 0 0 0 1px;
|
|
2892
2980
|
}
|
|
2893
2981
|
|
|
2894
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn,
|
|
2895
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn {
|
|
2982
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn,
|
|
2983
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn {
|
|
2896
2984
|
border-color: transparent;
|
|
2897
2985
|
}
|
|
2898
|
-
.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,
|
|
2899
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
|
|
2900
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
|
|
2901
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
|
|
2902
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
|
|
2986
|
+
.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,
|
|
2987
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
|
|
2988
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
|
|
2989
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
|
|
2990
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
|
|
2903
2991
|
border: 1px solid transparent;
|
|
2904
2992
|
}
|
|
2905
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
|
|
2906
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2993
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
2994
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2907
2995
|
color: #a19f9d;
|
|
2908
2996
|
}
|
|
2909
|
-
.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,
|
|
2910
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2911
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2997
|
+
.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,
|
|
2998
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
|
|
2999
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
|
|
2912
3000
|
color: #a19f9d;
|
|
2913
3001
|
}
|
|
2914
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2915
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
3002
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
|
|
3003
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
|
|
2916
3004
|
color: #f3f2f1;
|
|
2917
3005
|
}
|
|
2918
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
2919
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
3006
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
3007
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2920
3008
|
color: #a19f9d;
|
|
2921
3009
|
}
|
|
2922
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
|
|
2923
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
|
|
3010
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
|
|
3011
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
|
|
2924
3012
|
border: 1px solid transparent;
|
|
2925
3013
|
background: #323130;
|
|
2926
3014
|
}
|
|
@@ -2955,10 +3043,14 @@ iframe.e-rte-content {
|
|
|
2955
3043
|
background: transparent;
|
|
2956
3044
|
}
|
|
2957
3045
|
|
|
2958
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
2959
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
3046
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
|
|
3047
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
|
|
2960
3048
|
-webkit-box-shadow: none;
|
|
2961
3049
|
box-shadow: none;
|
|
3050
|
+
}
|
|
3051
|
+
|
|
3052
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
3053
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
2962
3054
|
color: #a19f9d;
|
|
2963
3055
|
}
|
|
2964
3056
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
|
|
@@ -3154,15 +3246,6 @@ span.e-rte-videoboxmark {
|
|
|
3154
3246
|
background-color: rgba(0, 0, 0, 0.4);
|
|
3155
3247
|
}
|
|
3156
3248
|
|
|
3157
|
-
.e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons,
|
|
3158
|
-
.e-rte-toolbar .e-toolbar-item.e-overlay .e-rte-dropdown-menu,
|
|
3159
|
-
.e-rte-toolbar .e-toolbar-item.e-overlay .e-rte-dropdown-menu .e-icons,
|
|
3160
|
-
.e-rte-toolbar .e-toolbar-item.e-overlay .e-rte-dropdown .e-icons,
|
|
3161
|
-
.e-rte-toolbar .e-toolbar-item.e-overlay .e-rte-font-color::before,
|
|
3162
|
-
.e-rte-toolbar .e-toolbar-item.e-overlay .e-background-color::before {
|
|
3163
|
-
color: #323130;
|
|
3164
|
-
}
|
|
3165
|
-
|
|
3166
3249
|
.e-rte-table-popup.e-popup.e-popup-open {
|
|
3167
3250
|
background-color: #1b1a19;
|
|
3168
3251
|
color: #a19f9d;
|
|
@@ -3292,6 +3375,20 @@ span.e-table-box.e-rbox-select {
|
|
|
3292
3375
|
border-top: 9px solid inherit;
|
|
3293
3376
|
}
|
|
3294
3377
|
|
|
3378
|
+
.e-rte-aiquery-popup {
|
|
3379
|
+
-webkit-box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18);
|
|
3380
|
+
box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18);
|
|
3381
|
+
}
|
|
3382
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
3383
|
+
color: #484644;
|
|
3384
|
+
}
|
|
3385
|
+
.e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3386
|
+
border: 1px solid transparent;
|
|
3387
|
+
background-color: transparent;
|
|
3388
|
+
-webkit-box-shadow: none;
|
|
3389
|
+
box-shadow: none;
|
|
3390
|
+
}
|
|
3391
|
+
|
|
3295
3392
|
.e-bigger .e-richtexteditor.e-rte-full-screen iframe,
|
|
3296
3393
|
.e-richtexteditor.e-bigger.e-rte-full-screen iframe {
|
|
3297
3394
|
height: calc(100% - 56px);
|
|
@@ -3354,9 +3451,8 @@ span.e-table-box.e-rbox-select {
|
|
|
3354
3451
|
}
|
|
3355
3452
|
|
|
3356
3453
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
3357
|
-
min-
|
|
3358
|
-
|
|
3359
|
-
width: 335px;
|
|
3454
|
+
min-height: 337px;
|
|
3455
|
+
min-width: 337px;
|
|
3360
3456
|
}
|
|
3361
3457
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
3362
3458
|
border-radius: 4px;
|
|
@@ -3383,9 +3479,6 @@ span.e-table-box.e-rbox-select {
|
|
|
3383
3479
|
}
|
|
3384
3480
|
.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 {
|
|
3385
3481
|
padding: 8px 0;
|
|
3386
|
-
width: 42px;
|
|
3387
|
-
height: 42px;
|
|
3388
|
-
line-height: 0;
|
|
3389
3482
|
font-size: 26px;
|
|
3390
3483
|
}
|
|
3391
3484
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn {
|
|
@@ -3394,10 +3487,7 @@ span.e-table-box.e-rbox-select {
|
|
|
3394
3487
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn .e-btn.e-control {
|
|
3395
3488
|
font-size: 26px;
|
|
3396
3489
|
padding: 8px 0;
|
|
3397
|
-
width: 40px;
|
|
3398
|
-
height: 40px;
|
|
3399
3490
|
border: none;
|
|
3400
|
-
line-height: 0;
|
|
3401
3491
|
}
|
|
3402
3492
|
.e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
3403
3493
|
font-weight: 500;
|
|
@@ -3509,4 +3599,88 @@ span.e-table-box.e-rbox-select {
|
|
|
3509
3599
|
|
|
3510
3600
|
.e-bigger .e-rte-elements.e-popup-open.e-rte-slashmenu .e-list-parent > li {
|
|
3511
3601
|
padding-left: 0;
|
|
3602
|
+
}
|
|
3603
|
+
|
|
3604
|
+
.e-bigger .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
3605
|
+
height: 48px;
|
|
3606
|
+
min-height: 48px;
|
|
3607
|
+
}
|
|
3608
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
3609
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content,
|
|
3610
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content {
|
|
3611
|
+
line-height: 1.5;
|
|
3612
|
+
}
|
|
3613
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content blockquote,
|
|
3614
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content blockquote,
|
|
3615
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content blockquote {
|
|
3616
|
+
font-size: 16px;
|
|
3617
|
+
}
|
|
3618
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h1,
|
|
3619
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h1,
|
|
3620
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h1 {
|
|
3621
|
+
font-size: 2.857em;
|
|
3622
|
+
line-height: 1.2;
|
|
3623
|
+
}
|
|
3624
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h2,
|
|
3625
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h2,
|
|
3626
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h2 {
|
|
3627
|
+
font-size: 2.285em;
|
|
3628
|
+
line-height: 1.2;
|
|
3629
|
+
}
|
|
3630
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h3,
|
|
3631
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h3,
|
|
3632
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h3 {
|
|
3633
|
+
font-size: 2em;
|
|
3634
|
+
line-height: 1.2;
|
|
3635
|
+
}
|
|
3636
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h4,
|
|
3637
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h4,
|
|
3638
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h4 {
|
|
3639
|
+
font-size: 1.714em;
|
|
3640
|
+
line-height: 1.2;
|
|
3641
|
+
}
|
|
3642
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h5,
|
|
3643
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h5,
|
|
3644
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h5 {
|
|
3645
|
+
font-size: 1.428em;
|
|
3646
|
+
line-height: 1.2;
|
|
3647
|
+
}
|
|
3648
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h6,
|
|
3649
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h6,
|
|
3650
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h6 {
|
|
3651
|
+
font-size: 1.142em;
|
|
3652
|
+
line-height: 1.5;
|
|
3653
|
+
}
|
|
3654
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
3655
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
3656
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
3657
|
+
margin-top: 0.6em;
|
|
3658
|
+
}
|
|
3659
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
3660
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
3661
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
3662
|
+
margin-top: 0.6em;
|
|
3663
|
+
}
|
|
3664
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
3665
|
+
.e-bigger .e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
3666
|
+
.e-bigger .e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
3667
|
+
margin-top: 0.6em;
|
|
3668
|
+
}
|
|
3669
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
3670
|
+
font-size: 2em;
|
|
3671
|
+
}
|
|
3672
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
3673
|
+
font-size: 1.5em;
|
|
3674
|
+
}
|
|
3675
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
3676
|
+
font-size: 1.16em;
|
|
3677
|
+
}
|
|
3678
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
3679
|
+
font-size: 1em;
|
|
3680
|
+
}
|
|
3681
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
3682
|
+
font-size: 0.83em;
|
|
3683
|
+
}
|
|
3684
|
+
.e-bigger .e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
3685
|
+
font-size: 0.7em;
|
|
3512
3686
|
}
|