@syncfusion/ej2-vue-documenteditor 21.1.35 → 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 (69) hide show
  1. package/CHANGELOG.md +186 -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 +4 -4
  6. package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-documenteditor.es5.js +4 -4
  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 +10 -9
  11. package/src/document-editor/documenteditor.component.js +2 -2
  12. package/src/document-editor-container/documenteditorcontainer.component.js +2 -2
  13. package/styles/bootstrap-dark.css +103 -37
  14. package/styles/bootstrap.css +107 -37
  15. package/styles/bootstrap4.css +111 -37
  16. package/styles/bootstrap5-dark.css +103 -37
  17. package/styles/bootstrap5.css +103 -37
  18. package/styles/document-editor/bootstrap-dark.css +7 -0
  19. package/styles/document-editor/bootstrap.css +11 -0
  20. package/styles/document-editor/bootstrap4.css +15 -0
  21. package/styles/document-editor/bootstrap5-dark.css +7 -0
  22. package/styles/document-editor/bootstrap5.css +7 -0
  23. package/styles/document-editor/fabric-dark.css +7 -0
  24. package/styles/document-editor/fabric.css +11 -0
  25. package/styles/document-editor/fluent-dark.css +7 -0
  26. package/styles/document-editor/fluent.css +7 -0
  27. package/styles/document-editor/highcontrast-light.css +1 -0
  28. package/styles/document-editor/highcontrast.css +7 -0
  29. package/styles/document-editor/material-dark.css +7 -0
  30. package/styles/document-editor/material.css +7 -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 +7 -0
  36. package/styles/document-editor/tailwind.css +7 -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 +103 -37
  57. package/styles/fabric.css +107 -37
  58. package/styles/fluent-dark.css +103 -37
  59. package/styles/fluent.css +103 -37
  60. package/styles/highcontrast-light.css +97 -37
  61. package/styles/highcontrast.css +103 -37
  62. package/styles/material-dark.css +108 -42
  63. package/styles/material.css +104 -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 +102 -36
  69. package/styles/tailwind.css +102 -36
