@syncfusion/ej2-react-richtexteditor 19.4.54 → 20.1.47

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 (37) hide show
  1. package/CHANGELOG.md +2 -50
  2. package/dist/ej2-react-richtexteditor.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +6 -3
  5. package/styles/bootstrap.css +6 -3
  6. package/styles/bootstrap4.css +2 -2
  7. package/styles/bootstrap5-dark.css +30 -6
  8. package/styles/bootstrap5.css +31 -7
  9. package/styles/fabric-dark.css +2 -2
  10. package/styles/fabric.css +2 -2
  11. package/styles/fluent-dark.css +3001 -0
  12. package/styles/fluent-dark.scss +1 -0
  13. package/styles/fluent.css +3001 -0
  14. package/styles/fluent.scss +1 -0
  15. package/styles/highcontrast-light.css +2 -2
  16. package/styles/highcontrast.css +2 -2
  17. package/styles/material-dark.css +2 -2
  18. package/styles/material.css +2 -2
  19. package/styles/rich-text-editor/bootstrap-dark.css +6 -3
  20. package/styles/rich-text-editor/bootstrap.css +6 -3
  21. package/styles/rich-text-editor/bootstrap4.css +2 -2
  22. package/styles/rich-text-editor/bootstrap5-dark.css +30 -6
  23. package/styles/rich-text-editor/bootstrap5.css +31 -7
  24. package/styles/rich-text-editor/fabric-dark.css +2 -2
  25. package/styles/rich-text-editor/fabric.css +2 -2
  26. package/styles/rich-text-editor/fluent-dark.css +3001 -0
  27. package/styles/rich-text-editor/fluent-dark.scss +1 -0
  28. package/styles/rich-text-editor/fluent.css +3001 -0
  29. package/styles/rich-text-editor/fluent.scss +1 -0
  30. package/styles/rich-text-editor/highcontrast-light.css +2 -2
  31. package/styles/rich-text-editor/highcontrast.css +2 -2
  32. package/styles/rich-text-editor/material-dark.css +2 -2
  33. package/styles/rich-text-editor/material.css +2 -2
  34. package/styles/rich-text-editor/tailwind-dark.css +104 -85
  35. package/styles/rich-text-editor/tailwind.css +105 -86
  36. package/styles/tailwind-dark.css +104 -85
  37. package/styles/tailwind.css +105 -86
package/CHANGELOG.md CHANGED
@@ -6,56 +6,8 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I366312` - Now, pressing the `Enter` key twice works properly after the `Shift + Enter` action in the `Firefox` browser.
10
- - `#I365989` - Now, the pasted content can be edited properly in the Rich Text Editor when the `enterKey` is configured as `BR`.
11
- - `#I364798` - Now, the toolbar will be disabled when the pasted image in the Rich Text Editor is begin uploaded.
12
- - `#I365104` - Now, the clearing the list content in the Rich Text Editor works properly by removing all the list elements.
13
-
14
- ## 19.4.53 (2022-02-22)
15
-
16
- ### RichTextEditor
17
-
18
- #### Bug Fixes
19
-
20
- - `#I363960` - Now, the image is deleted properly using the delete key after pasting the image content in the Rich Text Editor.
21
-
22
- ## 19.4.52 (2022-02-15)
23
-
24
- ### RichTextEditor
25
-
26
- #### Bug Fixes
27
-
28
- - `#F171387` - Now, changing the `width` API dynamically when the toolbar is in inline mode works properly.
29
-
30
- ## 19.4.50 (2022-02-08)
31
-
32
- ### RichTextEditor
33
-
34
- #### Bug Fixes
35
-
36
- - `#F171387` - Now, pressing the backspace key when the cursor is at the start of the last list element works properly.
37
- - `#I361186` - Now, cursor focus in the Rich Text Editor works properly when continuously pressing `enter` and `shift + enter` keys.
38
- - `#F171703` - Now, paste the content in the Rich Text Editor after pressing the `shift + enter` key works properly.
39
-
40
- ## 19.4.47 (2022-01-25)
41
-
42
- ### RichTextEditor
43
-
44
- #### Bug Fixes
45
-
46
- - `#I361186` - The issue with "Strange behavior occurred in the Rich Text Editor component, when repeatedly pressing the `shift + enter` key" has been resolved.
47
-
48
- ## 19.4.40 (2021-12-28)
49
-
50
- ### RichTextEditor
51
-
52
- #### Bug Fixes
53
-
54
- - `#I347512` - The issue with "ColorPicker of Table quick toolbar got reset whenever quick toolbar rendered" has been resolved.
55
- - `#I358633` - Now, pasting alpha list type contents from the MS Word into the Rich Text Editor works properly.
56
- - `#I359685` - Now, enter key action works properly when an image is added in the list and pressed enter.
57
- - `#I359685` - Now, pressing the space key after `11.` works properly and doesn't create a list.
58
- - `#I358998` - Now, focusing on other elements when the cursor is in Rich Text Editor works properly in the IE11 browser.
9
+ - `#I369216` - Now, pasting the note pad with link contents is pasted properly without moving the cursor to the previous line.
10
+ - `#F171703` - Now, pasting the content in the Rich Text Editor after pressing the `shift + enter` key works properly.
59
11
 
