@syncfusion/ej2-angular-documenteditor 21.2.10-ngcc → 22.1.34-ngcc

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 (69) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-documenteditor.js +1 -1
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -1
  5. package/CHANGELOG.md +11 -0
  6. package/dist/ej2-angular-documenteditor.umd.js +5 -2
  7. package/dist/ej2-angular-documenteditor.umd.js.map +1 -1
  8. package/dist/ej2-angular-documenteditor.umd.min.js +2 -2
  9. package/license +10 -0
  10. package/package.json +8 -8
  11. package/schematics/utils/lib-details.d.ts +2 -2
  12. package/schematics/utils/lib-details.js +2 -2
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/styles/bootstrap-dark.css +102 -37
  15. package/styles/bootstrap.css +106 -37
  16. package/styles/bootstrap4.css +110 -37
  17. package/styles/bootstrap5-dark.css +102 -37
  18. package/styles/bootstrap5.css +102 -37
  19. package/styles/document-editor/bootstrap-dark.css +6 -0
  20. package/styles/document-editor/bootstrap.css +10 -0
  21. package/styles/document-editor/bootstrap4.css +14 -0
  22. package/styles/document-editor/bootstrap5-dark.css +6 -0
  23. package/styles/document-editor/bootstrap5.css +6 -0
  24. package/styles/document-editor/fabric-dark.css +6 -0
  25. package/styles/document-editor/fabric.css +10 -0
  26. package/styles/document-editor/fluent-dark.css +6 -0
  27. package/styles/document-editor/fluent.css +6 -0
  28. package/styles/document-editor/highcontrast.css +6 -0
  29. package/styles/document-editor/material-dark.css +6 -0
  30. package/styles/document-editor/material.css +6 -0
  31. package/styles/document-editor/material3-dark.css +3971 -0
  32. package/styles/document-editor/material3-dark.scss +2 -0
  33. package/styles/document-editor/material3.css +4027 -0
  34. package/styles/document-editor/material3.scss +2 -0
  35. package/styles/document-editor/tailwind-dark.css +6 -0
  36. package/styles/document-editor/tailwind.css +6 -0
  37. package/styles/document-editor-container/bootstrap-dark.css +96 -37
  38. package/styles/document-editor-container/bootstrap.css +96 -37
  39. package/styles/document-editor-container/bootstrap4.css +96 -37
  40. package/styles/document-editor-container/bootstrap5-dark.css +96 -37
  41. package/styles/document-editor-container/bootstrap5.css +96 -37
  42. package/styles/document-editor-container/fabric-dark.css +96 -37
  43. package/styles/document-editor-container/fabric.css +96 -37
  44. package/styles/document-editor-container/fluent-dark.css +96 -37
  45. package/styles/document-editor-container/fluent.css +96 -37
  46. package/styles/document-editor-container/highcontrast-light.css +96 -37
  47. package/styles/document-editor-container/highcontrast.css +96 -37
  48. package/styles/document-editor-container/material-dark.css +101 -42
  49. package/styles/document-editor-container/material.css +97 -37
  50. package/styles/document-editor-container/material3-dark.css +2178 -0
  51. package/styles/document-editor-container/material3-dark.scss +2 -0
  52. package/styles/document-editor-container/material3.css +2234 -0
  53. package/styles/document-editor-container/material3.scss +2 -0
  54. package/styles/document-editor-container/tailwind-dark.css +95 -36
  55. package/styles/document-editor-container/tailwind.css +95 -36
  56. package/styles/fabric-dark.css +102 -37
  57. package/styles/fabric.css +106 -37
  58. package/styles/fluent-dark.css +102 -37
  59. package/styles/fluent.css +102 -37
  60. package/styles/highcontrast-light.css +96 -37
  61. package/styles/highcontrast.css +102 -37
  62. package/styles/material-dark.css +107 -42
  63. package/styles/material.css +103 -37
  64. package/styles/material3-dark.css +6150 -0
  65. package/styles/material3-dark.scss +3 -0
  66. package/styles/material3.css +6261 -0
  67. package/styles/material3.scss +3 -0
  68. package/styles/tailwind-dark.css +101 -36
  69. package/styles/tailwind.css +101 -36
