@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
@@ -2351,6 +2351,11 @@ label[for*=_wholeWord_e-de-rtl] {
2351
2351
  height: 35px;
2352
2352
  }
2353
2353
 
2354
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2355
+ height: 40px !important;
2356
+ width: auto !important;
2357
+ }
2358
+
2354
2359
  .e-de-style-bold-button-size {
2355
2360
  margin-left: 8px;
2356
2361
  margin-right: 8px;
@@ -3311,6 +3316,7 @@ label[for*=_wholeWord_e-de-rtl] {
3311
3316
 
3312
3317
  .e-de-cp-option.e-btn.e-icon-btn span {
3313
3318
  margin-top: 0px;
3319
+ background: #1a1a1a;
3314
3320
  }
3315
3321
 
3316
3322
  .e-de-cmt-view:hover .e-de-cp-option {
@@ -4217,6 +4223,21 @@ label[for*=_wholeWord_e-de-rtl] {
4217
4223
  font-family: "e-icons";
4218
4224
  }
4219
4225
 
4226
+ .e-de-e-paragraph-style-mark::before {
4227
+ content: "\e353";
4228
+ font-family: "e-icons";
4229
+ }
4230
+
4231
+ .e-de-e-character-style-mark::before {
4232
+ content: "\e98e";
4233
+ font-family: "e-icons";
4234
+ }
4235
+
4236
+ .e-de-e-linked-style-mark::before {
4237
+ content: "\e992";
4238
+ font-family: "e-icons";
4239
+ }
4240
+
4220
4241
  .e-de-ctnr-columns::before {
4221
4242
  content: "\e955";
4222
4243
  font-family: "e-icons";
@@ -4349,6 +4370,46 @@ label[for*=_wholeWord_e-de-rtl] {
4349
4370
  height: 100%;
4350
4371
  }
4351
4372
 
4373
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
4374
+ box-shadow: none;
4375
+ height: 34px;
4376
+ }
4377
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
4378
+ box-shadow: none;
4379
+ }
4380
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
4381
+ box-shadow: none;
4382
+ }
4383
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
4384
+ box-shadow: none;
4385
+ }
4386
+
4387
+ .e-de-ctnr-group-btn-middle button {
4388
+ border-radius: 0px;
4389
+ }
4390
+
4391
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
4392
+ box-shadow: none;
4393
+ }
4394
+
4395
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
4396
+ .e-de-ctn .e-de-status-bar button {
4397
+ box-shadow: none;
4398
+ height: 34px;
4399
+ }
4400
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
4401
+ .e-de-ctn .e-de-status-bar button:focus {
4402
+ box-shadow: none;
4403
+ }
4404
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
4405
+ .e-de-ctn .e-de-status-bar button:active {
4406
+ box-shadow: none;
4407
+ }
4408
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
4409
+ .e-de-ctn .e-de-status-bar button:hover {
4410
+ box-shadow: none;
4411
+ }
4412
+
4352
4413
  .e-de-statusbar-pageweb {
4353
4414
  background: #1a1a1a;
4354
4415
  border: 0;
@@ -4386,7 +4447,10 @@ label[for*=_wholeWord_e-de-rtl] {
4386
4447
  }
4387
4448
 
4388
4449
  .e-de-listview-icon {
4450
+ height: auto;
4451
+ width: auto;
4389
4452
  line-height: 22px;
4453
+ margin-right: 12px;
4390
4454
  }
4391
4455
 
4392
4456
  .e-de-linespacing {
@@ -4457,14 +4521,22 @@ label[for*=_wholeWord_e-de-rtl] {
4457
4521
  .e-de-statusbar-separator {
4458
4522
  border-left: 1px solid #ccc;
4459
4523
  height: 16px;
4460
- margin-left: 15.5;
4524
+ margin-left: 7.5px;
4525
+ margin-right: 7.5px;
4526
+ margin-top: 10px;
4527
+ }
4528
+
4529
+ .e-bigger .e-de-statusbar-separator {
4530
+ border-left: 1px solid #ccc;
4531
+ height: 16px;
4532
+ margin-left: 7.5px;
4533
+ margin-right: 7.5px;
4461
4534
  margin-top: 10px;
4462
4535
  }
4463
4536
 
4464
4537
  .e-de-statusbar-spellcheck {
4465
4538
  border-radius: 2px;
4466
4539
  font-weight: 400;
4467
- margin-left: 7.5px;
4468
4540
  }
4469
4541
 
4470
4542
  .e-de-ctn {
@@ -4477,7 +4549,6 @@ label[for*=_wholeWord_e-de-rtl] {
4477
4549
 
4478
4550
  .e-bigger .e-de-statusbar-spellcheck {
4479
4551
  border-radius: 2px;
4480
- margin-left: 7.5px;
4481
4552
  }
4482
4553
 
4483
4554
  .e-de-ctnr-toolbar {
@@ -4738,6 +4809,7 @@ label[for*=_wholeWord_e-de-rtl] {
4738
4809
  }
4739
4810
 
4740
4811
  .e-de-review-pane {
4812
+ background: #1a1a1a;
4741
4813
  border-left: 1px solid #505050;
4742
4814
  height: 100%;
4743
4815
  min-height: 200px;
@@ -4755,34 +4827,6 @@ label[for*=_wholeWord_e-de-rtl] {
4755
4827
  width: 272px;
4756
4828
  }
4757
4829
 
4758
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
4759
- box-shadow: none;
4760
- height: 34px;
4761
- }
4762
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
4763
- box-shadow: none;
4764
- }
4765
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
4766
- box-shadow: none;
4767
- }
4768
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
4769
- box-shadow: none;
4770
- }
4771
-
4772
- .e-de-ctnr-group-btn button {
4773
- box-shadow: none;
4774
- height: 34px;
4775
- }
4776
- .e-de-ctnr-group-btn button:focus {
4777
- box-shadow: none;
4778
- }
4779
- .e-de-ctnr-group-btn button:active {
4780
- box-shadow: none;
4781
- }
4782
- .e-de-ctnr-group-btn button:hover {
4783
- box-shadow: none;
4784
- }
4785
-
4786
4830
  .e-de-property-div-padding {
4787
4831
  border-bottom: 0.5px solid #505050;
4788
4832
  padding: 12.5px;
@@ -4906,7 +4950,7 @@ label[for*=_wholeWord_e-de-rtl] {
4906
4950
  }
4907
4951
 
4908
4952
  .e-de-list-header-presetmenu .e-de-list-line {
4909
- border-bottom: 1px solid #ccc;
4953
+ border-bottom: 1px solid #ccc !important;
4910
4954
  margin-left: 5px;
4911
4955
  width: 100%;
4912
4956
  }
@@ -4975,10 +5019,10 @@ label[for*=_wholeWord_e-de-rtl] {
4975
5019
  }
4976
5020
 
4977
5021
  .e-de-list-container {
4978
- background: #1a1a1a;
4979
5022
  border: 1px solid #ccc;
4980
5023
  border-radius: 2px;
4981
5024
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
5025
+ background: #1a1a1a;
4982
5026
  box-sizing: border-box;
4983
5027
  display: inline-block;
4984
5028
  line-height: normal;
@@ -5251,7 +5295,7 @@ label[for*=_wholeWord_e-de-rtl] {
5251
5295
  }
5252
5296
 
5253
5297
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
5254
- height: 38px !important;
5298
+ height: 36px !important;
5255
5299
  }
5256
5300
 
5257
5301
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -5278,7 +5322,10 @@ label[for*=_wholeWord_e-de-rtl] {
5278
5322
  margin-left: 12px;
5279
5323
  }
5280
5324
  .e-rtl .e-de-listview-icon {
5325
+ height: auto;
5326
+ width: auto;
5281
5327
  line-height: 22px;
5328
+ margin-left: 12px;
5282
5329
  }
5283
5330
 
5284
5331
  .e-bigger .de-split-button > div:first-child {
@@ -5398,7 +5445,6 @@ label[for*=_wholeWord_e-de-rtl] {
5398
5445
  height: 82px;
5399
5446
  }
5400
5447
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
5401
- height: 25px;
5402
5448
  margin: 0 7.5px;
5403
5449
  }
5404
5450
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
@@ -5500,6 +5546,19 @@ label[for*=_wholeWord_e-de-rtl] {
5500
5546
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
5501
5547
  box-shadow: none;
5502
5548
  }
5549
+ .e-bigger .e-de-status-bar button {
5550
+ height: 38px;
5551
+ box-shadow: none;
5552
+ }
5553
+ .e-bigger .e-de-status-bar button:focus {
5554
+ box-shadow: none;
5555
+ }
5556
+ .e-bigger .e-de-status-bar button:active {
5557
+ box-shadow: none;
5558
+ }
5559
+ .e-bigger .e-de-status-bar button:hover {
5560
+ box-shadow: none;
5561
+ }
5503
5562
  .e-bigger .e-de-ctnr-group-btn button {
5504
5563
  box-shadow: none;
5505
5564
  height: 38px;
@@ -5613,18 +5672,18 @@ label[for*=_wholeWord_e-de-rtl] {
5613
5672
  margin-left: 10px;
5614
5673
  }
5615
5674
  .e-bigger .e-de-status-bar {
5616
- background-color: #1a1a1a;
5675
+ background: #1a1a1a;
5617
5676
  display: -ms-flexbox;
5618
5677
  display: flex;
5619
5678
  padding-top: 2.5px;
5620
5679
  width: 100%;
5621
5680
  }
5622
5681
  .e-bigger .e-de-statusbar-zoom {
5623
- background-color: #1a1a1a;
5624
5682
  border: 0;
5625
5683
  color: #fff;
5626
5684
  float: right;
5627
5685
  height: 34px;
5686
+ background-color: #1a1a1a;
5628
5687
  }
5629
5688
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5630
5689
  line-height: 25px;
@@ -5640,7 +5699,10 @@ label[for*=_wholeWord_e-de-rtl] {
5640
5699
  margin-right: 16px;
5641
5700
  }
5642
5701
  .e-bigger .e-de-listview-icon {
5702
+ height: auto;
5703
+ width: auto;
5643
5704
  line-height: 22px;
5705
+ margin-right: 16px;
5644
5706
  }
5645
5707
  .e-bigger .e-rtl .e-listview .e-list-icon {
5646
5708
  height: 24px;
@@ -5648,7 +5710,10 @@ label[for*=_wholeWord_e-de-rtl] {
5648
5710
  margin-left: 16px;
5649
5711
  }
5650
5712
  .e-bigger .e-rtl .e-de-listview-icon {
5713
+ height: auto;
5714
+ width: auto;
5651
5715
  line-height: 22px;
5716
+ margin-left: 16px;
5652
5717
  }
5653
5718
 
5654
5719
  .e-de-ctn .e-de-bzr-button {
@@ -2347,6 +2347,11 @@ label[for*=_wholeWord_e-de-rtl] {
2347
2347
  height: 35px;
2348
2348
  }
2349
2349
 
2350
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2351
+ height: 40px !important;
2352
+ width: auto !important;
2353
+ }
2354
+
2350
2355
  .e-de-style-bold-button-size {
2351
2356
  margin-left: 8px;
2352
2357
  margin-right: 8px;
@@ -3210,6 +3215,10 @@ label[for*=_wholeWord_e-de-rtl] {
3210
3215
  font-weight: normal;
3211
3216
  }
3212
3217
 
3218
+ .e-de-track-toolbar .e-de-track-pane-drop-btn {
3219
+ padding-top: 4px !important;
3220
+ }
3221
+
3213
3222
  .e-toolbar-item.e-de-track-toolbar-overlay.e-template.e-overlay {
3214
3223
  opacity: 1;
3215
3224
  font-weight: normal;
@@ -3308,6 +3317,7 @@ label[for*=_wholeWord_e-de-rtl] {
3308
3317
 
3309
3318
  .e-de-cp-option.e-btn.e-icon-btn span {
3310
3319
  margin-top: 0px;
3320
+ background: #fff;
3311
3321
  }
3312
3322
 
3313
3323
  .e-de-cmt-view:hover .e-de-cp-option {
@@ -4214,6 +4224,21 @@ label[for*=_wholeWord_e-de-rtl] {
4214
4224
  font-family: "e-icons";
4215
4225
  }
4216
4226
 
4227
+ .e-de-e-paragraph-style-mark::before {
4228
+ content: "\e353";
4229
+ font-family: "e-icons";
4230
+ }
4231
+
4232
+ .e-de-e-character-style-mark::before {
4233
+ content: "\e98e";
4234
+ font-family: "e-icons";
4235
+ }
4236
+
4237
+ .e-de-e-linked-style-mark::before {
4238
+ content: "\e992";
4239
+ font-family: "e-icons";
4240
+ }
4241
+
4217
4242
  .e-de-ctnr-columns::before {
4218
4243
  content: "\e955";
4219
4244
  font-family: "e-icons";
@@ -4346,6 +4371,46 @@ label[for*=_wholeWord_e-de-rtl] {
4346
4371
  height: 100%;
4347
4372
  }
4348
4373
 
4374
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
4375
+ box-shadow: none;
4376
+ height: 34px;
4377
+ }
4378
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
4379
+ box-shadow: none;
4380
+ }
4381
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
4382
+ box-shadow: none;
4383
+ }
4384
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
4385
+ box-shadow: none;
4386
+ }
4387
+
4388
+ .e-de-ctnr-group-btn-middle button {
4389
+ border-radius: 0px;
4390
+ }
4391
+
4392
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
4393
+ box-shadow: none;
4394
+ }
4395
+
4396
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
4397
+ .e-de-ctn .e-de-status-bar button {
4398
+ box-shadow: none;
4399
+ height: 34px;
4400
+ }
4401
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
4402
+ .e-de-ctn .e-de-status-bar button:focus {
4403
+ box-shadow: none;
4404
+ }
4405
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
4406
+ .e-de-ctn .e-de-status-bar button:active {
4407
+ box-shadow: none;
4408
+ }
4409
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
4410
+ .e-de-ctn .e-de-status-bar button:hover {
4411
+ box-shadow: none;
4412
+ }
4413
+
4349
4414
  .e-de-statusbar-pageweb {
4350
4415
  background: #f8f8f8;
4351
4416
  border: 0;
@@ -4384,7 +4449,10 @@ label[for*=_wholeWord_e-de-rtl] {
4384
4449
  }
4385
4450
 
4386
4451
  .e-de-listview-icon {
4452
+ height: auto;
4453
+ width: auto;
4387
4454
  line-height: 22px;
4455
+ margin-right: 12px;
4388
4456
  }
4389
4457
 
4390
4458
  .e-de-linespacing {
@@ -4455,14 +4523,22 @@ label[for*=_wholeWord_e-de-rtl] {
4455
4523
  .e-de-statusbar-separator {
4456
4524
  border-left: 1px solid #ccc;
4457
4525
  height: 16px;
4458
- margin-left: 15.5;
4526
+ margin-left: 7.5px;
4527
+ margin-right: 7.5px;
4528
+ margin-top: 10px;
4529
+ }
4530
+
4531
+ .e-bigger .e-de-statusbar-separator {
4532
+ border-left: 1px solid #ccc;
4533
+ height: 16px;
4534
+ margin-left: 7.5px;
4535
+ margin-right: 7.5px;
4459
4536
  margin-top: 10px;
4460
4537
  }
4461
4538
 
4462
4539
  .e-de-statusbar-spellcheck {
4463
4540
  border-radius: 2px;
4464
4541
  font-weight: 400;
4465
- margin-left: 7.5px;
4466
4542
  }
4467
4543
 
4468
4544
  .e-de-ctn {
@@ -4475,7 +4551,6 @@ label[for*=_wholeWord_e-de-rtl] {
4475
4551
 
4476
4552
  .e-bigger .e-de-statusbar-spellcheck {
4477
4553
  border-radius: 2px;
4478
- margin-left: 7.5px;
4479
4554
  }
4480
4555
 
4481
4556
  .e-de-ctnr-toolbar {
@@ -4736,6 +4811,7 @@ label[for*=_wholeWord_e-de-rtl] {
4736
4811
  }
4737
4812
 
4738
4813
  .e-de-review-pane {
4814
+ background: #f8f8f8;
4739
4815
  border-left: 1px solid #e6e6e6;
4740
4816
  height: 100%;
4741
4817
  min-height: 200px;
@@ -4753,34 +4829,6 @@ label[for*=_wholeWord_e-de-rtl] {
4753
4829
  width: 272px;
4754
4830
  }
4755
4831
 
4756
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
4757
- box-shadow: none;
4758
- height: 34px;
4759
- }
4760
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
4761
- box-shadow: none;
4762
- }
4763
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
4764
- box-shadow: none;
4765
- }
4766
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
4767
- box-shadow: none;
4768
- }
4769
-
4770
- .e-de-ctnr-group-btn button {
4771
- box-shadow: none;
4772
- height: 34px;
4773
- }
4774
- .e-de-ctnr-group-btn button:focus {
4775
- box-shadow: none;
4776
- }
4777
- .e-de-ctnr-group-btn button:active {
4778
- box-shadow: none;
4779
- }
4780
- .e-de-ctnr-group-btn button:hover {
4781
- box-shadow: none;
4782
- }
4783
-
4784
4832
  .e-de-property-div-padding {
4785
4833
  border-bottom: 0.5px solid #e0e0e0;
4786
4834
  padding: 12.5px;
@@ -4905,7 +4953,7 @@ label[for*=_wholeWord_e-de-rtl] {
4905
4953
  }
4906
4954
 
4907
4955
  .e-de-list-header-presetmenu .e-de-list-line {
4908
- border-bottom: 1px solid #ccc;
4956
+ border-bottom: 1px solid #ccc !important;
4909
4957
  margin-left: 5px;
4910
4958
  width: 100%;
4911
4959
  }
@@ -4974,10 +5022,10 @@ label[for*=_wholeWord_e-de-rtl] {
4974
5022
  }
4975
5023
 
4976
5024
  .e-de-list-container {
4977
- background: #f8f8f8;
4978
5025
  border: 1px solid #ccc;
4979
5026
  border-radius: 2px;
4980
5027
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
5028
+ background: #f8f8f8;
4981
5029
  box-sizing: border-box;
4982
5030
  display: inline-block;
4983
5031
  line-height: normal;
@@ -5250,7 +5298,7 @@ label[for*=_wholeWord_e-de-rtl] {
5250
5298
  }
5251
5299
 
5252
5300
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
5253
- height: 38px !important;
5301
+ height: 36px !important;
5254
5302
  }
5255
5303
 
5256
5304
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -5277,7 +5325,10 @@ label[for*=_wholeWord_e-de-rtl] {
5277
5325
  margin-left: 12px;
5278
5326
  }
5279
5327
  .e-rtl .e-de-listview-icon {
5328
+ height: auto;
5329
+ width: auto;
5280
5330
  line-height: 22px;
5331
+ margin-left: 12px;
5281
5332
  }
5282
5333
 
5283
5334
  .e-bigger .de-split-button > div:first-child {
@@ -5397,7 +5448,6 @@ label[for*=_wholeWord_e-de-rtl] {
5397
5448
  height: 82px;
5398
5449
  }
5399
5450
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
5400
- height: 25px;
5401
5451
  margin: 0 7.5px;
5402
5452
  }
5403
5453
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
@@ -5499,6 +5549,19 @@ label[for*=_wholeWord_e-de-rtl] {
5499
5549
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
5500
5550
  box-shadow: none;
5501
5551
  }
5552
+ .e-bigger .e-de-status-bar button {
5553
+ height: 38px;
5554
+ box-shadow: none;
5555
+ }
5556
+ .e-bigger .e-de-status-bar button:focus {
5557
+ box-shadow: none;
5558
+ }
5559
+ .e-bigger .e-de-status-bar button:active {
5560
+ box-shadow: none;
5561
+ }
5562
+ .e-bigger .e-de-status-bar button:hover {
5563
+ box-shadow: none;
5564
+ }
5502
5565
  .e-bigger .e-de-ctnr-group-btn button {
5503
5566
  box-shadow: none;
5504
5567
  height: 38px;
@@ -5619,18 +5682,18 @@ label[for*=_wholeWord_e-de-rtl] {
5619
5682
  margin-left: 10px;
5620
5683
  }
5621
5684
  .e-bigger .e-de-status-bar {
5622
- background-color: #f8f8f8;
5685
+ background: #f8f8f8;
5623
5686
  display: -ms-flexbox;
5624
5687
  display: flex;
5625
5688
  padding-top: 2.5px;
5626
5689
  width: 100%;
5627
5690
  }
5628
5691
  .e-bigger .e-de-statusbar-zoom {
5629
- background-color: #f8f8f8;
5630
5692
  border: 0;
5631
5693
  color: #333;
5632
5694
  float: right;
5633
5695
  height: 34px;
5696
+ background-color: #f8f8f8;
5634
5697
  }
5635
5698
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5636
5699
  line-height: 25px;
@@ -5646,7 +5709,10 @@ label[for*=_wholeWord_e-de-rtl] {
5646
5709
  margin-right: 16px;
5647
5710
  }
5648
5711
  .e-bigger .e-de-listview-icon {
5712
+ height: auto;
5713
+ width: auto;
5649
5714
  line-height: 22px;
5715
+ margin-right: 16px;
5650
5716
  }
5651
5717
  .e-bigger .e-rtl .e-listview .e-list-icon {
5652
5718
  height: 24px;
@@ -5654,7 +5720,10 @@ label[for*=_wholeWord_e-de-rtl] {
5654
5720
  margin-left: 16px;
5655
5721
  }
5656
5722
  .e-bigger .e-rtl .e-de-listview-icon {
5723
+ height: auto;
5724
+ width: auto;
5657
5725
  line-height: 22px;
5726
+ margin-left: 16px;
5658
5727
  }
5659
5728
 
5660
5729
  .e-de-ctn .e-de-bzr-button {