@syncfusion/ej2-angular-documenteditor 20.4.54 → 21.1.35

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 (94) hide show
  1. package/esm2020/src/document-editor/documenteditor.component.mjs +3 -3
  2. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +3 -3
  3. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  4. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  6. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  7. package/package.json +9 -9
  8. package/schematics/utils/lib-details.d.ts +2 -2
  9. package/schematics/utils/lib-details.js +2 -2
  10. package/schematics/utils/lib-details.ts +2 -2
  11. package/src/document-editor/documenteditor.component.d.ts +1 -1
  12. package/src/document-editor-container/documenteditorcontainer.component.d.ts +1 -1
  13. package/styles/bootstrap-dark.css +64 -21
  14. package/styles/bootstrap.css +60 -17
  15. package/styles/bootstrap4.css +74 -28
  16. package/styles/bootstrap5-dark.css +84 -37
  17. package/styles/bootstrap5.css +84 -37
  18. package/styles/document-editor/_bootstrap5-definition.scss +6 -6
  19. package/styles/document-editor/_fluent-definition.scss +6 -6
  20. package/styles/document-editor/_tailwind-definition.scss +6 -6
  21. package/styles/document-editor/_theme.scss +103 -33
  22. package/styles/document-editor/bootstrap-dark.css +6 -2
  23. package/styles/document-editor/bootstrap.css +6 -2
  24. package/styles/document-editor/bootstrap4.css +8 -4
  25. package/styles/document-editor/bootstrap5-dark.css +25 -17
  26. package/styles/document-editor/bootstrap5.css +25 -17
  27. package/styles/document-editor/fabric-dark.css +6 -2
  28. package/styles/document-editor/fabric.css +6 -2
  29. package/styles/document-editor/fluent-dark.css +40 -27
  30. package/styles/document-editor/fluent.css +40 -27
  31. package/styles/document-editor/highcontrast-light.css +4 -0
  32. package/styles/document-editor/highcontrast.css +6 -2
  33. package/styles/document-editor/icons/_bootstrap-dark.scss +5 -0
  34. package/styles/document-editor/icons/_bootstrap.scss +5 -0
  35. package/styles/document-editor/icons/_bootstrap4.scss +5 -0
  36. package/styles/document-editor/icons/_bootstrap5.scss +9 -0
  37. package/styles/document-editor/icons/_fabric-dark.scss +5 -0
  38. package/styles/document-editor/icons/_fabric.scss +5 -0
  39. package/styles/document-editor/icons/_fluent.scss +28 -14
  40. package/styles/document-editor/icons/_fusionnew.scss +6 -0
  41. package/styles/document-editor/icons/_highcontrast-light.scss +5 -0
  42. package/styles/document-editor/icons/_highcontrast.scss +5 -0
  43. package/styles/document-editor/icons/_material-dark.scss +5 -0
  44. package/styles/document-editor/icons/_material.scss +5 -0
  45. package/styles/document-editor/icons/_material3.scss +12 -6
  46. package/styles/document-editor/icons/_tailwind-dark.scss +6 -0
  47. package/styles/document-editor/icons/_tailwind.scss +9 -0
  48. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -0
  49. package/styles/document-editor/material-dark.css +6 -2
  50. package/styles/document-editor/material.css +6 -2
  51. package/styles/document-editor/tailwind-dark.css +22 -17
  52. package/styles/document-editor/tailwind.css +25 -17
  53. package/styles/document-editor-container/_bootstrap-dark-definition.scss +7 -2
  54. package/styles/document-editor-container/_bootstrap-definition.scss +7 -2
  55. package/styles/document-editor-container/_bootstrap4-definition.scss +7 -2
  56. package/styles/document-editor-container/_bootstrap5-definition.scss +11 -6
  57. package/styles/document-editor-container/_definition.scss +1 -0
  58. package/styles/document-editor-container/_fabric-dark-definition.scss +7 -2
  59. package/styles/document-editor-container/_fabric-definition.scss +7 -2
  60. package/styles/document-editor-container/_fluent-definition.scss +11 -6
  61. package/styles/document-editor-container/_fusionnew-definition.scss +7 -2
  62. package/styles/document-editor-container/_highcontrast-definition.scss +7 -2
  63. package/styles/document-editor-container/_highcontrast-light-definition.scss +7 -2
  64. package/styles/document-editor-container/_material-dark-definition.scss +7 -2
  65. package/styles/document-editor-container/_material-definition.scss +7 -2
  66. package/styles/document-editor-container/_tailwind-definition.scss +12 -7
  67. package/styles/document-editor-container/_theme.scss +249 -67
  68. package/styles/document-editor-container/bootstrap-dark.css +58 -19
  69. package/styles/document-editor-container/bootstrap.css +54 -15
  70. package/styles/document-editor-container/bootstrap4.css +66 -24
  71. package/styles/document-editor-container/bootstrap5-dark.css +59 -20
  72. package/styles/document-editor-container/bootstrap5.css +59 -20
  73. package/styles/document-editor-container/fabric-dark.css +58 -19
  74. package/styles/document-editor-container/fabric.css +58 -19
  75. package/styles/document-editor-container/fluent-dark.css +63 -27
  76. package/styles/document-editor-container/fluent.css +63 -27
  77. package/styles/document-editor-container/highcontrast-light.css +58 -19
  78. package/styles/document-editor-container/highcontrast.css +58 -19
  79. package/styles/document-editor-container/material-dark.css +58 -19
  80. package/styles/document-editor-container/material.css +57 -18
  81. package/styles/document-editor-container/tailwind-dark.css +58 -19
  82. package/styles/document-editor-container/tailwind.css +58 -19
  83. package/styles/fabric-dark.css +64 -21
  84. package/styles/fabric.css +64 -21
  85. package/styles/fluent-dark.css +103 -54
  86. package/styles/fluent.css +103 -54
  87. package/styles/highcontrast-light.css +62 -19
  88. package/styles/highcontrast.css +64 -21
  89. package/styles/material-dark.css +64 -21
  90. package/styles/material.css +63 -20
  91. package/styles/tailwind-dark.css +80 -36
  92. package/styles/tailwind.css +83 -36
  93. package/styles/document-editor/_material3-definition.scss +0 -560
  94. package/styles/document-editor-container/_material3-definition.scss +0 -153
