@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: "\e98a";
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: #1a1a1a;
1697
+ background: #1a1a1a;
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: #1a1a1a;
4352
+ background: #1a1a1a;
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: 6px;
4379
4393
  }
4380
4394
 
4381
4395
  .e-de-statusbar-zoom {
4382
- background-color: #1a1a1a;
4396
+ background: #1a1a1a;
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: #1a1a1a;
4504
+ background: #1a1a1a;
4491
4505
  border-bottom: 1px solid #505050;
4492
4506
  border-top: 1px solid #505050;
4493
4507
  }
@@ -4597,7 +4611,7 @@ label[for*=_wholeWord_e-de-rtl] {
4597
4611
  margin: 0 5.5px;
4598
4612
  }
4599
4613
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4600
- margin-left: 12px;
4614
+ margin-left: 12px !important;
4601
4615
  margin-right: 6px;
4602
4616
  }
4603
4617
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4613,20 +4627,23 @@ label[for*=_wholeWord_e-de-rtl] {
4613
4627
  }
4614
4628
 
4615
4629
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4630
+ -ms-flex-direction: column;
4631
+ flex-direction: column;
4632
+ height: calc(100% - 10px);
4616
4633
  padding: 0;
4617
- padding-bottom: 6px;
4634
+ padding-bottom: 5px;
4618
4635
  }
4619
4636
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4620
4637
  padding: 0;
4621
- padding-bottom: 6px;
4638
+ padding-bottom: 5px;
4622
4639
  }
4623
4640
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4624
4641
  padding: 0;
4625
- padding-bottom: 6px;
4642
+ padding-bottom: 5px;
4626
4643
  }
4627
4644
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4628
4645
  padding: 0;
4629
- padding-bottom: 6px;
4646
+ padding-bottom: 5px;
4630
4647
  }
4631
4648
 
4632
4649
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -4655,7 +4672,7 @@ label[for*=_wholeWord_e-de-rtl] {
4655
4672
  }
4656
4673
 
4657
4674
  .e-de-ctnr-properties-pane-btn .e-btn {
4658
- background-color: #131313;
4675
+ background: #131313;
4659
4676
  border-radius: 0;
4660
4677
  box-shadow: none;
4661
4678
  color: #0070f0;
@@ -4697,6 +4714,7 @@ label[for*=_wholeWord_e-de-rtl] {
4697
4714
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4698
4715
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
4699
4716
  padding: 0 !important;
4717
+ min-height: 16px;
4700
4718
  }
4701
4719
 
4702
4720
  .e-de-hdr-ftr-frst-div {
@@ -5051,8 +5069,8 @@ label[for*=_wholeWord_e-de-rtl] {
5051
5069
  border: 1px solid #505050;
5052
5070
  color: #acacac;
5053
5071
  height: 129px;
5054
- margin-left: 78px;
5055
5072
  width: 94px;
5073
+ margin-left: 78px;
5056
5074
  }
5057
5075
 
5058
5076
  .e-de-toc-template1.e-de-rtl {
@@ -5107,7 +5125,7 @@ label[for*=_wholeWord_e-de-rtl] {
5107
5125
  }
5108
5126
 
5109
5127
  .e-de-status-bar {
5110
- background-color: #1a1a1a;
5128
+ background: #1a1a1a;
5111
5129
  display: -ms-flexbox;
5112
5130
  display: flex;
5113
5131
  padding-top: 2.5px;
@@ -5240,8 +5258,8 @@ label[for*=_wholeWord_e-de-rtl] {
5240
5258
  }
5241
5259
 
5242
5260
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5243
- height: 38px;
5244
5261
  width: 38px;
5262
+ height: 38px;
5245
5263
  }
5246
5264
 
5247
5265
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5253,6 +5271,15 @@ label[for*=_wholeWord_e-de-rtl] {
5253
5271
  width: 70px;
5254
5272
  }
5255
5273
 
5274
+ .e-rtl .e-listview .e-list-icon {
5275
+ height: 24px;
5276
+ width: 16px;
5277
+ margin-left: 12px;
5278
+ }
5279
+ .e-rtl .e-de-listview-icon {
5280
+ line-height: 22px;
5281
+ }
5282
+
5256
5283
  .e-bigger .de-split-button > div:first-child {
5257
5284
  margin-right: 16px;
5258
5285
  }
@@ -5374,7 +5401,7 @@ label[for*=_wholeWord_e-de-rtl] {
5374
5401
  margin: 0 7.5px;
5375
5402
  }
5376
5403
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5377
- margin-left: 16px;
5404
+ margin-left: 16px !important;
5378
5405
  margin-right: 8px;
5379
5406
  }
5380
5407
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5391,22 +5418,22 @@ label[for*=_wholeWord_e-de-rtl] {
5391
5418
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5392
5419
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5393
5420
  padding: 0;
5394
- padding-bottom: 6px;
5421
+ padding-bottom: 5px;
5395
5422
  }
5396
5423
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5397
5424
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5398
5425
  padding: 0;
5399
- padding-bottom: 6px;
5426
+ padding-bottom: 5px;
5400
5427
  }
5401
5428
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5402
5429
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5403
5430
  padding: 0;
5404
- padding-bottom: 6px;
5431
+ padding-bottom: 5px;
5405
5432
  }
