@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
package/styles/fluent.css CHANGED
@@ -41,6 +41,10 @@
41
41
  font-family: "e-icons";
42
42
  font-size: 13px;
43
43
  }
44
+ .e-documenteditor .e-de-multi-cmt-mark::before {
45
+ content: "\e8bc";
46
+ font-family: "e-icons";
47
+ }
44
48
  .e-documenteditor .e-de-cmt-post::before {
45
49
  content: "\e71d";
46
50
  font-family: "e-icons";
@@ -140,21 +144,27 @@
140
144
  color: #605e5c;
141
145
  content: "\e775";
142
146
  font-family: "e-icons";
143
- font-size: 51px;
147
+ font-size: 42px;
148
+ margin: 5px;
149
+ position: absolute;
144
150
  }
145
151
 
146
152
  .e-de-tablecell-center-alignment::before {
147
153
  color: #605e5c;
148
154
  content: "\e7e5";
149
155
  font-family: "e-icons";
150
- font-size: 51px;
156
+ font-size: 42px;
157
+ margin: 5px;
158
+ position: absolute;
151
159
  }
152
160
 
153
161
  .e-de-tablecell-bottom-alignment::before {
154
162
  color: #605e5c;
155
163
  content: "\e7d9";
156
164
  font-family: "e-icons";
157
- font-size: 51px;
165
+ font-size: 42px;
166
+ margin: 5px;
167
+ position: absolute;
158
168
  }
159
169
 