@@ -2092,6 +2092,7 @@ label[for=container_wholeWord] {
2092
2092
  .e-documenteditor .e-de-multi-cmt-mark::before {
2093
2093
  content: "\e97a";
2094
2094
  font-family: "e-icons";
2095
+ font-size: 14px;
2095
2096
  }
2096
2097
  .e-documenteditor .e-de-cmt-post::before {
2097
2098
  content: "\e816";
@@ -3193,6 +3194,21 @@ label[for=container_wholeWord] {
3193
3194
  font-family: "e-icons";
3194
3195
  }
3195
3196
 
3197
+ .e-de-e-paragraph-style-mark::before {
3198
+ content: "\e353";
3199
+ font-family: "e-icons";
3200
+ }
3201
+
3202
+ .e-de-e-character-style-mark::before {
3203
+ content: "\e980";
3204
+ font-family: "e-icons";
3205
+ }
3206
+
3207
+ .e-de-e-linked-style-mark::before {
3208
+ content: "\e981";
3209
+ font-family: "e-icons";
3210
+ }
3211
+
3196
3212
  .e-de-ctnr-columns::before {
3197
3213
  content: "\e968";
3198
3214
  font-family: "e-icons";
@@ -3325,6 +3341,46 @@ label[for=container_wholeWord] {
3325
3341
  height: 100%;
3326
3342
  }
3327
3343
 
3344
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
3345
+ box-shadow: none;
3346
+ height: 32px;
3347
+ }
3348
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
3349
+ box-shadow: none;
3350
+ }
3351
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
3352
+ box-shadow: none;
3353
+ }
3354
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
3355
+ box-shadow: none;
3356
+ }
3357
+
3358
+ .e-de-ctnr-group-btn-middle button {
3359
+ border-radius: 0px;
3360
+ }
3361
+
3362
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
3363
+ box-shadow: none;
3364
+ }
3365
+
3366
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
3367
+ .e-de-ctn .e-de-status-bar button {
3368
+ box-shadow: none;
3369
+ height: 32px;
3370
+ }
3371
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
3372
+ .e-de-ctn .e-de-status-bar button:focus {
3373
+ box-shadow: none;
3374
+ }
3375
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
3376
+ .e-de-ctn .e-de-status-bar button:active {
3377
+ box-shadow: none;
3378
+ }
3379
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
3380
+ .e-de-ctn .e-de-status-bar button:hover {
3381
+ box-shadow: none;
3382
+ }
3383
+
3328
3384
  .e-de-statusbar-pageweb {
3329
3385
  background: #fff;
3330
3386
  border: 0;
@@ -3362,7 +3418,10 @@ label[for=container_wholeWord] {
3362
3418
  }
3363
3419
 
3364
3420
  .e-de-listview-icon {
3421
+ height: auto;
3422
+ width: auto;
3365
3423
  line-height: 22px;
3424
+ margin-right: 12px;
3366
3425
  }
3367
3426
 
3368
3427
  .e-de-linespacing {
@@ -3433,14 +3492,22 @@ label[for=container_wholeWord] {
3433
3492
  .e-de-statusbar-separator {
3434
3493
  border-left: 1px solid #dadada;
3435
3494
  height: 16px;
3436
- margin-left: 15.5;
3495
+ margin-left: 7.5px;
3496
+ margin-right: 7.5px;
3497
+ margin-top: 10px;
3498
+ }
3499
+
3500
+ .e-bigger .e-de-statusbar-separator {
3501
+ border-left: 1px solid #dadada;
3502
+ height: 16px;
3503
+ margin-left: 7.5px;
3504
+ margin-right: 7.5px;
3437
3505
  margin-top: 10px;
3438
3506
  }
3439
3507
 
3440
3508
  .e-de-statusbar-spellcheck {
3441
3509
  border-radius: 2px;
3442
3510
  font-weight: 400;
3443
- margin-left: 7.5px;
3444
3511
  }
3445
3512
 
3446
3513
  .e-de-ctn {
@@ -3453,7 +3520,6 @@ label[for=container_wholeWord] {
3453
3520
 
3454
3521
  .e-bigger .e-de-statusbar-spellcheck {
3455
3522
  border-radius: 2px;
3456
- margin-left: 7.5px;
3457
3523
  }
3458
3524
 
3459
3525
  .e-de-ctnr-toolbar {
@@ -3703,6 +3769,7 @@ label[for=container_wholeWord] {
3703
3769
  }
3704
3770
 
3705
3771
  .e-de-review-pane {
3772
+ background: #fff;
3706
3773
  border-left: 1px solid #e1e1e1;
3707
3774
  height: 100%;
3708
3775
  min-height: 200px;
@@ -3720,34 +3787,6 @@ label[for=container_wholeWord] {
3720
3787
  width: 272px;
3721
3788
  }
3722
3789
 
3723
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
3724
- box-shadow: none;
3725
- height: 32px;
3726
- }
3727
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
3728
- box-shadow: none;
3729
- }
3730
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
3731
- box-shadow: none;
3732
- }
3733
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
3734
- box-shadow: none;
3735
- }
3736
-
3737
- .e-de-ctnr-group-btn button {
3738
- box-shadow: none;
3739
- height: 32px;
3740
- }
3741
- .e-de-ctnr-group-btn button:focus {
3742
- box-shadow: none;
3743
- }
3744
- .e-de-ctnr-group-btn button:active {
3745
- box-shadow: none;
3746
- }
3747
- .e-de-ctnr-group-btn button:hover {
3748
- box-shadow: none;
3749
- }
3750
-
3751
3790
  .e-de-property-div-padding {
3752
3791
  border-bottom: 0.5px solid #e0e0e0;
3753
3792
  padding: 12.5px;
@@ -3871,7 +3910,7 @@ label[for=container_wholeWord] {
3871
3910
  }
3872
3911
 
3873
3912
  .e-de-list-header-presetmenu .e-de-list-line {
3874
- border-bottom: 1px solid #ccc;
3913
+ border-bottom: 1px solid #ccc !important;
3875
3914
  margin-left: 5px;
3876
3915
  width: 100%;
3877
3916
  }
@@ -3940,10 +3979,10 @@ label[for=container_wholeWord] {
3940
3979
  }
3941
3980
 
3942
3981
  .e-de-list-container {
3943
- background: #fff;
3944
3982
  border: 1px solid #ccc;
3945
3983
  border-radius: 2px;
3946
3984
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
3985
+ background: #fff;
3947
3986
  box-sizing: border-box;
3948
3987
  display: inline-block;
3949
3988
  line-height: normal;
@@ -4216,7 +4255,7 @@ label[for=container_wholeWord] {
4216
4255
  }
4217
4256
 
4218
4257
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
4219
- height: 38px !important;
4258
+ height: 36px !important;
4220
4259
  }
4221
4260
 
4222
4261
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -4243,7 +4282,10 @@ label[for=container_wholeWord] {
4243
4282
  margin-left: 12px;
4244
4283
  }
4245
4284
  .e-rtl .e-de-listview-icon {
4285
+ height: auto;
4286
+ width: auto;
4246
4287
  line-height: 22px;
4288
+ margin-left: 12px;
4247
4289
  }
4248
4290
 
4249
4291
  .e-bigger .de-split-button > div:first-child {
@@ -4354,7 +4396,6 @@ label[for=container_wholeWord] {
4354
4396
  height: 82px;
4355
4397
  }
4356
4398
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
4357
- height: 25px;
4358
4399
  margin: 0 7.5px;
4359
4400
  }
4360
4401
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
@@ -4456,6 +4497,19 @@ label[for=container_wholeWord] {
4456
4497
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
4457
4498
  box-shadow: none;
4458
4499
  }
4500
+ .e-bigger .e-de-status-bar button {
4501
+ height: 38px;
4502
+ box-shadow: none;
4503
+ }
4504
+ .e-bigger .e-de-status-bar button:focus {
4505
+ box-shadow: none;
4506
+ }
4507
+ .e-bigger .e-de-status-bar button:active {
4508
+ box-shadow: none;
4509
+ }
4510
+ .e-bigger .e-de-status-bar button:hover {
4511
+ box-shadow: none;
4512
+ }
4459
4513
  .e-bigger .e-de-ctnr-group-btn button {
4460
4514
  box-shadow: none;
4461
4515
  height: 38px;
@@ -4569,18 +4623,18 @@ label[for=container_wholeWord] {
4569
4623
  margin-left: 10px;
4570
4624
  }
4571
4625
  .e-bigger .e-de-status-bar {
4572
- background-color: #fff;
4626
+ background: #fff;
4573
4627
  display: -ms-flexbox;
4574
4628
  display: flex;
4575
4629
  padding-top: 1.5px;
4576
4630
  width: 100%;
4577
4631
  }
4578
4632
  .e-bigger .e-de-statusbar-zoom {
4579
- background-color: #fff;
4580
4633
  border: 0;
4581
4634
  color: #000;
4582
4635
  float: right;
4583
4636
  height: 34px;
4637
+ background-color: #fff;
4584
4638
  }
4585
4639
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
4586
4640
  line-height: 25px;
@@ -4596,7 +4650,10 @@ label[for=container_wholeWord] {
4596
4650
  margin-right: 16px;
4597
4651
  }
4598
4652
  .e-bigger .e-de-listview-icon {
4653
+ height: auto;
4654
+ width: auto;
4599
4655
  line-height: 22px;
4656
+ margin-right: 16px;
4600
4657
  }
4601
4658
  .e-bigger .e-rtl .e-listview .e-list-icon {
4602
4659
  height: 24px;
@@ -4604,7 +4661,10 @@ label[for=container_wholeWord] {
4604
4661
  margin-left: 16px;
4605
4662
  }
4606
4663
  .e-bigger .e-rtl .e-de-listview-icon {
4664
+ height: auto;
4665
+ width: auto;
4607
4666
  line-height: 22px;
4667
+ margin-left: 16px;
4608
4668
  }
4609
4669
 
4610
4670
  .e-de-ctn .e-de-bzr-button {
@@ -46,6 +46,7 @@
46
46
  .e-documenteditor .e-de-multi-cmt-mark::before {
47
47
  content: "\e97a";
48
48
  font-family: "e-icons";
49
+ font-size: 14px;
49
50
  }
50
51
  .e-documenteditor .e-de-cmt-post::before {
51
52
  content: "\e816";
@@ -2350,6 +2351,11 @@ label[for*=_wholeWord_e-de-rtl] {
2350
2351
  height: 35px;
2351
2352
  }
2352
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
+
2353
2359
  .e-de-style-bold-button-size {
2354
2360
  margin-left: 8px;
2355
2361
  margin-right: 8px;
@@ -3310,6 +3316,7 @@ label[for*=_wholeWord_e-de-rtl] {
3310
3316
 
3311
3317
  .e-de-cp-option.e-btn.e-icon-btn span {
3312
3318
  margin-top: 0px;
3319
+ background: #000;
3313
3320
  }
3314
3321
 
3315
3322
  .e-de-cmt-view:hover .e-de-cp-option {
@@ -4216,6 +4223,21 @@ label[for*=_wholeWord_e-de-rtl] {
4216
4223
  font-family: "e-icons";
4217
4224
  }
4218
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: "\e980";
4233
+ font-family: "e-icons";
4234
+ }
4235
+
4236
+ .e-de-e-linked-style-mark::before {
4237
+ content: "\e981";
4238
+ font-family: "e-icons";
4239
+ }
4240
+
4219
4241
  .e-de-ctnr-columns::before {
4220
4242
  content: "\e968";
4221
4243
  font-family: "e-icons";
@@ -4348,6 +4370,46 @@ label[for*=_wholeWord_e-de-rtl] {
4348
4370
  height: 100%;
4349
4371
  }
4350
4372
 
4373
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
4374
+ box-shadow: none;
4375
+ height: 32px;
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: 32px;
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
+
4351
4413
  .e-de-statusbar-pageweb {
4352
4414
  background: #000;
4353
4415
  border: 0;
@@ -4385,7 +4447,10 @@ label[for*=_wholeWord_e-de-rtl] {
4385
4447
  }
4386
4448
 
4387
4449
  .e-de-listview-icon {
4450
+ height: auto;
4451
+ width: auto;
4388
4452
  line-height: 22px;
4453
+ margin-right: 12px;
4389
4454
  }
4390
4455
 
4391
4456
  .e-de-linespacing {
@@ -4456,14 +4521,22 @@ label[for*=_wholeWord_e-de-rtl] {
4456
4521
  .e-de-statusbar-separator {
4457
4522
  border-left: 1px solid #dadada;
4458
4523
  height: 16px;
4459
- 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 #dadada;
4531
+ height: 16px;
4532
+ margin-left: 7.5px;
4533
+ margin-right: 7.5px;
4460
4534
  margin-top: 10px;
4461
4535
  }
4462
4536
 
4463
4537
  .e-de-statusbar-spellcheck {
4464
4538
  border-radius: 2px;
4465
4539
  font-weight: 400;
4466
- margin-left: 7.5px;
4467
4540
  }
4468
4541
 
4469
4542
  .e-de-ctn {
@@ -4476,7 +4549,6 @@ label[for*=_wholeWord_e-de-rtl] {
4476
4549
 
4477
4550
  .e-bigger .e-de-statusbar-spellcheck {
4478
4551
  border-radius: 2px;
4479
- margin-left: 7.5px;
4480
4552
  }
4481
4553
 
4482
4554
  .e-de-ctnr-toolbar {
@@ -4726,6 +4798,7 @@ label[for*=_wholeWord_e-de-rtl] {
4726
4798
  }
4727
4799
 
4728
4800
  .e-de-review-pane {
4801
+ background: #000;
4729
4802
  border-left: 1px solid #e1e1e1;
4730
4803
  height: 100%;
4731
4804
  min-height: 200px;
@@ -4743,34 +4816,6 @@ label[for*=_wholeWord_e-de-rtl] {
4743
4816
  width: 272px;
4744
4817
  }
4745
4818
 
4746
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
4747
- box-shadow: none;
4748
- height: 32px;
4749
- }
4750
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
4751
- box-shadow: none;
4752
- }
4753
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
4754
- box-shadow: none;
4755
- }
4756
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
4757
- box-shadow: none;
4758
- }
4759
-
4760
- .e-de-ctnr-group-btn button {
4761
- box-shadow: none;
4762
- height: 32px;
4763
- }
4764
- .e-de-ctnr-group-btn button:focus {
4765
- box-shadow: none;
4766
- }
4767
- .e-de-ctnr-group-btn button:active {
4768
- box-shadow: none;
4769
- }
4770
- .e-de-ctnr-group-btn button:hover {
4771
- box-shadow: none;
4772
- }
4773
-
4774
4819
  .e-de-property-div-padding {
4775
4820
  border-bottom: 0.5px solid #e0e0e0;
4776
4821
  padding: 12.5px;
@@ -4894,7 +4939,7 @@ label[for*=_wholeWord_e-de-rtl] {
4894
4939
  }
4895
4940
 
4896
4941
  .e-de-list-header-presetmenu .e-de-list-line {
4897
- border-bottom: 1px solid #ccc;
4942
+ border-bottom: 1px solid #ccc !important;
4898
4943
  margin-left: 5px;
4899
4944
  width: 100%;
4900
4945
  }
@@ -4963,10 +5008,10 @@ label[for*=_wholeWord_e-de-rtl] {
4963
5008
  }
4964
5009
 
4965
5010
  .e-de-list-container {
4966
- background: #000;
4967
5011
  border: 1px solid #ccc;
4968
5012
  border-radius: 2px;
4969
5013
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
5014
+ background: #000;
4970
5015
  box-sizing: border-box;
4971
5016
  display: inline-block;
4972
5017
  line-height: normal;
@@ -5248,7 +5293,7 @@ label[for*=_wholeWord_e-de-rtl] {
5248
5293
  }
5249
5294
 
5250
5295
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
5251
- height: 38px !important;
5296
+ height: 36px !important;
5252
5297
  }
5253
5298
 
5254
5299
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -5275,7 +5320,10 @@ label[for*=_wholeWord_e-de-rtl] {
5275
5320
  margin-left: 12px;
5276
5321
  }
5277
5322
  .e-rtl .e-de-listview-icon {
5323
+ height: auto;
5324
+ width: auto;
5278
5325
  line-height: 22px;
5326
+ margin-left: 12px;
5279
5327
  }
5280
5328
 
5281
5329
  .e-bigger .de-split-button > div:first-child {
@@ -5386,7 +5434,6 @@ label[for*=_wholeWord_e-de-rtl] {
5386
5434
  height: 82px;
5387
5435
  }
5388
5436
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
5389
- height: 25px;
5390
5437
  margin: 0 7.5px;
5391
5438
  }
5392
5439
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
@@ -5488,6 +5535,19 @@ label[for*=_wholeWord_e-de-rtl] {
5488
5535
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
5489
5536
  box-shadow: none;
5490
5537
  }
5538
+ .e-bigger .e-de-status-bar button {
5539
+ height: 38px;
5540
+ box-shadow: none;
5541
+ }
5542
+ .e-bigger .e-de-status-bar button:focus {
5543
+ box-shadow: none;
5544
+ }
5545
+ .e-bigger .e-de-status-bar button:active {
5546
+ box-shadow: none;
5547
+ }
5548
+ .e-bigger .e-de-status-bar button:hover {
5549
+ box-shadow: none;
5550
+ }
5491
5551
  .e-bigger .e-de-ctnr-group-btn button {
5492
5552
  box-shadow: none;
5493
5553
  height: 38px;
@@ -5601,18 +5661,18 @@ label[for*=_wholeWord_e-de-rtl] {
5601
5661
  margin-left: 10px;
5602
5662
  }
5603
5663
  .e-bigger .e-de-status-bar {
5604
- background-color: #000;
5664
+ background: #000;
5605
5665
  display: -ms-flexbox;
5606
5666
  display: flex;
5607
5667
  padding-top: 1.5px;
5608
5668
  width: 100%;
5609
5669
  }
5610
5670
  .e-bigger .e-de-statusbar-zoom {
5611
- background-color: #000;
5612
5671
  border: 0;
5613
5672
  color: #fff;
5614
5673
  float: right;
5615
5674
  height: 34px;
5675
+ background-color: #000;
5616
5676
  }
5617
5677
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5618
5678
  line-height: 25px;
@@ -5628,7 +5688,10 @@ label[for*=_wholeWord_e-de-rtl] {
5628
5688
  margin-right: 16px;
5629
5689
  }
5630
5690
  .e-bigger .e-de-listview-icon {
5691
+ height: auto;
5692
+ width: auto;
5631
5693
  line-height: 22px;
5694
+ margin-right: 16px;
5632
5695
  }
5633
5696
  .e-bigger .e-rtl .e-listview .e-list-icon {
5634
5697
  height: 24px;
@@ -5636,7 +5699,10 @@ label[for*=_wholeWord_e-de-rtl] {
5636
5699
  margin-left: 16px;
5637
5700
  }
5638
5701
  .e-bigger .e-rtl .e-de-listview-icon {
5702
+ height: auto;
5703
+ width: auto;
5639
5704
  line-height: 22px;
5705
+ margin-left: 16px;
5640
5706
  }
5641
5707
 
5642
5708
  .e-de-ctn .e-de-bzr-button {