@@ -43,6 +43,10 @@
43
43
  font-family: "e-icons";
44
44
  font-size: 13px;
45
45
  }
46
+ .e-documenteditor .e-de-multi-cmt-mark::before {
47
+ content: "\e978";
48
+ font-family: "e-icons";
49
+ }
46
50
  .e-documenteditor .e-de-cmt-post::before {
47
51
  content: "\e816";
48
52
  font-family: "e-icons";
@@ -1639,7 +1643,7 @@ label[for*=_wholeWord_e-de-rtl] {
1639
1643
  .e-de-style-font-group-button .e-btn,
1640
1644
  .e-de-style-paragraph-group-button .e-btn,
1641
1645
  .e-de-style-paragraph-indent-group-button .e-btn {
1642
- background-color: #fff;
1646
+ background: #fff;
1643
1647
  border-color: #ced4da;
1644
1648
  }
1645
1649
  .e-de-style-font-group-button .e-btn:focus,
@@ -1732,7 +1736,7 @@ label[for*=_wholeWord_e-de-rtl] {
1732
1736
  margin-right: 14px;
1733
1737
  }
1734
1738
 
1735
- .e-bigger .e-de-style-left-div .e-de-style-dlg-name-input {
1739
+ .e-bigger .e-de-style-dlg-name-input {
1736
1740
  height: 41px;
1737
1741
  }
1738
1742
  .e-bigger .e-de-style-bold-button-size {
@@ -1835,7 +1839,7 @@ label[for*=_wholeWord_e-de-rtl] {
1835
1839
 
1836
1840
  .e-de-restrict-pane,
1837
1841
  .e-de-op {
1838
- background-color: #f8f9fa;
1842
+ background: #f8f9fa;
1839
1843
  }
1840
1844
 
1841
1845
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2519,7 +2523,7 @@ label[for*=_wholeWord_e-de-rtl] {
2519
2523
  margin-right: 20px;
2520
2524
  }
2521
2525
 
2522
- .e-de-style-left-div .e-de-style-dlg-name-input {
2526
+ .e-de-style-dlg-name-input {
2523
2527
  height: 31px;
2524
2528
  }
2525
2529
 
@@ -4493,7 +4497,7 @@ textarea.e-de-cmt-textarea {
4493
4497
  }
4494
4498
 
4495
4499
  .e-de-statusbar-pageweb {
4496
- background-color: #f8f9fa;
4500
+ background: #f8f9fa;
4497
4501
  border: 0;
4498
4502
  box-shadow: none;
4499
4503
  float: right;
@@ -4523,12 +4527,22 @@ textarea.e-de-cmt-textarea {
4523
4527
  font-size: 18px;
4524
4528
  }
4525
4529
 
4530
+ .e-listview .e-list-icon {
4531
+ height: 24px;
4532
+ width: 16px;
4533
+ margin-right: 14px;
4534
+ }
4535
+
4536
+ .e-de-listview-icon {
4537
+ line-height: 22px;
4538
+ }
4539
+
4526
4540
  .e-de-linespacing {
4527
4541
  margin-top: 6px;
4528
4542
  }
4529
4543
 
4530
4544
  .e-de-statusbar-zoom {
4531
- background-color: #f8f9fa;
4545
+ background: #f8f9fa;
4532
4546
  border: 0;
4533
4547
  color: #212529;
4534
4548
  float: right;
@@ -4637,7 +4651,7 @@ textarea.e-de-cmt-textarea {
4637
4651
 
4638
4652
  .e-de-tool-ctnr-properties-pane,
4639
4653
  .e-de-ctnr-properties-pane {
4640
- background-color: #f8f9fa;
4654
+ background: #f8f9fa;
4641
4655
  border-bottom: 1px solid #dee2e6;
4642
4656
  border-top: 1px solid #dee2e6;
4643
4657
  }
@@ -4747,7 +4761,7 @@ textarea.e-de-cmt-textarea {
4747
4761
  margin: 0 5.5px;
4748
4762
  }
4749
4763
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4750
- margin-left: 14px;
4764
+ margin-left: 14px !important;
4751
4765
  margin-right: 7px;
4752
4766
  }
4753
4767
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4763,37 +4777,43 @@ textarea.e-de-cmt-textarea {
4763
4777
  }
4764
4778
 
4765
4779
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4780
+ -ms-flex-direction: column;
4781
+ flex-direction: column;
4782
+ height: calc(100% - 10px);
4766
4783
  padding: 0;
4767
- padding-bottom: 6px;
4784
+ padding-bottom: 5px;
4768
4785
  }
4769
4786
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4770
4787
  padding: 0;
4771
- padding-bottom: 6px;
4788
+ padding-bottom: 5px;
4772
4789
  }
4773
4790
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4774
4791
  padding: 0;
4775
- padding-bottom: 6px;
4792
+ padding-bottom: 5px;
4776
4793
  }
4777
4794
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4778
4795
  padding: 0;
4779
- padding-bottom: 6px;
4796
+ padding-bottom: 5px;
4780
4797
  }
4781
4798
 
4782
4799
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4800
+ -ms-flex-direction: column;
4801
+ flex-direction: column;
4802
+ height: calc(100% - 10px);
4783
4803
  padding: 0 1px;
4784
- padding-bottom: 6px;
4804
+ padding-bottom: 5px;
4785
4805
  }
4786
4806
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4787
4807
  padding: 0;
4788
- padding-bottom: 6px;
4808
+ padding-bottom: 5px;
4789
4809
  }
4790
4810
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4791
4811
  padding: 0;
4792
- padding-bottom: 6px;
4812
+ padding-bottom: 5px;
4793
4813
  }
4794
4814
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4795
4815
  padding: 0;
4796
- padding-bottom: 6px;
4816
+ padding-bottom: 5px;
4797
4817
  }
