@syncfusion/ej2-angular-richtexteditor 26.1.38 → 26.1.40
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/CHANGELOG.md +32 -0
- package/package.json +7 -7
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/fluent2.css +5 -5
- package/styles/material3-dark.css +6 -6
- package/styles/material3.css +6 -6
- package/styles/rich-text-editor/fluent2.css +5 -5
- package/styles/rich-text-editor/material3-dark.css +6 -6
- package/styles/rich-text-editor/material3.css +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -6,8 +6,40 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I595611` - Now, localization texts work properly for the source code and preview tooltips in the Rich Text Editor.
|
|
10
|
+
|
|
11
|
+
- `#I595571` - Now, inserting the table into the RichTextEditor works properly while using the quick toolbar settings in the editor.
|
|
12
|
+
|
|
13
|
+
- `#I534515` - Now, the cursor position is maintained properly when inserting image caption text in the Rich Text Editor.
|
|
14
|
+
|
|
15
|
+
- `#I598541` - Now, the quick toolbar in the Rich Text Editor works properly and does not get hidden behind the dialog.
|
|
16
|
+
|
|
17
|
+
- `#F188888` - Now, when setting the `layoutOption` to 'Break' in the `insertVideoSettings`, the break is applied to the embedded video element in the Rich Text Editor.
|
|
18
|
+
|
|
19
|
+
- `#I598973` - Now, when you paste a link and then click the `Shift+Enter`, it should not cause the page to collapse and the cursor to remain maintained properly.
|
|
20
|
+
|
|
21
|
+
- `#I596139` - Now, the `afterPasteCleanup` event returns the proper values in the `Value`argument when pasting the image into the Rich Text Editor.
|
|
22
|
+
|
|
23
|
+
- `#I597774` - Now, enabling and disabling the toolbar on the `focus` and `blur` events, respectively, doesn't bind the drop event multiple times, and it works properly.
|
|
24
|
+
|
|
25
|
+
## 26.1.38 (2024-06-19)
|
|
26
|
+
|
|
27
|
+
### RichTextEditor
|
|
28
|
+
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
31
|
+
- `#I593447` - Now, when the Rich Text Editor value is set to null, injecting the count module works properly.
|
|
32
|
+
|
|
33
|
+
- `#I596042` - Now, pasting the content as plain text in the Rich Text Editor works properly without adding styles.
|
|
34
|
+
|
|
35
|
+
- `#I595789` - Now, applying the quotation in the Rich Text Editor `markdown` mode works properly.
|
|
36
|
+
|
|
37
|
+
- `#F188533` - Now, new lines between the text are deleted properly in the Rich Text Editor.
|
|
38
|
+
|
|
9
39
|
- Now, fixed the issue with font color and the background color popup not opening in rare cases.
|
|
10
40
|
|
|
41
|
+
- Now, the issue with the Editor instance not being properly destroyed inside the Scheduler Edit Template has been fixed.
|
|
42
|
+
|
|
11
43
|
## 26.1.35 (2024-06-11)
|
|
12
44
|
|
|
13
45
|
### RichTextEditor
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-richtexteditor@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-richtexteditor@26.1.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-FvfVadzNx4JO/MMfT2/kfHjLnof/DLCG/Ek+OS2BvGNTP2iFzoRPnlq1XPADOqikF5zay43wbia+SG7DkQCaUA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-richtexteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-26.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-26.1.38.tgz",
|
|
23
|
+
"_shasum": "07e703b36dfe772a98e78784d55aeb9e86b080b9",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~26.1.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~26.1.39",
|
|
35
35
|
"@syncfusion/ej2-base": "~26.1.37",
|
|
36
|
-
"@syncfusion/ej2-richtexteditor": "26.1.
|
|
36
|
+
"@syncfusion/ej2-richtexteditor": "26.1.40",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "syncfusion-ej2-angular-richtexteditor.d.ts",
|
|
75
|
-
"version": "26.1.
|
|
75
|
+
"version": "26.1.40"
|
|
76
76
|
}
|
package/styles/fluent2.css
CHANGED
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
|
|
1374
1374
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before {
|
|
1375
1375
|
display: inline;
|
|
1376
|
-
font-size:
|
|
1376
|
+
font-size: 16px;
|
|
1377
1377
|
}
|
|
1378
1378
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
1379
1379
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
@@ -1727,7 +1727,7 @@
|
|
|
1727
1727
|
}
|
|
1728
1728
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn,
|
|
1729
1729
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1730
|
-
font-size:
|
|
1730
|
+
font-size: 16px;
|
|
1731
1731
|
}
|
|
1732
1732
|
.e-richtexteditor .e-clickelem::after,
|
|
1733
1733
|
.e-richtexteditor .e-video-clickelem::after {
|
|
@@ -3219,7 +3219,7 @@
|
|
|
3219
3219
|
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
|
|
3220
3220
|
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3221
3221
|
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3222
|
-
font-size:
|
|
3222
|
+
font-size: 16px;
|
|
3223
3223
|
}
|
|
3224
3224
|
|
|
3225
3225
|
.e-bigger .e-rte-text-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
|
|
@@ -3228,17 +3228,17 @@
|
|
|
3228
3228
|
.e-bigger .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
|
|
3229
3229
|
.e-bigger .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3230
3230
|
.e-bigger .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3231
|
-
font-size:
|
|
3231
|
+
font-size: 18px;
|
|
3232
3232
|
}
|
|
3233
3233
|
|
|
3234
3234
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3235
3235
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3236
|
-
font-size:
|
|
3236
|
+
font-size: 16px;
|
|
3237
3237
|
}
|
|
3238
3238
|
|
|
3239
3239
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3240
3240
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3241
|
-
font-size:
|
|
3241
|
+
font-size: 18px;
|
|
3242
3242
|
}
|
|
3243
3243
|
.e-bigger .e-rte-container {
|
|
3244
3244
|
border-radius: 4px;
|
package/styles/material3.css
CHANGED
|
@@ -1485,7 +1485,7 @@
|
|
|
1485
1485
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
|
|
1486
1486
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before {
|
|
1487
1487
|
display: inline;
|
|
1488
|
-
font-size:
|
|
1488
|
+
font-size: 16px;
|
|
1489
1489
|
}
|
|
1490
1490
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
1491
1491
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
}
|
|
1840
1840
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn,
|
|
1841
1841
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1842
|
-
font-size:
|
|
1842
|
+
font-size: 16px;
|
|
1843
1843
|
}
|
|
1844
1844
|
.e-richtexteditor .e-clickelem::after,
|
|
1845
1845
|
.e-richtexteditor .e-video-clickelem::after {
|
|
@@ -3331,7 +3331,7 @@
|
|
|
3331
3331
|
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
|
|
3332
3332
|
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3333
3333
|
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3334
|
-
font-size:
|
|
3334
|
+
font-size: 16px;
|
|
3335
3335
|
}
|
|
3336
3336
|
|
|
3337
3337
|
.e-bigger .e-rte-text-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
|
|
@@ -3340,17 +3340,17 @@
|
|
|
3340
3340
|
.e-bigger .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
|
|
3341
3341
|
.e-bigger .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3342
3342
|
.e-bigger .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3343
|
-
font-size:
|
|
3343
|
+
font-size: 18px;
|
|
3344
3344
|
}
|
|
3345
3345
|
|
|
3346
3346
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3347
3347
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3348
|
-
font-size:
|
|
3348
|
+
font-size: 16px;
|
|
3349
3349
|
}
|
|
3350
3350
|
|
|
3351
3351
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3352
3352
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3353
|
-
font-size:
|
|
3353
|
+
font-size: 18px;
|
|
3354
3354
|
}
|
|
3355
3355
|
.e-bigger .e-rte-container {
|
|
3356
3356
|
border-radius: 4px;
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
|
|
1374
1374
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before {
|
|
1375
1375
|
display: inline;
|
|
1376
|
-
font-size:
|
|
1376
|
+
font-size: 16px;
|
|
1377
1377
|
}
|
|
1378
1378
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
1379
1379
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
@@ -1727,7 +1727,7 @@
|
|
|
1727
1727
|
}
|
|
1728
1728
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn,
|
|
1729
1729
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1730
|
-
font-size:
|
|
1730
|
+
font-size: 16px;
|
|
1731
1731
|
}
|
|
1732
1732
|
.e-richtexteditor .e-clickelem::after,
|
|
1733
1733
|
.e-richtexteditor .e-video-clickelem::after {
|
|
@@ -3219,7 +3219,7 @@
|
|
|
3219
3219
|
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
|
|
3220
3220
|
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3221
3221
|
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3222
|
-
font-size:
|
|
3222
|
+
font-size: 16px;
|
|
3223
3223
|
}
|
|
3224
3224
|
|
|
3225
3225
|
.e-bigger .e-rte-text-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
|
|
@@ -3228,17 +3228,17 @@
|
|
|
3228
3228
|
.e-bigger .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
|
|
3229
3229
|
.e-bigger .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3230
3230
|
.e-bigger .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3231
|
-
font-size:
|
|
3231
|
+
font-size: 18px;
|
|
3232
3232
|
}
|
|
3233
3233
|
|
|
3234
3234
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3235
3235
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3236
|
-
font-size:
|
|
3236
|
+
font-size: 16px;
|
|
3237
3237
|
}
|
|
3238
3238
|
|
|
3239
3239
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3240
3240
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3241
|
-
font-size:
|
|
3241
|
+
font-size: 18px;
|
|
3242
3242
|
}
|
|
3243
3243
|
.e-bigger .e-rte-container {
|
|
3244
3244
|
border-radius: 4px;
|
|
@@ -1485,7 +1485,7 @@
|
|
|
1485
1485
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
|
|
1486
1486
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before {
|
|
1487
1487
|
display: inline;
|
|
1488
|
-
font-size:
|
|
1488
|
+
font-size: 16px;
|
|
1489
1489
|
}
|
|
1490
1490
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
|
|
1491
1491
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
}
|
|
1840
1840
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn,
|
|
1841
1841
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
|
|
1842
|
-
font-size:
|
|
1842
|
+
font-size: 16px;
|
|
1843
1843
|
}
|
|
1844
1844
|
.e-richtexteditor .e-clickelem::after,
|
|
1845
1845
|
.e-richtexteditor .e-video-clickelem::after {
|
|
@@ -3331,7 +3331,7 @@
|
|
|
3331
3331
|
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
|
|
3332
3332
|
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3333
3333
|
.e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3334
|
-
font-size:
|
|
3334
|
+
font-size: 16px;
|
|
3335
3335
|
}
|
|
3336
3336
|
|
|
3337
3337
|
.e-bigger .e-rte-text-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
|
|
@@ -3340,17 +3340,17 @@
|
|
|
3340
3340
|
.e-bigger .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
|
|
3341
3341
|
.e-bigger .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3342
3342
|
.e-bigger .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3343
|
-
font-size:
|
|
3343
|
+
font-size: 18px;
|
|
3344
3344
|
}
|
|
3345
3345
|
|
|
3346
3346
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3347
3347
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3348
|
-
font-size:
|
|
3348
|
+
font-size: 16px;
|
|
3349
3349
|
}
|
|
3350
3350
|
|
|
3351
3351
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-background-color,
|
|
3352
3352
|
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-font-color {
|
|
3353
|
-
font-size:
|
|
3353
|
+
font-size: 18px;
|
|
3354
3354
|
}
|
|
3355
3355
|
.e-bigger .e-rte-container {
|
|
3356
3356
|
border-radius: 4px;
|