@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: "\e97a";
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";
@@ -1690,7 +1694,7 @@ label[for*=_wholeWord_e-de-rtl] {
1690
1694
 
1691
1695
  .e-de-restrict-pane,
1692
1696
  .e-de-op {
1693
- background-color: #000;
1697
+ background: #000;
1694
1698
  }
1695
1699
 
1696
1700
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2383,7 +2387,7 @@ label[for*=_wholeWord_e-de-rtl] {
2383
2387
  margin-right: 20px;
2384
2388
  }
2385
2389
 
2386
- .e-de-style-left-div .e-de-style-dlg-name-input {
2390
+ .e-de-style-dlg-name-input {
2387
2391
  height: 32px;
2388
2392
  }
2389
2393
 
@@ -4345,7 +4349,7 @@ label[for*=_wholeWord_e-de-rtl] {
4345
4349
  }
4346
4350
 
4347
4351
  .e-de-statusbar-pageweb {
4348
- background-color: #000;
4352
+ background: #000;
4349
4353
  border: 0;
4350
4354
  box-shadow: none;
4351
4355
  float: right;
@@ -4374,12 +4378,22 @@ label[for*=_wholeWord_e-de-rtl] {
4374
4378
  font-size: 16px;
4375
4379
  }
4376
4380
 
4381
+ .e-listview .e-list-icon {
4382
+ height: 24px;
4383
+ width: 16px;
4384
+ margin-right: 12px;
4385
+ }
4386
+
4387
+ .e-de-listview-icon {
4388
+ line-height: 22px;
4389
+ }
4390
+
4377
4391
  .e-de-linespacing {
4378
4392
  margin-top: 11px;
4379
4393
  }
4380
4394
 
4381
4395
  .e-de-statusbar-zoom {
4382
- background-color: #000;
4396
+ background: #000;
4383
4397
  border: 0;
4384
4398
  color: #fff;
4385
4399
  float: right;
@@ -4487,7 +4501,7 @@ label[for*=_wholeWord_e-de-rtl] {
4487
4501
 
4488
4502
  .e-de-tool-ctnr-properties-pane,
4489
4503
  .e-de-ctnr-properties-pane {
4490
- background-color: #000;
4504
+ background: #000;
4491
4505
  border-bottom: 1px solid #fff;
4492
4506
  border-top: 1px solid #fff;
4493
4507
  }
@@ -4586,7 +4600,7 @@ label[for*=_wholeWord_e-de-rtl] {
4586
4600
  margin: 0 5.5px;
4587
4601
  }
4588
4602
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4589
- margin-left: 12px;
4603
+ margin-left: 12px !important;
4590
4604
  margin-right: 6px;
4591
4605
  }
4592
4606
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4602,20 +4616,23 @@ label[for*=_wholeWord_e-de-rtl] {
4602
4616
  }
4603
4617
 
4604
4618
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4619
+ -ms-flex-direction: column;
4620
+ flex-direction: column;
4621
+ height: calc(100% - 10px);
4605
4622
  padding: 0;
4606
- padding-bottom: 6px;
4623
+ padding-bottom: 5px;
4607
4624
  }
4608
4625
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4609
4626
  padding: 0;
4610
- padding-bottom: 6px;
4627
+ padding-bottom: 5px;
4611
4628
  }
4612
4629
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4613
4630
  padding: 0;
4614
- padding-bottom: 6px;
4631
+ padding-bottom: 5px;
4615
4632
  }
4616
4633
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4617
4634
  padding: 0;
4618
- padding-bottom: 6px;
4635
+ padding-bottom: 5px;
4619
4636
  }
4620
4637
 
4621
4638
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -4644,7 +4661,7 @@ label[for*=_wholeWord_e-de-rtl] {
4644
4661
  }
4645
4662
 
