@syncfusion/ej2-richtexteditor 29.2.4-771571 → 29.2.4-803054
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-richtexteditor.umd.min.js +1 -1
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +140 -18
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +162 -35
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/editor-manager/plugin/clearformat.js +53 -22
- package/src/rich-text-editor/actions/enter-key.js +25 -9
- package/src/rich-text-editor/actions/paste-clean-up.d.ts +4 -0
- package/src/rich-text-editor/actions/paste-clean-up.js +79 -2
- package/src/rich-text-editor/base/rich-text-editor.js +4 -3
- package/src/rich-text-editor/models/toolbar-settings-model.d.ts +7 -0
- package/src/rich-text-editor/models/toolbar-settings.d.ts +6 -0
- package/src/rich-text-editor/models/toolbar-settings.js +3 -0
- package/styles/_all.bds.scss +1 -0
- package/styles/_all.bootstrap-dark.scss +1 -0
- package/styles/_all.bootstrap.scss +1 -0
- package/styles/_all.bootstrap4.scss +1 -0
- package/styles/_all.bootstrap5-dark.scss +1 -0
- package/styles/_all.bootstrap5.3.scss +1 -0
- package/styles/_all.bootstrap5.scss +1 -0
- package/styles/_all.fabric-dark.scss +1 -0
- package/styles/_all.fabric.scss +1 -0
- package/styles/_all.fluent-dark.scss +1 -0
- package/styles/_all.fluent.scss +1 -0
- package/styles/_all.fluent2.scss +1 -0
- package/styles/_all.highcontrast-light.scss +1 -0
- package/styles/_all.highcontrast.scss +1 -0
- package/styles/_all.material-dark.scss +1 -0
- package/styles/_all.material.scss +1 -0
- package/styles/_all.material3-dark.scss +1 -0
- package/styles/_all.material3.scss +1 -0
- package/styles/_all.scss +1 -1
- package/styles/_all.tailwind-dark.scss +1 -0
- package/styles/_all.tailwind.scss +1 -0
- package/styles/_all.tailwind3.scss +1 -0
- package/styles/bds-lite.css +239 -89
- package/styles/bds-lite.scss +3 -4
- package/styles/bds.css +347 -98
- package/styles/bds.scss +4 -5
- package/styles/bootstrap-dark-lite.css +206 -86
- package/styles/bootstrap-dark-lite.scss +3 -4
- package/styles/bootstrap-dark.css +299 -95
- package/styles/bootstrap-dark.scss +4 -5
- package/styles/bootstrap-lite.css +384 -86
- package/styles/bootstrap-lite.scss +3 -4
- package/styles/bootstrap.css +566 -95
- package/styles/bootstrap.scss +4 -5
- package/styles/bootstrap4-lite.css +565 -93
- package/styles/bootstrap4-lite.scss +3 -4
- package/styles/bootstrap4.css +850 -115
- package/styles/bootstrap4.scss +4 -5
- package/styles/bootstrap5-dark-lite.css +193 -87
- package/styles/bootstrap5-dark-lite.scss +3 -4
- package/styles/bootstrap5-dark.css +279 -96
- package/styles/bootstrap5-dark.scss +4 -5
- package/styles/bootstrap5-lite.css +187 -87
- package/styles/bootstrap5-lite.scss +4 -4
- package/styles/bootstrap5.3-lite.css +456 -108
- package/styles/bootstrap5.3-lite.scss +4 -4
- package/styles/bootstrap5.3.css +627 -118
- package/styles/bootstrap5.3.scss +5 -5
- package/styles/bootstrap5.css +273 -96
- package/styles/bootstrap5.scss +5 -5
- package/styles/fabric-dark-lite.css +193 -87
- package/styles/fabric-dark-lite.scss +4 -4
- package/styles/fabric-dark.css +279 -96
- package/styles/fabric-dark.scss +5 -5
- package/styles/fabric-lite.css +193 -87
- package/styles/fabric-lite.scss +4 -4
- package/styles/fabric.css +279 -96
- package/styles/fabric.scss +5 -5
- package/styles/fluent-dark-lite.css +195 -98
- package/styles/fluent-dark-lite.scss +4 -4
- package/styles/fluent-dark.css +281 -107
- package/styles/fluent-dark.scss +5 -5
- package/styles/fluent-lite.css +195 -89
- package/styles/fluent-lite.scss +4 -4
- package/styles/fluent.css +281 -98
- package/styles/fluent.scss +5 -5
- package/styles/fluent2-lite.css +519 -114
- package/styles/fluent2-lite.scss +4 -4
- package/styles/fluent2.css +703 -126
- package/styles/fluent2.scss +5 -5
- package/styles/highcontrast-light-lite.css +193 -87
- package/styles/highcontrast-light-lite.scss +4 -4
- package/styles/highcontrast-light.css +279 -96
- package/styles/highcontrast-light.scss +5 -5
- package/styles/highcontrast-lite.css +193 -87
- package/styles/highcontrast-lite.scss +4 -4
- package/styles/highcontrast.css +279 -96
- package/styles/highcontrast.scss +5 -5
- package/styles/material-dark-lite.css +192 -86
- package/styles/material-dark-lite.scss +4 -4
- package/styles/material-dark.css +278 -95
- package/styles/material-dark.scss +5 -5
- package/styles/material-lite.css +192 -86
- package/styles/material-lite.scss +3 -4
- package/styles/material.css +278 -95
- package/styles/material.scss +4 -5
- package/styles/material3-dark-lite.css +539 -105
- package/styles/material3-dark-lite.scss +4 -4
- package/styles/material3-dark.css +723 -130
- package/styles/material3-dark.scss +5 -7
- package/styles/material3-lite.css +459 -105
- package/styles/material3-lite.scss +4 -4
- package/styles/material3.css +645 -130
- package/styles/material3.scss +5 -7
- package/styles/rich-text-editor/_all.bds.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap-dark.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap4.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5-dark.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5.3.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5.scss +2 -0
- package/styles/rich-text-editor/_all.fabric-dark.scss +2 -0
- package/styles/rich-text-editor/_all.fabric.scss +2 -0
- package/styles/rich-text-editor/_all.fluent-dark.scss +2 -0
- package/styles/rich-text-editor/_all.fluent.scss +2 -0
- package/styles/rich-text-editor/_all.fluent2.scss +2 -0
- package/styles/rich-text-editor/_all.highcontrast-light.scss +2 -0
- package/styles/rich-text-editor/_all.highcontrast.scss +2 -0
- package/styles/rich-text-editor/_all.material-dark.scss +2 -0
- package/styles/rich-text-editor/_all.material.scss +2 -0
- package/styles/rich-text-editor/_all.material3-dark.scss +2 -0
- package/styles/rich-text-editor/_all.material3.scss +2 -0
- package/styles/rich-text-editor/_all.scss +2 -2
- package/styles/rich-text-editor/_all.tailwind-dark.scss +2 -0
- package/styles/rich-text-editor/_all.tailwind.scss +2 -0
- package/styles/rich-text-editor/_all.tailwind3.scss +2 -0
- package/styles/rich-text-editor/_bds-definition.scss +468 -27
- package/styles/rich-text-editor/_bigger.bds.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap4.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5.3.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5.scss +3 -0
- package/styles/rich-text-editor/_bigger.fabric-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.fabric.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent2.scss +3 -0
- package/styles/rich-text-editor/_bigger.highcontrast-light.scss +3 -0
- package/styles/rich-text-editor/_bigger.highcontrast.scss +3 -0
- package/styles/rich-text-editor/_bigger.material-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.material.scss +3 -0
- package/styles/rich-text-editor/_bigger.material3-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.material3.scss +3 -0
- package/styles/rich-text-editor/_bigger.scss +152 -57
- package/styles/rich-text-editor/_bigger.tailwind-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.tailwind.scss +3 -0
- package/styles/rich-text-editor/_bigger.tailwind3.scss +3 -0
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +467 -26
- package/styles/rich-text-editor/_bootstrap-definition.scss +467 -26
- package/styles/rich-text-editor/_bootstrap4-definition.scss +473 -33
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +709 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +467 -27
- package/styles/rich-text-editor/_bootstrap5.3-definition.scss +469 -29
- package/styles/rich-text-editor/_fabric-dark-definition.scss +467 -27
- package/styles/rich-text-editor/_fabric-definition.scss +466 -27
- package/styles/rich-text-editor/_fluent-dark-definition.scss +710 -1
- package/styles/rich-text-editor/_fluent-definition.scss +470 -27
- package/styles/rich-text-editor/_fluent2-definition.scss +478 -33
- package/styles/rich-text-editor/_fusionnew-definition.scss +464 -26
- package/styles/rich-text-editor/_highcontrast-definition.scss +466 -26
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +466 -26
- package/styles/rich-text-editor/_layout.bds.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap4.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5.3.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5.scss +3 -0
- package/styles/rich-text-editor/_layout.fabric-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.fabric.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent2.scss +3 -0
- package/styles/rich-text-editor/_layout.highcontrast-light.scss +3 -0
- package/styles/rich-text-editor/_layout.highcontrast.scss +3 -0
- package/styles/rich-text-editor/_layout.material-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.material.scss +3 -0
- package/styles/rich-text-editor/_layout.material3-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.material3.scss +3 -0
- package/styles/rich-text-editor/_layout.scss +448 -353
- package/styles/rich-text-editor/_layout.tailwind-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.tailwind.scss +3 -0
- package/styles/rich-text-editor/_layout.tailwind3.scss +3 -0
- package/styles/rich-text-editor/_material-dark-definition.scss +466 -28
- package/styles/rich-text-editor/_material-definition.scss +466 -26
- package/styles/rich-text-editor/_material3-dark-definition.scss +714 -1
- package/styles/rich-text-editor/_material3-definition.scss +473 -30
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +706 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +468 -28
- package/styles/rich-text-editor/_tailwind3-definition.scss +474 -34
- package/styles/rich-text-editor/_theme-variables.bds.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap4.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fabric-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fabric.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent2.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.highcontrast.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material3-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material3.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind3.scss +1 -0
- package/styles/rich-text-editor/_theme.bds.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap4.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5.3.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5.scss +4 -0
- package/styles/rich-text-editor/_theme.fabric-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.fabric.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent2.scss +4 -0
- package/styles/rich-text-editor/_theme.highcontrast-light.scss +4 -0
- package/styles/rich-text-editor/_theme.highcontrast.scss +4 -0
- package/styles/rich-text-editor/_theme.material-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.material.scss +4 -0
- package/styles/rich-text-editor/_theme.material3-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.material3.scss +4 -0
- package/styles/rich-text-editor/_theme.scss +65 -36
- package/styles/rich-text-editor/_theme.tailwind-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.tailwind.scss +4 -0
- package/styles/rich-text-editor/_theme.tailwind3.scss +4 -0
- package/styles/rich-text-editor/bds.css +347 -98
- package/styles/rich-text-editor/bds.scss +5 -5
- package/styles/rich-text-editor/bootstrap-dark.css +299 -95
- package/styles/rich-text-editor/bootstrap-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap.css +566 -95
- package/styles/rich-text-editor/bootstrap.scss +5 -5
- package/styles/rich-text-editor/bootstrap4.css +850 -115
- package/styles/rich-text-editor/bootstrap4.scss +5 -5
- package/styles/rich-text-editor/bootstrap5-dark.css +279 -96
- package/styles/rich-text-editor/bootstrap5-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.3.css +627 -118
- package/styles/rich-text-editor/bootstrap5.3.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.css +273 -96
- package/styles/rich-text-editor/bootstrap5.scss +5 -5
- package/styles/rich-text-editor/fabric-dark.css +279 -96
- package/styles/rich-text-editor/fabric-dark.scss +5 -5
- package/styles/rich-text-editor/fabric.css +279 -96
- package/styles/rich-text-editor/fabric.scss +5 -5
- package/styles/rich-text-editor/fluent-dark.css +281 -107
- package/styles/rich-text-editor/fluent-dark.scss +5 -5
- package/styles/rich-text-editor/fluent.css +281 -98
- package/styles/rich-text-editor/fluent.scss +5 -5
- package/styles/rich-text-editor/fluent2.css +703 -126
- package/styles/rich-text-editor/fluent2.scss +5 -5
- package/styles/rich-text-editor/highcontrast-light.css +279 -96
- package/styles/rich-text-editor/highcontrast-light.scss +5 -5
- package/styles/rich-text-editor/highcontrast.css +279 -96
- package/styles/rich-text-editor/highcontrast.scss +5 -5
- package/styles/rich-text-editor/icons/_bds.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap4.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_bootstrap5.3.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap5.scss +7 -0
- package/styles/rich-text-editor/icons/_fabric-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_fabric.scss +7 -0
- package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_fluent.scss +6 -0
- package/styles/rich-text-editor/icons/_fluent2.scss +7 -0
- package/styles/rich-text-editor/icons/_fusionnew.scss +7 -0
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +7 -0
- package/styles/rich-text-editor/icons/_highcontrast.scss +7 -0
- package/styles/rich-text-editor/icons/_material-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_material.scss +7 -0
- package/styles/rich-text-editor/icons/_material3-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_material3.scss +7 -0
- package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +7 -0
- package/styles/rich-text-editor/icons/_tailwind3.scss +7 -0
- package/styles/rich-text-editor/material-dark.css +278 -95
- package/styles/rich-text-editor/material-dark.scss +5 -5
- package/styles/rich-text-editor/material.css +278 -95
- package/styles/rich-text-editor/material.scss +5 -5
- package/styles/rich-text-editor/material3-dark.css +723 -130
- package/styles/rich-text-editor/material3-dark.scss +5 -6
- package/styles/rich-text-editor/material3.css +645 -130
- package/styles/rich-text-editor/material3.scss +5 -6
- package/styles/rich-text-editor/tailwind-dark.css +282 -99
- package/styles/rich-text-editor/tailwind-dark.scss +5 -5
- package/styles/rich-text-editor/tailwind.css +282 -99
- package/styles/rich-text-editor/tailwind.scss +5 -5
- package/styles/rich-text-editor/tailwind3.css +593 -115
- package/styles/rich-text-editor/tailwind3.scss +5 -5
- package/styles/tailwind-dark-lite.css +196 -90
- package/styles/tailwind-dark-lite.scss +4 -4
- package/styles/tailwind-dark.css +282 -99
- package/styles/tailwind-dark.scss +5 -5
- package/styles/tailwind-lite.css +196 -90
- package/styles/tailwind-lite.scss +4 -4
- package/styles/tailwind.css +282 -99
- package/styles/tailwind.scss +5 -5
- package/styles/tailwind3-lite.css +430 -104
- package/styles/tailwind3-lite.scss +4 -4
- package/styles/tailwind3.css +593 -115
- package/styles/tailwind3.scss +5 -5
package/styles/highcontrast.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/highcontrast' as *;
|
|
2
|
+
@use 'rich-text-editor/highcontrast-definition' as *;
|
|
3
|
+
@use 'rich-text-editor/icons/highcontrast' as *;
|
|
4
|
+
@use 'rich-text-editor/all.highcontrast' as *;
|
|
5
|
+
@use 'rich-text-editor/bigger.highcontrast' as *;
|
|
@@ -24,6 +24,12 @@
|
|
|
24
24
|
.e-rte-dropdown-popup .e-justify-left::before {
|
|
25
25
|
content: "\e33a";
|
|
26
26
|
}
|
|
27
|
+
.e-toolbar-wrapper .e-lineHeight::before,
|
|
28
|
+
.e-toolbar-container .e-lineHeight::before,
|
|
29
|
+
.e-rte-toolbar .e-lineHeight::before,
|
|
30
|
+
.e-rte-dropdown-popup .e-lineHeight::before {
|
|
31
|
+
content: "\eb37";
|
|
32
|
+
}
|
|
27
33
|
.e-toolbar-wrapper .e-rte-checklist-icon::before,
|
|
28
34
|
.e-toolbar-container .e-rte-checklist-icon::before,
|
|
29
35
|
.e-rte-toolbar .e-rte-checklist-icon::before,
|
|
@@ -636,10 +642,9 @@
|
|
|
636
642
|
text-align: left;
|
|
637
643
|
}
|
|
638
644
|
.e-richtexteditor.e-rtl .e-rte-character-count {
|
|
639
|
-
|
|
645
|
+
margin-right: auto;
|
|
640
646
|
padding-left: 30px;
|
|
641
647
|
padding-right: unset;
|
|
642
|
-
right: unset;
|
|
643
648
|
}
|
|
644
649
|
.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
|
|
645
650
|
padding-left: 0;
|
|
@@ -649,7 +654,8 @@
|
|
|
649
654
|
margin-left: 0;
|
|
650
655
|
}
|
|
651
656
|
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
652
|
-
height:
|
|
657
|
+
height: 42px;
|
|
658
|
+
min-height: 42px;
|
|
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 {
|
|
@@ -912,7 +923,6 @@
|
|
|
912
923
|
.e-richtexteditor .e-source-content .e-content h6,
|
|
913
924
|
.e-richtexteditor .e-rte-iframe-content .e-content h6 {
|
|
914
925
|
font-size: 1.142em;
|
|
915
|
-
line-height: 600;
|
|
916
926
|
line-height: 1.5;
|
|
917
927
|
margin: 10px 0;
|
|
918
928
|
}
|
|
@@ -931,6 +941,11 @@
|
|
|
931
941
|
border-spacing: 0;
|
|
932
942
|
empty-cells: show;
|
|
933
943
|
}
|
|
944
|
+
.e-richtexteditor .e-rte-content .e-content table:not(:first-child):not(table table),
|
|
945
|
+
.e-richtexteditor .e-source-content .e-content table:not(:first-child):not(table table),
|
|
946
|
+
.e-richtexteditor .e-rte-iframe-content .e-content table:not(:first-child):not(table table) {
|
|
947
|
+
margin-top: 10px;
|
|
948
|
+
}
|
|
934
949
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
935
950
|
.e-richtexteditor .e-source-content .e-content pre,
|
|
936
951
|
.e-richtexteditor .e-rte-iframe-content .e-content pre {
|
|
@@ -995,7 +1010,7 @@
|
|
|
995
1010
|
.e-richtexteditor .e-source-content .e-content b,
|
|
996
1011
|
.e-richtexteditor .e-rte-iframe-content .e-content strong,
|
|
997
1012
|
.e-richtexteditor .e-rte-iframe-content .e-content b {
|
|
998
|
-
font-weight:
|
|
1013
|
+
font-weight: 700;
|
|
999
1014
|
}
|
|
1000
1015
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
1001
1016
|
.e-richtexteditor .e-source-content .e-content a,
|
|
@@ -1026,13 +1041,17 @@
|
|
|
1026
1041
|
margin-bottom: 0;
|
|
1027
1042
|
}
|
|
1028
1043
|
.e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
1029
|
-
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1030
|
-
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1031
1044
|
.e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
1045
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
1046
|
+
margin-top: 0.6em;
|
|
1047
|
+
}
|
|
1048
|
+
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1032
1049
|
.e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
1050
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
1051
|
+
margin-top: 0.6em;
|
|
1052
|
+
}
|
|
1053
|
+
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1033
1054
|
.e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
1034
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
|
|
1035
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
|
|
1036
1055
|
.e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
1037
1056
|
margin-top: 0.6em;
|
|
1038
1057
|
}
|
|
@@ -1113,7 +1132,7 @@
|
|
|
1113
1132
|
.e-richtexteditor .e-rte-character-count {
|
|
1114
1133
|
color: #fff;
|
|
1115
1134
|
font-size: 14px;
|
|
1116
|
-
margin-right:
|
|
1135
|
+
margin-right: 15px;
|
|
1117
1136
|
opacity: 0.54;
|
|
1118
1137
|
padding-bottom: 2px;
|
|
1119
1138
|
text-align: right;
|
|
@@ -1128,6 +1147,9 @@
|
|
|
1128
1147
|
color: #ff6652;
|
|
1129
1148
|
opacity: unset;
|
|
1130
1149
|
}
|
|
1150
|
+
.e-richtexteditor:not(.e-rtl) .e-rte-character-count:last-child {
|
|
1151
|
+
margin-right: 10px;
|
|
1152
|
+
}
|
|
1131
1153
|
.e-richtexteditor .e-rte-srctextarea {
|
|
1132
1154
|
background-color: transparent;
|
|
1133
1155
|
border: 0;
|
|
@@ -1142,15 +1164,15 @@
|
|
|
1142
1164
|
width: 100%;
|
|
1143
1165
|
}
|
|
1144
1166
|
.e-richtexteditor .e-resize-handle {
|
|
1145
|
-
height: 15px;
|
|
1146
1167
|
position: absolute;
|
|
1147
|
-
|
|
1168
|
+
margin-bottom: 3px;
|
|
1148
1169
|
}
|
|
1149
1170
|
.e-richtexteditor .e-resize-handle.e-south-east {
|
|
1150
1171
|
bottom: 0;
|
|
1151
1172
|
cursor: nwse-resize;
|
|
1152
1173
|
right: 0;
|
|
1153
1174
|
z-index: 100;
|
|
1175
|
+
margin-right: 3px;
|
|
1154
1176
|
}
|
|
1155
1177
|
.e-richtexteditor .e-resize-handle.e-south-west {
|
|
1156
1178
|
bottom: 0;
|
|
@@ -1159,6 +1181,7 @@
|
|
|
1159
1181
|
-webkit-transform: rotate(90deg);
|
|
1160
1182
|
transform: rotate(90deg);
|
|
1161
1183
|
z-index: 100;
|
|
1184
|
+
margin-left: 3px;
|
|
1162
1185
|
}
|
|
1163
1186
|
.e-richtexteditor.e-rtl.e-rte-resize {
|
|
1164
1187
|
float: right;
|
|
@@ -1237,7 +1260,7 @@
|
|
|
1237
1260
|
padding: 5px;
|
|
1238
1261
|
}
|
|
1239
1262
|
.e-richtexteditor .e-video-url-wrap textarea {
|
|
1240
|
-
height: 80px;
|
|
1263
|
+
min-height: 80px;
|
|
1241
1264
|
}
|
|
1242
1265
|
.e-richtexteditor .e-rte-value-wrapper {
|
|
1243
1266
|
display: none;
|
|
@@ -1264,7 +1287,7 @@
|
|
|
1264
1287
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1265
1288
|
display: block;
|
|
1266
1289
|
font-family: "e-icons";
|
|
1267
|
-
font-weight:
|
|
1290
|
+
font-weight: 400;
|
|
1268
1291
|
line-height: 1;
|
|
1269
1292
|
text-transform: none;
|
|
1270
1293
|
}
|
|
@@ -1297,7 +1320,7 @@
|
|
|
1297
1320
|
}
|
|
1298
1321
|
|
|
1299
1322
|
.e-rte-label label {
|
|
1300
|
-
font-weight:
|
|
1323
|
+
font-weight: 400;
|
|
1301
1324
|
}
|
|
1302
1325
|
|
|
1303
1326
|
.e-rte-linkcontent .e-rte-label:first-child {
|
|
@@ -1336,7 +1359,7 @@
|
|
|
1336
1359
|
}
|
|
1337
1360
|
.e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
1338
1361
|
font-size: 2em;
|
|
1339
|
-
font-weight:
|
|
1362
|
+
font-weight: 700;
|
|
1340
1363
|
height: 40px;
|
|
1341
1364
|
line-height: 40px;
|
|
1342
1365
|
}
|
|
@@ -1347,25 +1370,25 @@
|
|
|
1347
1370
|
}
|
|
1348
1371
|
.e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
1349
1372
|
font-size: 1.5em;
|
|
1350
|
-
font-weight:
|
|
1373
|
+
font-weight: 700;
|
|
1351
1374
|
height: 40px;
|
|
1352
1375
|
line-height: 40px;
|
|
1353
1376
|
}
|
|
1354
1377
|
.e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
1355
1378
|
font-size: 1.16em;
|
|
1356
|
-
font-weight:
|
|
1379
|
+
font-weight: 700;
|
|
1357
1380
|
}
|
|
1358
1381
|
.e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
1359
1382
|
font-size: 1em;
|
|
1360
|
-
font-weight:
|
|
1383
|
+
font-weight: 700;
|
|
1361
1384
|
}
|
|
1362
1385
|
.e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
1363
1386
|
font-size: 0.83em;
|
|
1364
|
-
font-weight:
|
|
1387
|
+
font-weight: 700;
|
|
1365
1388
|
}
|
|
1366
1389
|
.e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
1367
1390
|
font-size: 0.7em;
|
|
1368
|
-
font-weight:
|
|
1391
|
+
font-weight: 700;
|
|
1369
1392
|
}
|
|
1370
1393
|
.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
|
|
1371
1394
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -1551,7 +1574,7 @@
|
|
|
1551
1574
|
box-sizing: border-box;
|
|
1552
1575
|
display: block;
|
|
1553
1576
|
font-size: 16px;
|
|
1554
|
-
font-weight:
|
|
1577
|
+
font-weight: 400;
|
|
1555
1578
|
margin: auto;
|
|
1556
1579
|
opacity: 0.9;
|
|
1557
1580
|
position: relative;
|
|
@@ -1812,7 +1835,6 @@
|
|
|
1812
1835
|
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
|
|
1813
1836
|
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
|
|
1814
1837
|
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
|
|
1815
|
-
line-height: 10;
|
|
1816
1838
|
min-height: 50px;
|
|
1817
1839
|
position: relative;
|
|
1818
1840
|
}
|
|
@@ -1827,16 +1849,6 @@
|
|
|
1827
1849
|
display: inline-block;
|
|
1828
1850
|
line-height: normal;
|
|
1829
1851
|
}
|
|
1830
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1831
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1832
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1833
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
|
|
1834
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1835
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1836
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1837
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
1838
|
-
line-height: 4;
|
|
1839
|
-
}
|
|
1840
1852
|
.e-richtexteditor .e-rte-inline-dropdown ul,
|
|
1841
1853
|
.e-rte-elements .e-rte-inline-dropdown ul {
|
|
1842
1854
|
max-height: 200px;
|
|
@@ -1853,7 +1865,7 @@
|
|
|
1853
1865
|
-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1854
1866
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1855
1867
|
font-size: 14px;
|
|
1856
|
-
font-weight:
|
|
1868
|
+
font-weight: 400;
|
|
1857
1869
|
min-width: 120px;
|
|
1858
1870
|
overflow: hidden;
|
|
1859
1871
|
padding: 10px;
|
|
@@ -1973,7 +1985,7 @@
|
|
|
1973
1985
|
}
|
|
1974
1986
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
|
|
1975
1987
|
.e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
|
|
1976
|
-
font-weight:
|
|
1988
|
+
font-weight: 400;
|
|
1977
1989
|
}
|
|
1978
1990
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
|
|
1979
1991
|
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
|
|
@@ -1987,9 +1999,15 @@
|
|
|
1987
1999
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
1988
2000
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
1989
2001
|
border: none;
|
|
1990
|
-
min-
|
|
1991
|
-
|
|
1992
|
-
|
|
2002
|
+
min-height: 330px;
|
|
2003
|
+
min-width: 310px;
|
|
2004
|
+
display: -webkit-box;
|
|
2005
|
+
display: -ms-flexbox;
|
|
2006
|
+
display: flex;
|
|
2007
|
+
-webkit-box-orient: vertical;
|
|
2008
|
+
-webkit-box-direction: normal;
|
|
2009
|
+
-ms-flex-direction: column;
|
|
2010
|
+
flex-direction: column;
|
|
1993
2011
|
}
|
|
1994
2012
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
|
|
1995
2013
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
@@ -2006,6 +2024,10 @@
|
|
|
2006
2024
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
|
|
2007
2025
|
margin: 10px;
|
|
2008
2026
|
width: 94%;
|
|
2027
|
+
-webkit-box-sizing: border-box;
|
|
2028
|
+
box-sizing: border-box;
|
|
2029
|
+
-ms-flex-item-align: center;
|
|
2030
|
+
align-self: center;
|
|
2009
2031
|
}
|
|
2010
2032
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper .e-rte-emoji-search,
|
|
2011
2033
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper .e-rte-emoji-search {
|
|
@@ -2031,10 +2053,7 @@
|
|
|
2031
2053
|
-webkit-box-shadow: none;
|
|
2032
2054
|
box-shadow: none;
|
|
2033
2055
|
padding: 6px 0;
|
|
2034
|
-
width: 40px;
|
|
2035
|
-
height: 40px;
|
|
2036
2056
|
border: none;
|
|
2037
|
-
line-height: 0;
|
|
2038
2057
|
font-size: 24px;
|
|
2039
2058
|
}
|
|
2040
2059
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
|
|
@@ -2051,10 +2070,7 @@
|
|
|
2051
2070
|
box-shadow: none;
|
|
2052
2071
|
font-size: 24px;
|
|
2053
2072
|
padding: 6px 0;
|
|
2054
|
-
width: 40px;
|
|
2055
|
-
height: 40px;
|
|
2056
2073
|
border: none;
|
|
2057
|
-
line-height: 0;
|
|
2058
2074
|
}
|
|
2059
2075
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
|
|
2060
2076
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
@@ -2227,7 +2243,7 @@
|
|
|
2227
2243
|
}
|
|
2228
2244
|
|
|
2229
2245
|
.e-dialog.e-rte-dialog-minheight {
|
|
2230
|
-
min-height:
|
|
2246
|
+
min-height: 298px;
|
|
2231
2247
|
}
|
|
2232
2248
|
|
|
2233
2249
|
.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
|
|
@@ -2256,7 +2272,6 @@
|
|
|
2256
2272
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2257
2273
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2258
2274
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
2259
|
-
line-height: 10;
|
|
2260
2275
|
min-height: 50px;
|
|
2261
2276
|
position: relative;
|
|
2262
2277
|
}
|
|
@@ -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: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
2328
|
-
font-size: 15px;
|
|
2329
|
-
opacity: 0.87;
|
|
2330
|
-
padding-bottom: 20px;
|
|
2331
|
-
padding-top: 20px;
|
|
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 rgba(255, 255, 255, 0.12);
|
|
2353
2358
|
border-radius: 4px;
|
|
2354
2359
|
color: rgba(255, 255, 255, 0.7);
|
|
2355
2360
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2436,13 +2441,13 @@
|
|
|
2436
2441
|
-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
2437
2442
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
2438
2443
|
font-size: 14px;
|
|
2439
|
-
font-weight:
|
|
2444
|
+
font-weight: 400;
|
|
2440
2445
|
min-width: 120px;
|
|
2441
2446
|
overflow: hidden;
|
|
2442
2447
|
padding: 10px;
|
|
2443
2448
|
}
|
|
2444
2449
|
.e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
|
|
2445
|
-
width: 95px;
|
|
2450
|
+
min-width: 95px;
|
|
2446
2451
|
}
|
|
2447
2452
|
.e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
|
|
2448
2453
|
max-height: 300px;
|
|
@@ -2460,7 +2465,6 @@
|
|
|
2460
2465
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
|
|
2461
2466
|
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
|
|
2462
2467
|
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
|
|
2463
|
-
line-height: 10;
|
|
2464
2468
|
min-height: 50px;
|
|
2465
2469
|
position: relative;
|
|
2466
2470
|
}
|
|
@@ -2541,11 +2545,10 @@
|
|
|
2541
2545
|
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
|
|
2542
2546
|
display: block;
|
|
2543
2547
|
line-height: 20px;
|
|
2544
|
-
font-size:
|
|
2548
|
+
font-size: 12px;
|
|
2545
2549
|
padding: 1px 0 5px;
|
|
2546
2550
|
}
|
|
2547
2551
|
.e-rte-elements.e-slash-menu .e-slash-menu-icon {
|
|
2548
|
-
line-height: 0;
|
|
2549
2552
|
display: inline-block;
|
|
2550
2553
|
width: 50px;
|
|
2551
2554
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -2647,10 +2650,8 @@
|
|
|
2647
2650
|
transform: translateX(50%);
|
|
2648
2651
|
}
|
|
2649
2652
|
|
|
2650
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2651
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2652
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
|
|
2653
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
|
|
2653
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
|
|
2654
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
|
|
2654
2655
|
margin-bottom: 20px;
|
|
2655
2656
|
}
|
|
2656
2657
|
|
|
@@ -2663,7 +2664,6 @@
|
|
|
2663
2664
|
}
|
|
2664
2665
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
|
|
2665
2666
|
min-height: 28px;
|
|
2666
|
-
height: 28px;
|
|
2667
2667
|
}
|
|
2668
2668
|
|
|
2669
2669
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
@@ -2706,6 +2706,91 @@
|
|
|
2706
2706
|
bottom: 0;
|
|
2707
2707
|
}
|
|
2708
2708
|
|
|
2709
|
+
.e-rte-aiquery-popup {
|
|
2710
|
+
min-height: 100px;
|
|
2711
|
+
overflow: hidden;
|
|
2712
|
+
display: -webkit-box !important;
|
|
2713
|
+
display: -ms-flexbox !important;
|
|
2714
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
2715
|
+
-webkit-box-orient: vertical;
|
|
2716
|
+
-webkit-box-direction: normal;
|
|
2717
|
+
-ms-flex-direction: column;
|
|
2718
|
+
flex-direction: column;
|
|
2719
|
+
}
|
|
2720
|
+
.e-rte-aiquery-popup .e-rte-ai-assit-content-container {
|
|
2721
|
+
-webkit-box-flex: 1;
|
|
2722
|
+
-ms-flex: 1 1 auto;
|
|
2723
|
+
flex: 1 1 auto;
|
|
2724
|
+
display: -webkit-box;
|
|
2725
|
+
display: -ms-flexbox;
|
|
2726
|
+
display: flex;
|
|
2727
|
+
-webkit-box-orient: vertical;
|
|
2728
|
+
-webkit-box-direction: normal;
|
|
2729
|
+
-ms-flex-direction: column;
|
|
2730
|
+
flex-direction: column;
|
|
2731
|
+
min-height: 0;
|
|
2732
|
+
width: 100%;
|
|
2733
|
+
}
|
|
2734
|
+
.e-rte-aiquery-popup .e-aiassistview {
|
|
2735
|
+
-webkit-box-flex: 1;
|
|
2736
|
+
-ms-flex: 1 1 auto;
|
|
2737
|
+
flex: 1 1 auto;
|
|
2738
|
+
display: -webkit-box;
|
|
2739
|
+
display: -ms-flexbox;
|
|
2740
|
+
display: flex;
|
|
2741
|
+
-webkit-box-orient: vertical;
|
|
2742
|
+
-webkit-box-direction: normal;
|
|
2743
|
+
-ms-flex-direction: column;
|
|
2744
|
+
flex-direction: column;
|
|
2745
|
+
min-height: 0;
|
|
2746
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
2747
|
+
}
|
|
2748
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-header {
|
|
2749
|
+
-webkit-box-flex: 0;
|
|
2750
|
+
-ms-flex: 0 0 auto;
|
|
2751
|
+
flex: 0 0 auto;
|
|
2752
|
+
}
|
|
2753
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-content {
|
|
2754
|
+
-webkit-box-flex: 1;
|
|
2755
|
+
-ms-flex: 1 1 auto;
|
|
2756
|
+
flex: 1 1 auto;
|
|
2757
|
+
overflow-y: auto;
|
|
2758
|
+
overflow-x: hidden;
|
|
2759
|
+
min-height: 0;
|
|
2760
|
+
}
|
|
2761
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-container {
|
|
2762
|
+
margin: auto;
|
|
2763
|
+
}
|
|
2764
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
2765
|
+
pointer-events: none;
|
|
2766
|
+
opacity: 0.5;
|
|
2767
|
+
cursor: not-allowed;
|
|
2768
|
+
}
|
|
2769
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content {
|
|
2770
|
+
display: -webkit-box;
|
|
2771
|
+
display: -ms-flexbox;
|
|
2772
|
+
display: flex;
|
|
2773
|
+
-webkit-box-orient: vertical;
|
|
2774
|
+
-webkit-box-direction: normal;
|
|
2775
|
+
-ms-flex-direction: column;
|
|
2776
|
+
flex-direction: column;
|
|
2777
|
+
-webkit-box-pack: center;
|
|
2778
|
+
-ms-flex-pack: center;
|
|
2779
|
+
justify-content: center;
|
|
2780
|
+
height: 230px;
|
|
2781
|
+
text-align: center;
|
|
2782
|
+
}
|
|
2783
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
2784
|
+
font-size: 35px;
|
|
2785
|
+
}
|
|
2786
|
+
.e-rte-aiquery-popup .e-aiassistview .e-footer {
|
|
2787
|
+
width: 85%;
|
|
2788
|
+
}
|
|
2789
|
+
|
|
2790
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
|
|
2791
|
+
line-height: 2px;
|
|
2792
|
+
}
|
|
2793
|
+
|
|
2709
2794
|
/*! tab layout */
|
|
2710
2795
|
.e-rte-container {
|
|
2711
2796
|
border: 1px solid #616161;
|
|
@@ -2751,6 +2836,9 @@ iframe.e-rte-content {
|
|
|
2751
2836
|
color: #fff;
|
|
2752
2837
|
background: #303030;
|
|
2753
2838
|
}
|
|
2839
|
+
.e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
|
|
2840
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
2841
|
+
}
|
|
2754
2842
|
.e-richtexteditor .e-toolbar-wrapper {
|
|
2755
2843
|
background: #212121;
|
|
2756
2844
|
}
|
|
@@ -2888,32 +2976,32 @@ iframe.e-rte-content {
|
|
|
2888
2976
|
box-shadow: none;
|
|
2889
2977
|
}
|
|
2890
2978
|
|
|
2891
|
-
.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,
|
|
2892
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
|
|
2893
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
|
|
2894
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
|
|
2895
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
|
|
2979
|
+
.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,
|
|
2980
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
|
|
2981
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
|
|
2982
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
|
|
2983
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
|
|
2896
2984
|
border: 1px solid transparent;
|
|
2897
2985
|
}
|
|
2898
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
|
|
2899
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2986
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
2987
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2900
2988
|
color: #fff;
|
|
2901
2989
|
}
|
|
2902
|
-
.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,
|
|
2903
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2904
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2990
|
+
.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,
|
|
2991
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
|
|
2992
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
|
|
2905
2993
|
color: #fff;
|
|
2906
2994
|
}
|
|
2907
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2908
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2995
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
|
|
2996
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
|
|
2909
2997
|
color: #fff;
|
|
2910
2998
|
}
|
|
2911
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
2912
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2999
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
3000
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2913
3001
|
color: #fff;
|
|
2914
3002
|
}
|
|
2915
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
|
|
2916
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
|
|
3003
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
|
|
3004
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
|
|
2917
3005
|
border: 1px solid transparent;
|
|
2918
3006
|
background: rgba(255, 255, 255, 0.12);
|
|
2919
3007
|
}
|
|
@@ -2948,10 +3036,14 @@ iframe.e-rte-content {
|
|
|
2948
3036
|
background: transparent;
|
|
2949
3037
|
}
|
|
2950
3038
|
|
|
2951
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
2952
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
3039
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
|
|
3040
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
|
|
2953
3041
|
-webkit-box-shadow: none;
|
|
2954
3042
|
box-shadow: none;
|
|
3043
|
+
}
|
|
3044
|
+
|
|
3045
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
3046
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
2955
3047
|
color: #fff;
|
|
2956
3048
|
}
|
|
2957
3049
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
|
|
@@ -3288,4 +3380,18 @@ span.e-table-box.e-rbox-select {
|
|
|
3288
3380
|
border-left: 7.5px solid transparent;
|
|
3289
3381
|
border-right: 7.5px solid transparent;
|
|
3290
3382
|
border-top: 9px solid inherit;
|
|
3383
|
+
}
|
|
3384
|
+
|
|
3385
|
+
.e-rte-aiquery-popup {
|
|
3386
|
+
-webkit-box-shadow: 0 12px 40px 5px rgba(0, 0, 0, 0.26);
|
|
3387
|
+
box-shadow: 0 12px 40px 5px rgba(0, 0, 0, 0.26);
|
|
3388
|
+
}
|
|
3389
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
3390
|
+
color: #fff;
|
|
3391
|
+
}
|
|
3392
|
+
.e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3393
|
+
border: 1px solid transparent;
|
|
3394
|
+
background-color: transparent;
|
|
3395
|
+
-webkit-box-shadow: none;
|
|
3396
|
+
box-shadow: none;
|
|
3291
3397
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/material-dark' as *;
|
|
2
|
+
@use 'rich-text-editor/material-dark-definition' as *;
|
|
3
|
+
@use 'rich-text-editor/icons/material-dark' as *;
|
|
4
|
+
@use 'rich-text-editor/all.material-dark' as *;
|