5406
5433
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5407
5434
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5408
5435
  padding: 0;
5409
- padding-bottom: 6px;
5436
+ padding-bottom: 5px;
5410
5437
  }
5411
5438
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5412
5439
  padding: 0 !important;
@@ -5422,7 +5449,7 @@ label[for*=_wholeWord_e-de-rtl] {
5422
5449
  width: 75px;
5423
5450
  }
5424
5451
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5425
- background-color: #131313;
5452
+ background: #131313;
5426
5453
  border-radius: 0;
5427
5454
  box-shadow: none;
5428
5455
  min-height: 100%;
@@ -5450,7 +5477,7 @@ label[for*=_wholeWord_e-de-rtl] {
5450
5477
  }
5451
5478
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5452
5479
  display: table;
5453
- font-size: 12px;
5480
+ font-size: 12px !important;
5454
5481
  margin: 0 6px;
5455
5482
  padding: 0;
5456
5483
  white-space: normal;
@@ -5606,6 +5633,22 @@ label[for*=_wholeWord_e-de-rtl] {
5606
5633
  height: 0;
5607
5634
  line-height: 0;
5608
5635
  }
5636
+ .e-bigger .e-listview .e-list-icon {
5637
+ height: 24px;
5638
+ width: 16px;
5639
+ margin-right: 16px;
5640
+ }
5641
+ .e-bigger .e-de-listview-icon {
5642
+ line-height: 22px;
5643
+ }
5644
+ .e-bigger .e-rtl .e-listview .e-list-icon {
5645
+ height: 24px;
5646
+ width: 16px;
5647
+ margin-left: 16px;
5648
+ }
5649
+ .e-bigger .e-rtl .e-de-listview-icon {
5650
+ line-height: 22px;
5651
+ }
5609
5652
 