4646
4663
  .e-de-ctnr-properties-pane-btn .e-btn {
4647
- background-color: #000;
4664
+ background: #000;
4648
4665
  border-radius: 0;
4649
4666
  box-shadow: none;
4650
4667
  color: #ffd939;
@@ -4686,6 +4703,7 @@ label[for*=_wholeWord_e-de-rtl] {
4686
4703
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4687
4704
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
4688
4705
  padding: 0 !important;
4706
+ min-height: 16px;
4689
4707
  }
4690
4708
 
4691
4709
  .e-de-hdr-ftr-frst-div {
@@ -5049,8 +5067,8 @@ label[for*=_wholeWord_e-de-rtl] {
5049
5067
  border: 1px solid #fff;
5050
5068
  color: #fff;
5051
5069
  height: 129px;
5052
- margin-left: 78px;
5053
5070
  width: 94px;
5071
+ margin-left: 78px;
5054
5072
  }
5055
5073
 
5056
5074
  .e-de-toc-template1.e-de-rtl {
@@ -5105,7 +5123,7 @@ label[for*=_wholeWord_e-de-rtl] {
5105
5123
  }
5106
5124
 
5107
5125
  .e-de-status-bar {
5108
- background-color: #000;
5126
+ background: #000;
5109
5127
  display: -ms-flexbox;
5110
5128
  display: flex;
5111
5129
  padding-top: 1.5px;
@@ -5238,8 +5256,8 @@ label[for*=_wholeWord_e-de-rtl] {
5238
5256
  }
5239
5257
 
5240
5258
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5241
- height: 38px;
5242
5259
  width: 38px;
5260
+ height: 38px;
5243
5261
  }
5244
5262
 
5245
5263
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5251,6 +5269,15 @@ label[for*=_wholeWord_e-de-rtl] {
5251
5269
  width: 70px;
5252
5270
  }
5253
5271
 
5272
+ .e-rtl .e-listview .e-list-icon {
5273
+ height: 24px;
5274
+ width: 16px;
5275
+ margin-left: 12px;
5276
+ }
5277
+ .e-rtl .e-de-listview-icon {
5278
+ line-height: 22px;
5279
+ }
5280
+
5254
5281
  .e-bigger .de-split-button > div:first-child {
5255
5282
  margin-right: 0;
5256
5283
  }
@@ -5363,7 +5390,7 @@ label[for*=_wholeWord_e-de-rtl] {
5363
5390
  margin: 0 7.5px;
5364
5391
  }
5365
5392
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5366
- margin-left: 16px;
5393
+ margin-left: 16px !important;
5367
5394
  margin-right: 8px;
5368
5395
  }
5369
5396
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5380,22 +5407,22 @@ label[for*=_wholeWord_e-de-rtl] {
5380
5407
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5381
5408
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5382
5409
  padding: 0;
5383
- padding-bottom: 6px;
5410
+ padding-bottom: 5px;
5384
5411
  }
5385
5412
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5386
5413
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5387
5414
  padding: 0;
5388
- padding-bottom: 6px;
5415
+ padding-bottom: 5px;
5389
5416
  }
5390
5417
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5391
5418
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5392
5419
  padding: 0;
5393
- padding-bottom: 6px;
5420
+ padding-bottom: 5px;
5394
5421
  }
5395
5422
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5396
5423
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5397
5424
  padding: 0;
5398
- padding-bottom: 6px;
5425
+ padding-bottom: 5px;
5399
5426
  }
5400
5427
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5401
5428
  padding: 0 !important;
@@ -5411,7 +5438,7 @@ label[for*=_wholeWord_e-de-rtl] {
5411
5438
  width: 75px;
5412
5439
  }
5413
5440
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5414
- background-color: #000;
5441
+ background: #000;
5415
5442
  border-radius: 0;
5416
5443
  box-shadow: none;
5417
5444
  min-height: 100%;
@@ -5439,7 +5466,7 @@ label[for*=_wholeWord_e-de-rtl] {
5439
5466
  }
5440
5467
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5441
5468
  display: table;