4798
4818
 
4799
4819
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon {
@@ -4865,7 +4885,7 @@ textarea.e-de-cmt-textarea {
4865
4885
  }
4866
4886
 
4867
4887
  .e-de-ctnr-group-btn .e-btn {
4868
- background-color: #fff;
4888
+ background: #fff;
4869
4889
  border-color: #dee2e6;
4870
4890
  }
4871
4891
  .e-de-ctnr-group-btn .e-btn:focus {
@@ -4962,7 +4982,7 @@ textarea.e-de-cmt-textarea {
4962
4982
  }
4963
4983
 
4964
4984
  .e-de-ctnr-properties-pane-btn .e-btn {
4965
- background-color: #f8f9fa;
4985
+ background: #f8f9fa;
4966
4986
  border-radius: 0;
4967
4987
  box-shadow: none;
4968
4988
  color: #007bff;
@@ -5004,6 +5024,7 @@ textarea.e-de-cmt-textarea {
5004
5024
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
5005
5025
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
5006
5026
  padding: 0 !important;
5027
+ min-height: 16px;
5007
5028
  }
5008
5029
 
5009
5030
  .e-de-hdr-ftr-frst-div {
@@ -5364,8 +5385,8 @@ textarea.e-de-cmt-textarea {
5364
5385
  border: 1px solid #dee2e6;
5365
5386
  color: #212529;
5366
5387
  height: 129px;
5367
- margin-left: 78px;
5368
5388
  width: 94px;
5389
+ margin-left: 78px;
5369
5390
  }
5370
5391
 
5371
5392
  .e-de-toc-template1.e-de-rtl {
@@ -5420,7 +5441,7 @@ textarea.e-de-cmt-textarea {
5420
5441
  }
5421
5442
 
5422
5443
  .e-de-status-bar {
5423
- background-color: #f8f9fa;
5444
+ background: #f8f9fa;
5424
5445
  display: -ms-flexbox;
5425
5446
  display: flex;
5426
5447
  padding-top: 2.5px;
@@ -5553,8 +5574,8 @@ textarea.e-de-cmt-textarea {
5553
5574
  }
5554
5575
 
5555
5576
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5556
- height: 38px;
5557
5577
  width: 38px;
5578
+ height: 38px;
5558
5579
  }
5559
5580
 
5560
5581
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5566,6 +5587,15 @@ textarea.e-de-cmt-textarea {
5566
5587
  width: 70px;
5567
5588
  }
5568
5589
 
5590
+ .e-rtl .e-listview .e-list-icon {
5591
+ height: 24px;
5592
+ width: 16px;
5593
+ margin-left: 14px;
5594
+ }
5595
+ .e-rtl .e-de-listview-icon {
5596
+ line-height: 22px;
5597
+ }
5598
+
5569
5599
  .e-bigger .de-split-button > div:first-child {
5570
5600
  margin-right: 0;
5571
5601
  }
@@ -5687,7 +5717,7 @@ textarea.e-de-cmt-textarea {
5687
5717
  margin: 0 7.5px;
5688
5718
  }
5689
5719
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5690
- margin-left: 16px;
5720
+ margin-left: 16px !important;
5691
5721
  margin-right: 8px;
5692
5722
  }
5693
5723
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5704,22 +5734,22 @@ textarea.e-de-cmt-textarea {
5704
5734
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5705
5735
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5706
5736
  padding: 0;
5707
- padding-bottom: 6px;
5737
+ padding-bottom: 5px;
5708
5738
  }
5709
5739
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5710
5740
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5711
5741
  padding: 0;
5712
- padding-bottom: 6px;
5742
+ padding-bottom: 5px;
5713
5743
  }
5714
5744
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5715
5745
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5716
5746
  padding: 0;
5717
- padding-bottom: 6px;
5747
+ padding-bottom: 5px;
5718
5748
  }
5719
5749
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5720
5750
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5721
5751
  padding: 0;
5722
- padding-bottom: 6px;
5752
+ padding-bottom: 5px;
5723
5753
  }
5724
5754
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5725
5755
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
@@ -5755,7 +5785,7 @@ textarea.e-de-cmt-textarea {
5755
5785
  width: 75px;
5756
5786
  }
5757
5787
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5758
- background-color: #f8f9fa;
5788
+ background: #f8f9fa;
5759
5789
  border-radius: 0;
5760
5790
  box-shadow: none;
5761
5791
  min-height: 100%;
@@ -5783,7 +5813,7 @@ textarea.e-de-cmt-textarea {
5783
5813
  }
5784
5814
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5785
5815
  display: table;
5786
- font-size: 12px;
5816
+ font-size: 12px !important;
5787
5817
  margin: 0 6px;
5788
5818
  padding: 0;
5789
5819
  white-space: normal;
@@ -5946,6 +5976,22 @@ textarea.e-de-cmt-textarea {
5946
5976
  height: 0;
5947
5977
  line-height: 0;
5948
5978
  }
5979
+ .e-bigger .e-listview .e-list-icon {
5980
+ height: 24px;
5981
+ width: 16px;
5982
+ margin-right: 16px;
5983
+ }
5984
+ .e-bigger .e-de-listview-icon {
5985
+ line-height: 22px;
5986
+ }
5987
+ .e-bigger .e-rtl .e-listview .e-list-icon {
5988
+ height: 24px;
5989
+ width: 16px;
5990
+ margin-left: 16px;
5991
+ }
5992
+ .e-bigger .e-rtl .e-de-listview-icon {
5993
+ line-height: 22px;
5994
+ }
5949
5995
 
5950
5996
  .e-de-ctn .e-de-bzr-button {
5951
5997
  font-size: 12px;
@@ -42,6 +42,11 @@
42
42
  font-family: "e-icons";
43
43
  font-size: 13px;
44
44
  }
45
+ .e-documenteditor .e-de-multi-cmt-mark::before {
46
+ color: #adb5bd;
47
+ content: "\e8bc";
48
+ font-family: "e-icons";
49
+ }
45
50
  .e-documenteditor .e-de-cmt-post::before {
46
51
  content: "\e71d";
47
52
  font-family: "e-icons";
@@ -123,40 +128,43 @@
123
128
  .e-de-table-left-alignment::before {
124
129
  color: #adb5bd;
125
130
  content: "\e7f6";
126
- font-size: 46px;
131
+ font-size: 48px;
127
132
  }
128
133
 
129
134
  .e-de-table-center-alignment::before {
130
135
  color: #adb5bd;
131
136
  content: "\e7f1";
132
- font-size: 46px;
137
+ font-size: 48px;
133
138
  }
134
139
 
135
140
  .e-de-table-right-alignment::before {
136
141
  color: #adb5bd;
137
142
  content: "\e703";
138
- font-size: 46px;
143
+ font-size: 48px;
139
144
  }
140
145
 
141
146
  .e-de-tablecell-top-alignment::before {
142
147
  color: #adb5bd;
143
148
  content: "\e775";
144
149
  font-family: "e-icons";
145
- font-size: 51px;
150
+ font-size: 48px;
151
+ margin: 2px;
146
152
  }
147
153
 
148
154
  .e-de-tablecell-center-alignment::before {
149
155
  color: #adb5bd;
150
156
  content: "\e7e5";
151
157
  font-family: "e-icons";
152
- font-size: 51px;
158
+ font-size: 48px;
159
+ margin: 2px;
153
160
  }
154
161
 
155
162
  .e-de-tablecell-bottom-alignment::before {
156
163
  color: #adb5bd;
157
164
  content: "\e7d9";
158
165
  font-family: "e-icons";
159
- font-size: 51px;
166
+ font-size: 48px;
167
+ margin: 2px;
160
168
  }
161
169
 
162
170
  .e-de-table-border-setting {
@@ -204,14 +212,14 @@
204
212
  .e-de-table-border-none-setting::before {
205
213
  color: #adb5bd;
206
214
  content: "\e7eb";
207
- font-size: 38px;
215
+ font-size: 36px;
208
216
  position: absolute;
209
217
  }
210
218
 
211
219
  .e-de-table-border-box-setting::before {
212
220
  color: #adb5bd;
213
221
  content: "\e834";
214
- font-size: 34px;
222
+ font-size: 36px;
215
223
  left: 2px;
216
224
  position: absolute;
217
225
  top: 2px;
@@ -221,7 +229,7 @@
221
229
  color: #adb5bd;
222
230
  content: "\e7e8";
223
231
  font-family: "e-icons";
224
- font-size: 34px;
232
+ font-size: 36px;
225
233
  left: 2px;
226
234
  position: absolute;
227
235
  top: 2px;
@@ -230,7 +238,7 @@
230
238
  .e-de-table-border-custom-setting::before {
231
239
  color: #adb5bd;
232
240
  content: "\e7d5";
233
- font-size: 34px;
241
+ font-size: 36px;
234
242
  left: 2px;
235
243
  position: absolute;
236
244
  top: 2px;
@@ -239,14 +247,14 @@
239
247
  .e-de-para-border-none-setting::before {
240
248
  color: #adb5bd;
241
249
  content: "\e890";
242
- font-size: 38px;
250
+ font-size: 36px;
243
251
  position: absolute;
244
252
  }
245
253
 
246
254
  .e-de-para-border-box-setting::before {
247
255
  color: #adb5bd;
248
256
  content: "\e891";
249
- font-size: 34px;
257
+ font-size: 36px;
250
258
  left: 2px;
251
259
  position: absolute;
252
260
  top: 2px;
@@ -255,7 +263,7 @@
255
263
  .e-de-para-border-shadow-setting::before {
256
264
  color: #adb5bd;
257
265
  content: "\e892";
258
- font-size: 34px;
266
+ font-size: 36px;
259
267
  left: 2px;
260
268
  position: absolute;
261
269
  top: 2px;
@@ -264,7 +272,7 @@
264
272
  .e-de-para-border-custom-setting::before {
265
273
  color: #adb5bd;
266
274
  content: "\e88f";
267
- font-size: 34px;
275
+ font-size: 36px;
268
276
  left: 2px;
269
277
  position: absolute;
270
278
  top: 2px;
@@ -1676,7 +1684,7 @@ label[for*=_wholeWord_e-de-rtl] {
1676
1684
  .e-de-style-font-group-button .e-btn,
1677
1685
  .e-de-style-paragraph-group-button .e-btn,
1678
1686
  .e-de-style-paragraph-indent-group-button .e-btn {
1679
- background-color: #212529;
1687
+ background: #212529;
1680
1688
  border-color: #444c54;
1681
1689
  }
1682
1690
  .e-de-style-font-group-button .e-btn:focus,
@@ -1848,7 +1856,7 @@ label[for*=_wholeWord_e-de-rtl] {
1848
1856
 
1849
1857
  .e-de-restrict-pane,
1850
1858
  .e-de-op {
1851
- background-color: #282d31;
1859
+ background: #282d31;
1852
1860
  }
1853
1861
 
1854
1862
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2518,7 +2526,7 @@ label[for*=_wholeWord_e-de-rtl] {
2518
2526
  margin-right: 20px;
2519
2527
  }
2520
2528
 
2521
- .e-de-style-left-div .e-de-style-dlg-name-input {
2529
+ .e-de-style-dlg-name-input {
2522
2530
  height: 31px;
2523
2531
  }
2524
2532
 
@@ -4465,7 +4473,7 @@ label[for*=_wholeWord_e-de-rtl] {
4465
4473
  }
4466
4474
 
4467
4475
  .e-de-statusbar-pageweb {
4468
- background-color: #282d31;
4476
+ background: #282d31;
4469
4477
  border: 0;
4470
4478
  box-shadow: none;
4471
4479
  float: right;
@@ -4492,12 +4500,22 @@ label[for*=_wholeWord_e-de-rtl] {
4492
4500
  font-size: 18px;
4493
4501
  }
4494
4502
 
4503
+ .e-listview .e-list-icon {
4504
+ height: 24px;
4505
+ width: 16px;
4506
+ margin-right: 12px;
4507
+ }
4508
+
4509
+ .e-de-listview-icon {
4510
+ line-height: 22px;
4511
+ }
4512
+
4495
4513
  .e-de-linespacing {
4496
4514
  margin-top: 8px;
4497
4515
  }
4498
4516
 
4499
4517
  .e-de-statusbar-zoom {
4500
- background-color: #282d31;
4518
+ background: #282d31;
4501
4519
  border: 0;
4502
4520
  color: #ced4da;
4503
4521
  float: right;
@@ -4634,7 +4652,7 @@ label[for*=_wholeWord_e-de-rtl] {
4634
4652
 
4635
4653
  .e-de-tool-ctnr-properties-pane,
4636
4654
  .e-de-ctnr-properties-pane {
4637
- background-color: #282d31;
4655
+ background: #282d31;
4638
4656
  border-bottom: 1px solid #444c54;
4639
4657
  border-top: 1px solid #444c54;
4640
4658
  }
@@ -4781,7 +4799,7 @@ label[for*=_wholeWord_e-de-rtl] {
4781
4799
  margin: 0 14px;
4782
4800
  }
4783
4801
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4784
- margin-left: 8px;
4802
+ margin-left: 8px !important;
4785
4803
  margin-right: 4px;
4786
4804
  }
4787
4805
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4797,20 +4815,23 @@ label[for*=_wholeWord_e-de-rtl] {
4797
4815
  }
4798
4816
 
4799
4817
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4818
+ -ms-flex-direction: column;
4819
+ flex-direction: column;
4820
+ height: calc(100% - 10px);
4800
4821
  padding: 0;
4801
- padding-bottom: 14px;
4822
+ padding-bottom: 10px;
4802
4823
  }
4803
4824
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4804
4825
  padding: 0;
4805
- padding-bottom: 14px;
4826
+ padding-bottom: 10px;
4806
4827
  }
4807
4828
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4808
4829
  padding: 0;
4809
- padding-bottom: 14px;
4830
+ padding-bottom: 10px;
4810
4831
  }
4811
4832
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4812
4833
  padding: 0;
4813
- padding-bottom: 14px;
4834
+ padding-bottom: 10px;
4814
4835
  }
4815
4836
 
4816
4837
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -4856,7 +4877,7 @@ label[for*=_wholeWord_e-de-rtl] {
4856
4877
  }
4857
4878
 
4858
4879
  .e-de-ctnr-group-btn .e-btn {
4859
- background-color: #212529;
4880
+ background: #212529;
4860
4881
  border-color: #444c54;
4861
4882
  }
4862
4883
  .e-de-ctnr-group-btn .e-btn:focus {
@@ -4949,7 +4970,7 @@ label[for*=_wholeWord_e-de-rtl] {
4949
4970
  }
4950
4971
 
4951
4972
  .e-de-ctnr-properties-pane-btn .e-btn {
4952
- background-color: #282d31;
4973
+ background: #282d31;
4953
4974
  border-radius: 0;
4954
4975
  box-shadow: none;
4955
4976
  color: #0d6efd;
@@ -4991,6 +5012,7 @@ label[for*=_wholeWord_e-de-rtl] {
4991
5012
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4992
5013
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
4993
5014
  padding: 0 !important;
5015
+ min-height: 16px;
4994
5016
  }
4995
5017
 
4996
5018
  .e-de-hdr-ftr-frst-div {
@@ -5099,7 +5121,7 @@ label[for*=_wholeWord_e-de-rtl] {
5099
5121
  }
5100
5122
 
5101
5123
  .e-bigger .e-de-panel-right-width {
5102
- width: 86px;
5124
+ width: 96px;
5103
5125
  }
5104
5126
  .e-bigger .e-de-char-fmt-btn-left > button,
5105
5127
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -5354,8 +5376,8 @@ label[for*=_wholeWord_e-de-rtl] {
5354
5376
  border: 1px solid #444c54;
5355
5377
  color: #ced4da;
5356
5378
  height: 129px;
5357
- margin-left: 78px;
5358
5379
  width: 94px;
5380
+ margin-left: 78px;
5359
5381
  }
5360
5382
 
5361
5383
  .e-de-toc-template1.e-de-rtl {
@@ -5410,7 +5432,7 @@ label[for*=_wholeWord_e-de-rtl] {
5410
5432
  }
5411
5433
 
5412
5434
  .e-de-status-bar {
5413
- background-color: #282d31;
5435
+ background: #282d31;
5414
5436
  display: -ms-flexbox;
5415
5437
  display: flex;
5416
5438
  padding-top: 4px;
@@ -5543,8 +5565,8 @@ label[for*=_wholeWord_e-de-rtl] {
5543
5565
  }
5544
5566
 
5545
5567
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5546
- height: 38px;
5547
5568
  width: 39px;
5569
+ height: 38px;
5548
5570
  }
5549
5571
 
5550
5572
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5556,6 +5578,15 @@ label[for*=_wholeWord_e-de-rtl] {
5556
5578
  width: 70px;
5557
5579
  }
5558
5580
 
5581
+ .e-rtl .e-listview .e-list-icon {
5582
+ height: 24px;
5583
+ width: 16px;
5584
+ margin-left: 12px;
5585
+ }
5586
+ .e-rtl .e-de-listview-icon {
5587
+ line-height: 22px;
5588
+ }
5589
+
5559
5590
  .e-bigger .de-split-button > div:first-child {
5560
5591
  margin-right: 0;
5561
5592
  }
@@ -5680,7 +5711,7 @@ label[for*=_wholeWord_e-de-rtl] {
5680
5711
  margin: 0 16px;
5681
5712
  }
5682
5713
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5683
- margin-left: 12px;
5714
+ margin-left: 12px !important;
5684
5715
  margin-right: 6px;
5685
5716
  }
5686
5717
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5697,22 +5728,22 @@ label[for*=_wholeWord_e-de-rtl] {
5697
5728
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5698
5729
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5699
5730
  padding: 0;
5700
- padding-bottom: 14px;
5731
+ padding-bottom: 10px;
5701
5732
  }
5702
5733
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5703
5734
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5704
5735
  padding: 0;
5705
- padding-bottom: 14px;
5736
+ padding-bottom: 10px;
5706
5737
  }
5707
5738
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5708
5739
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5709
5740
  padding: 0;
5710
- padding-bottom: 14px;
5741
+ padding-bottom: 10px;
5711
5742
  }
5712
5743
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5713
5744
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5714
5745
  padding: 0;
5715
- padding-bottom: 14px;
5746
+ padding-bottom: 10px;
5716
5747
  }
5717
5748
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5718
5749
  padding: 0 !important;
@@ -5728,7 +5759,7 @@ label[for*=_wholeWord_e-de-rtl] {
5728
5759
  width: 75px;
5729
5760
  }
5730
5761
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5731
- background-color: #282d31;
5762
+ background: #282d31;
5732
5763
  border-radius: 0;
5733
5764
  box-shadow: none;
5734
5765
  min-height: 100%;
@@ -5914,6 +5945,22 @@ label[for*=_wholeWord_e-de-rtl] {
5914
5945
  height: 0;
5915
5946
  line-height: 0.5;
5916
5947
  }
5948
+ .e-bigger .e-listview .e-list-icon {
5949
+ height: 24px;
5950
+ width: 16px;
5951
+ margin-right: 16px;
5952
+ }
5953
+ .e-bigger .e-de-listview-icon {
5954
+ line-height: 22px;
5955
+ }
5956
+ .e-bigger .e-rtl .e-listview .e-list-icon {
5957
+ height: 24px;
5958
+ width: 16px;
5959
+ margin-left: 16px;
5960
+ }
5961
+ .e-bigger .e-rtl .e-de-listview-icon {
5962
+ line-height: 22px;
5963
+ }
5917
5964
 
5918
5965
  .e-de-ctn .e-de-bzr-button {
5919
5966
  background: #282d31;