@syncfusion/ej2-vue-documenteditor 20.4.54 → 21.1.36

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 (71) hide show
  1. package/CHANGELOG.md +208 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
  4. package/dist/ej2-vue-documenteditor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-documenteditor.es2015.js +240 -282
  6. package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-documenteditor.es5.js +261 -313
  8. package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  10. package/package.json +11 -10
  11. package/src/document-editor/documenteditor.component.d.ts +3 -50
  12. package/src/document-editor/documenteditor.component.js +168 -197
  13. package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -26
  14. package/src/document-editor-container/documenteditorcontainer.component.js +96 -125
  15. package/styles/bootstrap-dark.css +167 -58
  16. package/styles/bootstrap.css +167 -54
  17. package/styles/bootstrap4.css +185 -65
  18. package/styles/bootstrap5-dark.css +187 -74
  19. package/styles/bootstrap5.css +187 -74
  20. package/styles/document-editor/bootstrap-dark.css +13 -2
  21. package/styles/document-editor/bootstrap.css +17 -2
  22. package/styles/document-editor/bootstrap4.css +23 -4
  23. package/styles/document-editor/bootstrap5-dark.css +32 -17
  24. package/styles/document-editor/bootstrap5.css +32 -17
  25. package/styles/document-editor/fabric-dark.css +13 -2
  26. package/styles/document-editor/fabric.css +17 -2
  27. package/styles/document-editor/fluent-dark.css +47 -27
  28. package/styles/document-editor/fluent.css +47 -27
  29. package/styles/document-editor/highcontrast-light.css +5 -0
  30. package/styles/document-editor/highcontrast.css +13 -2
  31. package/styles/document-editor/material-dark.css +13 -2
  32. package/styles/document-editor/material.css +13 -2
  33. package/styles/document-editor/material3-dark.css +3971 -0
  34. package/styles/document-editor/material3-dark.scss +2 -0
  35. package/styles/document-editor/material3.css +4027 -0
  36. package/styles/document-editor/material3.scss +2 -0
  37. package/styles/document-editor/tailwind-dark.css +29 -17
  38. package/styles/document-editor/tailwind.css +32 -17
  39. package/styles/document-editor-container/bootstrap-dark.css +154 -56
  40. package/styles/document-editor-container/bootstrap.css +150 -52
  41. package/styles/document-editor-container/bootstrap4.css +162 -61
  42. package/styles/document-editor-container/bootstrap5-dark.css +155 -57
  43. package/styles/document-editor-container/bootstrap5.css +155 -57
  44. package/styles/document-editor-container/fabric-dark.css +154 -56
  45. package/styles/document-editor-container/fabric.css +154 -56
  46. package/styles/document-editor-container/fluent-dark.css +159 -64
  47. package/styles/document-editor-container/fluent.css +159 -64
  48. package/styles/document-editor-container/highcontrast-light.css +154 -56
  49. package/styles/document-editor-container/highcontrast.css +154 -56
  50. package/styles/document-editor-container/material-dark.css +159 -61
  51. package/styles/document-editor-container/material.css +154 -55
  52. package/styles/document-editor-container/material3-dark.css +2178 -0
  53. package/styles/document-editor-container/material3-dark.scss +2 -0
  54. package/styles/document-editor-container/material3.css +2234 -0
  55. package/styles/document-editor-container/material3.scss +2 -0
  56. package/styles/document-editor-container/tailwind-dark.css +153 -55
  57. package/styles/document-editor-container/tailwind.css +153 -55
  58. package/styles/fabric-dark.css +167 -58
  59. package/styles/fabric.css +171 -58
  60. package/styles/fluent-dark.css +206 -91
  61. package/styles/fluent.css +206 -91
  62. package/styles/highcontrast-light.css +159 -56
  63. package/styles/highcontrast.css +167 -58
  64. package/styles/material-dark.css +172 -63
  65. package/styles/material.css +167 -57
  66. package/styles/material3-dark.css +6150 -0
  67. package/styles/material3-dark.scss +3 -0
  68. package/styles/material3.css +6261 -0
  69. package/styles/material3.scss +3 -0
  70. package/styles/tailwind-dark.css +182 -72
  71. package/styles/tailwind.css +185 -72
@@ -42,6 +42,12 @@
42
42
  font-family: "e-icons";