60
12
  ## 19.4.38 (2021-12-17)
61
13
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.umd.min.js
3
- * version : 19.4.54
3
+ * version : 20.1.47
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.4.53",
3
+ "_id": "@syncfusion/ej2-react-richtexteditor@19.7.5",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-57MdDq1gdjnC6Iy6GAKjSenJxZ2UPDBkcAZwvgWS9smpXN4kWiyV/2HfvPf193kC5EBBUaxyykM2VGGBW6BeCg==",
5
+ "_integrity": "sha512-kUXhjdVx5gmnwADETIprtvRwfmM3VD/8GDVr24YmaIjeCU0HV2WtG+Kg0AbV1g9sbthy7v/kYDE91iOg7y/MLA==",
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-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-19.4.53.tgz",
23
- "_shasum": "b0fec7cf003743b6af8fc1f1159e28302ecf75cb",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-19.7.5.tgz",
23
+ "_shasum": "4e18953d72f162589f678244cd87f5605090c326",
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.4.52",
35
- "@syncfusion/ej2-react-base": "~19.4.53",
36
- "@syncfusion/ej2-richtexteditor": "19.4.54"
34
+ "@syncfusion/ej2-base": "~20.1.47",
35
+ "@syncfusion/ej2-react-base": "~20.1.47",
36
+ "@syncfusion/ej2-richtexteditor": "20.1.47"
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.4.54",
62
+ "version": "20.1.47",
63
63
  "sideEffects": false
64
64
  }
@@ -756,6 +756,7 @@
756
756
  line-height: 18px;
757
757
  opacity: 00.54;
758
758
  overflow: hidden;
759
+ padding: 16px;
759
760
  position: absolute;
760
761
  text-align: start;
761
762
  top: 0;
@@ -920,10 +921,9 @@
920
921
  .e-richtexteditor .e-rte-character-count {
921
922
  bottom: 0;
922
923
  color: #f0f0f0;
923
- font-family: 'Times New Roman', Georgia, Serif;
924
924
  font-size: 14px;
925
925
  margin-right: 30px;
926
- opacity: 00.54;
926
+ opacity: 0.54;
927
927
  padding-bottom: 2px;
928
928
  position: absolute;
929
929
  right: 0;
@@ -2388,7 +2388,10 @@
2388
2388
  padding: 0;
2389
2389
  }
2390
2390
 
2391
- .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 {
2391
+ .e-rte-quick-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
2392
+ .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:hover,
2393
+ .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:active,
2394
+ .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.e-active {
2392
2395
  padding-left: 0;
2393
2396
  padding-right: 0;
2394
2397
  }
@@ -902,6 +902,7 @@
902
902
  line-height: 18px;
903
903
  opacity: 00.54;
904
904
  overflow: hidden;
905
+ padding: 16px;
905
906
  position: absolute;
906
907
  text-align: start;
907
908
  top: 0;
@@ -1066,10 +1067,9 @@
1066
1067
  .e-richtexteditor .e-rte-character-count {
1067
1068
  bottom: 0;
1068
1069
  color: #000;
1069
- font-family: 'Times New Roman', Georgia, Serif;
1070
1070
  font-size: 14px;
1071
1071
  margin-right: 30px;
1072
- opacity: 00.54;
1072
+ opacity: 0.54;
1073
1073
  padding-bottom: 2px;
1074
1074
  position: absolute;
1075
1075
  right: 0;
@@ -2534,7 +2534,10 @@
2534
2534
  padding: 0;
2535
2535
  }
2536
2536
 
2537
- .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 {
2537
+ .e-rte-quick-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
2538
+ .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:hover,
2539
+ .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:active,
2540
+ .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.e-active {
2538
2541
  padding-left: 0;
2539
2542
  padding-right: 0;
2540
2543
  }
@@ -1035,6 +1035,7 @@
1035
1035
  line-height: 18px;
1036
1036
  opacity: 00.54;
1037
1037
  overflow: hidden;
1038
+ padding: 16px;
1038
1039
  position: absolute;
1039
1040
  text-align: start;
1040
1041
  top: 0;
@@ -1199,10 +1200,9 @@
1199
1200
  .e-richtexteditor .e-rte-character-count {
1200
1201
  bottom: 0;
1201
1202
  color: #6c757d;
1202
- font-family: 'Times New Roman', Georgia, Serif;
1203
1203
  font-size: 14px;
1204
1204
  margin-right: 30px;
1205
- opacity: 00.54;
1205
+ opacity: 1;
1206
1206
  padding-bottom: 2px;
1207
1207
  position: absolute;
1208
1208
  right: 0;
@@ -482,6 +482,13 @@
482
482
  padding: 0 6px;
483
483
  }
484
484
 
485
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
486
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
487
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
488
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
489
+ padding: 0 8px;
490
+ }
491
+
485
492
  .e-bigger .e-richtexteditor.e-rte-full-screen iframe,
486
493
  .e-richtexteditor.e-bigger.e-rte-full-screen iframe {
487
494
  height: calc(100% - 56px);
@@ -544,6 +551,10 @@
544
551
  padding-right: 5px;
545
552
  }
546
553
 
554
+ .e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav {
555
+ min-height: 40px;
556
+ }
557
+
547
558
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
548
559
  margin-left: 7px;
549
560
  }