@@ -1729,6 +1729,14 @@ label[for*=_wholeWord_e-de-rtl] {
1729
1729
  margin-top: 0 !important;
1730
1730
  }
1731
1731
 
1732
+ .e-de-bookmark .e-bookmark-textbox-input {
1733
+ box-sizing: border-box !important;
1734
+ }
1735
+
1736
+ .e-de-cp-option {
1737
+ background: transparent;
1738
+ }
1739
+
1732
1740
  .e-styles-common {
1733
1741
  padding-top: 14px;
1734
1742
  }
@@ -2487,6 +2495,11 @@ label[for*=_wholeWord_e-de-rtl] {
2487
2495
  height: 35px;
2488
2496
  }
2489
2497
 
2498
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2499
+ height: 40px !important;
2500
+ width: auto !important;
2501
+ }
2502
+
2490
2503
  .e-de-style-bold-button-size {
2491
2504
  margin-left: 8px;
2492
2505
  margin-right: 8px;
@@ -3455,6 +3468,7 @@ label[for*=_wholeWord_e-de-rtl] {
3455
3468
 
3456
3469
  .e-de-cp-option.e-btn.e-icon-btn span {
3457
3470
  margin-top: 0px;
3471
+ background: #f8f9fa;
3458
3472
  }
3459
3473
 
3460
3474
  .e-de-cmt-view:hover .e-de-cp-option {
@@ -4365,6 +4379,21 @@ textarea.e-de-cmt-textarea {
4365
4379
  font-family: "e-icons";
4366
4380
  }
4367
4381
 
4382
+ .e-de-e-paragraph-style-mark::before {
4383
+ content: "\e720";
4384
+ font-family: "e-icons";
4385
+ }
4386
+
4387
+ .e-de-e-character-style-mark::before {
4388
+ content: "\e97b";
4389
+ font-family: "e-icons";
4390
+ }
4391
+
4392
+ .e-de-e-linked-style-mark::before {
4393
+ content: "\e97c";
4394
+ font-family: "e-icons";
4395
+ }
4396
+
4368
4397
  .e-de-ctnr-columns::before {
4369
4398
  content: "\e955";
4370
4399
  font-family: "e-icons";
@@ -4497,6 +4526,46 @@ textarea.e-de-cmt-textarea {
4497
4526
  height: 100%;
4498
4527
  }
4499
4528
 
4529
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
4530
+ box-shadow: none;
4531
+ height: 31px;
4532
+ }
4533
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
4534
+ box-shadow: none;
4535
+ }
4536
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
4537
+ box-shadow: none;
4538
+ }
4539
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
4540
+ box-shadow: none;
4541
+ }
4542
+
4543
+ .e-de-ctnr-group-btn-middle button {
4544
+ border-radius: 0px;
4545
+ }
4546
+
4547
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
4548
+ box-shadow: none;
4549
+ }
4550
+
4551
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
4552
+ .e-de-ctn .e-de-status-bar button {
4553
+ box-shadow: none;
4554
+ height: 31px;
4555
+ }
4556
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
4557
+ .e-de-ctn .e-de-status-bar button:focus {
4558
+ box-shadow: none;
4559
+ }
4560
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
4561
+ .e-de-ctn .e-de-status-bar button:active {
4562
+ box-shadow: none;
4563
+ }
4564
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
4565
+ .e-de-ctn .e-de-status-bar button:hover {
4566
+ box-shadow: none;
4567
+ }
4568
+
4500
4569
  .e-de-statusbar-pageweb {
4501
4570
  background: #f8f9fa;
4502
4571
  border: 0;
@@ -4535,7 +4604,10 @@ textarea.e-de-cmt-textarea {
4535
4604
  }
4536
4605
 
4537
4606
  .e-de-listview-icon {
4607
+ height: auto;
4608
+ width: auto;
4538
4609
  line-height: 22px;
4610
+ margin-right: 14px;
4539
4611
  }
4540
4612
 
4541
4613
  .e-de-linespacing {
@@ -4607,14 +4679,22 @@ textarea.e-de-cmt-textarea {
4607
4679
  .e-de-statusbar-separator {
4608
4680
  border-left: 1px solid #495057;
4609
4681
  height: 16px;
4610
- margin-left: 15.5;
4682
+ margin-left: 7.5px;
4683
+ margin-right: 7.5px;
4684
+ margin-top: 10px;
4685
+ }
4686
+
4687
+ .e-bigger .e-de-statusbar-separator {
4688
+ border-left: 1px solid #495057;
4689
+ height: 16px;
4690
+ margin-left: 7.5px;
4691
+ margin-right: 7.5px;
4611
4692
  margin-top: 10px;
4612
4693
  }
4613
4694
 
4614
4695
  .e-de-statusbar-spellcheck {
4615
4696
  border-radius: 2px;
4616
4697
  font-weight: 400;
4617
- margin-left: 7.5px;
4618
4698
  }
4619
4699
 
4620
4700
  .e-de-ctn {
@@ -4627,7 +4707,6 @@ textarea.e-de-cmt-textarea {
4627
4707
 
4628
4708
  .e-bigger .e-de-statusbar-spellcheck {
4629
4709
  border-radius: 2px;
4630
- margin-left: 7.5px;
4631
4710
  }
4632
4711
 
4633
4712
  .e-de-ctnr-toolbar {
@@ -5048,6 +5127,7 @@ textarea.e-de-cmt-textarea {
5048
5127
  }
5049
5128
 
5050
5129
  .e-de-review-pane {
5130
+ background: #f8f9fa;
5051
5131
  border-left: 1px solid #dee2e6;
5052
5132
  height: 100%;
5053
5133
  min-height: 200px;
@@ -5071,34 +5151,6 @@ textarea.e-de-cmt-textarea {
5071
5151
  border-color: #ced4da;
5072
5152
  }
5073
5153
 
5074
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
5075
- box-shadow: none;
5076
- height: 31px;
5077
- }
5078
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
5079
- box-shadow: none;
5080
- }
5081
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
5082
- box-shadow: none;
5083
- }
5084
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
5085
- box-shadow: none;
5086
- }
5087
-
5088
- .e-de-ctnr-group-btn button {
5089
- box-shadow: none;
5090
- height: 31px;
5091
- }
5092
- .e-de-ctnr-group-btn button:focus {
5093
- box-shadow: none;
5094
- }
5095
- .e-de-ctnr-group-btn button:active {
5096
- box-shadow: none;
5097
- }
5098
- .e-de-ctnr-group-btn button:hover {
5099
- box-shadow: none;
5100
- }
5101
-
5102
5154
  .e-de-property-div-padding {
5103
5155
  border-bottom: 0.5px solid #dee2e6;
5104
5156
  padding: 12.5px;
@@ -5223,7 +5275,7 @@ textarea.e-de-cmt-textarea {
5223
5275
  }
5224
5276
 
5225
5277
  .e-de-list-header-presetmenu .e-de-list-line {
5226
- border-bottom: 1px solid #495057;
5278
+ border-bottom: 1px solid #495057 !important;
5227
5279
  margin-left: 5px;
5228
5280
  width: 100%;
5229
5281
  }
@@ -5292,10 +5344,10 @@ textarea.e-de-cmt-textarea {
5292
5344
  }
5293
5345
 
5294
5346
  .e-de-list-container {
5295
- background: #f8f9fa;
5296
5347
  border: 1px solid #ccc;
5297
5348
  border-radius: 2px;
5298
5349
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
5350
+ background: #f8f9fa;
5299
5351
  box-sizing: border-box;
5300
5352
  display: inline-block;
5301
5353
  line-height: normal;
@@ -5567,7 +5619,7 @@ textarea.e-de-cmt-textarea {
5567
5619
  }
5568
5620
 
5569
5621
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
5570
- height: 38px !important;
5622
+ height: 36px !important;
5571
5623
  }
5572
5624
 
5573
5625
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -5594,7 +5646,10 @@ textarea.e-de-cmt-textarea {
5594
5646
  margin-left: 14px;
5595
5647
  }
5596
5648
  .e-rtl .e-de-listview-icon {
5649
+ height: auto;
5650
+ width: auto;
5597
5651
  line-height: 22px;
5652
+ margin-left: 14px;
5598
5653
  }
5599
5654
 
5600
5655
  .e-bigger .de-split-button > div:first-child {
@@ -5714,7 +5769,6 @@ textarea.e-de-cmt-textarea {
5714
5769
  height: 86px;
5715
5770
  }
5716
5771
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
5717
- height: 25px;
5718
5772
  margin: 0 7.5px;
5719
5773
  }
5720
5774
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
@@ -5836,6 +5890,19 @@ textarea.e-de-cmt-textarea {
5836
5890
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
5837
5891
  box-shadow: none;
5838
5892
  }
5893
+ .e-bigger .e-de-status-bar button {
5894
+ height: 38px;
5895
+ box-shadow: none;
5896
+ }
5897
+ .e-bigger .e-de-status-bar button:focus {
5898
+ box-shadow: none;
5899
+ }
5900
+ .e-bigger .e-de-status-bar button:active {
5901
+ box-shadow: none;
5902
+ }
5903
+ .e-bigger .e-de-status-bar button:hover {
5904
+ box-shadow: none;
5905
+ }
5839
5906
  .e-bigger .e-de-ctnr-group-btn button {
5840
5907
  box-shadow: none;
5841
5908
  height: 38px;
@@ -5956,18 +6023,18 @@ textarea.e-de-cmt-textarea {
5956
6023
  margin-left: 10px;
5957
6024
  }
5958
6025
  .e-bigger .e-de-status-bar {
5959
- background-color: #f8f9fa;
6026
+ background: #f8f9fa;
5960
6027
  display: -ms-flexbox;
5961
6028
  display: flex;
5962
6029
  padding-top: 3px;
5963
6030
  width: 100%;
5964
6031
  }
5965
6032
  .e-bigger .e-de-statusbar-zoom {
5966
- background-color: #f8f9fa;
5967
6033
  border: 0;
5968
6034
  color: #212529;
5969
6035
  float: right;
5970
6036
  height: 34px;
6037
+ background-color: #f8f9fa;
5971
6038
  }
5972
6039
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5973
6040
  line-height: 25px;
@@ -5983,7 +6050,10 @@ textarea.e-de-cmt-textarea {
5983
6050
  margin-right: 16px;
5984
6051
  }
5985
6052
  .e-bigger .e-de-listview-icon {
6053
+ height: auto;
6054
+ width: auto;
5986
6055
  line-height: 22px;
6056
+ margin-right: 16px;
5987
6057
  }
5988
6058
  .e-bigger .e-rtl .e-listview .e-list-icon {
5989
6059
  height: 24px;
@@ -5991,7 +6061,10 @@ textarea.e-de-cmt-textarea {
5991
6061
  margin-left: 16px;
5992
6062
  }
5993
6063
  .e-bigger .e-rtl .e-de-listview-icon {
6064
+ height: auto;
6065
+ width: auto;
5994
6066
  line-height: 22px;
6067
+ margin-left: 16px;
5995
6068
  }
5996
6069
 
5997
6070
  .e-de-ctn .e-de-bzr-button {
@@ -2498,6 +2498,11 @@ label[for*=_wholeWord_e-de-rtl] {
2498
2498
  margin-left: 6px;
2499
2499
  }
2500
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
+
2501
2506
  .e-de-style-bold-button-size {
2502
2507
  margin-left: 6px;
2503
2508
  }
@@ -3410,6 +3415,7 @@ label[for*=_wholeWord_e-de-rtl] {
3410
3415
 
3411
3416
  .e-de-cp-option.e-btn.e-icon-btn span {
3412
3417
  margin-top: 0px;
3418
+ background: #282d31;
3413
3419
  }
3414
3420
 
3415
3421
  .e-de-cmt-view:hover .e-de-cp-option {
@@ -4341,6 +4347,21 @@ label[for*=_wholeWord_e-de-rtl] {
4341
4347
  font-family: "e-icons";
4342
4348
  }
4343
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
+
4344
4365
  .e-de-ctnr-columns::before {
4345
4366
  content: "\e8b4";
4346
4367
  font-family: "e-icons";
@@ -4473,6 +4494,46 @@ label[for*=_wholeWord_e-de-rtl] {
4473
4494
  height: 100%;
4474
4495
  }
4475
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
+
4476
4537
  .e-de-statusbar-pageweb {
4477
4538
  background: #282d31;
4478
4539
  border: 0;
@@ -4508,7 +4569,10 @@ label[for*=_wholeWord_e-de-rtl] {
4508
4569
  }
4509
4570
 
4510
4571
  .e-de-listview-icon {
4572
+ height: auto;
4573
+ width: auto;
4511
4574
  line-height: 22px;
4575
+ margin-right: 12px;
4512
4576
  }
4513
4577
 
4514
4578
  .e-de-linespacing {
@@ -4608,14 +4672,22 @@ label[for*=_wholeWord_e-de-rtl] {
4608
4672
  .e-de-statusbar-separator {
4609
4673
  border-left: 1px solid #444c54;
4610
4674
  height: 16px;
4611
- 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 #444c54;
4682
+ height: 16px;
4683
+ margin-left: 7.5px;
4684
+ margin-right: 7.5px;
4612
4685
  margin-top: 6px;
4613
4686
  }
4614
4687
 
4615
4688
  .e-de-statusbar-spellcheck {
4616
4689
  border-radius: 2px;
4617
4690
  font-weight: 400;
4618
- margin-left: 7.5px;
4619
4691
  }
4620
4692
 
4621
4693
  .e-de-ctn {
@@ -4628,7 +4700,6 @@ label[for*=_wholeWord_e-de-rtl] {
4628
4700
 
4629
4701
  .e-bigger .e-de-statusbar-spellcheck {
4630
4702
  border-radius: 2px;
4631
- margin-left: 7.5px;
4632
4703
  }
4633
4704
 
4634
4705
  .e-de-ctnr-toolbar {
@@ -5036,6 +5107,7 @@ label[for*=_wholeWord_e-de-rtl] {
5036
5107
  }
5037
5108
 
5038
5109
  .e-de-review-pane {
5110
+ background: #282d31;
5039
5111
  border-left: 1px solid #6c757d;
5040
5112
  height: 100%;
5041
5113
  min-height: 200px;
@@ -5053,34 +5125,6 @@ label[for*=_wholeWord_e-de-rtl] {
5053
5125
  width: 306px;
5054
5126
  }
5055
5127
 
5056
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
5057
- box-shadow: none;
5058
- height: 31px;
5059
- }
5060
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
5061
- box-shadow: none;
5062
- }
5063
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
5064
- box-shadow: none;
5065
- }
5066
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
5067
- box-shadow: none;
5068
- }
5069
-
5070
- .e-de-ctnr-group-btn button {
5071
- box-shadow: none;
5072
- height: 31px;
5073
- }
5074
- .e-de-ctnr-group-btn button:focus {
5075
- box-shadow: none;
5076
- }
5077
- .e-de-ctnr-group-btn button:active {
5078
- box-shadow: none;
5079
- }
5080
- .e-de-ctnr-group-btn button:hover {
5081
- box-shadow: none;
5082
- }
5083
-
5084
5128
  .e-de-property-div-padding {
5085
5129
  border-bottom: 0.5px solid #444c54;
5086
5130
  padding: 12px;
@@ -5213,7 +5257,7 @@ label[for*=_wholeWord_e-de-rtl] {
5213
5257
  }
5214
5258
 
5215
5259
  .e-de-list-header-presetmenu .e-de-list-line {
5216
- border-bottom: 1px solid #adb5bd;
5260
+ border-bottom: 1px solid #adb5bd !important;
5217
5261
  margin-left: 5px;
5218
5262
  width: 100%;
5219
5263
  }
@@ -5282,10 +5326,10 @@ label[for*=_wholeWord_e-de-rtl] {
5282
5326
  }
5283
5327
 
5284
5328
  .e-de-list-container {
5285
- background: #282d31;
5286
5329
  border: 1px solid #ccc;
5287
5330
  border-radius: 2px;
5288
5331
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
5332
+ background: #282d31;
5289
5333
  box-sizing: border-box;
5290
5334
  display: inline-block;
5291
5335
  line-height: normal;
@@ -5558,7 +5602,7 @@ label[for*=_wholeWord_e-de-rtl] {
5558
5602
  }
5559
5603
 
5560
5604
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
5561
- height: 38px !important;
5605
+ height: 36px !important;
5562
5606
  }
5563
5607
 
5564
5608
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -5585,7 +5629,10 @@ label[for*=_wholeWord_e-de-rtl] {
5585
5629
  margin-left: 12px;
5586
5630
  }
5587
5631
  .e-rtl .e-de-listview-icon {
5632
+ height: auto;
5633
+ width: auto;
5588
5634
  line-height: 22px;
5635
+ margin-left: 12px;
5589
5636
  }
5590
5637
 
5591
5638
  .e-bigger .de-split-button > div:first-child {
@@ -5708,7 +5755,6 @@ label[for*=_wholeWord_e-de-rtl] {
5708
5755
  height: 81px;
5709
5756
  }
5710
5757
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
5711
- height: 25px;
5712
5758
  margin: 0 16px;
5713
5759
  }
5714
5760
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
@@ -5811,6 +5857,19 @@ label[for*=_wholeWord_e-de-rtl] {
5811
5857
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
5812
5858
  box-shadow: none;
5813
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
+ }
5814
5873
  .e-bigger .e-de-ctnr-group-btn button {
5815
5874
  box-shadow: none;
5816
5875
  height: 38px;
@@ -5925,18 +5984,18 @@ label[for*=_wholeWord_e-de-rtl] {
5925
5984
  margin-left: 10px;
5926
5985
  }
5927
5986
  .e-bigger .e-de-status-bar {
5928
- background-color: #282d31;
5987
+ background: #282d31;
5929
5988
  display: -ms-flexbox;
5930
5989
  display: flex;
5931
5990
  padding-top: 5px;
5932
5991
  width: 100%;
5933
5992
  }
5934
5993
  .e-bigger .e-de-statusbar-zoom {
5935
- background-color: #282d31;
5936
5994
  border: 0;
5937
5995
  color: #ced4da;
5938
5996
  float: right;
5939
5997
  height: 34px;
5998
+ background-color: #282d31;
5940
5999
  }
5941
6000
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5942
6001
  line-height: 25px;
@@ -5952,7 +6011,10 @@ label[for*=_wholeWord_e-de-rtl] {
5952
6011
  margin-right: 16px;
5953
6012
  }
5954
6013
  .e-bigger .e-de-listview-icon {
6014
+ height: auto;
6015
+ width: auto;
5955
6016
  line-height: 22px;
6017
+ margin-right: 16px;
5956
6018
  }
5957
6019
  .e-bigger .e-rtl .e-listview .e-list-icon {
5958
6020
  height: 24px;
@@ -5960,7 +6022,10 @@ label[for*=_wholeWord_e-de-rtl] {
5960
6022
  margin-left: 16px;
5961
6023
  }
5962
6024
  .e-bigger .e-rtl .e-de-listview-icon {
6025
+ height: auto;
6026
+ width: auto;
5963
6027
  line-height: 22px;
6028
+ margin-left: 16px;
5964
6029
  }
5965
6030
 
5966
6031
  .e-de-ctn .e-de-bzr-button {