43
43
  font-size: 13px;
44
44
  }
45
+ .e-documenteditor .e-de-multi-cmt-mark::before {
46
+ color: #6c757d;
47
+ content: "\e8bc";
48
+ font-family: "e-icons";
49
+ font-size: 14px;
50
+ }
45
51
  .e-documenteditor .e-de-cmt-post::before {
46
52
  content: "\e71d";
47
53
  font-family: "e-icons";
@@ -123,40 +129,43 @@
123
129
  .e-de-table-left-alignment::before {
124
130
  color: #6c757d;
125
131
  content: "\e7f6";
126
- font-size: 46px;
132
+ font-size: 48px;
127
133
  }
128
134
 
129
135
  .e-de-table-center-alignment::before {
130
136
  color: #6c757d;
131
137
  content: "\e7f1";
132
- font-size: 46px;
138
+ font-size: 48px;
133
139
  }
134
140
 
135
141
  .e-de-table-right-alignment::before {
136
142
  color: #6c757d;
137
143
  content: "\e703";
138
- font-size: 46px;
144
+ font-size: 48px;
139
145
  }
140
146
 
141
147
  .e-de-tablecell-top-alignment::before {
142
148
  color: #6c757d;
143
149
  content: "\e775";
144
150
  font-family: "e-icons";
145
- font-size: 51px;
151
+ font-size: 48px;
152
+ margin: 2px;
146
153
  }
147
154
 
148
155
  .e-de-tablecell-center-alignment::before {
149
156
  color: #6c757d;
150
157
  content: "\e7e5";
151
158
  font-family: "e-icons";
152
- font-size: 51px;
159
+ font-size: 48px;
160
+ margin: 2px;
153
161
  }
154
162
 
155
163
  .e-de-tablecell-bottom-alignment::before {
156
164
  color: #6c757d;
157
165
  content: "\e7d9";
158
166
  font-family: "e-icons";
159
- font-size: 51px;
167
+ font-size: 48px;
168
+ margin: 2px;
160
169
  }
161
170
 
162
171
  .e-de-table-border-setting {
@@ -204,14 +213,14 @@
204
213
  .e-de-table-border-none-setting::before {
205
214
  color: #6c757d;
206
215
  content: "\e7eb";
207
- font-size: 38px;
216
+ font-size: 36px;
208
217
  position: absolute;
209
218
  }
210
219
 
211
220
  .e-de-table-border-box-setting::before {
212
221
  color: #6c757d;
213
222
  content: "\e834";
214
- font-size: 34px;
223
+ font-size: 36px;
215
224
  left: 2px;
216
225
  position: absolute;
217
226
  top: 2px;
@@ -221,7 +230,7 @@
221
230
  color: #6c757d;
222
231
  content: "\e7e8";
223
232
  font-family: "e-icons";
224
- font-size: 34px;
233
+ font-size: 36px;
225
234
  left: 2px;
226
235
  position: absolute;
227
236
  top: 2px;
@@ -230,7 +239,7 @@
230
239
  .e-de-table-border-custom-setting::before {
231
240
  color: #6c757d;
232
241
  content: "\e7d5";
233
- font-size: 34px;
242
+ font-size: 36px;
234
243
  left: 2px;
235
244
  position: absolute;
236
245
  top: 2px;
@@ -239,14 +248,14 @@
239
248
  .e-de-para-border-none-setting::before {
240
249
  color: #6c757d;
241
250
  content: "\e890";
242
- font-size: 38px;
251
+ font-size: 36px;
243
252
  position: absolute;
244
253
  }
245
254
 
246
255
  .e-de-para-border-box-setting::before {
247
256
  color: #6c757d;
248
257
  content: "\e891";
249
- font-size: 34px;
258
+ font-size: 36px;
250
259
  left: 2px;
251
260
  position: absolute;
252
261
  top: 2px;
@@ -255,7 +264,7 @@
255
264
  .e-de-para-border-shadow-setting::before {
256
265
  color: #6c757d;
257
266
  content: "\e892";
258
- font-size: 34px;
267
+ font-size: 36px;
259
268
  left: 2px;
260
269
  position: absolute;
261
270
  top: 2px;
@@ -264,7 +273,7 @@
264
273
  .e-de-para-border-custom-setting::before {
265
274
  color: #6c757d;
266
275
  content: "\e88f";
267
- font-size: 34px;
276
+ font-size: 36px;
268
277
  left: 2px;
269
278
  position: absolute;
270
279
  top: 2px;
@@ -1676,7 +1685,7 @@ label[for*=_wholeWord_e-de-rtl] {
1676
1685
  .e-de-style-font-group-button .e-btn,
1677
1686
  .e-de-style-paragraph-group-button .e-btn,
1678
1687
  .e-de-style-paragraph-indent-group-button .e-btn {
1679
- background-color: #fff;
1688
+ background: #fff;
1680
1689
  border-color: #dee2e6;
1681
1690
  }
1682
1691
  .e-de-style-font-group-button .e-btn:focus,
@@ -1848,7 +1857,7 @@ label[for*=_wholeWord_e-de-rtl] {
1848
1857
 
1849
1858
  .e-de-restrict-pane,
1850
1859
  .e-de-op {
1851
- background-color: #f8f9fa;
1860
+ background: #f8f9fa;
1852
1861
  }
1853
1862
 
1854
1863
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2489,6 +2498,11 @@ label[for*=_wholeWord_e-de-rtl] {
2489
2498
  margin-left: 6px;
2490
2499
  }
2491
2500
 
2501
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2502
+ height: 40px !important;
2503
+ width: auto !important;
2504
+ }
2505
+
2492
2506
  .e-de-style-bold-button-size {
2493
2507
  margin-left: 6px;
2494
2508
  }
@@ -2518,7 +2532,7 @@ label[for*=_wholeWord_e-de-rtl] {
2518
2532
  margin-right: 20px;
2519
2533
  }
2520
2534
 
2521
- .e-de-style-left-div .e-de-style-dlg-name-input {
2535
+ .e-de-style-dlg-name-input {
2522
2536
  height: 31px;
2523
2537
  }
2524
2538
 
@@ -3401,6 +3415,7 @@ label[for*=_wholeWord_e-de-rtl] {
3401
3415
 
3402
3416
  .e-de-cp-option.e-btn.e-icon-btn span {
3403
3417
  margin-top: 0px;
3418
+ background: #f8f9fa;
3404
3419
  }
3405
3420
 
3406
3421
  .e-de-cmt-view:hover .e-de-cp-option {
@@ -4332,6 +4347,21 @@ label[for*=_wholeWord_e-de-rtl] {
4332
4347
  font-family: "e-icons";
4333
4348
  }
4334
4349
 
4350
+ .e-de-e-paragraph-style-mark::before {
4351
+ content: "\e844";
4352
+ font-family: "e-icons";
4353
+ }
4354
+
4355
+ .e-de-e-character-style-mark::before {
4356
+ content: "\e8bf";
4357
+ font-family: "e-icons";
4358
+ }
4359
+
4360
+ .e-de-e-linked-style-mark::before {
4361
+ content: "\e8c0";
4362
+ font-family: "e-icons";
4363
+ }
4364
+
4335
4365
  .e-de-ctnr-columns::before {
4336
4366
  content: "\e8b4";
4337
4367
  font-family: "e-icons";
@@ -4464,8 +4494,48 @@ label[for*=_wholeWord_e-de-rtl] {
4464
4494
  height: 100%;
4465
4495
  }
4466
4496
 
4497
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
4498
+ box-shadow: none;
4499
+ height: 31px;
4500
+ }
4501
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
4502
+ box-shadow: none;
4503
+ }
4504
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
4505
+ box-shadow: none;
4506
+ }
4507
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
4508
+ box-shadow: none;
4509
+ }
4510
+
4511
+ .e-de-ctnr-group-btn-middle button {
4512
+ border-radius: 0px;
4513
+ }
4514
+
4515
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
4516
+ box-shadow: none;
4517
+ }
4518
+
4519
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
4520
+ .e-de-ctn .e-de-status-bar button {
4521
+ box-shadow: none;
4522
+ height: 31px;
4523
+ }
4524
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
4525
+ .e-de-ctn .e-de-status-bar button:focus {
4526
+ box-shadow: none;
4527
+ }
4528
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
4529
+ .e-de-ctn .e-de-status-bar button:active {
4530
+ box-shadow: none;
4531
+ }
4532
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
4533
+ .e-de-ctn .e-de-status-bar button:hover {
4534
+ box-shadow: none;
4535
+ }
4536
+
4467
4537
  .e-de-statusbar-pageweb {
4468
- background-color: #f8f9fa;
4538
+ background: #f8f9fa;
4469
4539
  border: 0;
4470
4540
  box-shadow: none;
4471
4541
  float: right;
@@ -4492,12 +4562,25 @@ label[for*=_wholeWord_e-de-rtl] {
4492
4562
  font-size: 18px;
4493
4563
  }
4494
4564
 
4565
+ .e-listview .e-list-icon {
4566
+ height: 24px;
4567
+ width: 16px;
4568
+ margin-right: 12px;
4569
+ }
4570
+
4571
+ .e-de-listview-icon {
4572
+ height: auto;
4573
+ width: auto;
4574
+ line-height: 22px;
4575
+ margin-right: 12px;
4576
+ }
4577
+
4495
4578
  .e-de-linespacing {
4496
4579
  margin-top: 8px;
4497
4580
  }
4498
4581
 
4499
4582
  .e-de-statusbar-zoom {
4500
- background-color: #f8f9fa;
4583
+ background: #f8f9fa;
4501
4584
  border: 0;
4502
4585
  color: #495057;
4503
4586
  float: right;
@@ -4589,14 +4672,22 @@ label[for*=_wholeWord_e-de-rtl] {
4589
4672
  .e-de-statusbar-separator {
4590
4673
  border-left: 1px solid #dee2e6;
4591
4674
  height: 16px;
4592
- margin-left: 0;
4675
+ margin-left: 7.5px;
4676
+ margin-right: 7.5px;
4677
+ margin-top: 6px;
4678
+ }
4679
+
4680
+ .e-bigger .e-de-statusbar-separator {
4681
+ border-left: 1px solid #dee2e6;
4682
+ height: 16px;
4683
+ margin-left: 7.5px;
4684
+ margin-right: 7.5px;
4593
4685
  margin-top: 6px;
4594
4686
  }
4595
4687
 
4596
4688
  .e-de-statusbar-spellcheck {
4597
4689
  border-radius: 2px;
4598
4690
  font-weight: 400;
4599
- margin-left: 7.5px;
4600
4691
  }
4601
4692
 
4602
4693
  .e-de-ctn {
@@ -4609,7 +4700,6 @@ label[for*=_wholeWord_e-de-rtl] {
4609
4700
 
4610
4701
  .e-bigger .e-de-statusbar-spellcheck {
4611
4702
  border-radius: 2px;
4612
- margin-left: 7.5px;
4613
4703
  }
4614
4704
 
4615
4705
  .e-de-ctnr-toolbar {
@@ -4634,7 +4724,7 @@ label[for*=_wholeWord_e-de-rtl] {
4634
4724
 
4635
4725
  .e-de-tool-ctnr-properties-pane,
4636
4726
  .e-de-ctnr-properties-pane {
4637
- background-color: #f8f9fa;
4727
+ background: #f8f9fa;
4638
4728
  border-bottom: 1px solid #dee2e6;
4639
4729
  border-top: 1px solid #dee2e6;
4640
4730
  }
@@ -4781,7 +4871,7 @@ label[for*=_wholeWord_e-de-rtl] {
4781
4871
  margin: 0 14px;
4782
4872
  }
4783
4873
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4784
- margin-left: 8px;
4874
+ margin-left: 8px !important;
4785
4875
  margin-right: 4px;
4786
4876
  }
4787
4877
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4797,20 +4887,23 @@ label[for*=_wholeWord_e-de-rtl] {
4797
4887
  }
4798
4888
 
4799
4889
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4890
+ -ms-flex-direction: column;
4891
+ flex-direction: column;
4892
+ height: calc(100% - 10px);
4800
4893
  padding: 0;
4801
- padding-bottom: 14px;
4894
+ padding-bottom: 10px;
4802
4895
  }
4803
4896
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4804
4897
  padding: 0;
4805
- padding-bottom: 14px;
4898
+ padding-bottom: 10px;
4806
4899
  }
4807
4900
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4808
4901
  padding: 0;
4809
- padding-bottom: 14px;
4902
+ padding-bottom: 10px;
4810
4903
  }
4811
4904
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4812
4905
  padding: 0;
4813
- padding-bottom: 14px;
4906
+ padding-bottom: 10px;
4814
4907
  }
4815
4908
 
4816
4909
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -4856,7 +4949,7 @@ label[for*=_wholeWord_e-de-rtl] {
4856
4949
  }
4857
4950
 
4858
4951
  .e-de-ctnr-group-btn .e-btn {
4859
- background-color: #fff;
4952
+ background: #fff;
4860
4953
  border-color: #dee2e6;
4861
4954
  }
4862
4955
  .e-de-ctnr-group-btn .e-btn:focus {
@@ -4949,7 +5042,7 @@ label[for*=_wholeWord_e-de-rtl] {
4949
5042
  }
4950
5043
 
4951
5044
  .e-de-ctnr-properties-pane-btn .e-btn {
4952
- background-color: #f8f9fa;
5045
+ background: #f8f9fa;
4953
5046
  border-radius: 0;
4954
5047
  box-shadow: none;
4955
5048
  color: #0d6efd;
@@ -4991,6 +5084,7 @@ label[for*=_wholeWord_e-de-rtl] {
4991
5084
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4992
5085
  .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
5086
  padding: 0 !important;
5087
+ min-height: 16px;
4994
5088
  }
4995
5089
 
4996
5090
  .e-de-hdr-ftr-frst-div {
@@ -5013,6 +5107,7 @@ label[for*=_wholeWord_e-de-rtl] {
5013
5107
  }
5014
5108
 
5015
5109
  .e-de-review-pane {
5110
+ background: #f8f9fa;
5016
5111
  border-left: 1px solid #ced4da;
5017
5112
  height: 100%;
5018
5113
  min-height: 200px;
@@ -5030,34 +5125,6 @@ label[for*=_wholeWord_e-de-rtl] {
5030
5125
  width: 306px;
5031
5126
  }
5032
5127
 
5033
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
5034
- box-shadow: none;
5035
- height: 31px;
5036
- }
5037
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
5038
- box-shadow: none;
5039
- }
5040
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
5041
- box-shadow: none;
5042
- }
5043
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
5044
- box-shadow: none;
5045
- }
5046
-
5047
- .e-de-ctnr-group-btn button {
5048
- box-shadow: none;
5049
- height: 31px;
5050
- }
5051
- .e-de-ctnr-group-btn button:focus {
5052
- box-shadow: none;
5053
- }
5054
- .e-de-ctnr-group-btn button:active {
5055
- box-shadow: none;
5056
- }
5057
- .e-de-ctnr-group-btn button:hover {
5058
- box-shadow: none;
5059
- }
5060
-
5061
5128
  .e-de-property-div-padding {
5062
5129
  border-bottom: 0.5px solid #dee2e6;
5063
5130
  padding: 12px;
@@ -5099,7 +5166,7 @@ label[for*=_wholeWord_e-de-rtl] {
5099
5166
  }
5100
5167
 
5101
5168
  .e-bigger .e-de-panel-right-width {
5102
- width: 86px;
5169
+ width: 96px;
5103
5170
  }
5104
5171
  .e-bigger .e-de-char-fmt-btn-left > button,
5105
5172
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -5190,7 +5257,7 @@ label[for*=_wholeWord_e-de-rtl] {
5190
5257
  }
5191
5258
 
5192
5259
  .e-de-list-header-presetmenu .e-de-list-line {
5193
- border-bottom: 1px solid #6c757d;
5260
+ border-bottom: 1px solid #6c757d !important;
5194
5261
  margin-left: 5px;
5195
5262
  width: 100%;
5196
5263
  }
@@ -5259,10 +5326,10 @@ label[for*=_wholeWord_e-de-rtl] {
5259
5326
  }
5260
5327
 
5261
5328
  .e-de-list-container {
5262
- background: #f8f9fa;
5263
5329
  border: 1px solid #ccc;
5264
5330
  border-radius: 2px;
5265
5331
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
5332
+ background: #f8f9fa;
5266
5333
  box-sizing: border-box;
5267
5334
  display: inline-block;
5268
5335
  line-height: normal;
@@ -5354,8 +5421,8 @@ label[for*=_wholeWord_e-de-rtl] {
5354
5421
  border: 1px solid #dee2e6;
5355
5422
  color: #495057;
5356
5423
  height: 129px;
5357
- margin-left: 78px;
5358
5424
  width: 94px;
5425
+ margin-left: 78px;
5359
5426
  }
5360
5427
 
5361
5428
  .e-de-toc-template1.e-de-rtl {
@@ -5410,7 +5477,7 @@ label[for*=_wholeWord_e-de-rtl] {
5410
5477
  }
5411
5478
 
5412
5479
  .e-de-status-bar {
5413
- background-color: #f8f9fa;
5480
+ background: #f8f9fa;
5414
5481
  display: -ms-flexbox;
5415
5482
  display: flex;
5416
5483
  padding-top: 4px;
@@ -5535,7 +5602,7 @@ label[for*=_wholeWord_e-de-rtl] {
5535
5602
  }
5536
5603
 
5537
5604
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
5538
- height: 38px !important;
5605
+ height: 36px !important;
5539
5606
  }
5540
5607
 
5541
5608
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -5543,8 +5610,8 @@ label[for*=_wholeWord_e-de-rtl] {
5543
5610
  }
5544
5611
 
5545
5612
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5546
- height: 38px;
5547
5613
  width: 39px;
5614
+ height: 38px;
5548
5615
  }
5549
5616
 
5550
5617
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5556,6 +5623,18 @@ label[for*=_wholeWord_e-de-rtl] {
5556
5623
  width: 70px;
5557
5624
  }
5558
5625
 
5626
+ .e-rtl .e-listview .e-list-icon {
5627
+ height: 24px;
5628
+ width: 16px;
5629
+ margin-left: 12px;
5630
+ }
5631
+ .e-rtl .e-de-listview-icon {
5632
+ height: auto;
5633
+ width: auto;
5634
+ line-height: 22px;
5635
+ margin-left: 12px;
5636
+ }
5637
+
5559
5638
  .e-bigger .de-split-button > div:first-child {
5560
5639
  margin-right: 0;
5561
5640
  }
@@ -5676,11 +5755,10 @@ label[for*=_wholeWord_e-de-rtl] {
5676
5755
  height: 81px;
5677
5756
  }
5678
5757
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
5679
- height: 25px;
5680
5758
  margin: 0 16px;
5681
5759
  }
5682
5760
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5683
- margin-left: 12px;
5761
+ margin-left: 12px !important;
5684
5762
  margin-right: 6px;
5685
5763
  }
5686
5764
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5697,22 +5775,22 @@ label[for*=_wholeWord_e-de-rtl] {
5697
5775
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5698
5776
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5699
5777
  padding: 0;
5700
- padding-bottom: 14px;
5778
+ padding-bottom: 10px;
5701
5779
  }
5702
5780
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5703
5781
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5704
5782
  padding: 0;
5705
- padding-bottom: 14px;
5783
+ padding-bottom: 10px;
5706
5784
  }
5707
5785
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5708
5786
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5709
5787
  padding: 0;
5710
- padding-bottom: 14px;
5788
+ padding-bottom: 10px;
5711
5789
  }
5712
5790
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5713
5791
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5714
5792
  padding: 0;
5715
- padding-bottom: 14px;
5793
+ padding-bottom: 10px;
5716
5794
  }
5717
5795
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5718
5796
  padding: 0 !important;
@@ -5728,7 +5806,7 @@ label[for*=_wholeWord_e-de-rtl] {
5728
5806
  width: 75px;
5729
5807
  }
5730
5808
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5731
- background-color: #f8f9fa;
5809
+ background: #f8f9fa;
5732
5810
  border-radius: 0;
5733
5811
  box-shadow: none;
5734
5812
  min-height: 100%;
@@ -5779,6 +5857,19 @@ label[for*=_wholeWord_e-de-rtl] {
5779
5857
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
5780
5858
  box-shadow: none;
5781
5859
  }
5860
+ .e-bigger .e-de-status-bar button {
5861
+ height: 38px;
5862
+ box-shadow: none;
5863
+ }
5864
+ .e-bigger .e-de-status-bar button:focus {
5865
+ box-shadow: none;
5866
+ }
5867
+ .e-bigger .e-de-status-bar button:active {
5868
+ box-shadow: none;
5869
+ }
5870
+ .e-bigger .e-de-status-bar button:hover {
5871
+ box-shadow: none;
5872
+ }
5782
5873
  .e-bigger .e-de-ctnr-group-btn button {
5783
5874
  box-shadow: none;
5784
5875
  height: 38px;
@@ -5893,18 +5984,18 @@ label[for*=_wholeWord_e-de-rtl] {
5893
5984
  margin-left: 10px;
5894
5985
  }
5895
5986
  .e-bigger .e-de-status-bar {
5896
- background-color: #f8f9fa;
5987
+ background: #f8f9fa;
5897
5988
  display: -ms-flexbox;
5898
5989
  display: flex;
5899
5990
  padding-top: 5px;
5900
5991
  width: 100%;
5901
5992
  }
5902
5993
  .e-bigger .e-de-statusbar-zoom {
5903
- background-color: #f8f9fa;
5904
5994
  border: 0;
5905
5995
  color: #495057;
5906
5996
  float: right;
5907
5997
  height: 34px;
5998
+ background-color: #f8f9fa;
5908
5999
  }
5909
6000
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5910
6001
  line-height: 25px;
@@ -5914,6 +6005,28 @@ label[for*=_wholeWord_e-de-rtl] {
5914
6005
  height: 0;
5915
6006
  line-height: 0.5;
5916
6007
  }
6008
+ .e-bigger .e-listview .e-list-icon {
6009
+ height: 24px;
6010
+ width: 16px;
6011
+ margin-right: 16px;
6012
+ }
6013
+ .e-bigger .e-de-listview-icon {
6014
+ height: auto;
6015
+ width: auto;
6016
+ line-height: 22px;
6017
+ margin-right: 16px;
6018
+ }
6019
+ .e-bigger .e-rtl .e-listview .e-list-icon {
6020
+ height: 24px;
6021
+ width: 16px;
6022
+ margin-left: 16px;
6023
+ }
6024
+ .e-bigger .e-rtl .e-de-listview-icon {
6025
+ height: auto;
6026
+ width: auto;
6027
+ line-height: 22px;
6028
+ margin-left: 16px;
6029
+ }
5917
6030
 
5918
6031
  .e-de-ctn .e-de-bzr-button {
5919
6032
  background: #f8f9fa;
@@ -43,6 +43,11 @@
43
43
  font-family: "e-icons";
44
44
  font-size: 13px;
45
45
  }
46
+ .e-documenteditor .e-de-multi-cmt-mark::before {
47
+ content: "\e98a";
48
+ font-family: "e-icons";
49
+ font-size: 14px;
50
+ }
46
51
  .e-documenteditor .e-de-cmt-post::before {
47
52
  content: "\e816";
48
53
  font-family: "e-icons";
@@ -1690,7 +1695,7 @@ label[for*=_wholeWord_e-de-rtl] {
1690
1695
 
1691
1696
  .e-de-restrict-pane,
1692
1697
  .e-de-op {
1693
- background-color: #1a1a1a;
1698
+ background: #1a1a1a;
1694
1699
  }
1695
1700
 
1696
1701
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2346,6 +2351,11 @@ label[for*=_wholeWord_e-de-rtl] {
2346
2351
  height: 35px;
2347
2352
  }
2348
2353
 
2354
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2355
+ height: 40px !important;
2356
+ width: auto !important;
2357
+ }
2358
+
2349
2359
  .e-de-style-bold-button-size {
2350
2360
  margin-left: 8px;
2351
2361
  margin-right: 8px;
@@ -2383,7 +2393,7 @@ label[for*=_wholeWord_e-de-rtl] {
2383
2393
  margin-right: 20px;
2384
2394
  }
2385
2395
 
2386
- .e-de-style-left-div .e-de-style-dlg-name-input {
2396
+ .e-de-style-dlg-name-input {
2387
2397
  height: 32px;
2388
2398
  }
2389
2399
 
@@ -3306,6 +3316,7 @@ label[for*=_wholeWord_e-de-rtl] {
3306
3316
 
3307
3317
  .e-de-cp-option.e-btn.e-icon-btn span {
3308
3318
  margin-top: 0px;
3319
+ background: #1a1a1a;
3309
3320
  }
3310
3321
 
3311
3322
  .e-de-cmt-view:hover .e-de-cp-option {