@syncfusion/ej2-richtexteditor 29.2.4-771571 → 29.2.4-795127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-richtexteditor.umd.min.js +1 -1
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +63 -18
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +84 -35
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/editor-manager/plugin/clearformat.js +53 -22
- package/src/rich-text-editor/actions/enter-key.js +25 -9
- package/src/rich-text-editor/actions/paste-clean-up.js +2 -1
- package/src/rich-text-editor/base/rich-text-editor.js +4 -3
- package/styles/_all.bds.scss +1 -0
- package/styles/_all.bootstrap-dark.scss +1 -0
- package/styles/_all.bootstrap.scss +1 -0
- package/styles/_all.bootstrap4.scss +1 -0
- package/styles/_all.bootstrap5-dark.scss +1 -0
- package/styles/_all.bootstrap5.3.scss +1 -0
- package/styles/_all.bootstrap5.scss +1 -0
- package/styles/_all.fabric-dark.scss +1 -0
- package/styles/_all.fabric.scss +1 -0
- package/styles/_all.fluent-dark.scss +1 -0
- package/styles/_all.fluent.scss +1 -0
- package/styles/_all.fluent2.scss +1 -0
- package/styles/_all.highcontrast-light.scss +1 -0
- package/styles/_all.highcontrast.scss +1 -0
- package/styles/_all.material-dark.scss +1 -0
- package/styles/_all.material.scss +1 -0
- package/styles/_all.material3-dark.scss +1 -0
- package/styles/_all.material3.scss +1 -0
- package/styles/_all.scss +1 -1
- package/styles/_all.tailwind-dark.scss +1 -0
- package/styles/_all.tailwind.scss +1 -0
- package/styles/_all.tailwind3.scss +1 -0
- package/styles/bds-lite.css +239 -89
- package/styles/bds-lite.scss +3 -4
- package/styles/bds.css +347 -98
- package/styles/bds.scss +4 -5
- package/styles/bootstrap-dark-lite.css +206 -86
- package/styles/bootstrap-dark-lite.scss +3 -4
- package/styles/bootstrap-dark.css +299 -95
- package/styles/bootstrap-dark.scss +4 -5
- package/styles/bootstrap-lite.css +384 -86
- package/styles/bootstrap-lite.scss +3 -4
- package/styles/bootstrap.css +566 -95
- package/styles/bootstrap.scss +4 -5
- package/styles/bootstrap4-lite.css +565 -93
- package/styles/bootstrap4-lite.scss +3 -4
- package/styles/bootstrap4.css +850 -115
- package/styles/bootstrap4.scss +4 -5
- package/styles/bootstrap5-dark-lite.css +193 -87
- package/styles/bootstrap5-dark-lite.scss +3 -4
- package/styles/bootstrap5-dark.css +279 -96
- package/styles/bootstrap5-dark.scss +4 -5
- package/styles/bootstrap5-lite.css +187 -87
- package/styles/bootstrap5-lite.scss +4 -4
- package/styles/bootstrap5.3-lite.css +456 -108
- package/styles/bootstrap5.3-lite.scss +4 -4
- package/styles/bootstrap5.3.css +627 -118
- package/styles/bootstrap5.3.scss +5 -5
- package/styles/bootstrap5.css +273 -96
- package/styles/bootstrap5.scss +5 -5
- package/styles/fabric-dark-lite.css +193 -87
- package/styles/fabric-dark-lite.scss +4 -4
- package/styles/fabric-dark.css +279 -96
- package/styles/fabric-dark.scss +5 -5
- package/styles/fabric-lite.css +193 -87
- package/styles/fabric-lite.scss +4 -4
- package/styles/fabric.css +279 -96
- package/styles/fabric.scss +5 -5
- package/styles/fluent-dark-lite.css +195 -98
- package/styles/fluent-dark-lite.scss +4 -4
- package/styles/fluent-dark.css +281 -107
- package/styles/fluent-dark.scss +5 -5
- package/styles/fluent-lite.css +195 -89
- package/styles/fluent-lite.scss +4 -4
- package/styles/fluent.css +281 -98
- package/styles/fluent.scss +5 -5
- package/styles/fluent2-lite.css +519 -114
- package/styles/fluent2-lite.scss +4 -4
- package/styles/fluent2.css +703 -126
- package/styles/fluent2.scss +5 -5
- package/styles/highcontrast-light-lite.css +193 -87
- package/styles/highcontrast-light-lite.scss +4 -4
- package/styles/highcontrast-light.css +279 -96
- package/styles/highcontrast-light.scss +5 -5
- package/styles/highcontrast-lite.css +193 -87
- package/styles/highcontrast-lite.scss +4 -4
- package/styles/highcontrast.css +279 -96
- package/styles/highcontrast.scss +5 -5
- package/styles/material-dark-lite.css +192 -86
- package/styles/material-dark-lite.scss +4 -4
- package/styles/material-dark.css +278 -95
- package/styles/material-dark.scss +5 -5
- package/styles/material-lite.css +192 -86
- package/styles/material-lite.scss +3 -4
- package/styles/material.css +278 -95
- package/styles/material.scss +4 -5
- package/styles/material3-dark-lite.css +539 -105
- package/styles/material3-dark-lite.scss +4 -4
- package/styles/material3-dark.css +723 -130
- package/styles/material3-dark.scss +5 -7
- package/styles/material3-lite.css +459 -105
- package/styles/material3-lite.scss +4 -4
- package/styles/material3.css +645 -130
- package/styles/material3.scss +5 -7
- package/styles/rich-text-editor/_all.bds.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap-dark.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap4.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5-dark.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5.3.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5.scss +2 -0
- package/styles/rich-text-editor/_all.fabric-dark.scss +2 -0
- package/styles/rich-text-editor/_all.fabric.scss +2 -0
- package/styles/rich-text-editor/_all.fluent-dark.scss +2 -0
- package/styles/rich-text-editor/_all.fluent.scss +2 -0
- package/styles/rich-text-editor/_all.fluent2.scss +2 -0
- package/styles/rich-text-editor/_all.highcontrast-light.scss +2 -0
- package/styles/rich-text-editor/_all.highcontrast.scss +2 -0
- package/styles/rich-text-editor/_all.material-dark.scss +2 -0
- package/styles/rich-text-editor/_all.material.scss +2 -0
- package/styles/rich-text-editor/_all.material3-dark.scss +2 -0
- package/styles/rich-text-editor/_all.material3.scss +2 -0
- package/styles/rich-text-editor/_all.scss +2 -2
- package/styles/rich-text-editor/_all.tailwind-dark.scss +2 -0
- package/styles/rich-text-editor/_all.tailwind.scss +2 -0
- package/styles/rich-text-editor/_all.tailwind3.scss +2 -0
- package/styles/rich-text-editor/_bds-definition.scss +468 -27
- package/styles/rich-text-editor/_bigger.bds.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap4.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5.3.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5.scss +3 -0
- package/styles/rich-text-editor/_bigger.fabric-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.fabric.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent2.scss +3 -0
- package/styles/rich-text-editor/_bigger.highcontrast-light.scss +3 -0
- package/styles/rich-text-editor/_bigger.highcontrast.scss +3 -0
- package/styles/rich-text-editor/_bigger.material-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.material.scss +3 -0
- package/styles/rich-text-editor/_bigger.material3-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.material3.scss +3 -0
- package/styles/rich-text-editor/_bigger.scss +152 -57
- package/styles/rich-text-editor/_bigger.tailwind-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.tailwind.scss +3 -0
- package/styles/rich-text-editor/_bigger.tailwind3.scss +3 -0
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +467 -26
- package/styles/rich-text-editor/_bootstrap-definition.scss +467 -26
- package/styles/rich-text-editor/_bootstrap4-definition.scss +473 -33
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +709 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +467 -27
- package/styles/rich-text-editor/_bootstrap5.3-definition.scss +469 -29
- package/styles/rich-text-editor/_fabric-dark-definition.scss +467 -27
- package/styles/rich-text-editor/_fabric-definition.scss +466 -27
- package/styles/rich-text-editor/_fluent-dark-definition.scss +710 -1
- package/styles/rich-text-editor/_fluent-definition.scss +470 -27
- package/styles/rich-text-editor/_fluent2-definition.scss +478 -33
- package/styles/rich-text-editor/_fusionnew-definition.scss +464 -26
- package/styles/rich-text-editor/_highcontrast-definition.scss +466 -26
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +466 -26
- package/styles/rich-text-editor/_layout.bds.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap4.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5.3.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5.scss +3 -0
- package/styles/rich-text-editor/_layout.fabric-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.fabric.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent2.scss +3 -0
- package/styles/rich-text-editor/_layout.highcontrast-light.scss +3 -0
- package/styles/rich-text-editor/_layout.highcontrast.scss +3 -0
- package/styles/rich-text-editor/_layout.material-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.material.scss +3 -0
- package/styles/rich-text-editor/_layout.material3-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.material3.scss +3 -0
- package/styles/rich-text-editor/_layout.scss +448 -353
- package/styles/rich-text-editor/_layout.tailwind-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.tailwind.scss +3 -0
- package/styles/rich-text-editor/_layout.tailwind3.scss +3 -0
- package/styles/rich-text-editor/_material-dark-definition.scss +466 -28
- package/styles/rich-text-editor/_material-definition.scss +466 -26
- package/styles/rich-text-editor/_material3-dark-definition.scss +714 -1
- package/styles/rich-text-editor/_material3-definition.scss +473 -30
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +706 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +468 -28
- package/styles/rich-text-editor/_tailwind3-definition.scss +474 -34
- package/styles/rich-text-editor/_theme-variables.bds.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap4.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fabric-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fabric.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent2.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.highcontrast.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material3-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material3.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind3.scss +1 -0
- package/styles/rich-text-editor/_theme.bds.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap4.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5.3.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5.scss +4 -0
- package/styles/rich-text-editor/_theme.fabric-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.fabric.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent2.scss +4 -0
- package/styles/rich-text-editor/_theme.highcontrast-light.scss +4 -0
- package/styles/rich-text-editor/_theme.highcontrast.scss +4 -0
- package/styles/rich-text-editor/_theme.material-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.material.scss +4 -0
- package/styles/rich-text-editor/_theme.material3-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.material3.scss +4 -0
- package/styles/rich-text-editor/_theme.scss +65 -36
- package/styles/rich-text-editor/_theme.tailwind-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.tailwind.scss +4 -0
- package/styles/rich-text-editor/_theme.tailwind3.scss +4 -0
- package/styles/rich-text-editor/bds.css +347 -98
- package/styles/rich-text-editor/bds.scss +5 -5
- package/styles/rich-text-editor/bootstrap-dark.css +299 -95
- package/styles/rich-text-editor/bootstrap-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap.css +566 -95
- package/styles/rich-text-editor/bootstrap.scss +5 -5
- package/styles/rich-text-editor/bootstrap4.css +850 -115
- package/styles/rich-text-editor/bootstrap4.scss +5 -5
- package/styles/rich-text-editor/bootstrap5-dark.css +279 -96
- package/styles/rich-text-editor/bootstrap5-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.3.css +627 -118
- package/styles/rich-text-editor/bootstrap5.3.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.css +273 -96
- package/styles/rich-text-editor/bootstrap5.scss +5 -5
- package/styles/rich-text-editor/fabric-dark.css +279 -96
- package/styles/rich-text-editor/fabric-dark.scss +5 -5
- package/styles/rich-text-editor/fabric.css +279 -96
- package/styles/rich-text-editor/fabric.scss +5 -5
- package/styles/rich-text-editor/fluent-dark.css +281 -107
- package/styles/rich-text-editor/fluent-dark.scss +5 -5
- package/styles/rich-text-editor/fluent.css +281 -98
- package/styles/rich-text-editor/fluent.scss +5 -5
- package/styles/rich-text-editor/fluent2.css +703 -126
- package/styles/rich-text-editor/fluent2.scss +5 -5
- package/styles/rich-text-editor/highcontrast-light.css +279 -96
- package/styles/rich-text-editor/highcontrast-light.scss +5 -5
- package/styles/rich-text-editor/highcontrast.css +279 -96
- package/styles/rich-text-editor/highcontrast.scss +5 -5
- package/styles/rich-text-editor/icons/_bds.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap4.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_bootstrap5.3.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap5.scss +7 -0
- package/styles/rich-text-editor/icons/_fabric-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_fabric.scss +7 -0
- package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_fluent.scss +6 -0
- package/styles/rich-text-editor/icons/_fluent2.scss +7 -0
- package/styles/rich-text-editor/icons/_fusionnew.scss +7 -0
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +7 -0
- package/styles/rich-text-editor/icons/_highcontrast.scss +7 -0
- package/styles/rich-text-editor/icons/_material-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_material.scss +7 -0
- package/styles/rich-text-editor/icons/_material3-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_material3.scss +7 -0
- package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +7 -0
- package/styles/rich-text-editor/icons/_tailwind3.scss +7 -0
- package/styles/rich-text-editor/material-dark.css +278 -95
- package/styles/rich-text-editor/material-dark.scss +5 -5
- package/styles/rich-text-editor/material.css +278 -95
- package/styles/rich-text-editor/material.scss +5 -5
- package/styles/rich-text-editor/material3-dark.css +723 -130
- package/styles/rich-text-editor/material3-dark.scss +5 -6
- package/styles/rich-text-editor/material3.css +645 -130
- package/styles/rich-text-editor/material3.scss +5 -6
- package/styles/rich-text-editor/tailwind-dark.css +282 -99
- package/styles/rich-text-editor/tailwind-dark.scss +5 -5
- package/styles/rich-text-editor/tailwind.css +282 -99
- package/styles/rich-text-editor/tailwind.scss +5 -5
- package/styles/rich-text-editor/tailwind3.css +593 -115
- package/styles/rich-text-editor/tailwind3.scss +5 -5
- package/styles/tailwind-dark-lite.css +196 -90
- package/styles/tailwind-dark-lite.scss +4 -4
- package/styles/tailwind-dark.css +282 -99
- package/styles/tailwind-dark.scss +5 -5
- package/styles/tailwind-lite.css +196 -90
- package/styles/tailwind-lite.scss +4 -4
- package/styles/tailwind.css +282 -99
- package/styles/tailwind.scss +5 -5
- package/styles/tailwind3-lite.css +430 -104
- package/styles/tailwind3-lite.scss +4 -4
- package/styles/tailwind3.css +593 -115
- package/styles/tailwind3.scss +5 -5
|
@@ -2,6 +2,86 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* Font Sizes */
|
|
11
|
+
/* Radius */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 2px */
|
|
14
|
+
/* 3px */
|
|
15
|
+
/* 4px */
|
|
16
|
+
/* 5px */
|
|
17
|
+
/* 6px */
|
|
18
|
+
/* 7px */
|
|
19
|
+
/* 8px */
|
|
20
|
+
/* 9px */
|
|
21
|
+
/* 10px */
|
|
22
|
+
/* 11px */
|
|
23
|
+
/* 12px */
|
|
24
|
+
/* 13px */
|
|
25
|
+
/* 14px */
|
|
26
|
+
/* 15px */
|
|
27
|
+
/* 16px */
|
|
28
|
+
/* 17px */
|
|
29
|
+
/* 18px */
|
|
30
|
+
/* 19px */
|
|
31
|
+
/* 20px */
|
|
32
|
+
/* 21px */
|
|
33
|
+
/* 22px */
|
|
34
|
+
/* 23px */
|
|
35
|
+
/* 24px */
|
|
36
|
+
/* 25px */
|
|
37
|
+
/* 26px */
|
|
38
|
+
/* 27px */
|
|
39
|
+
/* 28px */
|
|
40
|
+
/* 29px */
|
|
41
|
+
/* 30px */
|
|
42
|
+
/* 31px */
|
|
43
|
+
/* 32px */
|
|
44
|
+
/* 33px */
|
|
45
|
+
/* 34px */
|
|
46
|
+
/* 35px */
|
|
47
|
+
/* 36px */
|
|
48
|
+
/* 37px */
|
|
49
|
+
/* 38px */
|
|
50
|
+
/* 39px */
|
|
51
|
+
/* 40px */
|
|
52
|
+
/* 41px */
|
|
53
|
+
/* 42px */
|
|
54
|
+
/* 43px */
|
|
55
|
+
/* 44px */
|
|
56
|
+
/* 45px */
|
|
57
|
+
/* 46px */
|
|
58
|
+
/* 47px */
|
|
59
|
+
/* 48px */
|
|
60
|
+
/* 49px */
|
|
61
|
+
/* 50px */
|
|
62
|
+
/* 5em */
|
|
63
|
+
/* 65% */
|
|
64
|
+
/* border */
|
|
65
|
+
/* 0px */
|
|
66
|
+
/* 1px */
|
|
67
|
+
/* 1.5px */
|
|
68
|
+
/* 2px */
|
|
69
|
+
/* 3px */
|
|
70
|
+
/* 4px */
|
|
71
|
+
/* 5px */
|
|
72
|
+
/* 6px */
|
|
73
|
+
/* 7px */
|
|
74
|
+
/* 8px */
|
|
75
|
+
/* 9px */
|
|
76
|
+
/* 10px */
|
|
77
|
+
/* 11px */
|
|
78
|
+
/* 12px */
|
|
79
|
+
/* 13px */
|
|
80
|
+
/* 14px */
|
|
81
|
+
/* 15px */
|
|
82
|
+
/* 16px */
|
|
83
|
+
|
|
84
|
+
|
|
5
85
|
/*! component's theme wise override definitions and variables */
|
|
6
86
|
/*! richtexteditor icons */
|
|
7
87
|
.e-toolbar-wrapper .e-horizontal-line::before,
|
|
@@ -34,6 +114,12 @@
|
|
|
34
114
|
.e-rte-dropdown-popup .e-justify-left::before {
|
|
35
115
|
content: "\e7b8";
|
|
36
116
|
}
|
|
117
|
+
.e-toolbar-wrapper .e-lineHeight::before,
|
|
118
|
+
.e-toolbar-container .e-lineHeight::before,
|
|
119
|
+
.e-rte-toolbar .e-lineHeight::before,
|
|
120
|
+
.e-rte-dropdown-popup .e-lineHeight::before {
|
|
121
|
+
content: "\e78d";
|
|
122
|
+
}
|
|
37
123
|
.e-toolbar-wrapper .e-justify-center::before,
|
|
38
124
|
.e-toolbar-container .e-justify-center::before,
|
|
39
125
|
.e-rte-toolbar .e-justify-center::before,
|
|
@@ -539,6 +625,90 @@
|
|
|
539
625
|
cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1vdXRzaWRlLTFfNDgwXzIyMiIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTMiIHk9IjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iMTMiIHk9IjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0IDUuNUMxNCA0LjY3MTU3IDE0LjY3MTYgNCAxNS41IDRIMjMuNUMyNC4zMjg0IDQgMjUgNC42NzE1NyAyNSA1LjVWNkgyN0MyNy41NTIzIDYgMjggNi40NDc3MiAyOCA3VjExQzI4IDExLjU1MjMgMjcuNTUyMyAxMiAyNyAxMkgyMVYxN0MyMSAxNy41NTIzIDIwLjU1MjMgMTggMjAgMThDMTkuNDQ3NyAxOCAxOSAxNy41NTIzIDE5IDE3VjExSDIxSDI3VjdIMjVWNy41QzI1IDguMzI4NDMgMjQuMzI4NCA5IDIzLjUgOUgxNS41QzE0LjY3MTYgOSAxNCA4LjMyODQzIDE0IDcuNVY1LjVaIi8+CjwvbWFzaz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNCA1LjVDMTQgNC42NzE1NyAxNC42NzE2IDQgMTUuNSA0SDIzLjVDMjQuMzI4NCA0IDI1IDQuNjcxNTcgMjUgNS41VjZIMjdDMjcuNTUyMyA2IDI4IDYuNDQ3NzIgMjggN1YxMUMyOCAxMS41NTIzIDI3LjU1MjMgMTIgMjcgMTJIMjFWMTdDMjEgMTcuNTUyMyAyMC41NTIzIDE4IDIwIDE4QzE5LjQ0NzcgMTggMTkgMTcuNTUyMyAxOSAxN1YxMUgyMUgyN1Y3SDI1VjcuNUMyNSA4LjMyODQzIDI0LjMyODQgOSAyMy41IDlIMTUuNUMxNC42NzE2IDkgMTQgOC4zMjg0MyAxNCA3LjVWNS41WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTI1IDZIMjRWN0gyNVY2Wk0yMSAxMlYxMUgyMFYxMkgyMVpNMTkgMTFWMTBIMThWMTFIMTlaTTI3IDExVjEySDI4VjExSDI3Wk0yNyA3SDI4VjZIMjdWN1pNMjUgN1Y2SDI0VjdIMjVaTTE1LjUgM0MxNC4xMTkzIDMgMTMgNC4xMTkyOSAxMyA1LjVIMTVDMTUgNS4yMjM4NiAxNS4yMjM5IDUgMTUuNSA1VjNaTTIzLjUgM0gxNS41VjVIMjMuNVYzWk0yNiA1LjVDMjYgNC4xMTkyOSAyNC44ODA3IDMgMjMuNSAzVjVDMjMuNzc2MSA1IDI0IDUuMjIzODYgMjQgNS41SDI2Wk0yNiA2VjUuNUgyNFY2SDI2Wk0yNSA3SDI3VjVIMjVWN1pNMjcgN0gyOUMyOSA1Ljg5NTQzIDI4LjEwNDYgNSAyNyA1VjdaTTI3IDdWMTFIMjlWN0gyN1pNMjcgMTFWMTNDMjguMTA0NiAxMyAyOSAxMi4xMDQ2IDI5IDExSDI3Wk0yNyAxMUgyMVYxM0gyN1YxMVpNMjIgMTdWMTJIMjBWMTdIMjJaTTIwIDE5QzIxLjEwNDYgMTkgMjIgMTguMTA0NiAyMiAxN0gyMFYxOVpNMTggMTdDMTggMTguMTA0NiAxOC44OTU0IDE5IDIwIDE5VjE3SDE4Wk0xOCAxMVYxN0gyMFYxMUgxOFpNMjEgMTBIMTlWMTJIMjFWMTBaTTIxIDEySDI3VjEwSDIxVjEyWk0yOCAxMVY3SDI2VjExSDI4Wk0yNyA2SDI1VjhIMjdWNlpNMjYgNy41VjdIMjRWNy41SDI2Wk0yMy41IDEwQzI0Ljg4MDcgMTAgMjYgOC44ODA3MSAyNiA3LjVIMjRDMjQgNy43NzYxNCAyMy43NzYxIDggMjMuNSA4VjEwWk0xNS41IDEwSDIzLjVWOEgxNS41VjEwWk0xMyA3LjVDMTMgOC44ODA3MSAxNC4xMTkzIDEwIDE1LjUgMTBWOEMxNS4yMjM5IDggMTUgNy43NzYxNCAxNSA3LjVIMTNaTTEzIDUuNVY3LjVIMTVWNS41SDEzWiIgZmlsbD0id2hpdGUiIG1hc2s9InVybCgjcGF0aC0xLW91dHNpZGUtMV80ODBfMjIyKSIvPgo8cGF0aCBkPSJNMy41IDRWNC41SDRINi41VjE3LjVINEgzLjVWMThWMTlWMTkuNUg0SDExSDExLjVWMTlWMThWMTcuNUgxMUg4LjUwMDAxTDguNTAwMzIgNC41SDExSDExLjVWNFYzVjIuNUgxMUg0SDMuNVYzVjRaIiBmaWxsPSJibGFjayIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K") 8 1, auto;
|
|
540
626
|
}
|
|
541
627
|
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
/* Font Family */
|
|
637
|
+
/* Font Sizes */
|
|
638
|
+
/* Radius */
|
|
639
|
+
/* 1px */
|
|
640
|
+
/* 2px */
|
|
641
|
+
/* 3px */
|
|
642
|
+
/* 4px */
|
|
643
|
+
/* 5px */
|
|
644
|
+
/* 6px */
|
|
645
|
+
/* 7px */
|
|
646
|
+
/* 8px */
|
|
647
|
+
/* 9px */
|
|
648
|
+
/* 10px */
|
|
649
|
+
/* 11px */
|
|
650
|
+
/* 12px */
|
|
651
|
+
/* 13px */
|
|
652
|
+
/* 14px */
|
|
653
|
+
/* 15px */
|
|
654
|
+
/* 16px */
|
|
655
|
+
/* 17px */
|
|
656
|
+
/* 18px */
|
|
657
|
+
/* 19px */
|
|
658
|
+
/* 20px */
|
|
659
|
+
/* 21px */
|
|
660
|
+
/* 22px */
|
|
661
|
+
/* 23px */
|
|
662
|
+
/* 24px */
|
|
663
|
+
/* 25px */
|
|
664
|
+
/* 26px */
|
|
665
|
+
/* 27px */
|
|
666
|
+
/* 28px */
|
|
667
|
+
/* 29px */
|
|
668
|
+
/* 30px */
|
|
669
|
+
/* 31px */
|
|
670
|
+
/* 32px */
|
|
671
|
+
/* 33px */
|
|
672
|
+
/* 34px */
|
|
673
|
+
/* 35px */
|
|
674
|
+
/* 36px */
|
|
675
|
+
/* 37px */
|
|
676
|
+
/* 38px */
|
|
677
|
+
/* 39px */
|
|
678
|
+
/* 40px */
|
|
679
|
+
/* 41px */
|
|
680
|
+
/* 42px */
|
|
681
|
+
/* 43px */
|
|
682
|
+
/* 44px */
|
|
683
|
+
/* 45px */
|
|
684
|
+
/* 46px */
|
|
685
|
+
/* 47px */
|
|
686
|
+
/* 48px */
|
|
687
|
+
/* 49px */
|
|
688
|
+
/* 50px */
|
|
689
|
+
/* 5em */
|
|
690
|
+
/* 65% */
|
|
691
|
+
/* border */
|
|
692
|
+
/* 0px */
|
|
693
|
+
/* 1px */
|
|
694
|
+
/* 1.5px */
|
|
695
|
+
/* 2px */
|
|
696
|
+
/* 3px */
|
|
697
|
+
/* 4px */
|
|
698
|
+
/* 5px */
|
|
699
|
+
/* 6px */
|
|
700
|
+
/* 7px */
|
|
701
|
+
/* 8px */
|
|
702
|
+
/* 9px */
|
|
703
|
+
/* 10px */
|
|
704
|
+
/* 11px */
|
|
705
|
+
/* 12px */
|
|
706
|
+
/* 13px */
|
|
707
|
+
/* 14px */
|
|
708
|
+
/* 15px */
|
|
709
|
+
/* 16px */
|
|
710
|
+
|
|
711
|
+
|
|
542
712
|
/*! tab layout */
|
|
543
713
|
.e-richtexteditor {
|
|
544
714
|
display: block;
|
|
@@ -639,10 +809,9 @@
|
|
|
639
809
|
text-align: left;
|
|
640
810
|
}
|
|
641
811
|
.e-richtexteditor.e-rtl .e-rte-character-count {
|
|
642
|
-
|
|
812
|
+
margin-right: auto;
|
|
643
813
|
padding-left: 30px;
|
|
644
814
|
padding-right: unset;
|
|
645
|
-
right: unset;
|
|
646
815
|
}
|
|
647
816
|
.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
|
|
648
817
|
padding-left: 0;
|
|
@@ -652,7 +821,8 @@
|
|
|
652
821
|
margin-left: 0;
|
|
653
822
|
}
|
|
654
823
|
.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
|
|
655
|
-
height:
|
|
824
|
+
height: 48px;
|
|
825
|
+
min-height: 48px;
|
|
656
826
|
}
|
|
657
827
|
.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
|
|
658
828
|
display: inline-block;
|
|
@@ -736,7 +906,7 @@
|
|
|
736
906
|
position: relative;
|
|
737
907
|
text-align: inherit;
|
|
738
908
|
z-index: 2;
|
|
739
|
-
font-weight:
|
|
909
|
+
font-weight: 400;
|
|
740
910
|
line-height: 1.5;
|
|
741
911
|
font-size: 1em;
|
|
742
912
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -751,6 +921,11 @@
|
|
|
751
921
|
margin: 0 0 10px;
|
|
752
922
|
margin-bottom: 10px;
|
|
753
923
|
}
|
|
924
|
+
.e-richtexteditor .e-rte-content .e-content blockquote,
|
|
925
|
+
.e-richtexteditor .e-source-content .e-content blockquote,
|
|
926
|
+
.e-richtexteditor .e-rte-iframe-content .e-content blockquote {
|
|
927
|
+
font-size: 1em;
|
|
928
|
+
}
|
|
754
929
|
.e-richtexteditor .e-rte-content .e-content code,
|
|
755
930
|
.e-richtexteditor .e-source-content .e-content code,
|
|
756
931
|
.e-richtexteditor .e-rte-iframe-content .e-content code {
|
|
@@ -780,7 +955,7 @@
|
|
|
780
955
|
left: -25px;
|
|
781
956
|
width: 16px;
|
|
782
957
|
height: 16px;
|
|
783
|
-
border-radius:
|
|
958
|
+
border-radius: calc(var(--e-radius) * 0.125);
|
|
784
959
|
border: 2px solid rgba(var(--color-sf-on-surface-variant));
|
|
785
960
|
cursor: pointer;
|
|
786
961
|
}
|
|
@@ -917,7 +1092,6 @@
|
|
|
917
1092
|
.e-richtexteditor .e-source-content .e-content h6,
|
|
918
1093
|
.e-richtexteditor .e-rte-iframe-content .e-content h6 {
|
|
919
1094
|
font-size: 1.142em;
|
|
920
|
-
line-height: 600;
|
|
921
1095
|
line-height: 1.5;
|
|
922
1096
|
margin: 10px 0;
|
|
923
1097
|
}
|
|
@@ -936,12 +1110,17 @@
|
|
|
936
1110
|
border-spacing: 0;
|
|
937
1111
|
empty-cells: show;
|
|
938
1112
|
}
|
|
1113
|
+
.e-richtexteditor .e-rte-content .e-content table:not(:first-child):not(table table),
|
|
1114
|
+
.e-richtexteditor .e-source-content .e-content table:not(:first-child):not(table table),
|
|
1115
|
+
.e-richtexteditor .e-rte-iframe-content .e-content table:not(:first-child):not(table table) {
|
|
1116
|
+
margin-top: 10px;
|
|
1117
|
+
}
|
|
939
1118
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
940
1119
|
.e-richtexteditor .e-source-content .e-content pre,
|
|
941
1120
|
.e-richtexteditor .e-rte-iframe-content .e-content pre {
|
|
942
1121
|
background-color: inherit;
|
|
943
1122
|
border: 0;
|
|
944
|
-
border-radius: 0;
|
|
1123
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
945
1124
|
color: rgba(var(--color-sf-on-surface));
|
|
946
1125
|
font-size: inherit;
|
|
947
1126
|
line-height: inherit;
|
|
@@ -958,7 +1137,7 @@
|
|
|
958
1137
|
background: rgba(157, 157, 157, 0.08);
|
|
959
1138
|
color: rgb(46, 46, 46);
|
|
960
1139
|
font-family: Space Mono;
|
|
961
|
-
border-radius:
|
|
1140
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
962
1141
|
border: 1px solid rgb(229, 231, 235);
|
|
963
1142
|
padding: 20px 16px 16px;
|
|
964
1143
|
font-size: 14px;
|
|
@@ -979,7 +1158,7 @@
|
|
|
979
1158
|
padding: 2px 4px;
|
|
980
1159
|
background-color: rgb(105, 105, 105);
|
|
981
1160
|
top: -1px;
|
|
982
|
-
border-radius: 0 0
|
|
1161
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25);
|
|
983
1162
|
position: absolute;
|
|
984
1163
|
}
|
|
985
1164
|
.e-richtexteditor .e-rte-content .e-content pre[data-language] code,
|
|
@@ -994,7 +1173,7 @@
|
|
|
994
1173
|
.e-richtexteditor .e-source-content .e-content b,
|
|
995
1174
|
.e-richtexteditor .e-rte-iframe-content .e-content strong,
|
|
996
1175
|
.e-richtexteditor .e-rte-iframe-content .e-content b {
|
|
997
|
-
font-weight:
|
|
1176
|
+
font-weight: 700;
|
|
998
1177
|
}
|
|
999
1178
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
1000
1179
|
.e-richtexteditor .e-source-content .e-content a,
|
|
@@ -1025,13 +1204,17 @@
|
|
|
1025
1204
|
margin-bottom: 0;
|
|
1026
1205
|
}
|
|
1027
1206
|
.e-richtexteditor .e-rte-content .e-content h3 + h4,
|
|
1028
|
-
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1029
|
-
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1030
1207
|
.e-richtexteditor .e-source-content .e-content h3 + h4,
|
|
1208
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
|
|
1209
|
+
margin-top: 0.6em;
|
|
1210
|
+
}
|
|
1211
|
+
.e-richtexteditor .e-rte-content .e-content h4 + h5,
|
|
1031
1212
|
.e-richtexteditor .e-source-content .e-content h4 + h5,
|
|
1213
|
+
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
|
|
1214
|
+
margin-top: 0.6em;
|
|
1215
|
+
}
|
|
1216
|
+
.e-richtexteditor .e-rte-content .e-content h5 + h6,
|
|
1032
1217
|
.e-richtexteditor .e-source-content .e-content h5 + h6,
|
|
1033
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
|
|
1034
|
-
.e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
|
|
1035
1218
|
.e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
|
|
1036
1219
|
margin-top: 0.6em;
|
|
1037
1220
|
}
|
|
@@ -1112,7 +1295,7 @@
|
|
|
1112
1295
|
.e-richtexteditor .e-rte-character-count {
|
|
1113
1296
|
color: rgba(var(--color-sf-outline));
|
|
1114
1297
|
font-size: 14px;
|
|
1115
|
-
margin-right:
|
|
1298
|
+
margin-right: 15px;
|
|
1116
1299
|
opacity: 1;
|
|
1117
1300
|
padding-bottom: 2px;
|
|
1118
1301
|
text-align: right;
|
|
@@ -1127,6 +1310,9 @@
|
|
|
1127
1310
|
color: rgba(var(--color-sf-error));
|
|
1128
1311
|
opacity: unset;
|
|
1129
1312
|
}
|
|
1313
|
+
.e-richtexteditor:not(.e-rtl) .e-rte-character-count:last-child {
|
|
1314
|
+
margin-right: 10px;
|
|
1315
|
+
}
|
|
1130
1316
|
.e-richtexteditor .e-rte-srctextarea {
|
|
1131
1317
|
background-color: transparent;
|
|
1132
1318
|
border: 0;
|
|
@@ -1141,15 +1327,15 @@
|
|
|
1141
1327
|
width: 100%;
|
|
1142
1328
|
}
|
|
1143
1329
|
.e-richtexteditor .e-resize-handle {
|
|
1144
|
-
height: 15px;
|
|
1145
1330
|
position: absolute;
|
|
1146
|
-
|
|
1331
|
+
margin-bottom: 3px;
|
|
1147
1332
|
}
|
|
1148
1333
|
.e-richtexteditor .e-resize-handle.e-south-east {
|
|
1149
1334
|
bottom: 0;
|
|
1150
1335
|
cursor: nwse-resize;
|
|
1151
1336
|
right: 0;
|
|
1152
1337
|
z-index: 100;
|
|
1338
|
+
margin-right: 3px;
|
|
1153
1339
|
}
|
|
1154
1340
|
.e-richtexteditor .e-resize-handle.e-south-west {
|
|
1155
1341
|
bottom: 0;
|
|
@@ -1158,6 +1344,7 @@
|
|
|
1158
1344
|
-webkit-transform: rotate(90deg);
|
|
1159
1345
|
transform: rotate(90deg);
|
|
1160
1346
|
z-index: 100;
|
|
1347
|
+
margin-left: 3px;
|
|
1161
1348
|
}
|
|
1162
1349
|
.e-richtexteditor.e-rtl.e-rte-resize {
|
|
1163
1350
|
float: right;
|
|
@@ -1236,7 +1423,7 @@
|
|
|
1236
1423
|
padding: 5px;
|
|
1237
1424
|
}
|
|
1238
1425
|
.e-richtexteditor .e-video-url-wrap textarea {
|
|
1239
|
-
height: 80px;
|
|
1426
|
+
min-height: 80px;
|
|
1240
1427
|
}
|
|
1241
1428
|
.e-richtexteditor .e-rte-value-wrapper {
|
|
1242
1429
|
display: none;
|
|
@@ -1263,7 +1450,7 @@
|
|
|
1263
1450
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1264
1451
|
display: block;
|
|
1265
1452
|
font-family: "e-icons";
|
|
1266
|
-
font-weight:
|
|
1453
|
+
font-weight: 400;
|
|
1267
1454
|
line-height: 1;
|
|
1268
1455
|
text-transform: none;
|
|
1269
1456
|
}
|
|
@@ -1283,7 +1470,7 @@
|
|
|
1283
1470
|
}
|
|
1284
1471
|
|
|
1285
1472
|
.e-colorpicker-popup.e-rte-dropdown .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
|
|
1286
|
-
font-family:
|
|
1473
|
+
font-family: var(--e-font-family);
|
|
1287
1474
|
}
|
|
1288
1475
|
|
|
1289
1476
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper,
|
|
@@ -1296,7 +1483,7 @@
|
|
|
1296
1483
|
}
|
|
1297
1484
|
|
|
1298
1485
|
.e-rte-label label {
|
|
1299
|
-
font-weight:
|
|
1486
|
+
font-weight: 400;
|
|
1300
1487
|
}
|
|
1301
1488
|
|
|
1302
1489
|
.e-rte-linkcontent .e-rte-label:first-child {
|
|
@@ -1335,7 +1522,7 @@
|
|
|
1335
1522
|
}
|
|
1336
1523
|
.e-rte-dropdown-popup ul .e-item.e-h1 {
|
|
1337
1524
|
font-size: 2em;
|
|
1338
|
-
font-weight:
|
|
1525
|
+
font-weight: 700;
|
|
1339
1526
|
height: 40px;
|
|
1340
1527
|
line-height: 40px;
|
|
1341
1528
|
}
|
|
@@ -1346,25 +1533,25 @@
|
|
|
1346
1533
|
}
|
|
1347
1534
|
.e-rte-dropdown-popup ul .e-item.e-h2 {
|
|
1348
1535
|
font-size: 1.5em;
|
|
1349
|
-
font-weight:
|
|
1536
|
+
font-weight: 700;
|
|
1350
1537
|
height: 40px;
|
|
1351
1538
|
line-height: 40px;
|
|
1352
1539
|
}
|
|
1353
1540
|
.e-rte-dropdown-popup ul .e-item.e-h3 {
|
|
1354
1541
|
font-size: 1.16em;
|
|
1355
|
-
font-weight:
|
|
1542
|
+
font-weight: 700;
|
|
1356
1543
|
}
|
|
1357
1544
|
.e-rte-dropdown-popup ul .e-item.e-h4 {
|
|
1358
1545
|
font-size: 1em;
|
|
1359
|
-
font-weight:
|
|
1546
|
+
font-weight: 700;
|
|
1360
1547
|
}
|
|
1361
1548
|
.e-rte-dropdown-popup ul .e-item.e-h5 {
|
|
1362
1549
|
font-size: 0.83em;
|
|
1363
|
-
font-weight:
|
|
1550
|
+
font-weight: 700;
|
|
1364
1551
|
}
|
|
1365
1552
|
.e-rte-dropdown-popup ul .e-item.e-h6 {
|
|
1366
1553
|
font-size: 0.7em;
|
|
1367
|
-
font-weight:
|
|
1554
|
+
font-weight: 700;
|
|
1368
1555
|
}
|
|
1369
1556
|
.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
|
|
1370
1557
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -1550,7 +1737,7 @@
|
|
|
1550
1737
|
box-sizing: border-box;
|
|
1551
1738
|
display: block;
|
|
1552
1739
|
font-size: 16px;
|
|
1553
|
-
font-weight:
|
|
1740
|
+
font-weight: 400;
|
|
1554
1741
|
margin: auto;
|
|
1555
1742
|
opacity: 0.9;
|
|
1556
1743
|
position: relative;
|
|
@@ -1698,8 +1885,8 @@
|
|
|
1698
1885
|
.e-rte-elements .e-audioheader,
|
|
1699
1886
|
.e-rte-elements .e-videoheader,
|
|
1700
1887
|
.e-rte-elements .e-video-url-wrap {
|
|
1701
|
-
font-family:
|
|
1702
|
-
font-size:
|
|
1888
|
+
font-family: var(--e-font-family);
|
|
1889
|
+
font-size: 15px;
|
|
1703
1890
|
opacity: 0.87;
|
|
1704
1891
|
padding-bottom: 0;
|
|
1705
1892
|
padding-top: 20px;
|
|
@@ -1811,7 +1998,6 @@
|
|
|
1811
1998
|
.e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
|
|
1812
1999
|
.e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
|
|
1813
2000
|
.e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
|
|
1814
|
-
line-height: 10;
|
|
1815
2001
|
min-height: 50px;
|
|
1816
2002
|
position: relative;
|
|
1817
2003
|
}
|
|
@@ -1826,16 +2012,6 @@
|
|
|
1826
2012
|
display: inline-block;
|
|
1827
2013
|
line-height: normal;
|
|
1828
2014
|
}
|
|
1829
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1830
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1831
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1832
|
-
.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
|
|
1833
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
|
|
1834
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
1835
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
1836
|
-
.e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
1837
|
-
line-height: 4;
|
|
1838
|
-
}
|
|
1839
2015
|
.e-richtexteditor .e-rte-inline-dropdown ul,
|
|
1840
2016
|
.e-rte-elements .e-rte-inline-dropdown ul {
|
|
1841
2017
|
max-height: 200px;
|
|
@@ -1848,11 +2024,11 @@
|
|
|
1848
2024
|
}
|
|
1849
2025
|
.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open,
|
|
1850
2026
|
.e-rte-elements .e-rte-table-popup.e-popup.e-popup-open {
|
|
1851
|
-
border-radius:
|
|
2027
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
1852
2028
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
1853
2029
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
1854
2030
|
font-size: 14px;
|
|
1855
|
-
font-weight:
|
|
2031
|
+
font-weight: 400;
|
|
1856
2032
|
min-width: 120px;
|
|
1857
2033
|
overflow: hidden;
|
|
1858
2034
|
padding: 10px;
|
|
@@ -1972,7 +2148,7 @@
|
|
|
1972
2148
|
}
|
|
1973
2149
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
|
|
1974
2150
|
.e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
|
|
1975
|
-
font-weight:
|
|
2151
|
+
font-weight: 400;
|
|
1976
2152
|
}
|
|
1977
2153
|
.e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
|
|
1978
2154
|
.e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
|
|
@@ -1986,14 +2162,20 @@
|
|
|
1986
2162
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
1987
2163
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
1988
2164
|
border: none;
|
|
1989
|
-
min-
|
|
1990
|
-
|
|
1991
|
-
|
|
2165
|
+
min-height: 330px;
|
|
2166
|
+
min-width: 310px;
|
|
2167
|
+
display: -webkit-box;
|
|
2168
|
+
display: -ms-flexbox;
|
|
2169
|
+
display: flex;
|
|
2170
|
+
-webkit-box-orient: vertical;
|
|
2171
|
+
-webkit-box-direction: normal;
|
|
2172
|
+
-ms-flex-direction: column;
|
|
2173
|
+
flex-direction: column;
|
|
1992
2174
|
}
|
|
1993
2175
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
|
|
1994
2176
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1995
2177
|
padding: 7px 3px;
|
|
1996
|
-
border-radius:
|
|
2178
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1997
2179
|
}
|
|
1998
2180
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
1999
2181
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
@@ -2004,6 +2186,10 @@
|
|
|
2004
2186
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
|
|
2005
2187
|
margin: 10px;
|
|
2006
2188
|
width: 94%;
|
|
2189
|
+
-webkit-box-sizing: border-box;
|
|
2190
|
+
box-sizing: border-box;
|
|
2191
|
+
-ms-flex-item-align: center;
|
|
2192
|
+
align-self: center;
|
|
2007
2193
|
}
|
|
2008
2194
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn,
|
|
2009
2195
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
|
|
@@ -2025,10 +2211,7 @@
|
|
|
2025
2211
|
-webkit-box-shadow: none;
|
|
2026
2212
|
box-shadow: none;
|
|
2027
2213
|
padding: 6px 0;
|
|
2028
|
-
width: 40px;
|
|
2029
|
-
height: 40px;
|
|
2030
2214
|
border: none;
|
|
2031
|
-
line-height: 1px;
|
|
2032
2215
|
font-size: 24px;
|
|
2033
2216
|
}
|
|
2034
2217
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
|
|
@@ -2045,10 +2228,7 @@
|
|
|
2045
2228
|
box-shadow: none;
|
|
2046
2229
|
font-size: 24px;
|
|
2047
2230
|
padding: 6px 0;
|
|
2048
|
-
width: 40px;
|
|
2049
|
-
height: 40px;
|
|
2050
2231
|
border: none;
|
|
2051
|
-
line-height: 1px;
|
|
2052
2232
|
}
|
|
2053
2233
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
|
|
2054
2234
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
@@ -2070,7 +2250,7 @@
|
|
|
2070
2250
|
}
|
|
2071
2251
|
|
|
2072
2252
|
.e-rte-quick-popup.e-rte-elements {
|
|
2073
|
-
border-radius:
|
|
2253
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2074
2254
|
border: none;
|
|
2075
2255
|
}
|
|
2076
2256
|
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar {
|
|
@@ -2221,7 +2401,7 @@
|
|
|
2221
2401
|
}
|
|
2222
2402
|
|
|
2223
2403
|
.e-dialog.e-rte-dialog-minheight {
|
|
2224
|
-
min-height:
|
|
2404
|
+
min-height: 298px;
|
|
2225
2405
|
}
|
|
2226
2406
|
|
|
2227
2407
|
.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
|
|
@@ -2250,7 +2430,6 @@
|
|
|
2250
2430
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
|
|
2251
2431
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
|
|
2252
2432
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
|
|
2253
|
-
line-height: 10;
|
|
2254
2433
|
min-height: 50px;
|
|
2255
2434
|
position: relative;
|
|
2256
2435
|
}
|
|
@@ -2314,16 +2493,6 @@
|
|
|
2314
2493
|
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
|
|
2315
2494
|
display: none;
|
|
2316
2495
|
}
|
|
2317
|
-
.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2318
|
-
.e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2319
|
-
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
|
|
2320
|
-
.e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
|
|
2321
|
-
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
|
|
2322
|
-
font-size: 10px;
|
|
2323
|
-
opacity: 0.87;
|
|
2324
|
-
padding-bottom: 0;
|
|
2325
|
-
padding-top: 20px;
|
|
2326
|
-
}
|
|
2327
2496
|
|
|
2328
2497
|
.e-rte-import-dialog .e-dlg-content {
|
|
2329
2498
|
overflow-y: hidden;
|
|
@@ -2343,10 +2512,10 @@
|
|
|
2343
2512
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
2344
2513
|
.e-dialog .e-word-uploadwrap .e-droptext,
|
|
2345
2514
|
.e-dialog.e-device .e-vid-uploadwrap .e-droptext {
|
|
2346
|
-
border: dashed
|
|
2347
|
-
border-radius:
|
|
2515
|
+
border: 2px dashed rgba(var(--color-sf-on-surface), 0.38);
|
|
2516
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2348
2517
|
color: rgba(var(--color-sf-on-secondary-container));
|
|
2349
|
-
font-family:
|
|
2518
|
+
font-family: var(--e-font-family);
|
|
2350
2519
|
font-size: 14px;
|
|
2351
2520
|
height: 128px;
|
|
2352
2521
|
margin: 0 auto;
|
|
@@ -2426,17 +2595,17 @@
|
|
|
2426
2595
|
width: 14px;
|
|
2427
2596
|
}
|
|
2428
2597
|
.e-rte-elements .e-rte-table-popup.e-popup.e-popup-open {
|
|
2429
|
-
border-radius:
|
|
2598
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
2430
2599
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
2431
2600
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
2432
2601
|
font-size: 14px;
|
|
2433
|
-
font-weight:
|
|
2602
|
+
font-weight: 400;
|
|
2434
2603
|
min-width: 120px;
|
|
2435
2604
|
overflow: hidden;
|
|
2436
2605
|
padding: 10px;
|
|
2437
2606
|
}
|
|
2438
2607
|
.e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
|
|
2439
|
-
width: 95px;
|
|
2608
|
+
min-width: 95px;
|
|
2440
2609
|
}
|
|
2441
2610
|
.e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
|
|
2442
2611
|
max-height: 300px;
|
|
@@ -2454,7 +2623,6 @@
|
|
|
2454
2623
|
.e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
|
|
2455
2624
|
.e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
|
|
2456
2625
|
.e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
|
|
2457
|
-
line-height: 10;
|
|
2458
2626
|
min-height: 50px;
|
|
2459
2627
|
position: relative;
|
|
2460
2628
|
}
|
|
@@ -2502,8 +2670,8 @@
|
|
|
2502
2670
|
|
|
2503
2671
|
.e-richtexteditor .e-rte-table-popup .e-insert-table-btn {
|
|
2504
2672
|
font-weight: 400;
|
|
2505
|
-
border:
|
|
2506
|
-
border-radius:
|
|
2673
|
+
border: none;
|
|
2674
|
+
border-radius: calc(var(--e-radius) * 1.25);
|
|
2507
2675
|
}
|
|
2508
2676
|
|
|
2509
2677
|
.e-dialog .e-dlg-header-content + .e-dlg-content {
|
|
@@ -2549,11 +2717,10 @@
|
|
|
2549
2717
|
.e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
|
|
2550
2718
|
display: block;
|
|
2551
2719
|
line-height: 20px;
|
|
2552
|
-
font-size:
|
|
2720
|
+
font-size: 12px;
|
|
2553
2721
|
padding: 1px 0 5px;
|
|
2554
2722
|
}
|
|
2555
2723
|
.e-rte-elements.e-slash-menu .e-slash-menu-icon {
|
|
2556
|
-
line-height: 0;
|
|
2557
2724
|
display: inline-block;
|
|
2558
2725
|
width: 50px;
|
|
2559
2726
|
font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
|
|
@@ -2655,10 +2822,8 @@
|
|
|
2655
2822
|
transform: translateX(50%);
|
|
2656
2823
|
}
|
|
2657
2824
|
|
|
2658
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2659
|
-
.e-richtexteditor .e-rte-container.e-
|
|
2660
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
|
|
2661
|
-
.e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
|
|
2825
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
|
|
2826
|
+
.e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
|
|
2662
2827
|
margin-bottom: 20px;
|
|
2663
2828
|
}
|
|
2664
2829
|
|
|
@@ -2672,7 +2837,6 @@
|
|
|
2672
2837
|
}
|
|
2673
2838
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
|
|
2674
2839
|
min-height: 32px;
|
|
2675
|
-
height: 32px;
|
|
2676
2840
|
}
|
|
2677
2841
|
|
|
2678
2842
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
@@ -2711,6 +2875,175 @@
|
|
|
2711
2875
|
bottom: 0;
|
|
2712
2876
|
}
|
|
2713
2877
|
|
|
2878
|
+
.e-rte-aiquery-popup {
|
|
2879
|
+
min-height: 100px;
|
|
2880
|
+
overflow: hidden;
|
|
2881
|
+
display: -webkit-box !important;
|
|
2882
|
+
display: -ms-flexbox !important;
|
|
2883
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
2884
|
+
-webkit-box-orient: vertical;
|
|
2885
|
+
-webkit-box-direction: normal;
|
|
2886
|
+
-ms-flex-direction: column;
|
|
2887
|
+
flex-direction: column;
|
|
2888
|
+
}
|
|
2889
|
+
.e-rte-aiquery-popup .e-rte-ai-assit-content-container {
|
|
2890
|
+
-webkit-box-flex: 1;
|
|
2891
|
+
-ms-flex: 1 1 auto;
|
|
2892
|
+
flex: 1 1 auto;
|
|
2893
|
+
display: -webkit-box;
|
|
2894
|
+
display: -ms-flexbox;
|
|
2895
|
+
display: flex;
|
|
2896
|
+
-webkit-box-orient: vertical;
|
|
2897
|
+
-webkit-box-direction: normal;
|
|
2898
|
+
-ms-flex-direction: column;
|
|
2899
|
+
flex-direction: column;
|
|
2900
|
+
min-height: 0;
|
|
2901
|
+
width: 100%;
|
|
2902
|
+
}
|
|
2903
|
+
.e-rte-aiquery-popup .e-aiassistview {
|
|
2904
|
+
-webkit-box-flex: 1;
|
|
2905
|
+
-ms-flex: 1 1 auto;
|
|
2906
|
+
flex: 1 1 auto;
|
|
2907
|
+
display: -webkit-box;
|
|
2908
|
+
display: -ms-flexbox;
|
|
2909
|
+
display: flex;
|
|
2910
|
+
-webkit-box-orient: vertical;
|
|
2911
|
+
-webkit-box-direction: normal;
|
|
2912
|
+
-ms-flex-direction: column;
|
|
2913
|
+
flex-direction: column;
|
|
2914
|
+
min-height: 0;
|
|
2915
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
2916
|
+
}
|
|
2917
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-header {
|
|
2918
|
+
-webkit-box-flex: 0;
|
|
2919
|
+
-ms-flex: 0 0 auto;
|
|
2920
|
+
flex: 0 0 auto;
|
|
2921
|
+
}
|
|
2922
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-content {
|
|
2923
|
+
-webkit-box-flex: 1;
|
|
2924
|
+
-ms-flex: 1 1 auto;
|
|
2925
|
+
flex: 1 1 auto;
|
|
2926
|
+
overflow-y: auto;
|
|
2927
|
+
overflow-x: hidden;
|
|
2928
|
+
min-height: 0;
|
|
2929
|
+
}
|
|
2930
|
+
.e-rte-aiquery-popup .e-aiassistview .e-view-container {
|
|
2931
|
+
margin: auto;
|
|
2932
|
+
}
|
|
2933
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
2934
|
+
pointer-events: none;
|
|
2935
|
+
opacity: 0.5;
|
|
2936
|
+
cursor: not-allowed;
|
|
2937
|
+
}
|
|
2938
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content {
|
|
2939
|
+
display: -webkit-box;
|
|
2940
|
+
display: -ms-flexbox;
|
|
2941
|
+
display: flex;
|
|
2942
|
+
-webkit-box-orient: vertical;
|
|
2943
|
+
-webkit-box-direction: normal;
|
|
2944
|
+
-ms-flex-direction: column;
|
|
2945
|
+
flex-direction: column;
|
|
2946
|
+
-webkit-box-pack: center;
|
|
2947
|
+
-ms-flex-pack: center;
|
|
2948
|
+
justify-content: center;
|
|
2949
|
+
height: 230px;
|
|
2950
|
+
text-align: center;
|
|
2951
|
+
}
|
|
2952
|
+
.e-rte-aiquery-popup .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
2953
|
+
font-size: 35px;
|
|
2954
|
+
}
|
|
2955
|
+
.e-rte-aiquery-popup .e-aiassistview .e-footer {
|
|
2956
|
+
width: 85%;
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
|
|
2960
|
+
line-height: 2px;
|
|
2961
|
+
}
|
|
2962
|
+
|
|
2963
|
+
|
|
2964
|
+
|
|
2965
|
+
|
|
2966
|
+
|
|
2967
|
+
|
|
2968
|
+
|
|
2969
|
+
|
|
2970
|
+
|
|
2971
|
+
/* Font Family */
|
|
2972
|
+
/* Font Sizes */
|
|
2973
|
+
/* Radius */
|
|
2974
|
+
/* 1px */
|
|
2975
|
+
/* 2px */
|
|
2976
|
+
/* 3px */
|
|
2977
|
+
/* 4px */
|
|
2978
|
+
/* 5px */
|
|
2979
|
+
/* 6px */
|
|
2980
|
+
/* 7px */
|
|
2981
|
+
/* 8px */
|
|
2982
|
+
/* 9px */
|
|
2983
|
+
/* 10px */
|
|
2984
|
+
/* 11px */
|
|
2985
|
+
/* 12px */
|
|
2986
|
+
/* 13px */
|
|
2987
|
+
/* 14px */
|
|
2988
|
+
/* 15px */
|
|
2989
|
+
/* 16px */
|
|
2990
|
+
/* 17px */
|
|
2991
|
+
/* 18px */
|
|
2992
|
+
/* 19px */
|
|
2993
|
+
/* 20px */
|
|
2994
|
+
/* 21px */
|
|
2995
|
+
/* 22px */
|
|
2996
|
+
/* 23px */
|
|
2997
|
+
/* 24px */
|
|
2998
|
+
/* 25px */
|
|
2999
|
+
/* 26px */
|
|
3000
|
+
/* 27px */
|
|
3001
|
+
/* 28px */
|
|
3002
|
+
/* 29px */
|
|
3003
|
+
/* 30px */
|
|
3004
|
+
/* 31px */
|
|
3005
|
+
/* 32px */
|
|
3006
|
+
/* 33px */
|
|
3007
|
+
/* 34px */
|
|
3008
|
+
/* 35px */
|
|
3009
|
+
/* 36px */
|
|
3010
|
+
/* 37px */
|
|
3011
|
+
/* 38px */
|
|
3012
|
+
/* 39px */
|
|
3013
|
+
/* 40px */
|
|
3014
|
+
/* 41px */
|
|
3015
|
+
/* 42px */
|
|
3016
|
+
/* 43px */
|
|
3017
|
+
/* 44px */
|
|
3018
|
+
/* 45px */
|
|
3019
|
+
/* 46px */
|
|
3020
|
+
/* 47px */
|
|
3021
|
+
/* 48px */
|
|
3022
|
+
/* 49px */
|
|
3023
|
+
/* 50px */
|
|
3024
|
+
/* 5em */
|
|
3025
|
+
/* 65% */
|
|
3026
|
+
/* border */
|
|
3027
|
+
/* 0px */
|
|
3028
|
+
/* 1px */
|
|
3029
|
+
/* 1.5px */
|
|
3030
|
+
/* 2px */
|
|
3031
|
+
/* 3px */
|
|
3032
|
+
/* 4px */
|
|
3033
|
+
/* 5px */
|
|
3034
|
+
/* 6px */
|
|
3035
|
+
/* 7px */
|
|
3036
|
+
/* 8px */
|
|
3037
|
+
/* 9px */
|
|
3038
|
+
/* 10px */
|
|
3039
|
+
/* 11px */
|
|
3040
|
+
/* 12px */
|
|
3041
|
+
/* 13px */
|
|
3042
|
+
/* 14px */
|
|
3043
|
+
/* 15px */
|
|
3044
|
+
/* 16px */
|
|
3045
|
+
|
|
3046
|
+
|
|
2714
3047
|
/*! tab layout */
|
|
2715
3048
|
.e-rte-container {
|
|
2716
3049
|
border: 1px solid rgba(var(--color-sf-outline-variant));
|
|
@@ -2756,6 +3089,9 @@ iframe.e-rte-content {
|
|
|
2756
3089
|
color: rgba(var(--color-sf-on-surface));
|
|
2757
3090
|
background: rgba(var(--color-sf-surface));
|
|
2758
3091
|
}
|
|
3092
|
+
.e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
|
|
3093
|
+
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
3094
|
+
}
|
|
2759
3095
|
.e-richtexteditor .e-toolbar-wrapper {
|
|
2760
3096
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
2761
3097
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
@@ -2844,7 +3180,7 @@ iframe.e-rte-content {
|
|
|
2844
3180
|
}
|
|
2845
3181
|
|
|
2846
3182
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper {
|
|
2847
|
-
border-radius:
|
|
3183
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2848
3184
|
}
|
|
2849
3185
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
|
|
2850
3186
|
background: transparent;
|
|
@@ -2852,7 +3188,7 @@ iframe.e-rte-content {
|
|
|
2852
3188
|
}
|
|
2853
3189
|
|
|
2854
3190
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper {
|
|
2855
|
-
border-radius:
|
|
3191
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
2856
3192
|
}
|
|
2857
3193
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
|
|
2858
3194
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
@@ -2911,32 +3247,32 @@ iframe.e-rte-content {
|
|
|
2911
3247
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
2912
3248
|
}
|
|
2913
3249
|
|
|
2914
|
-
.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,
|
|
2915
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
|
|
2916
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
|
|
2917
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
|
|
2918
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
|
|
3250
|
+
.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,
|
|
3251
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
|
|
3252
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
|
|
3253
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
|
|
3254
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
|
|
2919
3255
|
border: 1px solid transparent;
|
|
2920
3256
|
}
|
|
2921
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
|
|
2922
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
3257
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
3258
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2923
3259
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
2924
3260
|
}
|
|
2925
|
-
.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,
|
|
2926
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
|
|
2927
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
3261
|
+
.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,
|
|
3262
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
|
|
3263
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
|
|
2928
3264
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
2929
3265
|
}
|
|
2930
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
2931
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
|
|
3266
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
|
|
3267
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
|
|
2932
3268
|
color: rgba(var(--color-sf-on-primary-container));
|
|
2933
3269
|
}
|
|
2934
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
2935
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
3270
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
|
|
3271
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
|
|
2936
3272
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
2937
3273
|
}
|
|
2938
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
|
|
2939
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
|
|
3274
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
|
|
3275
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
|
|
2940
3276
|
border: 1px solid transparent;
|
|
2941
3277
|
background: rgba(var(--color-sf-primary-container));
|
|
2942
3278
|
}
|
|
@@ -2971,10 +3307,14 @@ iframe.e-rte-content {
|
|
|
2971
3307
|
background: transparent;
|
|
2972
3308
|
}
|
|
2973
3309
|
|
|
2974
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
2975
|
-
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
3310
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
|
|
3311
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
|
|
2976
3312
|
-webkit-box-shadow: none;
|
|
2977
3313
|
box-shadow: none;
|
|
3314
|
+
}
|
|
3315
|
+
|
|
3316
|
+
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
|
|
3317
|
+
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
|
|
2978
3318
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
2979
3319
|
}
|
|
2980
3320
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
|
|
@@ -3146,7 +3486,7 @@ span.e-rte-videoboxmark {
|
|
|
3146
3486
|
.e-mob-rte span.e-rte-videoboxmark {
|
|
3147
3487
|
background: rgba(var(--color-sf-on-primary));
|
|
3148
3488
|
border: 1px solid rgba(var(--color-sf-primary));
|
|
3149
|
-
border-radius:
|
|
3489
|
+
border-radius: calc(var(--e-radius) * 0.9375);
|
|
3150
3490
|
height: 20px;
|
|
3151
3491
|
width: 20px;
|
|
3152
3492
|
}
|
|
@@ -3214,7 +3554,7 @@ span.e-rte-videoboxmark {
|
|
|
3214
3554
|
|
|
3215
3555
|
.e-rte-table-popup .e-rte-popup-header {
|
|
3216
3556
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
3217
|
-
font-family:
|
|
3557
|
+
font-family: var(--e-font-family);
|
|
3218
3558
|
font-size: 14px;
|
|
3219
3559
|
text-align: center;
|
|
3220
3560
|
}
|
|
@@ -3334,4 +3674,18 @@ span.e-table-box.e-rbox-select {
|
|
|
3334
3674
|
border-left: 7.5px solid transparent;
|
|
3335
3675
|
border-right: 7.5px solid transparent;
|
|
3336
3676
|
border-top: 9px solid inherit;
|
|
3677
|
+
}
|
|
3678
|
+
|
|
3679
|
+
.e-rte-aiquery-popup {
|
|
3680
|
+
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
3681
|
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
3682
|
+
}
|
|
3683
|
+
.e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
|
|
3684
|
+
color: rgba(var(--color-sf-on-surface-variant), 0.38);
|
|
3685
|
+
}
|
|
3686
|
+
.e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3687
|
+
border: 1px solid transparent;
|
|
3688
|
+
background-color: transparent;
|
|
3689
|
+
-webkit-box-shadow: none;
|
|
3690
|
+
box-shadow: none;
|
|
3337
3691
|
}
|