5442
- font-size: 12px;
5469
+ font-size: 12px !important;
5443
5470
  margin: 0 6px;
5444
5471
  padding: 0;
5445
5472
  white-space: normal;
@@ -5595,6 +5622,22 @@ label[for*=_wholeWord_e-de-rtl] {
5595
5622
  height: 0;
5596
5623
  line-height: 0;
5597
5624
  }
5625
+ .e-bigger .e-listview .e-list-icon {
5626
+ height: 24px;
5627
+ width: 16px;
5628
+ margin-right: 16px;
5629
+ }
5630
+ .e-bigger .e-de-listview-icon {
5631
+ line-height: 22px;
5632
+ }
5633
+ .e-bigger .e-rtl .e-listview .e-list-icon {
5634
+ height: 24px;
5635
+ width: 16px;
5636
+ margin-left: 16px;
5637
+ }
5638
+ .e-bigger .e-rtl .e-de-listview-icon {
5639
+ line-height: 22px;
5640
+ }
5598
5641
 
5599
5642
  .e-de-ctn .e-de-bzr-button {
5600
5643
  font-size: 12px;
@@ -49,6 +49,10 @@
49
49
  font-family: "e-icons";
50
50
  font-size: 13px;
51
51
  }
52
+ .e-documenteditor .e-de-multi-cmt-mark::before {
53
+ content: "\e97a";
54
+ font-family: "e-icons";
55
+ }
52
56
  .e-documenteditor .e-de-cmt-post::before {
53
57
  content: "\e816";
54
58
  font-family: "e-icons";
@@ -1685,7 +1689,7 @@ label[for*=_wholeWord_e-de-rtl] {
1685
1689
 
1686
1690
  .e-de-restrict-pane,
1687
1691
  .e-de-op {
1688
- background-color: #212121;
1692
+ background: #212121;
1689
1693
  }
1690
1694
 
1691
1695
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2378,7 +2382,7 @@ label[for*=_wholeWord_e-de-rtl] {
2378
2382
  margin-right: 15px;
2379
2383
  }
2380
2384
 
2381
- .e-de-style-left-div .e-de-style-dlg-name-input {
2385
+ .e-de-style-dlg-name-input {
2382
2386
  height: 18px;
2383
2387
  }
2384
2388
 
@@ -4342,7 +4346,7 @@ label[for*=_wholeWord_e-de-rtl] {
4342
4346
  }
4343
4347
 
4344
4348
  .e-de-statusbar-pageweb {
4345
- background-color: #303030;
4349
+ background: #303030;
4346
4350
  border: 0;
4347
4351
  box-shadow: none;
4348
4352
  float: right;
@@ -4371,12 +4375,22 @@ label[for*=_wholeWord_e-de-rtl] {
4371
4375
  font-size: 16px;
4372
4376
  }
4373
4377
 
4378
+ .e-listview .e-list-icon {
4379
+ height: 24px;
4380
+ width: 16px;
4381
+ margin-right: 12px;
4382
+ }
4383
+
4384
+ .e-de-listview-icon {
4385
+ line-height: 22px;
4386
+ }
4387
+
4374
4388
  .e-de-linespacing {
4375
4389
  margin-top: 11px;
4376
4390
  }
4377
4391
 
4378
4392
  .e-de-statusbar-zoom {
4379
- background-color: #303030;
4393
+ background: #303030;
4380
4394
  border: 0;
4381
4395
  color: #fff;
4382
4396
  float: right;
@@ -4484,7 +4498,7 @@ label[for*=_wholeWord_e-de-rtl] {
4484
4498
 
4485
4499
  .e-de-tool-ctnr-properties-pane,
4486
4500
  .e-de-ctnr-properties-pane {
4487
- background-color: #303030;
4501
+ background: #303030;
4488
4502
  border-bottom: 1px solid #616161;
4489
4503
  border-top: 1px solid #616161;
4490
4504
  }
@@ -4583,7 +4597,7 @@ label[for*=_wholeWord_e-de-rtl] {
4583
4597
  margin: 0 5.5px;
4584
4598
  }
4585
4599
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4586
- margin-left: 12px;
4600
+ margin-left: 12px !important;
4587
4601
  margin-right: 6px;
4588
4602
  }
4589
4603
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4599,20 +4613,23 @@ label[for*=_wholeWord_e-de-rtl] {
4599
4613
  }
4600
4614
 
4601
4615
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4616
+ -ms-flex-direction: column;
4617
+ flex-direction: column;
4618
+ height: calc(100% - 10px);
4602
4619
  padding: 0;
4603
- padding-bottom: 6px;
4620
+ padding-bottom: 5px;
4604
4621
  }
4605
4622
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4606
4623
  padding: 0;
4607
- padding-bottom: 6px;
4624
+ padding-bottom: 5px;
4608
4625
  }
4609
4626
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4610
4627
  padding: 0;
4611
- padding-bottom: 6px;
4628
+ padding-bottom: 5px;
4612
4629
  }
4613
4630
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4614
4631
  padding: 0;
4615
- padding-bottom: 6px;
4632
+ padding-bottom: 5px;
4616
4633
  }
4617
4634
 
4618
4635
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -4641,7 +4658,7 @@ label[for*=_wholeWord_e-de-rtl] {
4641
4658
  }
4642
4659
 
4643
4660
  .e-de-ctnr-properties-pane-btn .e-btn {
4644
- background-color: #212121;
4661
+ background: #212121;
4645
4662
  border-radius: 0;
4646
4663
  box-shadow: none;
4647
4664
  color: #3f51b5;
@@ -4683,6 +4700,7 @@ label[for*=_wholeWord_e-de-rtl] {
4683
4700
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4684
4701
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
4685
4702
  padding: 0 !important;
4703
+ min-height: 16px;
4686
4704
  }
4687
4705
 
4688
4706
  .e-de-hdr-ftr-frst-div {
@@ -5037,8 +5055,8 @@ label[for*=_wholeWord_e-de-rtl] {
5037
5055
  border: 1px solid #616161;
5038
5056
  color: #9e9e9e;
5039
5057
  height: 129px;
5040
- margin-left: 78px;
5041
5058
  width: 94px;
5059
+ margin-left: 78px;
5042
5060
  }
5043
5061
 
5044
5062
  .e-de-toc-template1.e-de-rtl {
@@ -5093,7 +5111,7 @@ label[for*=_wholeWord_e-de-rtl] {
5093
5111
  }
5094
5112
 
5095
5113
  .e-de-status-bar {
5096
- background-color: #303030;
5114
+ background: #303030;
5097
5115
  display: -ms-flexbox;
5098
5116
  display: flex;
5099
5117
  padding-top: 2.5px;
@@ -5226,8 +5244,8 @@ label[for*=_wholeWord_e-de-rtl] {
5226
5244
  }
5227
5245
 
5228
5246
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5229
- height: 38px;
5230
5247
  width: 38px;
5248
+ height: 38px;
5231
5249
  }
5232
5250
 
5233
5251
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5239,6 +5257,15 @@ label[for*=_wholeWord_e-de-rtl] {
5239
5257
  width: 70px;
5240
5258
  }
5241
5259
 
5260
+ .e-rtl .e-listview .e-list-icon {
5261
+ height: 24px;
5262
+ width: 16px;
5263
+ margin-left: 12px;
5264
+ }
5265
+ .e-rtl .e-de-listview-icon {
5266
+ line-height: 22px;
5267
+ }
5268
+
5242
5269
  .e-bigger .de-split-button > div:first-child {
5243
5270
  margin-right: 0;
5244
5271
  }
@@ -5351,7 +5378,7 @@ label[for*=_wholeWord_e-de-rtl] {
5351
5378
  margin: 0 7.5px;
5352
5379
  }
5353
5380
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5354
- margin-left: 16px;
5381
+ margin-left: 16px !important;
5355
5382
  margin-right: 8px;
5356
5383
  }
5357
5384
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5368,22 +5395,22 @@ label[for*=_wholeWord_e-de-rtl] {
5368
5395
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5369
5396
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5370
5397
  padding: 0;
5371
- padding-bottom: 6px;
5398
+ padding-bottom: 5px;
5372
5399
  }
5373
5400
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5374
5401
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5375
5402
  padding: 0;
5376
- padding-bottom: 6px;
5403
+ padding-bottom: 5px;
5377
5404
  }
5378
5405
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5379
5406
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5380
5407
  padding: 0;
5381
- padding-bottom: 6px;
5408
+ padding-bottom: 5px;
5382
5409
  }
5383
5410
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5384
5411
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5385
5412
  padding: 0;
5386
- padding-bottom: 6px;
5413
+ padding-bottom: 5px;
5387
5414
  }