5610
5653
  .e-de-ctn .e-de-bzr-button {
5611
5654
  font-size: 12px;
@@ -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: "\e98a";
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";
@@ -1686,7 +1690,7 @@ label[for*=_wholeWord_e-de-rtl] {
1686
1690
 
1687
1691
  .e-de-restrict-pane,
1688
1692
  .e-de-op {
1689
- background-color: #fff;
1693
+ background: #fff;
1690
1694
  }
1691
1695
 
1692
1696
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2379,7 +2383,7 @@ label[for*=_wholeWord_e-de-rtl] {
2379
2383
  margin-right: 20px;
2380
2384
  }
2381
2385
 
2382
- .e-de-style-left-div .e-de-style-dlg-name-input {
2386
+ .e-de-style-dlg-name-input {
2383
2387
  height: 32px;
2384
2388
  }
2385
2389
 
@@ -4342,7 +4346,7 @@ label[for*=_wholeWord_e-de-rtl] {
4342
4346
  }
4343
4347
 
4344
4348
  .e-de-statusbar-pageweb {
4345
- background-color: #f8f8f8;
4349
+ background: #f8f8f8;
4346
4350
  border: 0;
4347
4351
  box-shadow: none;
4348
4352
  float: right;
@@ -4372,12 +4376,22 @@ label[for*=_wholeWord_e-de-rtl] {
4372
4376
  margin-top: -6px;
4373
4377
  }
4374
4378
 
4379
+ .e-listview .e-list-icon {
4380
+ height: 24px;
4381
+ width: 16px;
4382
+ margin-right: 12px;
4383
+ }
4384
+
4385
+ .e-de-listview-icon {
4386
+ line-height: 22px;
4387
+ }
4388
+
4375
4389
  .e-de-linespacing {
4376
4390
  margin-top: 6px;
4377
4391
  }
4378
4392
 
4379
4393
  .e-de-statusbar-zoom {
4380
- background-color: #f8f8f8;
4394
+ background: #f8f8f8;
4381
4395
  border: 0;
4382
4396
  color: #333;
4383
4397
  float: right;
@@ -4485,7 +4499,7 @@ label[for*=_wholeWord_e-de-rtl] {
4485
4499
 
4486
4500
  .e-de-tool-ctnr-properties-pane,
4487
4501
  .e-de-ctnr-properties-pane {
4488
- background-color: #f8f8f8;
4502
+ background: #f8f8f8;
4489
4503
  border-bottom: 1px solid #ccc;
4490
4504
  border-top: 1px solid #ccc;
4491
4505
  }
@@ -4595,7 +4609,7 @@ label[for*=_wholeWord_e-de-rtl] {
4595
4609
  margin: 0 5.5px;
4596
4610
  }
4597
4611
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4598
- margin-left: 12px;
4612
+ margin-left: 12px !important;
4599
4613
  margin-right: 6px;
4600
4614
  }
4601
4615
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4611,20 +4625,23 @@ label[for*=_wholeWord_e-de-rtl] {
4611
4625
  }
4612
4626
 
4613
4627
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4628
+ -ms-flex-direction: column;
4629
+ flex-direction: column;
4630
+ height: calc(100% - 10px);
4614
4631
  padding: 0 1px;
4615
- padding-bottom: 6px;
4632
+ padding-bottom: 5px;
4616
4633
  }
4617
4634
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4618
4635
  padding: 0;
4619
- padding-bottom: 6px;
4636
+ padding-bottom: 5px;
4620
4637
  }
4621
4638
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4622
4639
  padding: 0;
4623
- padding-bottom: 6px;
4640
+ padding-bottom: 5px;
4624
4641
  }
4625
4642
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4626
4643
  padding: 0;
4627
- padding-bottom: 6px;
4644
+ padding-bottom: 5px;
4628
4645
  }
4629
4646
 
4630
4647
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -4653,7 +4670,7 @@ label[for*=_wholeWord_e-de-rtl] {
4653
4670
  }
4654
4671
 
4655
4672
  .e-de-ctnr-properties-pane-btn .e-btn {
4656
- background-color: #f8f8f8;
4673
+ background: #f8f8f8;
4657
4674
  border-radius: 0;
4658
4675
  box-shadow: none;
4659
4676
  color: #317ab9;
@@ -4695,6 +4712,7 @@ label[for*=_wholeWord_e-de-rtl] {
4695
4712
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4696
4713
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
4697
4714
  padding: 0 !important;
4715
+ min-height: 16px;
4698
4716
  }
4699
4717
 
4700
4718
  .e-de-hdr-ftr-frst-div {
@@ -5050,8 +5068,8 @@ label[for*=_wholeWord_e-de-rtl] {
5050
5068
  border: 1px solid #ccc;
5051
5069
  color: #333;
5052
5070
  height: 129px;
5053
- margin-left: 78px;
5054
5071
  width: 94px;
5072
+ margin-left: 78px;
5055
5073
  }
5056
5074
 
5057
5075
  .e-de-toc-template1.e-de-rtl {
@@ -5106,7 +5124,7 @@ label[for*=_wholeWord_e-de-rtl] {
5106
5124
  }
5107
5125
 
5108
5126
  .e-de-status-bar {
5109
- background-color: #f8f8f8;
5127
+ background: #f8f8f8;
5110
5128
  display: -ms-flexbox;
5111
5129
  display: flex;
5112
5130
  padding-top: 2.5px;
@@ -5239,8 +5257,8 @@ label[for*=_wholeWord_e-de-rtl] {
5239
5257
  }
5240
5258
 
5241
5259
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5242
- height: 38px;
5243
5260
  width: 38px;
5261
+ height: 38px;
5244
5262
  }
5245
5263
 
5246
5264
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5252,6 +5270,15 @@ label[for*=_wholeWord_e-de-rtl] {
5252
5270
  width: 70px;
5253
5271
  }
5254
5272
 
5273
+ .e-rtl .e-listview .e-list-icon {
5274
+ height: 24px;
5275
+ width: 16px;
5276
+ margin-left: 12px;
5277
+ }
5278
+ .e-rtl .e-de-listview-icon {
5279
+ line-height: 22px;
5280
+ }
5281
+
5255
5282
  .e-bigger .de-split-button > div:first-child {
5256
5283
  margin-right: 16px;
5257
5284
  }
@@ -5373,7 +5400,7 @@ label[for*=_wholeWord_e-de-rtl] {
5373
5400
  margin: 0 7.5px;
5374
5401
  }
5375
5402
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5376
- margin-left: 16px;
5403
+ margin-left: 16px !important;
5377
5404
  margin-right: 8px;
5378
5405
  }
5379
5406
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5421,7 +5448,7 @@ label[for*=_wholeWord_e-de-rtl] {
5421
5448
  width: 75px;
5422
5449
  }
5423
5450
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5424
- background-color: #f8f8f8;
5451
+ background: #f8f8f8;
5425
5452
  border-radius: 0;
5426
5453
  box-shadow: none;
5427
5454
  min-height: 100%;
@@ -5449,7 +5476,7 @@ label[for*=_wholeWord_e-de-rtl] {
5449
5476
  }
5450
5477
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5451
5478
  display: table;
5452
- font-size: 12px;
5479
+ font-size: 12px !important;
5453
5480
  margin: 0 6px;
5454
5481
  padding: 0;
5455
5482
  white-space: normal;
@@ -5612,6 +5639,22 @@ label[for*=_wholeWord_e-de-rtl] {
5612
5639
  height: 0;
5613
5640
  line-height: 0;
5614
5641
  }
5642
+ .e-bigger .e-listview .e-list-icon {
5643
+ height: 24px;
5644
+ width: 16px;
5645
+ margin-right: 16px;
5646
+ }
5647
+ .e-bigger .e-de-listview-icon {
5648
+ line-height: 22px;
5649
+ }
5650
+ .e-bigger .e-rtl .e-listview .e-list-icon {
5651
+ height: 24px;
5652
+ width: 16px;
5653
+ margin-left: 16px;
5654
+ }
5655
+ .e-bigger .e-rtl .e-de-listview-icon {
5656
+ line-height: 22px;
5657
+ }
5615
5658
 
5616
5659
  .e-de-ctn .e-de-bzr-button {
5617
5660
  font-size: 12px;