@@ -700,6 +711,11 @@
700
711
  padding: 0;
701
712
  }
702
713
 
714
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
715
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
716
+ padding: 0 4px;
717
+ }
718
+
703
719
  .e-richtexteditor .e-rte-toolbar.e-control[class*='e-toolbar'],
704
720
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*='e-toolbar'] {
705
721
  box-sizing: border-box;
@@ -752,6 +768,7 @@
752
768
  line-height: 1.5;
753
769
  opacity: 00.54;
754
770
  overflow: hidden;
771
+ padding: 16px;
755
772
  position: absolute;
756
773
  text-align: start;
757
774
  top: 0;
@@ -916,10 +933,9 @@
916
933
  .e-richtexteditor .e-rte-character-count {
917
934
  bottom: 0;
918
935
  color: #6c757d;
919
- font-family: 'Times New Roman', Georgia, Serif;
920
936
  font-size: 14px;
921
937
  margin-right: 30px;
922
- opacity: 00.54;
938
+ opacity: 1;
923
939
  padding-bottom: 2px;
924
940
  position: absolute;
925
941
  right: 0;
@@ -2042,6 +2058,13 @@
2042
2058
  font-size: 12px;
2043
2059
  }
2044
2060
 
2061
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,
2062
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,
2063
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,
2064
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret {
2065
+ min-width: 24px;
2066
+ }
2067
+
2045
2068
  .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
2046
2069
  border-bottom-style: solid;
2047
2070
  border-bottom-width: 3px;
@@ -2471,6 +2494,7 @@
2471
2494
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
2472
2495
  background: #565e64;
2473
2496
  border: 1px solid #51585e;
2497
+ border: 0;
2474
2498
  }
2475
2499
 
2476
2500
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
@@ -2479,7 +2503,7 @@
2479
2503
  }
2480
2504
 
2481
2505
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons {
2482
- color: #fff;
2506
+ color: #adb5bd;
2483
2507
  }
2484
2508
 
2485
2509
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
@@ -2643,7 +2667,7 @@
2643
2667
  }
2644
2668
 
2645
2669
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2646
- color: #fff;
2670
+ color: #adb5bd;
2647
2671
  }
2648
2672
 
2649
2673
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
@@ -2848,7 +2872,7 @@
2848
2872
  }
2849
2873
 
2850
2874
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons {
2851
- color: #fff;
2875
+ color: #adb5bd;
2852
2876
  }
2853
2877
 
2854
2878
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons {
@@ -2860,7 +2884,7 @@
2860
2884
  }
2861
2885
 
2862
2886
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2863
- color: #fff;
2887
+ color: #adb5bd;
2864
2888
  }
2865
2889
 
2866
2890
  .e-rte-quick-popup .e-rte-dropdown-btn {
@@ -482,6 +482,13 @@
482
482
  padding: 0 6px;
483
483
  }
484
484
 
485
+ .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
486
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
487
+ .e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
488
+ .e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
489
+ padding: 0 8px;
490
+ }
491
+
485
492
  .e-bigger .e-richtexteditor.e-rte-full-screen iframe,
486
493
  .e-richtexteditor.e-bigger.e-rte-full-screen iframe {
487
494
  height: calc(100% - 56px);
@@ -544,6 +551,10 @@
544
551
  padding-right: 5px;
545
552
  }
