@syncfusion/ej2-react-richtexteditor 19.2.62 → 19.3.43

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.
Files changed (33) hide show
  1. package/CHANGELOG.md +21 -5
  2. package/dist/ej2-react-richtexteditor.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +25 -12
  5. package/styles/bootstrap.css +25 -12
  6. package/styles/bootstrap4.css +21 -13
  7. package/styles/bootstrap5-dark.css +3058 -0
  8. package/styles/bootstrap5-dark.scss +1 -0
  9. package/styles/bootstrap5.css +3058 -0
  10. package/styles/bootstrap5.scss +1 -0
  11. package/styles/fabric-dark.css +20 -12
  12. package/styles/fabric.css +20 -12
  13. package/styles/highcontrast-light.css +20 -12
  14. package/styles/highcontrast.css +19 -18
  15. package/styles/material-dark.css +22 -14
  16. package/styles/material.css +19 -11
  17. package/styles/rich-text-editor/bootstrap-dark.css +25 -12
  18. package/styles/rich-text-editor/bootstrap.css +25 -12
  19. package/styles/rich-text-editor/bootstrap4.css +21 -13
  20. package/styles/rich-text-editor/bootstrap5-dark.css +3058 -0
  21. package/styles/rich-text-editor/bootstrap5-dark.scss +1 -0
  22. package/styles/rich-text-editor/bootstrap5.css +3058 -0
  23. package/styles/rich-text-editor/bootstrap5.scss +1 -0
  24. package/styles/rich-text-editor/fabric-dark.css +20 -12
  25. package/styles/rich-text-editor/fabric.css +20 -12
  26. package/styles/rich-text-editor/highcontrast-light.css +20 -12
  27. package/styles/rich-text-editor/highcontrast.css +19 -18
  28. package/styles/rich-text-editor/material-dark.css +22 -14
  29. package/styles/rich-text-editor/material.css +19 -11
  30. package/styles/rich-text-editor/tailwind-dark.css +51 -20
  31. package/styles/rich-text-editor/tailwind.css +49 -18
  32. package/styles/tailwind-dark.css +51 -20
  33. package/styles/tailwind.css +49 -18
package/CHANGELOG.md CHANGED
@@ -4,6 +4,26 @@
4
4
 
5
5
  ### RichTextEditor
6
6
 
7
+ #### New Features
8
+
9
+ - `#I231505`, `#I230743`, `#I239381`, `#I261360`, `#I273955`, `#I300418`, `#I307752`,`#I312982` - Provided support to customize the tags appended when enter or shift + enter key is pressed using the property `enterKey` and `shiftEnterKey` in the Rich Text Editor.
10
+
11
+ - `#I231505`, `#I230743`, `#I239381`, `#I261360`, `#I273955`, `#I300418`, `#I307752`, `#I312982` - Provided support to customize the tags appended when enter or shift + enter key is pressed using the property `enterKey` and `shiftEnterKey` in the Rich Text Editor.
12
+
13
+ #### Breaking Changes
14
+
15
+ - `#I334962` - The image size popup, now has an option to set an `auto` value.
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I340683` - The issue with "Text inserted outside of the Rich Text Editor, after performing `Shift + Enter` key action" has been resolved.
20
+ - `#I340683` - The issue with "Pasting the text content for the second time, after clearing the value hangs the Rich Text Editor" has been resolved.
21
+ - `#I339234` - The issue with "Formats like bold, italic, underline will get unselected, when clicking in editor after selecting them" has been resolved.
22
+
23
+ ## 19.2.62 (2021-09-14)
24
+
25
+ ### RichTextEditor
26
+
7
27
  #### Bug Fixes
8
28
 
9
29
  - `#I340075` - The issue with "Resizing the table columns, is not updated the table cells properly" has been resolved.
@@ -106,7 +126,7 @@
106
126
  - `#I326508` - The issue with "Content is pasted outside the edit area of the Rich Text Editor when `enableXhtml` is set true" has been resolved.
107
127
  - `#I332614` - The issue with "Columns and row resize not working when there is unequal number columns in all rows" has been resolved.
108
128
 
109
- ## 19.2.46 (2021-07-06)
129
+ ## 19.2.44 (2021-06-30)
110
130
 
111
131
  ### RichTextEditor
112
132
 
@@ -121,10 +141,6 @@
121
141
  - `#I330909` - The issue with "Inserting table after pressing `shit+enter` deletes all the content below in the Rich Text Editor" has been resolved.