5388
5415
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5389
5416
  padding: 0 !important;
@@ -5399,7 +5426,7 @@ label[for*=_wholeWord_e-de-rtl] {
5399
5426
  width: 75px;
5400
5427
  }
5401
5428
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5402
- background-color: #212121;
5429
+ background: #212121;
5403
5430
  border-radius: 0;
5404
5431
  box-shadow: none;
5405
5432
  min-height: 100%;
@@ -5427,7 +5454,7 @@ label[for*=_wholeWord_e-de-rtl] {
5427
5454
  }
5428
5455
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5429
5456
  display: table;
5430
- font-size: 12px;
5457
+ font-size: 12px !important;
5431
5458
  margin: 0 6px;
5432
5459
  padding: 0;
5433
5460
  white-space: normal;
@@ -5583,6 +5610,22 @@ label[for*=_wholeWord_e-de-rtl] {
5583
5610
  height: 0;
5584
5611
  line-height: 0;
5585
5612
  }
5613
+ .e-bigger .e-listview .e-list-icon {
5614
+ height: 24px;
5615
+ width: 16px;
5616
+ margin-right: 12px;
5617
+ }
5618
+ .e-bigger .e-de-listview-icon {
5619
+ line-height: 22px;
5620
+ }
5621
+ .e-bigger .e-rtl .e-listview .e-list-icon {
5622
+ height: 24px;
5623
+ width: 16px;
5624
+ margin-left: 12px;
5625
+ }
5626
+ .e-bigger .e-rtl .e-de-listview-icon {
5627
+ line-height: 22px;
5628
+ }
5586
5629
 