546
553
 
554
+ .e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav {
555
+ min-height: 40px;
556
+ }
557
+
547
558
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
548
559
  margin-left: 7px;
549
560
  }
@@ -700,6 +711,11 @@
700
711
  padding: 0;
701
712
  }
702
713
 
714
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
715
+ .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
716
+ padding: 0 4px;
717
+ }
718
+
703
719
  .e-richtexteditor .e-rte-toolbar.e-control[class*='e-toolbar'],
704
720
  .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*='e-toolbar'] {
705
721
  box-sizing: border-box;
@@ -752,6 +768,7 @@
752
768
  line-height: 1.5;
753
769
  opacity: 00.54;
754
770
  overflow: hidden;
771
+ padding: 16px;
755
772
  position: absolute;
756
773
  text-align: start;
757
774
  top: 0;
@@ -915,11 +932,10 @@
915
932
 
916
933
  .e-richtexteditor .e-rte-character-count {
917
934
  bottom: 0;
918
- color: #adb5bd;
919
- font-family: 'Times New Roman', Georgia, Serif;
935
+ color: #6c757d;
920
936
  font-size: 14px;
921
937
  margin-right: 30px;
922
- opacity: 00.54;
938
+ opacity: 1;
923
939
  padding-bottom: 2px;
924
940
  position: absolute;
925
941
  right: 0;
@@ -2042,6 +2058,13 @@
2042
2058
  font-size: 12px;
2043
2059
  }
2044
2060
 
2061
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,
2062
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,
2063
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,
2064
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret {
2065
+ min-width: 24px;
2066
+ }
2067
+
2045
2068
  .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
2046
2069
  border-bottom-style: solid;
2047
2070
  border-bottom-width: 3px;
@@ -2471,6 +2494,7 @@
2471
2494
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
2472
2495
  background: #565e64;
2473
2496
  border: 1px solid #51585e;
2497
+ border: 0;
2474
2498
  }
2475
2499
 
2476
2500
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
@@ -2479,7 +2503,7 @@
2479
2503
  }
2480
2504
 
2481
2505
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons {
2482
- color: #212529;
2506
+ color: #6c757d;
2483
2507
  }
2484
2508
 
2485
2509
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
@@ -2643,7 +2667,7 @@
2643
2667
  }
2644
2668
 
2645
2669
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2646
- color: #212529;
2670
+ color: #6c757d;
2647
2671
  }
2648
2672
 
2649
2673
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
@@ -2848,7 +2872,7 @@
2848
2872
  }
2849
2873
 
2850
2874
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons {
2851
- color: #212529;
2875
+ color: #6c757d;
2852
2876
  }
2853
2877
 
2854
2878
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons {
@@ -2860,7 +2884,7 @@
2860
2884
  }
2861
2885
 
2862
2886
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
2863
- color: #212529;
2887
+ color: #6c757d;
2864
2888
  }
2865
2889
 
2866
2890
  .e-rte-quick-popup .e-rte-dropdown-btn {
@@ -745,6 +745,7 @@
745
745
  line-height: 18px;
746
746
  opacity: 00.54;
747
747
  overflow: hidden;
748
+ padding: 16px;
748
749
  position: absolute;
749
750
  text-align: start;
750
751
  top: 0;
@@ -909,10 +910,9 @@
909
910
  .e-richtexteditor .e-rte-character-count {
910
911
  bottom: 0;
911
912
  color: #c8c8c8;
912
- font-family: 'Times New Roman', Georgia, Serif;
913
913
  font-size: 14px;
914
914
  margin-right: 30px;
915
- opacity: 00.54;
915
+ opacity: 0.6;
916
916
  padding-bottom: 2px;
917
917
  position: absolute;
918
918
  right: 0;
package/styles/fabric.css CHANGED
@@ -745,6 +745,7 @@
745
745
  line-height: 18px;
746
746
  opacity: 00.54;
747
747
  overflow: hidden;
748
+ padding: 16px;
748
749
  position: absolute;
749
750
  text-align: start;
750
751
  top: 0;
@@ -909,10 +910,9 @@
909
910
  .e-richtexteditor .e-rte-character-count {
910
911
  bottom: 0;
911
912
  color: #000;
912
- font-family: 'Times New Roman', Georgia, Serif;
913
913
  font-size: 14px;
914
914
  margin-right: 30px;
915
- opacity: 00.54;
915
+ opacity: 0.54;
916
916
  padding-bottom: 2px;
917
917
  position: absolute;
918
918
  right: 0;