122
142
  - `#F165931` - The issue with "Ordered list number color not changing, when font color is applied to the list in the Rich Text Editor" has been resolved.
123
143
  - `#I327566` - The issue with "Image resizing is not working properly when `resizeByPercent` is set true" has been resolved.
124
- - `#I333070` - The issue with "Scroller doesn't appear with the editor, in the full screen mode" has been resolved.
125
- - `#I332465` - Resolved the script error raised, when Rich Text Editor is destroyed with toolbar disabled.
126
- - `#I331970` - The issue with "Pasting content with length exactly, equal to the `maxLength` doesn’t paste in the Rich Text Editor" has been resolved.
127
- - `#FB26351` - The issue with "Accessibility validation errors in Rich Text Editor" has been resolved.
128
144
 
129
145
  - `#309809` - Resolved the script issue that occurs when resizing the table in the editor
130
146
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.umd.min.js
3
- * version : 19.2.62
3
+ * version : 19.3.43
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-react-richtexteditor@19.2.60",
3
+ "_id": "@syncfusion/ej2-react-richtexteditor@18.56.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-oHo7yAb1qldhdv79S8MiWOFLeoZ/GWPII/rWusuX72R0pw4VbGyUF+tFd1kLK8jsKWPYUBk7BqBzIrrFQEU5vg==",
5
+ "_integrity": "sha512-GirG5m2TmjPT9KPQQ7Clfx8gZSkvzXmaCkIjTizsDeknK7n17asgqBfkwvyIIt1251vAPh975edKwKbJQD4QmQ==",
6
6
  "_location": "/@syncfusion/ej2-react-richtexteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-19.2.60.tgz",
23
- "_shasum": "0f2a57d0d0327c8993b14ca9b18230df9027efa1",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-18.56.3.tgz",
23
+ "_shasum": "b21d7435a7e2cc075706f533dce6cc1b365d4ea2",
24
24
  "_spec": "@syncfusion/ej2-react-richtexteditor@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.2.60",
35
- "@syncfusion/ej2-react-base": "~19.2.60",
36
- "@syncfusion/ej2-richtexteditor": "19.2.62"
34
+ "@syncfusion/ej2-base": "~19.3.43",
35
+ "@syncfusion/ej2-react-base": "~19.3.43",
36
+ "@syncfusion/ej2-richtexteditor": "19.3.43"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 RichTextEditor component for React",
@@ -59,6 +59,6 @@
59
59
  "type": "git",
60
60
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
61
61
  },
62
- "version": "19.2.62",
62
+ "version": "19.3.43",
63
63
  "sideEffects": false
64
64
  }
@@ -196,8 +196,8 @@
196
196
  content: '\e33c';
197
197
  }
198
198
 
199
- .e-rte-toolbar .e-dimension::before,
200
- .e-rte-dropdown-popup .e-dimension::before {
199
+ .e-rte-toolbar .e-img-dimension::before,
200
+ .e-rte-dropdown-popup .e-img-dimension::before {
201
201
  content: '\e336';
202
202
  }
203
203
 
@@ -663,15 +663,15 @@
663
663
  font-size: 13px;
664
664
  }
665
665
 
666
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
667
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before,
668
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
669
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before,
670
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
671
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before,
672
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
673
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before {
674
- font-size: 14px;
666
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
667
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
668
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
669
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
670
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
671
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
672
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
673
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
674
+ line-height: 1;
675
675
  }
676
676
 
677
677
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
@@ -1884,7 +1884,7 @@
1884
1884
  .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
1885
1885
  .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
1886
1886
  .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
1887
- line-height: 25px;
1887
+ line-height: 30px;
1888
1888
  }
1889
1889
 
1890
1890
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
@@ -2384,6 +2384,11 @@
2384
2384
  padding: 0;
2385
2385
  }
2386
2386
 
2387
+ .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
2388
+ padding-left: 0;
2389
+ padding-right: 0;
2390
+ }
2391
+
2387
2392
  .e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
2388
2393
  margin: 1px;
2389
2394
  }
@@ -2394,6 +2399,10 @@
2394
2399
  border-bottom: 0;
2395
2400
  }
2396
2401
 
2402
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2403
+ color: #f0f0f0;
2404
+ }
2405
+
2397
2406
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
2398
2407
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
2399
2408
  background: rgba(26, 26, 26, 0.12);