5587
5630
  .e-de-ctn .e-de-bzr-button {
5588
5631
  font-size: 12px;
@@ -49,6 +49,10 @@
49
49
  font-family: "e-icons";
50
50
  font-size: 13px;
51
51
  }
52
+ .e-documenteditor .e-de-multi-cmt-mark::before {
53
+ content: "\e97a";
54
+ font-family: "e-icons";
55
+ }
52
56
  .e-documenteditor .e-de-cmt-post::before {
53
57
  content: "\e816";
54
58
  font-family: "e-icons";
@@ -1685,7 +1689,7 @@ label[for*=_wholeWord_e-de-rtl] {
1685
1689
 
1686
1690
  .e-de-restrict-pane,
1687
1691
  .e-de-op {
1688
- background-color: #fff;
1692
+ background: #fff;
1689
1693
  }
1690
1694
 
1691
1695
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2378,7 +2382,7 @@ label[for*=_wholeWord_e-de-rtl] {
2378
2382
  margin-right: 15px;
2379
2383
  }
2380
2384
 
2381
- .e-de-style-left-div .e-de-style-dlg-name-input {
2385
+ .e-de-style-dlg-name-input {
2382
2386
  height: 18px;
2383
2387
  }
2384
2388
 
@@ -4342,7 +4346,7 @@ label[for*=_wholeWord_e-de-rtl] {
4342
4346
  }
4343
4347
 
4344
4348
  .e-de-statusbar-pageweb {
4345
- background-color: #fafafa;
4349
+ background: #fafafa;
4346
4350
  border: 0;
4347
4351
  box-shadow: none;
4348
4352
  float: right;
@@ -4371,12 +4375,22 @@ label[for*=_wholeWord_e-de-rtl] {
4371
4375
  font-size: 16px;
4372
4376
  }
4373
4377
 
4378
+ .e-listview .e-list-icon {
4379
+ height: 24px;
4380
+ width: 16px;
4381
+ margin-right: 12px;
4382
+ }
4383
+
4384
+ .e-de-listview-icon {
4385
+ line-height: 22px;
4386
+ }
4387
+
4374
4388
  .e-de-linespacing {
4375
4389
  margin-top: 11px;
4376
4390
  }
4377
4391
 
4378
4392
  .e-de-statusbar-zoom {
4379
- background-color: #fafafa;
4393
+ background: #fafafa;
4380
4394
  border: 0;
4381
4395
  color: #000;
4382
4396
  float: right;
@@ -4489,7 +4503,7 @@ label[for*=_wholeWord_e-de-rtl] {
4489
4503
 
4490
4504
  .e-de-tool-ctnr-properties-pane,
4491
4505
  .e-de-ctnr-properties-pane {
4492
- background-color: #fafafa;
4506
+ background: #fafafa;
4493
4507
  border-bottom: 1px solid #eee;
4494
4508
  border-top: 1px solid #eee;
4495
4509
  }
@@ -4588,7 +4602,7 @@ label[for*=_wholeWord_e-de-rtl] {
4588
4602
  margin: 0 5.5px;
4589
4603
  }
4590
4604
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4591
- margin-left: 12px;
4605
+ margin-left: 12px !important;
4592
4606
  margin-right: 6px;
4593
4607
  }
4594
4608
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4604,20 +4618,23 @@ label[for*=_wholeWord_e-de-rtl] {
4604
4618
  }
4605
4619
 
4606
4620
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4621
+ -ms-flex-direction: column;
4622
+ flex-direction: column;
4623
+ height: calc(100% - 10px);
4607
4624
  padding: 0;
4608
- padding-bottom: 6px;
4625
+ padding-bottom: 5px;
4609
4626
  }
4610
4627
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4611
4628
  padding: 0;
4612
- padding-bottom: 6px;
4629
+ padding-bottom: 5px;
4613
4630
  }
4614
4631
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4615
4632
  padding: 0;
4616
- padding-bottom: 6px;
4633
+ padding-bottom: 5px;
4617
4634
  }
4618
4635
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4619
4636
  padding: 0;
4620
- padding-bottom: 6px;
4637
+ padding-bottom: 5px;
4621
4638
  }
4622
4639
 
4623
4640
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -4646,7 +4663,7 @@ label[for*=_wholeWord_e-de-rtl] {
4646
4663
  }
4647
4664
 
4648
4665
  .e-de-ctnr-properties-pane-btn .e-btn {
4649
- background-color: #fafafa;
4666
+ background: #fafafa;
4650
4667
  border-radius: 0;
4651
4668
  box-shadow: none;
4652
4669
  color: #3f51b5;
@@ -4688,6 +4705,7 @@ label[for*=_wholeWord_e-de-rtl] {
4688
4705
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4689
4706
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
4690
4707
  padding: 0 !important;
4708
+ min-height: 16px;
4691
4709
  }
4692
4710
 
4693
4711
  .e-de-hdr-ftr-frst-div {
@@ -5042,8 +5060,8 @@ label[for*=_wholeWord_e-de-rtl] {
5042
5060
  border: 1px solid #eee;
5043
5061
  color: rgba(0, 0, 0, 0.54);
5044
5062
  height: 129px;
5045
- margin-left: 78px;
5046
5063
  width: 94px;
5064
+ margin-left: 78px;
5047
5065
  }
5048
5066
 
5049
5067
  .e-de-toc-template1.e-de-rtl {
@@ -5098,7 +5116,7 @@ label[for*=_wholeWord_e-de-rtl] {
5098
5116
  }
5099
5117
 
5100
5118
  .e-de-status-bar {
5101
- background-color: #fafafa;
5119
+ background: #fafafa;
5102
5120
  display: -ms-flexbox;
5103
5121
  display: flex;
5104
5122
  padding-top: 2.5px;
@@ -5231,8 +5249,8 @@ label[for*=_wholeWord_e-de-rtl] {
5231
5249
  }
5232
5250
 
5233
5251
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5234
- height: 38px;
5235
5252
  width: 38px;
5253
+ height: 38px;
5236
5254
  }
5237
5255
 
5238
5256
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5244,6 +5262,15 @@ label[for*=_wholeWord_e-de-rtl] {
5244
5262
  width: 70px;
5245
5263
  }
5246
5264
 
5265
+ .e-rtl .e-listview .e-list-icon {
5266
+ height: 24px;
5267
+ width: 16px;
5268
+ margin-left: 12px;
5269
+ }
5270
+ .e-rtl .e-de-listview-icon {
5271
+ line-height: 22px;
5272
+ }
5273
+
5247
5274
  .e-bigger .de-split-button > div:first-child {
5248
5275
  margin-right: 0;
5249
5276
  }
@@ -5360,7 +5387,7 @@ label[for*=_wholeWord_e-de-rtl] {
5360
5387
  margin: 0 7.5px;
5361
5388
  }
5362
5389
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5363
- margin-left: 16px;
5390
+ margin-left: 16px !important;
5364
5391
  margin-right: 8px;
5365
5392
  }
5366
5393
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5377,22 +5404,22 @@ label[for*=_wholeWord_e-de-rtl] {
5377
5404
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5378
5405
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5379
5406
  padding: 0;
5380
- padding-bottom: 6px;
5407
+ padding-bottom: 5px;
5381
5408
  }
5382
5409
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5383
5410
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5384
5411
  padding: 0;
5385
- padding-bottom: 6px;
5412
+ padding-bottom: 5px;
5386
5413
  }
5387
5414
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5388
5415
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5389
5416
  padding: 0;
5390
- padding-bottom: 6px;
5417
+ padding-bottom: 5px;
5391
5418
  }
5392
5419
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5393
5420
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5394
5421
  padding: 0;
5395
- padding-bottom: 6px;
5422
+ padding-bottom: 5px;
5396
5423
  }
