@syncfusion/ej2-vue-documenteditor 20.4.54 → 21.1.36

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 (71) hide show
  1. package/CHANGELOG.md +208 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
  4. package/dist/ej2-vue-documenteditor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-documenteditor.es2015.js +240 -282
  6. package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-documenteditor.es5.js +261 -313
  8. package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  10. package/package.json +11 -10
  11. package/src/document-editor/documenteditor.component.d.ts +3 -50
  12. package/src/document-editor/documenteditor.component.js +168 -197
  13. package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -26
  14. package/src/document-editor-container/documenteditorcontainer.component.js +96 -125
  15. package/styles/bootstrap-dark.css +167 -58
  16. package/styles/bootstrap.css +167 -54
  17. package/styles/bootstrap4.css +185 -65
  18. package/styles/bootstrap5-dark.css +187 -74
  19. package/styles/bootstrap5.css +187 -74
  20. package/styles/document-editor/bootstrap-dark.css +13 -2
  21. package/styles/document-editor/bootstrap.css +17 -2
  22. package/styles/document-editor/bootstrap4.css +23 -4
  23. package/styles/document-editor/bootstrap5-dark.css +32 -17
  24. package/styles/document-editor/bootstrap5.css +32 -17
  25. package/styles/document-editor/fabric-dark.css +13 -2
  26. package/styles/document-editor/fabric.css +17 -2
  27. package/styles/document-editor/fluent-dark.css +47 -27
  28. package/styles/document-editor/fluent.css +47 -27
  29. package/styles/document-editor/highcontrast-light.css +5 -0
  30. package/styles/document-editor/highcontrast.css +13 -2
  31. package/styles/document-editor/material-dark.css +13 -2
  32. package/styles/document-editor/material.css +13 -2
  33. package/styles/document-editor/material3-dark.css +3971 -0
  34. package/styles/document-editor/material3-dark.scss +2 -0
  35. package/styles/document-editor/material3.css +4027 -0
  36. package/styles/document-editor/material3.scss +2 -0
  37. package/styles/document-editor/tailwind-dark.css +29 -17
  38. package/styles/document-editor/tailwind.css +32 -17
  39. package/styles/document-editor-container/bootstrap-dark.css +154 -56
  40. package/styles/document-editor-container/bootstrap.css +150 -52
  41. package/styles/document-editor-container/bootstrap4.css +162 -61
  42. package/styles/document-editor-container/bootstrap5-dark.css +155 -57
  43. package/styles/document-editor-container/bootstrap5.css +155 -57
  44. package/styles/document-editor-container/fabric-dark.css +154 -56
  45. package/styles/document-editor-container/fabric.css +154 -56
  46. package/styles/document-editor-container/fluent-dark.css +159 -64
  47. package/styles/document-editor-container/fluent.css +159 -64
  48. package/styles/document-editor-container/highcontrast-light.css +154 -56
  49. package/styles/document-editor-container/highcontrast.css +154 -56
  50. package/styles/document-editor-container/material-dark.css +159 -61
  51. package/styles/document-editor-container/material.css +154 -55
  52. package/styles/document-editor-container/material3-dark.css +2178 -0
  53. package/styles/document-editor-container/material3-dark.scss +2 -0
  54. package/styles/document-editor-container/material3.css +2234 -0
  55. package/styles/document-editor-container/material3.scss +2 -0
  56. package/styles/document-editor-container/tailwind-dark.css +153 -55
  57. package/styles/document-editor-container/tailwind.css +153 -55
  58. package/styles/fabric-dark.css +167 -58
  59. package/styles/fabric.css +171 -58
  60. package/styles/fluent-dark.css +206 -91
  61. package/styles/fluent.css +206 -91
  62. package/styles/highcontrast-light.css +159 -56
  63. package/styles/highcontrast.css +167 -58
  64. package/styles/material-dark.css +172 -63
  65. package/styles/material.css +167 -57
  66. package/styles/material3-dark.css +6150 -0
  67. package/styles/material3-dark.scss +3 -0
  68. package/styles/material3.css +6261 -0
  69. package/styles/material3.scss +3 -0
  70. package/styles/tailwind-dark.css +182 -72
  71. package/styles/tailwind.css +185 -72