160
170
  .e-de-table-border-setting {
@@ -202,70 +212,73 @@
202
212
  .e-de-table-border-none-setting::before {
203
213
  color: #605e5c;
204
214
  content: "\e7eb";
205
- font-size: 38px;
215
+ font-size: 32px;
206
216
  position: absolute;
217
+ margin: 3px;
207
218
  }
208
219
 
209
220
  .e-de-table-border-box-setting::before {
210
221
  color: #605e5c;
211
222
  content: "\e834";
212
- font-size: 34px;
213
- left: 2px;
223
+ font-size: 32px;
224
+ left: 3px;
214
225
  position: absolute;
215
- top: 2px;
226
+ top: 4px;
216
227
  }
217
228
 
218
229
  .e-de-table-border-all-setting::before {
219
230
  color: #605e5c;
220
231
  content: "\e7e8";
221
232
  font-family: "e-icons";
222
- font-size: 34px;
223
- left: 2px;
233
+ font-size: 32px;
234
+ left: 3px;
224
235
  position: absolute;
225
- top: 2px;
236
+ top: 4px;
226
237
  }
227
238
 
228
239
  .e-de-table-border-custom-setting::before {
229
240
  color: #605e5c;
230
241
  content: "\e7d5";
231
- font-size: 34px;
232
- left: 2px;
242
+ font-size: 32px;
243
+ left: 3px;
233
244
  position: absolute;
234
- top: 2px;
245
+ top: 4px;
235
246
  }
236
247
 
237
248
  .e-de-para-border-none-setting::before {
238
249
  color: #605e5c;
239
250
  content: "\e890";
240
- font-size: 38px;
251
+ font-size: 32px;
241
252
  position: absolute;
253
+ margin: 3px;
254
+ top: 1px;
242
255
  }
243
256
 
244
257
  .e-de-para-border-box-setting::before {
245
258
  color: #605e5c;
246
259
  content: "\e891";
247
- font-size: 34px;
248
- left: 2px;
260
+ font-size: 32px;
261
+ left: 3.5px;
249
262
  position: absolute;
250
- top: 2px;
263
+ top: 3.5px;
251
264
  }
252
265
 
253
266
  .e-de-para-border-shadow-setting::before {
254
267
  color: #605e5c;
255
268
  content: "\e892";
256
- font-size: 34px;
257
- left: 2px;
269
+ font-size: 32px;
270
+ left: 3.5px;
258
271
  position: absolute;
259
- top: 2px;
272
+ top: 3.5px;
260
273
  }
261
274
 
262
275
  .e-de-para-border-custom-setting::before {
263
276
  color: #605e5c;
264
277
  content: "\e88f";
265
- font-size: 34px;
266
- left: 2px;
278
+ font-size: 32px;
279
+ left: 3.5px;
267
280
  position: absolute;
268
- top: 2px;
281
+ top: 3.5px;
269
282
  }
270
283
 
271
284
  .e-de-table-border-toptop-alignment::before {
@@ -342,8 +355,8 @@
342
355
  }
343
356
 
344
357
  .e-de-columns-presets-genral {
345
- height: 62px;
346
- width: 62px;
358
+ height: 70px;
359
+ width: 70px;
347
360
  margin-right: 33px;
348
361
  margin-bottom: 12px;
349
362
  }
@@ -1787,7 +1800,7 @@ label[for*=_wholeWord_e-de-rtl] {
1787
1800
 
1788
1801
  .e-de-restrict-pane,
1789
1802
  .e-de-op {
1790
- background-color: #faf9f8;
1803
+ background: #faf9f8;
1791
1804
  }
1792
1805
 
1793
1806
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2457,7 +2470,7 @@ label[for*=_wholeWord_e-de-rtl] {
2457
2470
  margin-right: 20px;
2458
2471
  }
2459
2472
 
2460
- .e-de-style-left-div .e-de-style-dlg-name-input {
2473
+ .e-de-style-dlg-name-input {
2461
2474
  height: 31px;
2462
2475
  }
2463
2476
 
@@ -4309,31 +4322,31 @@ label[for*=_wholeWord_e-de-rtl] {
4309
4322
  .e-de-ctnr-columns-one::before {
4310
4323
  content: "\e8b9";
4311
4324
  font-family: "e-icons";
4312
- font-size: 60px;
4325
+ font-size: 68px;
4313
4326
  }
4314
4327
 
4315
4328
  .e-de-ctnr-columns-two::before {
4316
4329
  content: "\e8ba";
4317
4330
  font-family: "e-icons";
4318
- font-size: 60px;
4331
+ font-size: 68px;
4319
4332
  }
4320
4333
 
4321
4334
  .e-de-ctnr-columns-three::before {
4322
4335
  content: "\e8bb";
4323
4336
  font-family: "e-icons";
4324
- font-size: 60px;
4337
+ font-size: 68px;
4325
4338
  }
4326
4339
 
4327
4340
  .e-de-ctnr-columns-right::before {
4328
4341
  content: "\e8b7";
4329
4342
  font-family: "e-icons";
4330
- font-size: 60px;
4343
+ font-size: 68px;
4331
4344
  }
4332
4345
 
4333
4346
  .e-de-ctnr-columns-left::before {
4334
4347
  content: "\e8b8";
4335
4348
  font-family: "e-icons";
4336
- font-size: 60px;
4349
+ font-size: 68px;
4337
4350
  }
4338
4351
 
4339
4352
  .e-de-toolbar {
@@ -4414,7 +4427,7 @@ label[for*=_wholeWord_e-de-rtl] {
4414
4427
  }
4415
4428
 
4416
4429
  .e-de-statusbar-pageweb {
4417
- background-color: #faf9f8;
4430
+ background: #faf9f8;
4418
4431
  border: 0;
4419
4432
  box-shadow: none;
4420
4433
  float: right;
@@ -4438,12 +4451,22 @@ label[for*=_wholeWord_e-de-rtl] {
4438
4451
  font-size: 18px;
4439
4452
  }
4440
4453
 
4454
+ .e-listview .e-list-icon {
4455
+ height: 24px;
4456
+ width: 16px;
4457
+ margin-right: 16px;
4458
+ }
4459
+
4460
+ .e-de-listview-icon {
4461
+ line-height: 22px;
4462
+ }
4463
+
4441
4464
  .e-de-linespacing {
4442
4465
  margin-top: 8px;
4443
4466
  }
4444
4467
 
4445
4468
  .e-de-statusbar-zoom {
4446
- background-color: #faf9f8;
4469
+ background: #faf9f8;
4447
4470
  border: 0;
4448
4471
  color: #3b3a39;
4449
4472
  float: right;
@@ -4579,7 +4602,7 @@ label[for*=_wholeWord_e-de-rtl] {
4579
4602
 
4580
4603
  .e-de-tool-ctnr-properties-pane,
4581
4604
  .e-de-ctnr-properties-pane {
4582
- background-color: #faf9f8;
4605
+ background: #faf9f8;
4583
4606
  border-bottom: 1px solid #edebe9;
4584
4607
  border-top: 1px solid #edebe9;
4585
4608
  }
@@ -4727,7 +4750,7 @@ label[for*=_wholeWord_e-de-rtl] {
4727
4750
  margin: 0 12px;
4728
4751
  }
4729
4752
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4730
- margin-left: 8px;
4753
+ margin-left: 8px !important;
4731
4754
  margin-right: 4px;
4732
4755
  }
4733
4756
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4743,20 +4766,23 @@ label[for*=_wholeWord_e-de-rtl] {
4743
4766
  }
4744
4767
 
4745
4768
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4769
+ -ms-flex-direction: column;
4770
+ flex-direction: column;
4771
+ height: calc(100% - 10px);
4746
4772
  padding: 0;
4747
- padding-bottom: 14px;
4773
+ padding-bottom: 8px;
4748
4774
  }
4749
4775
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4750
4776
  padding: 0;
4751
- padding-bottom: 14px;
4777
+ padding-bottom: 8px;
4752
4778
  }
4753
4779
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4754
4780
  padding: 0;
4755
- padding-bottom: 14px;
4781
+ padding-bottom: 8px;
4756
4782
  }
4757
4783
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4758
4784
  padding: 0;
4759
- padding-bottom: 14px;
4785
+ padding-bottom: 8px;
4760
4786
  }
4761
4787
 
4762
4788
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -4785,7 +4811,7 @@ label[for*=_wholeWord_e-de-rtl] {
4785
4811
  }
4786
4812
 
4787
4813
  .e-de-ctnr-properties-pane-btn .e-btn {
4788
- background-color: #f3f2f1;
4814
+ background: #f3f2f1;
4789
4815
  border-radius: 0;
4790
4816
  box-shadow: none;
4791
4817
  color: #0078d4;
@@ -4827,6 +4853,7 @@ label[for*=_wholeWord_e-de-rtl] {
4827
4853
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4828
4854
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
4829
4855
  padding: 0 !important;
4856
+ min-height: 16px;
4830
4857
  }
4831
4858
 
4832
4859
  .e-de-hdr-ftr-frst-div {
@@ -4938,7 +4965,7 @@ label[for*=_wholeWord_e-de-rtl] {
4938
4965
  }
4939
4966
 
4940
4967
  .e-bigger .e-de-panel-right-width {
4941
- width: 92px;
4968
+ width: 96px;
4942
4969
  }
4943
4970
  .e-bigger .e-de-char-fmt-btn-left > button,
4944
4971
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -5192,8 +5219,8 @@ label[for*=_wholeWord_e-de-rtl] {
5192
5219
  border: 1px solid #edebe9;
5193
5220
  color: #3b3a39;
5194
5221
  height: 129px;
5195
- margin-left: 78px;
5196
5222
  width: 94px;
5223
+ margin-left: 78px;
5197
5224
  }
5198
5225
 
5199
5226
  .e-de-toc-template1.e-de-rtl {
@@ -5248,7 +5275,7 @@ label[for*=_wholeWord_e-de-rtl] {
5248
5275
  }
5249
5276
 
5250
5277
  .e-de-status-bar {
5251
- background-color: #faf9f8;
5278
+ background: #faf9f8;
5252
5279
  display: -ms-flexbox;
5253
5280
  display: flex;
5254
5281
  padding-top: 4px;
@@ -5381,8 +5408,8 @@ label[for*=_wholeWord_e-de-rtl] {
5381
5408
  }
5382
5409
 
5383
5410
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5384
- height: 38px;
5385
5411
  width: 38px;
5412
+ height: 38px;
5386
5413
  }
5387
5414
 
5388
5415
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5394,6 +5421,15 @@ label[for*=_wholeWord_e-de-rtl] {
5394
5421
  width: 70px;
5395
5422
  }
5396
5423
 
5424
+ .e-rtl .e-listview .e-list-icon {
5425
+ height: 24px;
5426
+ width: 16px;
5427
+ margin-left: 16px;
5428
+ }
5429
+ .e-rtl .e-de-listview-icon {
5430
+ line-height: 22px;
5431
+ }
5432
+
5397
5433
  .e-bigger .de-split-button > div:first-child {
5398
5434
  margin-right: 0;
5399
5435
  }
@@ -5506,7 +5542,7 @@ label[for*=_wholeWord_e-de-rtl] {
5506
5542
  margin: 0 14px;
5507
5543
  }
5508
5544
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5509
- margin-left: 10px;
5545
+ margin-left: 10px !important;
5510
5546
  margin-right: 6px;
5511
5547
  }
5512
5548
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5523,22 +5559,22 @@ label[for*=_wholeWord_e-de-rtl] {
5523
5559
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5524
5560
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5525
5561
  padding: 0;
5526
- padding-bottom: 14px;
5562
+ padding-bottom: 8px;
5527
5563
  }
5528
5564
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5529
5565
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5530
5566
  padding: 0;
5531
- padding-bottom: 14px;
5567
+ padding-bottom: 8px;
5532
5568
  }
5533
5569
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5534
5570
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5535
5571
  padding: 0;
5536
- padding-bottom: 14px;
5572
+ padding-bottom: 8px;
5537
5573
  }
5538
5574
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5539
5575
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5540
5576
  padding: 0;
5541
- padding-bottom: 14px;
5577
+ padding-bottom: 8px;
5542
5578
  }
5543
5579
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5544
5580
  padding: 0 !important;
@@ -5554,7 +5590,7 @@ label[for*=_wholeWord_e-de-rtl] {
5554
5590
  width: 75px;
5555
5591
  }
5556
5592
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5557
- background-color: #f3f2f1;
5593
+ background: #f3f2f1;
5558
5594
  border-radius: 0;
5559
5595
  box-shadow: none;
5560
5596
  min-height: 100%;
@@ -5738,6 +5774,22 @@ label[for*=_wholeWord_e-de-rtl] {
5738
5774
  height: 0;
5739
5775
  line-height: 0.5;
5740
5776
  }
5777
+ .e-bigger .e-listview .e-list-icon {
5778
+ height: 24px;
5779
+ width: 16px;
5780
+ margin-right: 20px;
5781
+ }
5782
+ .e-bigger .e-de-listview-icon {
5783
+ line-height: 22px;
5784
+ }
5785
+ .e-bigger .e-rtl .e-listview .e-list-icon {
5786
+ height: 24px;
5787
+ width: 16px;
5788
+ margin-left: 20px;
5789
+ }
5790
+ .e-bigger .e-rtl .e-de-listview-icon {
5791
+ line-height: 22px;
5792
+ }
5741
5793
 
5742
5794
  .e-de-ctn .e-de-bzr-button {
5743
5795
  font-size: 12px;
@@ -5795,9 +5847,6 @@ label[for*=_wholeWord_e-de-rtl] {
5795
5847
  padding-top: 0 !important;
5796
5848
  }
5797
5849
 
5798
- .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button {
5799
- font-size: 16px;
5800
- }
5801
5850
  .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
5802
5851
  font-size: 18px;
5803
5852
  padding-bottom: 4px;
@@ -2089,6 +2089,10 @@ label[for=container_wholeWord] {
2089
2089
  font-family: "e-icons";
2090
2090
  font-size: 13px;
2091
2091
  }
2092
+ .e-documenteditor .e-de-multi-cmt-mark::before {
2093
+ content: "\e97a";
2094
+ font-family: "e-icons";
2095
+ }
2092
2096
  .e-documenteditor .e-de-cmt-post::before {
2093
2097
  content: "\e816";
2094
2098
  font-family: "e-icons";
@@ -3322,7 +3326,7 @@ label[for=container_wholeWord] {
3322
3326
  }
3323
3327
 
3324
3328
  .e-de-statusbar-pageweb {
3325
- background-color: #fff;
3329
+ background: #fff;
3326
3330
  border: 0;
3327
3331
  box-shadow: none;
3328
3332
  float: right;
@@ -3351,12 +3355,22 @@ label[for=container_wholeWord] {
3351
3355
  font-size: 16px;
3352
3356
  }
3353
3357
 
3358
+ .e-listview .e-list-icon {
3359
+ height: 24px;
3360
+ width: 16px;
3361
+ margin-right: 12px;
3362
+ }
3363
+
3364
+ .e-de-listview-icon {
3365
+ line-height: 22px;
3366
+ }
3367
+
3354
3368
  .e-de-linespacing {
3355
3369
  margin-top: 11px;
3356
3370
  }
3357
3371
 
3358
3372
  .e-de-statusbar-zoom {
3359
- background-color: #fff;
3373
+ background: #fff;
3360
3374
  border: 0;
3361
3375
  color: #000;
3362
3376
  float: right;
@@ -3464,7 +3478,7 @@ label[for=container_wholeWord] {
3464
3478
 
3465
3479
  .e-de-tool-ctnr-properties-pane,
3466
3480
  .e-de-ctnr-properties-pane {
3467
- background-color: #fff;
3481
+ background: #fff;
3468
3482
  border-bottom: 1px solid #000;
3469
3483
  border-top: 1px solid #000;
3470
3484
  }
@@ -3563,7 +3577,7 @@ label[for=container_wholeWord] {
3563
3577
  margin: 0 5.5px;
3564
3578
  }
3565
3579
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
3566
- margin-left: 12px;
3580
+ margin-left: 12px !important;
3567
3581
  margin-right: 6px;
3568
3582
  }
3569
3583
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -3579,20 +3593,23 @@ label[for=container_wholeWord] {
3579
3593
  }
3580
3594
 
3581
3595
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
3596
+ -ms-flex-direction: column;
3597
+ flex-direction: column;
3598
+ height: calc(100% - 10px);
3582
3599
  padding: 0;
3583
- padding-bottom: 6px;
3600
+ padding-bottom: 5px;
3584
3601
  }
3585
3602
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
3586
3603
  padding: 0;
3587
- padding-bottom: 6px;
3604
+ padding-bottom: 5px;
3588
3605
  }
3589
3606
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
3590
3607
  padding: 0;
3591
- padding-bottom: 6px;
3608
+ padding-bottom: 5px;
3592
3609
  }
3593
3610
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
3594
3611
  padding: 0;
3595
- padding-bottom: 6px;
3612
+ padding-bottom: 5px;
3596
3613
  }
3597
3614
 
3598
3615
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -3621,7 +3638,7 @@ label[for=container_wholeWord] {
3621
3638
  }
3622
3639
 
3623
3640
  .e-de-ctnr-properties-pane-btn .e-btn {
3624
- background-color: #fff;
3641
+ background: #fff;
3625
3642
  border-radius: 0;
3626
3643
  box-shadow: none;
3627
3644
  color: #35363b;
@@ -3663,6 +3680,7 @@ label[for=container_wholeWord] {
3663
3680
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
3664
3681
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
3665
3682
  padding: 0 !important;
3683
+ min-height: 16px;
3666
3684
  }
3667
3685
 
3668
3686
  .e-de-hdr-ftr-frst-div {
@@ -4017,8 +4035,8 @@ label[for=container_wholeWord] {
4017
4035
  border: 1px solid #000;
4018
4036
  color: #000;
4019
4037
  height: 129px;
4020
- margin-left: 78px;
4021
4038
  width: 94px;
4039
+ margin-left: 78px;
4022
4040
  }
4023
4041
 
4024
4042
  .e-de-toc-template1.e-de-rtl {
@@ -4073,7 +4091,7 @@ label[for=container_wholeWord] {
4073
4091
  }
4074
4092
 
4075
4093
  .e-de-status-bar {
4076
- background-color: #fff;
4094
+ background: #fff;
4077
4095
  display: -ms-flexbox;
4078
4096
  display: flex;
4079
4097
  padding-top: 1.5px;
@@ -4206,8 +4224,8 @@ label[for=container_wholeWord] {
4206
4224
  }
4207
4225
 
4208
4226
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
4209
- height: 38px;
4210
4227
  width: 38px;
4228
+ height: 38px;
4211
4229
  }
4212
4230
 
4213
4231
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -4219,6 +4237,15 @@ label[for=container_wholeWord] {
4219
4237
  width: 70px;
4220
4238
  }
4221
4239
 
4240
+ .e-rtl .e-listview .e-list-icon {
4241
+ height: 24px;
4242
+ width: 16px;
4243
+ margin-left: 12px;
4244
+ }
4245
+ .e-rtl .e-de-listview-icon {
4246
+ line-height: 22px;
4247
+ }
4248
+
4222
4249
  .e-bigger .de-split-button > div:first-child {
4223
4250
  margin-right: 0;
4224
4251
  }
@@ -4331,7 +4358,7 @@ label[for=container_wholeWord] {
4331
4358
  margin: 0 7.5px;
4332
4359
  }
4333
4360
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4334
- margin-left: 16px;
4361
+ margin-left: 16px !important;
4335
4362
  margin-right: 8px;
4336
4363
  }
4337
4364
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4348,22 +4375,22 @@ label[for=container_wholeWord] {
4348
4375
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
4349
4376
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
4350
4377
  padding: 0;
4351
- padding-bottom: 6px;
4378
+ padding-bottom: 5px;
4352
4379
  }
4353
4380
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
4354
4381
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
4355
4382
  padding: 0;
4356
- padding-bottom: 6px;
4383
+ padding-bottom: 5px;
4357
4384
  }
4358
4385
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
4359
4386
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
4360
4387
  padding: 0;
4361
- padding-bottom: 6px;
4388
+ padding-bottom: 5px;
4362
4389
  }
4363
4390
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
4364
4391
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
4365
4392
  padding: 0;
4366
- padding-bottom: 6px;
4393
+ padding-bottom: 5px;
4367
4394
  }
4368
4395
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
4369
4396
  padding: 0 !important;
@@ -4379,7 +4406,7 @@ label[for=container_wholeWord] {
4379
4406
  width: 75px;
4380
4407
  }
4381
4408
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
4382
- background-color: #fff;
4409
+ background: #fff;
4383
4410
  border-radius: 0;
4384
4411
  box-shadow: none;
4385
4412
  min-height: 100%;
@@ -4407,7 +4434,7 @@ label[for=container_wholeWord] {
4407
4434
  }
4408
4435
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
4409
4436
  display: table;
4410
- font-size: 12px;
4437
+ font-size: 12px !important;
4411
4438
  margin: 0 6px;
4412
4439
  padding: 0;
4413
4440
  white-space: normal;
@@ -4563,6 +4590,22 @@ label[for=container_wholeWord] {
4563
4590
  height: 0;
4564
4591
  line-height: 0;
4565
4592
  }
4593
+ .e-bigger .e-listview .e-list-icon {
4594
+ height: 24px;
4595
+ width: 16px;
4596
+ margin-right: 16px;
4597
+ }
4598
+ .e-bigger .e-de-listview-icon {
4599
+ line-height: 22px;
4600
+ }
4601
+ .e-bigger .e-rtl .e-listview .e-list-icon {
4602
+ height: 24px;
4603
+ width: 16px;
4604
+ margin-left: 16px;
4605
+ }
4606
+ .e-bigger .e-rtl .e-de-listview-icon {
4607
+ line-height: 22px;
4608
+ }
4566
4609
 
4567
4610
  .e-de-ctn .e-de-bzr-button {
4568
4611
  font-size: 12px;