@@ -2658,6 +2667,10 @@
2658
2667
  border-bottom: 0;
2659
2668
  }
2660
2669
 
2670
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended.e-popup-open {
2671
+ border-bottom: 0;
2672
+ }
2673
+
2661
2674
  .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content {
2662
2675
  border-top: 0;
2663
2676
  }
@@ -342,8 +342,8 @@
342
342
  content: '\e33c';
343
343
  }
344
344
 
345
- .e-rte-toolbar .e-dimension::before,
346
- .e-rte-dropdown-popup .e-dimension::before {
345
+ .e-rte-toolbar .e-img-dimension::before,
346
+ .e-rte-dropdown-popup .e-img-dimension::before {
347
347
  content: '\e336';
348
348
  }
349
349
 
@@ -809,15 +809,15 @@
809
809
  font-size: 13px;
810
810
  }
811
811
 
812
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
813
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before,
814
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
815
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before,
816
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
817
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before,
818
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
819
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before {
820
- font-size: 14px;
812
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
813
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
814
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
815
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
816
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
817
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
818
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
819
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
820
+ line-height: 1;
821
821
  }
822
822
 
823
823
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
@@ -2030,7 +2030,7 @@
2030
2030
  .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2031
2031
  .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2032
2032
  .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
2033
- line-height: 25px;
2033
+ line-height: 30px;
2034
2034
  }
2035
2035
 
2036
2036
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
@@ -2530,6 +2530,11 @@
2530
2530
  padding: 0;
2531
2531
  }
2532
2532
 
2533
+ .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
2534
+ padding-left: 0;
2535
+ padding-right: 0;
2536
+ }
2537
+
2533
2538
  .e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell {
2534
2539
  margin: 1px;
2535
2540
  }
@@ -2540,6 +2545,10 @@
2540
2545
  border-bottom: 0;
2541
2546
  }
2542
2547
 
2548
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2549
+ color: #000;
2550
+ }
2551
+
2543
2552
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
2544
2553
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
2545
2554
  background: rgba(0, 0, 0, 0.12);
@@ -2804,6 +2813,10 @@
2804
2813
  border-bottom: 0;
2805
2814
  }
2806
2815
 
2816
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended.e-popup-open {
2817
+ border-bottom: 0;
2818
+ }
2819
+
2807
2820
  .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content {
2808
2821
  border-top: 0;
2809
2822
  }
@@ -475,8 +475,8 @@
475
475
  content: '\e80b';
476
476
  }
477
477
 
478
- .e-rte-toolbar .e-dimension::before,
479
- .e-rte-dropdown-popup .e-dimension::before {
478
+ .e-rte-toolbar .e-img-dimension::before,
479
+ .e-rte-dropdown-popup .e-img-dimension::before {
480
480
  content: '\e791';
481
481
  }
482
482
 
@@ -942,15 +942,15 @@
942
942
  font-size: 13px;
943
943
  }
944
944
 
945
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
946
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before,
947
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
948
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before,
949
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
950
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before,
951
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-order-list.e-icons::before,
952
- .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-unorder-list.e-icons::before {
953
- font-size: 14px;
945
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
946
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
947
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
948
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
949
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
950
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,
951
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
952
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
953
+ line-height: 1;
954
954
  }
955
955
 
956
956
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,
@@ -2163,7 +2163,7 @@
2163
2163
  .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2164
2164
  .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2165
2165
  .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
2166
- line-height: 30px;
2166
+ line-height: 28px;
2167
2167
  }
2168
2168
 
2169
2169
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after,
@@ -2418,7 +2418,7 @@
2418
2418
  .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,
2419
2419
  .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,
2420
2420
  .e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list {
2421
- line-height: 32px;
2421
+ line-height: 36px;
2422
2422
  }
2423
2423
 
2424
2424
  .e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,
@@ -2673,6 +2673,10 @@
2673
2673
  border-bottom: 0;
2674
2674
  }
2675
2675
 
2676
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2677
+ color: rgba(108, 117, 125, 0.3);
2678
+ }
2679
+
2676
2680
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
2677
2681
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
2678
2682
  background: #6c757d;
@@ -2937,6 +2941,10 @@
2937
2941
  border-bottom: 0;
2938
2942
  }
2939
2943
 
2944
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended.e-popup-open {
2945
+ border-bottom: 0;
2946
+ }
2947
+
2940
2948
  .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content {
2941
2949
  border-top: 0;
2942
2950
  }