@@ -43,6 +43,11 @@
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
+ font-size: 14px;
50
+ }
46
51
  .e-documenteditor .e-de-cmt-post::before {
47
52
  content: "\e816";
48
53
  font-family: "e-icons";
@@ -1690,7 +1695,7 @@ label[for*=_wholeWord_e-de-rtl] {
1690
1695
 
1691
1696
  .e-de-restrict-pane,
1692
1697
  .e-de-op {
1693
- background-color: #1a1a1a;
1698
+ background: #1a1a1a;
1694
1699
  }
1695
1700
 
1696
1701
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2346,6 +2351,11 @@ label[for*=_wholeWord_e-de-rtl] {
2346
2351
  height: 35px;
2347
2352
  }
2348
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
+
2349
2359
  .e-de-style-bold-button-size {
2350
2360
  margin-left: 8px;
2351
2361
  margin-right: 8px;
@@ -2383,7 +2393,7 @@ label[for*=_wholeWord_e-de-rtl] {
2383
2393
  margin-right: 20px;
2384
2394
  }
2385
2395
 
2386
- .e-de-style-left-div .e-de-style-dlg-name-input {
2396
+ .e-de-style-dlg-name-input {
2387
2397
  height: 32px;
2388
2398
  }
2389
2399
 
@@ -3306,6 +3316,7 @@ label[for*=_wholeWord_e-de-rtl] {
3306
3316
 
3307
3317
  .e-de-cp-option.e-btn.e-icon-btn span {
3308
3318
  margin-top: 0px;
3319
+ background: #1a1a1a;
3309
3320
  }
3310
3321
 
3311
3322
  .e-de-cmt-view:hover .e-de-cp-option {
@@ -4212,6 +4223,21 @@ label[for*=_wholeWord_e-de-rtl] {
4212
4223
  font-family: "e-icons";
4213
4224
  }
4214
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
+
4215
4241
  .e-de-ctnr-columns::before {
4216
4242
  content: "\e955";
4217
4243
  font-family: "e-icons";
@@ -4344,8 +4370,48 @@ label[for*=_wholeWord_e-de-rtl] {
4344
4370
  height: 100%;
4345
4371
  }
4346
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
+
4347
4413
  .e-de-statusbar-pageweb {
4348
- background-color: #1a1a1a;
4414
+ background: #1a1a1a;
4349
4415
  border: 0;
4350
4416
  box-shadow: none;
4351
4417
  float: right;
@@ -4374,12 +4440,25 @@ label[for*=_wholeWord_e-de-rtl] {
4374
4440
  font-size: 16px;
4375
4441
  }
4376
4442
 
4443
+ .e-listview .e-list-icon {
4444
+ height: 24px;
4445
+ width: 16px;
4446
+ margin-right: 12px;
4447
+ }
4448
+
4449
+ .e-de-listview-icon {
4450
+ height: auto;
4451
+ width: auto;
4452
+ line-height: 22px;
4453
+ margin-right: 12px;
4454
+ }
4455
+
4377
4456
  .e-de-linespacing {
4378
4457
  margin-top: 6px;
4379
4458
  }
4380
4459
 
4381
4460
  .e-de-statusbar-zoom {
4382
- background-color: #1a1a1a;
4461
+ background: #1a1a1a;
4383
4462
  border: 0;
4384
4463
  color: #fff;
4385
4464
  float: right;
@@ -4442,14 +4521,22 @@ label[for*=_wholeWord_e-de-rtl] {
4442
4521
  .e-de-statusbar-separator {
4443
4522
  border-left: 1px solid #ccc;
4444
4523
  height: 16px;
4445
- 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;
4446
4534
  margin-top: 10px;
4447
4535
  }
4448
4536
 
4449
4537
  .e-de-statusbar-spellcheck {
4450
4538
  border-radius: 2px;
4451
4539
  font-weight: 400;
4452
- margin-left: 7.5px;
4453
4540
  }
4454
4541
 
4455
4542
  .e-de-ctn {
@@ -4462,7 +4549,6 @@ label[for*=_wholeWord_e-de-rtl] {
4462
4549
 
4463
4550
  .e-bigger .e-de-statusbar-spellcheck {
4464
4551
  border-radius: 2px;
4465
- margin-left: 7.5px;
4466
4552
  }
4467
4553
 
4468
4554
  .e-de-ctnr-toolbar {
@@ -4487,7 +4573,7 @@ label[for*=_wholeWord_e-de-rtl] {
4487
4573
 
4488
4574
  .e-de-tool-ctnr-properties-pane,
4489
4575
  .e-de-ctnr-properties-pane {
4490
- background-color: #1a1a1a;
4576
+ background: #1a1a1a;
4491
4577
  border-bottom: 1px solid #505050;
4492
4578
  border-top: 1px solid #505050;
4493
4579
  }
@@ -4597,7 +4683,7 @@ label[for*=_wholeWord_e-de-rtl] {
4597
4683
  margin: 0 5.5px;
4598
4684
  }
4599
4685
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4600
- margin-left: 12px;
4686
+ margin-left: 12px !important;
4601
4687
  margin-right: 6px;
4602
4688
  }
4603
4689
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4613,20 +4699,23 @@ label[for*=_wholeWord_e-de-rtl] {
4613
4699
  }
4614
4700
 
4615
4701
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4702
+ -ms-flex-direction: column;
4703
+ flex-direction: column;
4704
+ height: calc(100% - 10px);
4616
4705
  padding: 0;
4617
- padding-bottom: 6px;
4706
+ padding-bottom: 5px;
4618
4707
  }
4619
4708
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4620
4709
  padding: 0;
4621
- padding-bottom: 6px;
4710
+ padding-bottom: 5px;
4622
4711
  }
4623
4712
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4624
4713
  padding: 0;
4625
- padding-bottom: 6px;
4714
+ padding-bottom: 5px;
4626
4715
  }
4627
4716
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4628
4717
  padding: 0;
4629
- padding-bottom: 6px;
4718
+ padding-bottom: 5px;
4630
4719
  }
4631
4720
 
4632
4721
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -4655,7 +4744,7 @@ label[for*=_wholeWord_e-de-rtl] {
4655
4744
  }
4656
4745
 
4657
4746
  .e-de-ctnr-properties-pane-btn .e-btn {
4658
- background-color: #131313;
4747
+ background: #131313;
4659
4748
  border-radius: 0;
4660
4749
  box-shadow: none;
4661
4750
  color: #0070f0;
@@ -4697,6 +4786,7 @@ label[for*=_wholeWord_e-de-rtl] {
4697
4786
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4698
4787
  .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
4788
  padding: 0 !important;
4789
+ min-height: 16px;
4700
4790
  }
4701
4791
 
4702
4792
  .e-de-hdr-ftr-frst-div {
@@ -4719,6 +4809,7 @@ label[for*=_wholeWord_e-de-rtl] {
4719
4809
  }
4720
4810
 
4721
4811
  .e-de-review-pane {
4812
+ background: #1a1a1a;
4722
4813
  border-left: 1px solid #505050;
4723
4814
  height: 100%;
4724
4815
  min-height: 200px;
@@ -4736,34 +4827,6 @@ label[for*=_wholeWord_e-de-rtl] {
4736
4827
  width: 272px;
4737
4828
  }
4738
4829
 
4739
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
4740
- box-shadow: none;
4741
- height: 34px;
4742
- }
4743
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
4744
- box-shadow: none;
4745
- }
4746
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
4747
- box-shadow: none;
4748
- }
4749
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
4750
- box-shadow: none;
4751
- }
4752
-
4753
- .e-de-ctnr-group-btn button {
4754
- box-shadow: none;
4755
- height: 34px;
4756
- }
4757
- .e-de-ctnr-group-btn button:focus {
4758
- box-shadow: none;
4759
- }
4760
- .e-de-ctnr-group-btn button:active {
4761
- box-shadow: none;
4762
- }
4763
- .e-de-ctnr-group-btn button:hover {
4764
- box-shadow: none;
4765
- }
4766
-
4767
4830
  .e-de-property-div-padding {
4768
4831
  border-bottom: 0.5px solid #505050;
4769
4832
  padding: 12.5px;
@@ -4887,7 +4950,7 @@ label[for*=_wholeWord_e-de-rtl] {
4887
4950
  }
4888
4951
 
4889
4952
  .e-de-list-header-presetmenu .e-de-list-line {
4890
- border-bottom: 1px solid #ccc;
4953
+ border-bottom: 1px solid #ccc !important;
4891
4954
  margin-left: 5px;
4892
4955
  width: 100%;
4893
4956
  }
@@ -4956,10 +5019,10 @@ label[for*=_wholeWord_e-de-rtl] {
4956
5019
  }
4957
5020
 
4958
5021
  .e-de-list-container {
4959
- background: #1a1a1a;
4960
5022
  border: 1px solid #ccc;
4961
5023
  border-radius: 2px;
4962
5024
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
5025
+ background: #1a1a1a;
4963
5026
  box-sizing: border-box;
4964
5027
  display: inline-block;
4965
5028
  line-height: normal;
@@ -5051,8 +5114,8 @@ label[for*=_wholeWord_e-de-rtl] {
5051
5114
  border: 1px solid #505050;
5052
5115
  color: #acacac;
5053
5116
  height: 129px;
5054
- margin-left: 78px;
5055
5117
  width: 94px;
5118
+ margin-left: 78px;
5056
5119
  }
5057
5120
 
5058
5121
  .e-de-toc-template1.e-de-rtl {
@@ -5107,7 +5170,7 @@ label[for*=_wholeWord_e-de-rtl] {
5107
5170
  }
5108
5171
 
5109
5172
  .e-de-status-bar {
5110
- background-color: #1a1a1a;
5173
+ background: #1a1a1a;
5111
5174
  display: -ms-flexbox;
5112
5175
  display: flex;
5113
5176
  padding-top: 2.5px;
@@ -5232,7 +5295,7 @@ label[for*=_wholeWord_e-de-rtl] {
5232
5295
  }
5233
5296
 
5234
5297
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
5235
- height: 38px !important;
5298
+ height: 36px !important;
5236
5299
  }
5237
5300
 
5238
5301
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -5240,8 +5303,8 @@ label[for*=_wholeWord_e-de-rtl] {
5240
5303
  }
5241
5304
 
5242
5305
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5243
- height: 38px;
5244
5306
  width: 38px;
5307
+ height: 38px;
5245
5308
  }
5246
5309
 
5247
5310
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5253,6 +5316,18 @@ label[for*=_wholeWord_e-de-rtl] {
5253
5316
  width: 70px;
5254
5317
  }
5255
5318
 
5319
+ .e-rtl .e-listview .e-list-icon {
5320
+ height: 24px;
5321
+ width: 16px;
5322
+ margin-left: 12px;
5323
+ }
5324
+ .e-rtl .e-de-listview-icon {
5325
+ height: auto;
5326
+ width: auto;
5327
+ line-height: 22px;
5328
+ margin-left: 12px;
5329
+ }
5330
+
5256
5331
  .e-bigger .de-split-button > div:first-child {
5257
5332
  margin-right: 16px;
5258
5333
  }
@@ -5370,11 +5445,10 @@ label[for*=_wholeWord_e-de-rtl] {
5370
5445
  height: 82px;
5371
5446
  }
5372
5447
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
5373
- height: 25px;
5374
5448
  margin: 0 7.5px;
5375
5449
  }
5376
5450
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5377
- margin-left: 16px;
5451
+ margin-left: 16px !important;
5378
5452
  margin-right: 8px;
5379
5453
  }
5380
5454
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5391,22 +5465,22 @@ label[for*=_wholeWord_e-de-rtl] {
5391
5465
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5392
5466
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5393
5467
  padding: 0;
5394
- padding-bottom: 6px;
5468
+ padding-bottom: 5px;
5395
5469
  }
5396
5470
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5397
5471
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5398
5472
  padding: 0;
5399
- padding-bottom: 6px;
5473
+ padding-bottom: 5px;
5400
5474
  }
5401
5475
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5402
5476
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5403
5477
  padding: 0;
5404
- padding-bottom: 6px;
5478
+ padding-bottom: 5px;
5405
5479
  }
5406
5480
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5407
5481
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5408
5482
  padding: 0;
5409
- padding-bottom: 6px;
5483
+ padding-bottom: 5px;
5410
5484
  }
5411
5485
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5412
5486
  padding: 0 !important;
@@ -5422,7 +5496,7 @@ label[for*=_wholeWord_e-de-rtl] {
5422
5496
  width: 75px;
5423
5497
  }
5424
5498
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5425
- background-color: #131313;
5499
+ background: #131313;
5426
5500
  border-radius: 0;
5427
5501
  box-shadow: none;
5428
5502
  min-height: 100%;
@@ -5450,7 +5524,7 @@ label[for*=_wholeWord_e-de-rtl] {
5450
5524
  }
5451
5525
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5452
5526
  display: table;
5453
- font-size: 12px;
5527
+ font-size: 12px !important;
5454
5528
  margin: 0 6px;
5455
5529
  padding: 0;
5456
5530
  white-space: normal;
@@ -5472,6 +5546,19 @@ label[for*=_wholeWord_e-de-rtl] {
5472
5546
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
5473
5547
  box-shadow: none;
5474
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
+ }
5475
5562
  .e-bigger .e-de-ctnr-group-btn button {
5476
5563
  box-shadow: none;
5477
5564
  height: 38px;
@@ -5585,18 +5672,18 @@ label[for*=_wholeWord_e-de-rtl] {
5585
5672
  margin-left: 10px;
5586
5673
  }
5587
5674
  .e-bigger .e-de-status-bar {
5588
- background-color: #1a1a1a;
5675
+ background: #1a1a1a;
5589
5676
  display: -ms-flexbox;
5590
5677
  display: flex;
5591
5678
  padding-top: 2.5px;
5592
5679
  width: 100%;
5593
5680
  }
5594
5681
  .e-bigger .e-de-statusbar-zoom {
5595
- background-color: #1a1a1a;
5596
5682
  border: 0;
5597
5683
  color: #fff;
5598
5684
  float: right;
5599
5685
  height: 34px;
5686
+ background-color: #1a1a1a;
5600
5687
  }
5601
5688
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5602
5689
  line-height: 25px;
@@ -5606,6 +5693,28 @@ label[for*=_wholeWord_e-de-rtl] {
5606
5693
  height: 0;
5607
5694
  line-height: 0;
5608
5695
  }
5696
+ .e-bigger .e-listview .e-list-icon {
5697
+ height: 24px;
5698
+ width: 16px;
5699
+ margin-right: 16px;
5700
+ }
5701
+ .e-bigger .e-de-listview-icon {
5702
+ height: auto;
5703
+ width: auto;
5704
+ line-height: 22px;
5705
+ margin-right: 16px;
5706
+ }
5707
+ .e-bigger .e-rtl .e-listview .e-list-icon {
5708
+ height: 24px;
5709
+ width: 16px;
5710
+ margin-left: 16px;
5711
+ }
5712
+ .e-bigger .e-rtl .e-de-listview-icon {
5713
+ height: auto;
5714
+ width: auto;
5715
+ line-height: 22px;
5716
+ margin-left: 16px;
5717
+ }
5609
5718
 
5610
5719
  .e-de-ctn .e-de-bzr-button {
5611
5720
  font-size: 12px;