@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/bootstrap4.scss
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@import 'rich-text-editor/bigger.scss';
|
|
1
|
+
@use 'rich-text-editor/bootstrap4-definition' as *;
|
|
2
|
+
@use 'rich-text-editor/icons/bootstrap4' as *;
|
|
3
|
+
@use 'rich-text-editor/all.bootstrap4' as *;
|
|
4
|
+
@use 'rich-text-editor/bigger.bootstrap4' as *;
|
|
@@ -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,
|
|
@@ -635,10 +641,9 @@
|
|
|
635
641
|
text-align: left;
|
|
636
642
|
}
|
|
637
643
|
.e-richtexteditor.e-rtl .e-rte-character-count {
|
|
638
|
-
|
|
644
|
+
margin-right: auto;
|
|
639
645
|
padding-left: 30px;
|
|
640
646
|
padding-right: unset;
|
|
641
|
-
right: unset;
|
|
642
647
|
}
|
|
643
648
|
.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
|
|
644
649
|
padding-left: 0;
|
|
@@ -651,7 +656,8 @@
|
|
|
651
656
|
margin-left: 0;
|
|
652
657
|
}
|
|
653
658
|
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
654
|
-
height:
|
|
659
|
+
height: 38px;
|
|
660
|
+
min-height: 38px;
|
|
655
661
|
}
|
|
656
662
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
657
663
|
display: inline-block;
|
|
@@ -735,7 +741,7 @@
|
|
|
735
741
|
position: relative;
|
|
736
742
|
text-align: inherit;
|
|
737
743
|
z-index: 2;
|
|
738
|
-
font-weight:
|
|
744
|
+
font-weight: 400;
|
|
739
745
|
line-height: 1.5;
|
|
740
746
|
font-size: 1em;
|
|
741
747
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -750,6 +756,11 @@
|
|
|
750
756
|
margin: 0 0 10px;
|
|
751
757
|
margin-bottom: 10px;
|
|
752
758
|
}
|
|
759
|
+
.e-richtexteditor .e-rte-content .e-content blockquote,
|
|
760
|
+
.e-richtexteditor .e-source-content .e-content blockquote,
|
|
761
|
+
.e-richtexteditor .e-rte-iframe-content .e-content blockquote {
|
|
762
|
+
font-size: 1em;
|
|
763
|
+
}
|
|
753
764
|
.e-richtexteditor .e-rte-content .e-content code,
|
|
754
765
|
.e-richtexteditor .e-source-content .e-content code,
|
|
755
766
|
.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 {
|
|
@@ -991,7 +1006,7 @@
|
|
|
991
1006
|
.e-richtexteditor .e-source-content .e-content b,
|
|
992
1007
|
.e-richtexteditor .e-rte-iframe-content .e-content strong,
|
|
993
1008
|
.e-richtexteditor .e-rte-iframe-content .e-content b {
|
|
994
|
-
font-weight:
|
|
1009
|
+
font-weight: 700;
|
|
995
1010
|
}
|
|
996
1011
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
997
1012
|
.e-richtexteditor .e-source-content .e-content a,
|
|
@@ -1022,13 +1037,17 @@
|
|
|
1022
1037
|
margin-bottom: 0;
|
|
1023
1038
|
}
|
|
1024
1039
|
.e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
1025
|
-
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1026
|
-
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1027
1040
|
.e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
1041
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
1042
|
+
margin-top: 0.6em;
|
|
1043
|
+
}
|
|
1044
|
+
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1028
1045
|
.e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
1046
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
1047
|
+
margin-top: 0.6em;
|
|
1048
|
+
}
|
|
1049
|
+
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1029
1050
|
.e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
1030
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
|
|
1031
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
|
|
1032
1051
|
.e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
1033
1052
|
margin-top: 0.6em;
|
|
1034
1053
|
}
|
|
@@ -1109,7 +1128,7 @@
|
|
|
1109
1128
|
.e-richtexteditor .e-rte-character-count {
|
|
1110
1129
|
color: #e9ecef;
|
|
1111
1130
|
font-size: 14px;
|
|
1112
|
-
margin-right:
|
|
1131
|
+
margin-right: 15px;
|
|
1113
1132
|
opacity: 1;
|
|
1114
1133
|
padding-bottom: 2px;
|
|
1115
1134
|
text-align: right;
|
|
@@ -1124,6 +1143,9 @@
|
|
|
1124
1143
|
color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
|
|
1125
1144
|
opacity: unset;
|
|
1126
1145
|
}
|
|
1146
|
+
.e-richtexteditor:not(.e-rtl) .e-rte-character-count:last-child {
|
|
1147
|
+
margin-right: 10px;
|
|
1148
|
+
}
|
|
1127
1149
|
.e-richtexteditor .e-rte-srctextarea {
|
|
1128
1150
|
background-color: transparent;
|
|
1129
1151
|
border: 0;
|
|
@@ -1138,15 +1160,15 @@
|
|
|
1138
1160
|
width: 100%;
|
|
1139
1161
|
}
|
|
1140
1162
|
.e-richtexteditor .e-resize-handle {
|
|
1141
|
-
height: 15px;
|
|
1142
1163
|
position: absolute;
|
|
1143
|
-
|
|
1164
|
+
margin-bottom: 3px;
|
|
1144
1165
|
}
|
|
1145
1166
|
.e-richtexteditor .e-resize-handle.e-south-east {
|
|
1146
1167
|
bottom: 0;
|
|
1147
1168
|
cursor: nwse-resize;
|
|
1148
1169
|
right: 0;
|
|
1149
1170
|
z-index: 100;
|
|
1171
|
+
margin-right: 3px;
|
|
1150
1172
|
}
|
|
1151
1173
|
.e-richtexteditor .e-resize-handle.e-south-west {
|
|
1152
1174
|
bottom: 0;
|
|
@@ -1155,6 +1177,7 @@
|
|
|
1155
1177
|
-webkit-transform: rotate(90deg);
|
|
1156
1178
|
transform: rotate(90deg);
|
|
1157
1179
|
z-index: 100;
|
|
1180
|
+
margin-left: 3px;
|
|
1158
1181
|
}
|
|
1159
1182
|
.e-richtexteditor.e-rtl.e-rte-resize {
|
|
1160
1183
|
float: right;
|
|
@@ -1233,7 +1256,7 @@
|
|
|
1233
1256
|
padding: 5px;
|
|
1234
1257
|
}
|
|
1235
1258
|
.e-richtexteditor .e-video-url-wrap textarea {
|
|
1236
|
-
height: 80px;
|
|
1259
|
+
min-height: 80px;
|
|
1237
1260
|
}
|
|
1238
1261
|
.e-richtexteditor .e-rte-value-wrapper {
|
|
1239
1262
|
display: none;
|
|
@@ -1260,7 +1283,7 @@
|
|
|
1260
1283
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1261
1284
|
display: block;
|
|
1262
1285
|
font-family: "e-icons";
|
|
1263
|
-
font-weight:
|
|
1286
|
+
font-weight: 400;
|
|
1264
1287
|
line-height: 1;
|
|
1265
1288
|
text-transform: none;
|
|
1266
1289
|
}
|
|
@@ -1293,7 +1316,7 @@
|
|
|
1293
1316
|
}
|
|
1294
1317
|
|
|
1295
1318
|
.e-rte-label label {
|
|
1296
|
-
font-weight:
|
|
1319
|
+
font-weight: 400;
|
|
1297
1320
|
}
|
|
1298
1321
|
|
|
1299
1322
|
.e-rte-linkcontent .e-rte-label:first-child {
|
|
@@ -1332,7 +1355,7 @@
|
|
|
1332
1355
|
}
|
|
1333
1356
|
.e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
1334
1357
|
font-size: 2em;
|
|
1335
|
-
font-weight:
|
|
1358
|
+
font-weight: 700;
|
|
1336
1359
|
height: 40px;
|
|
1337
1360
|
line-height: 40px;
|
|
1338
1361
|
}
|
|
@@ -1343,25 +1366,25 @@
|
|
|
1343
1366
|
}
|
|
1344
1367
|
.e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
1345
1368
|
font-size: 1.5em;
|
|
1346
|
-
font-weight:
|
|
1369
|
+
font-weight: 700;
|
|
1347
1370
|
height: 40px;
|
|
1348
1371
|
line-height: 40px;
|
|
1349
1372
|
}
|
|
1350
1373
|
.e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
1351
1374
|
font-size: 1.16em;
|
|
1352
|
-
font-weight:
|
|
1375
|
+
font-weight: 700;
|
|
1353
1376
|
}
|
|
1354
1377
|
.e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
1355
1378
|
font-size: 1em;
|
|
1356
|
-
font-weight:
|
|
1379
|
+
font-weight: 700;
|
|
1357
1380
|
}
|
|
1358
1381
|
.e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
1359
1382
|
font-size: 0.83em;
|
|
1360
|
-
font-weight:
|
|
1383
|
+
font-weight: 700;
|
|
1361
1384
|
}
|
|
1362
1385
|
.e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
1363
1386
|
font-size: 0.7em;
|
|
1364
|
-
font-weight:
|
|
1387
|
+
font-weight: 700;
|
|
1365
1388
|
}
|
|
1366
1389
|
.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
|
|
1367
1390
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -1547,7 +1570,7 @@
|
|
|
1547
1570
|
box-sizing: border-box;
|
|
1548
1571
|
display: block;
|
|
1549
1572
|
font-size: 16px;
|
|
1550
|
-
font-weight:
|
|
1573
|
+
font-weight: 400;
|
|
1551
1574
|
margin: auto;
|
|
1552
1575
|
opacity: 0.9;
|
|
1553
1576
|
position: relative;
|
|
@@ -1808,7 +1831,6 @@
|
|
|
1808
1831
|
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
|
|
1809
1832
|
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
|
|
1810
1833
|
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
|
|
1811
|
-
line-height: 10;
|
|
1812
1834
|
min-height: 50px;
|
|
1813
1835
|
position: relative;
|
|
1814
1836
|
}
|
|
@@ -1823,16 +1845,6 @@
|
|
|
1823
1845
|
display: inline-block;
|
|
1824
1846
|
line-height: normal;
|
|
1825
1847
|
}
|
|
1826
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1827
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1828
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1829
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
|
|
1830
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1831
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1832
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1833
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
1834
|
-
line-height: 4;
|
|
1835
|
-
}
|
|
1836
1848
|
.e-richtexteditor .e-rte-inline-dropdown ul,
|
|
1837
1849
|
.e-rte-elements .e-rte-inline-dropdown ul {
|
|
1838
1850
|
max-height: 200px;
|
|
@@ -1849,7 +1861,7 @@
|
|
|
1849
1861
|
-webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
1850
1862
|
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
1851
1863
|
font-size: 14px;
|
|
1852
|
-
font-weight:
|
|
1864
|
+
font-weight: 400;
|
|
1853
1865
|
min-width: 120px;
|
|
1854
1866
|
overflow: hidden;
|
|
1855
1867
|
padding: 10px;
|
|
@@ -1969,7 +1981,7 @@
|
|
|
1969
1981
|
}
|
|
1970
1982
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
|
|
1971
1983
|
.e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
|
|
1972
|
-
font-weight:
|
|
1984
|
+
font-weight: 400;
|
|
1973
1985
|
}
|
|
1974
1986
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
|
|
1975
1987
|
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
|
|
@@ -1983,9 +1995,15 @@
|
|
|
1983
1995
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
1984
1996
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
1985
1997
|
border: 1px solid #fff;
|
|
1986
|
-
min-
|
|
1987
|
-
|
|
1988
|
-
|
|
1998
|
+
min-height: 330px;
|
|
1999
|
+
min-width: 310px;
|
|
2000
|
+
display: -webkit-box;
|
|
2001
|
+
display: -ms-flexbox;
|
|
2002
|
+
display: flex;
|
|
2003
|
+
-webkit-box-orient: vertical;
|
|
2004
|
+
-webkit-box-direction: normal;
|
|
2005
|
+
-ms-flex-direction: column;
|
|
2006
|
+
flex-direction: column;
|
|
1989
2007
|
}
|
|
1990
2008
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
|
|
1991
2009
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
@@ -2001,6 +2019,10 @@
|
|
|
2001
2019
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
|
|
2002
2020
|
margin: 10px;
|
|
2003
2021
|
width: 94%;
|
|
2022
|
+
-webkit-box-sizing: border-box;
|
|
2023
|
+
box-sizing: border-box;
|
|
2024
|
+
-ms-flex-item-align: center;
|
|
2025
|
+
align-self: center;
|
|
2004
2026
|
}
|
|
2005
2027
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn,
|
|
2006
2028
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
|
|
@@ -2022,10 +2044,7 @@
|
|
|
2022
2044
|
-webkit-box-shadow: none;
|
|
2023
2045
|
box-shadow: none;
|
|
2024
2046
|
padding: 6px 0;
|
|
2025
|
-
width: 40px;
|
|
2026
|
-
height: 40px;
|
|
2027
2047
|
border: none;
|
|
2028
|
-
line-height: 1px;
|
|
2029
2048
|
font-size: 24px;
|
|
2030
2049
|
}
|
|
2031
2050
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
|
|
@@ -2042,10 +2061,7 @@
|
|
|
2042
2061
|
box-shadow: none;
|
|
2043
2062
|
font-size: 24px;
|
|
2044
2063
|
padding: 6px 0;
|
|
2045
|
-
width: 40px;
|
|
2046
|
-
height: 40px;
|
|
2047
2064
|
border: none;
|
|
2048
|
-
line-height: 1px;
|
|
2049
2065
|
}
|
|
2050
2066
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
|
|
2051
2067
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
@@ -2218,7 +2234,7 @@
|
|
|
2218
2234
|
}
|
|
2219
2235
|
|
|
2220
2236
|
.e-dialog.e-rte-dialog-minheight {
|
|
2221
|
-
min-height:
|
|
2237
|
+
min-height: 298px;
|
|
2222
2238
|
}
|
|
2223
2239
|
|
|
2224
2240
|
.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
|
|
@@ -2247,7 +2263,6 @@
|
|
|
2247
2263
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2248
2264
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2249
2265
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
2250
|
-
line-height: 10;
|
|
2251
2266
|
min-height: 50px;
|
|
2252
2267
|
position: relative;
|
|
2253
2268
|
}
|
|
@@ -2311,16 +2326,6 @@
|
|
|
2311
2326
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
|
|
2312
2327
|
display: none;
|
|
2313
2328
|
}
|
|
2314
|
-
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2315
|
-
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2316
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2317
|
-
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
|
|
2318
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2319
|
-
font-size: 15px;
|
|
2320
|
-
opacity: 0.87;
|
|
2321
|
-
padding-bottom: 12px;
|
|
2322
|
-
padding-top: 12px;
|
|
2323
|
-
}
|
|
2324
2329
|
|
|
2325
2330
|
.e-rte-import-dialog .e-dlg-content {
|
|
2326
2331
|
overflow-y: hidden;
|
|
@@ -2340,7 +2345,7 @@
|
|
|
2340
2345
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2341
2346
|
.e-dialog .e-word-uploadwrap .e-droptext,
|
|
2342
2347
|
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2343
|
-
border: dashed
|
|
2348
|
+
border: 2px dashed #adb5bd;
|
|
2344
2349
|
border-radius: 4px;
|
|
2345
2350
|
color: #ced4da;
|
|
2346
2351
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -2427,13 +2432,13 @@
|
|
|
2427
2432
|
-webkit-box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
2428
2433
|
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
2429
2434
|
font-size: 14px;
|
|
2430
|
-
font-weight:
|
|
2435
|
+
font-weight: 400;
|
|
2431
2436
|
min-width: 120px;
|
|
2432
2437
|
overflow: hidden;
|
|
2433
2438
|
padding: 10px;
|
|
2434
2439
|
}
|
|
2435
2440
|
.e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
|
|
2436
|
-
width: 95px;
|
|
2441
|
+
min-width: 95px;
|
|
2437
2442
|
}
|
|
2438
2443
|
.e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
|
|
2439
2444
|
max-height: 300px;
|
|
@@ -2451,7 +2456,6 @@
|
|
|
2451
2456
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
|
|
2452
2457
|
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
|
|
2453
2458
|
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
|
|
2454
|
-
line-height: 10;
|
|
2455
2459
|
min-height: 50px;
|
|
2456
2460
|
position: relative;
|
|
2457
2461
|
}
|
|
@@ -2532,11 +2536,10 @@
|
|
|
2532
2536
|
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
|
|
2533
2537
|
display: block;
|
|
2534
2538
|
line-height: 20px;
|
|
2535
|
-
font-size:
|
|
2539
|
+
font-size: 12px;
|
|
2536
2540
|
padding: 1px 0 5px;
|
|
2537
2541
|
}
|
|
2538
2542
|
.e-rte-elements.e-slash-menu .e-slash-menu-icon {
|
|
2539
|
-
line-height: 0;
|
|
2540
2543
|
display: inline-block;
|
|
2541
2544
|
width: 50px;
|
|
2542
2545
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -2638,10 +2641,8 @@
|
|
|
2638
2641
|
transform: translateX(50%);
|
|
2639
2642
|
}
|
|
2640
2643
|
|
|
2641
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2642
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2643
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
|
|
2644
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
|
|
2644
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
|
|
2645
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
|
|
2645
2646
|
margin-bottom: 20px;
|
|
2646
2647
|
}
|
|
2647
2648
|
|
|
@@ -2654,7 +2655,6 @@
|
|
|
2654
2655
|
}
|
|
2655
2656
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
|
|
2656
2657
|
min-height: 32px;
|
|
2657
|
-
height: 32px;
|
|
2658
2658
|
}
|
|
2659
2659
|
|
|
2660
2660
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
@@ -2693,6 +2693,91 @@
|
|
|
2693
2693
|
bottom: 0;
|
|
2694
2694
|
}
|
|
2695
2695
|
|
|
2696
|
+
.e-rte-aiquery-popup {
|
|
2697
|
+
min-height: 100px;
|
|
2698
|
+
overflow: hidden;
|
|
2699
|
+
display: -webkit-box !important;
|
|
2700
|
+
display: -ms-flexbox !important;
|
|
2701
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
2702
|
+
-webkit-box-orient: vertical;
|
|
2703
|
+
-webkit-box-direction: normal;
|
|
2704
|
+
-ms-flex-direction: column;
|
|
2705
|
+
flex-direction: column;
|
|
2706
|
+
}
|
|
2707
|
+
.e-rte-aiquery-popup .e-rte-ai-assit-content-container {
|
|
2708
|
+
-webkit-box-flex: 1;
|
|
2709
|
+
-ms-flex: 1 1 auto;
|
|
2710
|
+
flex: 1 1 auto;
|
|
2711
|
+
display: -webkit-box;
|
|
2712
|
+
display: -ms-flexbox;
|
|
2713
|
+
display: flex;
|
|
2714
|
+
-webkit-box-orient: vertical;
|
|
2715
|
+
-webkit-box-direction: normal;
|
|
2716
|
+
-ms-flex-direction: column;
|
|
2717
|
+
flex-direction: column;
|
|
2718
|
+
min-height: 0;
|
|
2719
|
+
width: 100%;
|
|
2720
|
+
}
|
|
2721
|
+
.e-rte-aiquery-popup .e-aiassistview {
|
|
2722
|
+
-webkit-box-flex: 1;
|
|
2723
|
+
-ms-flex: 1 1 auto;
|
|
2724
|
+
flex: 1 1 auto;
|
|
2725
|
+
display: -webkit-box;
|
|
2726
|
+
display: -ms-flexbox;
|
|
2727
|
+
display: flex;
|
|
2728
|
+
-webkit-box-orient: vertical;
|
|
2729
|
+
-webkit-box-direction: normal;
|
|
2730
|
+
-ms-flex-direction: column;
|
|
2731
|
+
flex-direction: column;
|
|
2732
|
+
min-height: 0;
|
|
2733
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
2734
|
+
}
|
|
2735
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-header {
|
|
2736
|
+
-webkit-box-flex: 0;
|
|
2737
|
+
-ms-flex: 0 0 auto;
|
|
2738
|
+
flex: 0 0 auto;
|
|
2739
|
+
}
|
|
2740
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-content {
|
|
2741
|
+
-webkit-box-flex: 1;
|
|
2742
|
+
-ms-flex: 1 1 auto;
|
|
2743
|
+
flex: 1 1 auto;
|
|
2744
|
+
overflow-y: auto;
|
|
2745
|
+
overflow-x: hidden;
|
|
2746
|
+
min-height: 0;
|
|
2747
|
+
}
|
|
2748
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-container {
|
|
2749
|
+
margin: auto;
|
|
2750
|
+
}
|
|
2751
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
2752
|
+
pointer-events: none;
|
|
2753
|
+
opacity: 0.5;
|
|
2754
|
+
cursor: not-allowed;
|
|
2755
|
+
}
|
|
2756
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content {
|
|
2757
|
+
display: -webkit-box;
|
|
2758
|
+
display: -ms-flexbox;
|
|
2759
|
+
display: flex;
|
|
2760
|
+
-webkit-box-orient: vertical;
|
|
2761
|
+
-webkit-box-direction: normal;
|
|
2762
|
+
-ms-flex-direction: column;
|
|
2763
|
+
flex-direction: column;
|
|
2764
|
+
-webkit-box-pack: center;
|
|
2765
|
+
-ms-flex-pack: center;
|
|
2766
|
+
justify-content: center;
|
|
2767
|
+
height: 230px;
|
|
2768
|
+
text-align: center;
|
|
2769
|
+
}
|
|
2770
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
2771
|
+
font-size: 35px;
|
|
2772
|
+
}
|
|
2773
|
+
.e-rte-aiquery-popup .e-aiassistview .e-footer {
|
|
2774
|
+
width: 85%;
|
|
2775
|
+
}
|
|
2776
|
+
|
|
2777
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
|
|
2778
|
+
line-height: 2px;
|
|
2779
|
+
}
|
|
2780
|
+
|
|
2696
2781
|
/*! tab layout */
|
|
2697
2782
|
.e-rte-container {
|
|
2698
2783
|
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
@@ -2738,6 +2823,9 @@ iframe.e-rte-content {
|
|
|
2738
2823
|
color: #fff;
|
|
2739
2824
|
background: #212529;
|
|
2740
2825
|
}
|
|
2826
|
+
.e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
|
|
2827
|
+
background-color: rgb(91.8, 99.45, 106.25);
|
|
2828
|
+
}
|
|
2741
2829
|
.e-richtexteditor .e-toolbar-wrapper {
|
|
2742
2830
|
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
2743
2831
|
}
|
|
@@ -2875,32 +2963,32 @@ iframe.e-rte-content {
|
|
|
2875
2963
|
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
2876
2964
|
}
|
|
2877
2965
|
|
|
2878
|
-
.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,
|
|
2879
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
|
|
2880
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
|
|
2881
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
|
|
2882
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
|
|
2966
|
+
.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,
|
|
2967
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
|
|
2968
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
|
|
2969
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
|
|
2970
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
|
|
2883
2971
|
border: 1px solid transparent;
|
|
2884
2972
|
}
|
|
2885
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
|
|
2886
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2973
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
2974
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2887
2975
|
color: #fff;
|
|
2888
2976
|
}
|
|
2889
|
-
.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,
|
|
2890
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2891
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
2977
|
+
.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,
|
|
2978
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
|
|
2979
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
|
|
2892
2980
|
color: #fff;
|
|
2893
2981
|
}
|
|
2894
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2895
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
2982
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
|
|
2983
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
|
|
2896
2984
|
color: #fff;
|
|
2897
2985
|
}
|
|
2898
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
2899
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
2986
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
2987
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2900
2988
|
color: #fff;
|
|
2901
2989
|
}
|
|
2902
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
|
|
2903
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
|
|
2990
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
|
|
2991
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
|
|
2904
2992
|
border: 1px solid transparent;
|
|
2905
2993
|
background: rgb(122.8111587983, 132.3287553648, 140.7888412017);
|
|
2906
2994
|
}
|
|
@@ -2935,10 +3023,14 @@ iframe.e-rte-content {
|
|
|
2935
3023
|
background: transparent;
|
|
2936
3024
|
}
|
|
2937
3025
|
|
|
2938
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
2939
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
3026
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
|
|
3027
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
|
|
2940
3028
|
-webkit-box-shadow: none;
|
|
2941
3029
|
box-shadow: none;
|
|
3030
|
+
}
|
|
3031
|
+
|
|
3032
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
3033
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
2942
3034
|
color: #fff;
|
|
2943
3035
|
}
|
|
2944
3036
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
|
|
@@ -3222,7 +3314,7 @@ span.e-table-box.e-rbox-select {
|
|
|
3222
3314
|
-webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
|
|
3223
3315
|
filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
|
|
3224
3316
|
}
|
|
3225
|
-
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn.e-selected .e-icons {
|
|
3317
|
+
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-selected .e-icons {
|
|
3226
3318
|
color: #fff;
|
|
3227
3319
|
}
|
|
3228
3320
|
.e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
@@ -3295,4 +3387,18 @@ span.e-table-box.e-rbox-select {
|
|
|
3295
3387
|
border-left: 7.5px solid transparent;
|
|
3296
3388
|
border-right: 7.5px solid transparent;
|
|
3297
3389
|
border-top: 9px solid inherit;
|
|
3390
|
+
}
|
|
3391
|
+
|
|
3392
|
+
.e-rte-aiquery-popup {
|
|
3393
|
+
-webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
3394
|
+
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
3395
|
+
}
|
|
3396
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
3397
|
+
color: #adb5bd;
|
|
3398
|
+
}
|
|
3399
|
+
.e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3400
|
+
border: 1px solid transparent;
|
|
3401
|
+
background-color: transparent;
|
|
3402
|
+
-webkit-box-shadow: none;
|
|
3403
|
+
box-shadow: none;
|
|
3298
3404
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@import 'rich-text-editor/all.scss';
|
|
1
|
+
@use 'rich-text-editor/bootstrap5-dark-definition' as *;
|
|
2
|
+
@use 'rich-text-editor/icons/bootstrap5-dark' as *;
|
|
3
|
+
@use 'rich-text-editor/all.bootstrap5-dark' as *;
|