5397
5424
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5398
5425
  padding: 0 !important;
@@ -5408,7 +5435,7 @@ label[for*=_wholeWord_e-de-rtl] {
5408
5435
  width: 75px;
5409
5436
  }
5410
5437
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5411
- background-color: #fafafa;
5438
+ background: #fafafa;
5412
5439
  border-radius: 0;
5413
5440
  box-shadow: none;
5414
5441
  min-height: 100%;
@@ -5592,6 +5619,22 @@ label[for*=_wholeWord_e-de-rtl] {
5592
5619
  height: 6px;
5593
5620
  line-height: 0;
5594
5621
  }
5622
+ .e-bigger .e-listview .e-list-icon {
5623
+ height: 24px;
5624
+ width: 16px;
5625
+ margin-right: 12px;
5626
+ }
5627
+ .e-bigger .e-de-listview-icon {
5628
+ line-height: 22px;
5629
+ }
5630
+ .e-bigger .e-rtl .e-listview .e-list-icon {
5631
+ height: 24px;
5632
+ width: 16px;
5633
+ margin-left: 12px;
5634
+ }
5635
+ .e-bigger .e-rtl .e-de-listview-icon {
5636
+ line-height: 22px;
5637
+ }
5595
5638
 
5596
5639
  .e-de-ctn .e-de-bzr-button {
5597
5640
  font-size: 12px;