@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
@@ -41,6 +41,10 @@
41
41
  font-family: "e-icons";
42
42
  font-size: 13px;
43
43
  }
44
+ .e-documenteditor .e-de-multi-cmt-mark::before {
45
+ content: "\e8bc";
46
+ font-family: "e-icons";
47
+ }
44
48
  .e-documenteditor .e-de-cmt-post::before {
45
49
  content: "\e71d";
46
50
  font-family: "e-icons";
@@ -140,21 +144,27 @@
140
144
  color: #a19f9d;
141
145
  content: "\e775";
142
146
  font-family: "e-icons";
143
- font-size: 51px;
147
+ font-size: 42px;
148
+ margin: 5px;
149
+ position: absolute;
144
150
  }
145
151
 
146
152
  .e-de-tablecell-center-alignment::before {
147
153
  color: #a19f9d;
148
154
  content: "\e7e5";
149
155
  font-family: "e-icons";
150
- font-size: 51px;
156
+ font-size: 42px;
157
+ margin: 5px;
158
+ position: absolute;
151
159
  }
152
160
 
153
161
  .e-de-tablecell-bottom-alignment::before {
154
162
  color: #a19f9d;
155
163
  content: "\e7d9";
156
164
  font-family: "e-icons";
157
- font-size: 51px;
165
+ font-size: 42px;
166
+ margin: 5px;
167
+ position: absolute;
158
168
  }
159
169
 
160
170
  .e-de-table-border-setting {
@@ -202,70 +212,73 @@
202
212
  .e-de-table-border-none-setting::before {
203
213
  color: #a19f9d;
204
214
  content: "\e7eb";
205
- font-size: 38px;
215
+ font-size: 32px;
206
216
  position: absolute;
217
+ margin: 3px;
207
218
  }
208
219
 
209
220
  .e-de-table-border-box-setting::before {
210
221
  color: #a19f9d;
211
222
  content: "\e834";
212
- font-size: 34px;
213
- left: 2px;
223
+ font-size: 32px;
224
+ left: 3px;
214
225
  position: absolute;
215
- top: 2px;
226
+ top: 4px;
216
227
  }
217
228
 
218
229
  .e-de-table-border-all-setting::before {
219
230
  color: #a19f9d;
220
231
  content: "\e7e8";
221
232
  font-family: "e-icons";
222
- font-size: 34px;
223
- left: 2px;
233
+ font-size: 32px;
234
+ left: 3px;
224
235
  position: absolute;
225
- top: 2px;
236
+ top: 4px;
226
237
  }
227
238
 
228
239
  .e-de-table-border-custom-setting::before {
229
240
  color: #a19f9d;
230
241
  content: "\e7d5";
231
- font-size: 34px;
232
- left: 2px;
242
+ font-size: 32px;
243
+ left: 3px;
233
244
  position: absolute;
234
- top: 2px;
245
+ top: 4px;
235
246
  }
236
247
 
237
248
  .e-de-para-border-none-setting::before {
238
249
  color: #a19f9d;
239
250
  content: "\e890";
240
- font-size: 38px;
251
+ font-size: 32px;
241
252
  position: absolute;
253
+ margin: 3px;
254
+ top: 1px;
242
255
  }
243
256
 
244
257
  .e-de-para-border-box-setting::before {
245
258
  color: #a19f9d;
246
259
  content: "\e891";
247
- font-size: 34px;
248
- left: 2px;
260
+ font-size: 32px;
261
+ left: 3.5px;
249
262
  position: absolute;
250
- top: 2px;
263
+ top: 3.5px;
251
264
  }
252
265
 
253
266
  .e-de-para-border-shadow-setting::before {
254
267
  color: #a19f9d;
255
268
  content: "\e892";
256
- font-size: 34px;
257
- left: 2px;
269
+ font-size: 32px;
270
+ left: 3.5px;
258
271
  position: absolute;
259
- top: 2px;
272
+ top: 3.5px;
260
273
  }
261
274
 
262
275
  .e-de-para-border-custom-setting::before {
263
276
  color: #a19f9d;
264
277
  content: "\e88f";
265
- font-size: 34px;
266
- left: 2px;
278
+ font-size: 32px;
279
+ left: 3.5px;
267
280
  position: absolute;
268
- top: 2px;
281
+ top: 3.5px;
269
282
  }
270
283
 
271
284
  .e-de-table-border-toptop-alignment::before {
@@ -342,8 +355,8 @@
342
355
  }
343
356
 
344
357
  .e-de-columns-presets-genral {
345
- height: 62px;
346
- width: 62px;
358
+ height: 70px;
359
+ width: 70px;
347
360
  margin-right: 33px;
348
361
  margin-bottom: 12px;
349
362
  }
@@ -1787,7 +1800,7 @@ label[for*=_wholeWord_e-de-rtl] {
1787
1800
 
1788
1801
  .e-de-restrict-pane,
1789
1802
  .e-de-op {
1790
- background-color: #201f1e;
1803
+ background: #201f1e;
1791
1804
  }
1792
1805
 
1793
1806
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2457,7 +2470,7 @@ label[for*=_wholeWord_e-de-rtl] {
2457
2470
  margin-right: 20px;
2458
2471
  }
2459
2472
 
2460
- .e-de-style-left-div .e-de-style-dlg-name-input {
2473
+ .e-de-style-dlg-name-input {
2461
2474
  height: 31px;
2462
2475
  }
2463
2476
 
@@ -4309,31 +4322,31 @@ label[for*=_wholeWord_e-de-rtl] {
4309
4322
  .e-de-ctnr-columns-one::before {
4310
4323
  content: "\e8b9";
4311
4324
  font-family: "e-icons";
4312
- font-size: 60px;
4325
+ font-size: 68px;
4313
4326
  }
4314
4327
 
4315
4328
  .e-de-ctnr-columns-two::before {
4316
4329
  content: "\e8ba";
4317
4330
  font-family: "e-icons";
4318
- font-size: 60px;
4331
+ font-size: 68px;
4319
4332
  }
4320
4333
 
4321
4334
  .e-de-ctnr-columns-three::before {
4322
4335
  content: "\e8bb";
4323
4336
  font-family: "e-icons";
4324
- font-size: 60px;
4337
+ font-size: 68px;
4325
4338
  }
4326
4339
 
4327
4340
  .e-de-ctnr-columns-right::before {
4328
4341
  content: "\e8b7";
4329
4342
  font-family: "e-icons";
4330
- font-size: 60px;
4343
+ font-size: 68px;
4331
4344
  }
4332
4345
 
4333
4346
  .e-de-ctnr-columns-left::before {
4334
4347
  content: "\e8b8";
4335
4348
  font-family: "e-icons";
4336
- font-size: 60px;
4349
+ font-size: 68px;
4337
4350
  }
4338
4351
 
4339
4352
  .e-de-toolbar {
@@ -4414,7 +4427,7 @@ label[for*=_wholeWord_e-de-rtl] {
4414
4427
  }
4415
4428
 
4416
4429
  .e-de-statusbar-pageweb {
4417
- background-color: #201f1e;
4430
+ background: #201f1e;
4418
4431
  border: 0;
4419
4432
  box-shadow: none;
4420
4433
  float: right;
@@ -4438,12 +4451,22 @@ label[for*=_wholeWord_e-de-rtl] {
4438
4451
  font-size: 18px;
4439
4452
  }
4440
4453
 
4454
+ .e-listview .e-list-icon {
4455
+ height: 24px;
4456
+ width: 16px;
4457
+ margin-right: 16px;
4458
+ }
4459
+
4460
+ .e-de-listview-icon {
4461
+ line-height: 22px;
4462
+ }
4463
+
4441
4464
  .e-de-linespacing {
4442
4465
  margin-top: 8px;
4443
4466
  }
4444
4467
 
4445
4468
  .e-de-statusbar-zoom {
4446
- background-color: #201f1e;
4469
+ background: #201f1e;
4447
4470
  border: 0;
4448
4471
  color: #c8c6c4;
4449
4472
  float: right;
@@ -4579,7 +4602,7 @@ label[for*=_wholeWord_e-de-rtl] {
4579
4602
 
4580
4603
  .e-de-tool-ctnr-properties-pane,
4581
4604
  .e-de-ctnr-properties-pane {
4582
- background-color: #201f1e;
4605
+ background: #201f1e;
4583
4606
  border-bottom: 1px solid #292827;
4584
4607
  border-top: 1px solid #292827;
4585
4608
  }
@@ -4727,7 +4750,7 @@ label[for*=_wholeWord_e-de-rtl] {
4727
4750
  margin: 0 12px;
4728
4751
  }
4729
4752
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4730
- margin-left: 8px;
4753
+ margin-left: 8px !important;
4731
4754
  margin-right: 4px;
4732
4755
  }
4733
4756
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4743,20 +4766,23 @@ label[for*=_wholeWord_e-de-rtl] {
4743
4766
  }
4744
4767
 
4745
4768
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4769
+ -ms-flex-direction: column;
4770
+ flex-direction: column;
4771
+ height: calc(100% - 10px);
4746
4772
  padding: 0;
4747
- padding-bottom: 14px;
4773
+ padding-bottom: 8px;
4748
4774
  }
4749
4775
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4750
4776
  padding: 0;
4751
- padding-bottom: 14px;
4777
+ padding-bottom: 8px;
4752
4778
  }
4753
4779
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4754
4780
  padding: 0;
4755
- padding-bottom: 14px;
4781
+ padding-bottom: 8px;
4756
4782
  }
4757
4783
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4758
4784
  padding: 0;
4759
- padding-bottom: 14px;
4785
+ padding-bottom: 8px;
4760
4786
  }
4761
4787
 
4762
4788
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -4785,7 +4811,7 @@ label[for*=_wholeWord_e-de-rtl] {
4785
4811
  }
4786
4812
 
4787
4813
  .e-de-ctnr-properties-pane-btn .e-btn {
4788
- background-color: #252423;
4814
+ background: #252423;
4789
4815
  border-radius: 0;
4790
4816
  box-shadow: none;
4791
4817
  color: #0078d4;
@@ -4827,6 +4853,7 @@ label[for*=_wholeWord_e-de-rtl] {
4827
4853
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4828
4854
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
4829
4855
  padding: 0 !important;
4856
+ min-height: 16px;
4830
4857
  }
4831
4858
 
4832
4859
  .e-de-hdr-ftr-frst-div {
@@ -4938,7 +4965,7 @@ label[for*=_wholeWord_e-de-rtl] {
4938
4965
  }
4939
4966
 
4940
4967
  .e-bigger .e-de-panel-right-width {
4941
- width: 92px;
4968
+ width: 96px;
4942
4969
  }
4943
4970
  .e-bigger .e-de-char-fmt-btn-left > button,
4944
4971
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -5192,8 +5219,8 @@ label[for*=_wholeWord_e-de-rtl] {
5192
5219
  border: 1px solid #292827;
5193
5220
  color: #c8c6c4;
5194
5221
  height: 129px;
5195
- margin-left: 78px;
5196
5222
  width: 94px;
5223
+ margin-left: 78px;
5197
5224
  }
5198
5225
 
5199
5226
  .e-de-toc-template1.e-de-rtl {
@@ -5248,7 +5275,7 @@ label[for*=_wholeWord_e-de-rtl] {
5248
5275
  }
5249
5276
 
5250
5277
  .e-de-status-bar {
5251
- background-color: #201f1e;
5278
+ background: #201f1e;
5252
5279
  display: -ms-flexbox;
5253
5280
  display: flex;
5254
5281
  padding-top: 4px;
@@ -5381,8 +5408,8 @@ label[for*=_wholeWord_e-de-rtl] {
5381
5408
  }
5382
5409
 
5383
5410
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5384
- height: 38px;
5385
5411
  width: 38px;
5412
+ height: 38px;
5386
5413
  }
5387
5414
 
5388
5415
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5394,6 +5421,15 @@ label[for*=_wholeWord_e-de-rtl] {
5394
5421
  width: 70px;
5395
5422
  }
5396
5423
 
5424
+ .e-rtl .e-listview .e-list-icon {
5425
+ height: 24px;
5426
+ width: 16px;
5427
+ margin-left: 16px;
5428
+ }
5429
+ .e-rtl .e-de-listview-icon {
5430
+ line-height: 22px;
5431
+ }
5432
+
5397
5433
  .e-bigger .de-split-button > div:first-child {
5398
5434
  margin-right: 0;
5399
5435
  }
@@ -5506,7 +5542,7 @@ label[for*=_wholeWord_e-de-rtl] {
5506
5542
  margin: 0 14px;
5507
5543
  }
5508
5544
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5509
- margin-left: 10px;
5545
+ margin-left: 10px !important;
5510
5546
  margin-right: 6px;
5511
5547
  }
5512
5548
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5523,22 +5559,22 @@ label[for*=_wholeWord_e-de-rtl] {
5523
5559
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5524
5560
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5525
5561
  padding: 0;
5526
- padding-bottom: 14px;
5562
+ padding-bottom: 8px;
5527
5563
  }
5528
5564
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5529
5565
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5530
5566
  padding: 0;
5531
- padding-bottom: 14px;
5567
+ padding-bottom: 8px;
5532
5568
  }
5533
5569
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5534
5570
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5535
5571
  padding: 0;
5536
- padding-bottom: 14px;
5572
+ padding-bottom: 8px;
5537
5573
  }
5538
5574
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5539
5575
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5540
5576
  padding: 0;
5541
- padding-bottom: 14px;
5577
+ padding-bottom: 8px;
5542
5578
  }
5543
5579
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5544
5580
  padding: 0 !important;
@@ -5554,7 +5590,7 @@ label[for*=_wholeWord_e-de-rtl] {
5554
5590
  width: 75px;
5555
5591
  }
5556
5592
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5557
- background-color: #252423;
5593
+ background: #252423;
5558
5594
  border-radius: 0;
5559
5595
  box-shadow: none;
5560
5596
  min-height: 100%;
@@ -5738,6 +5774,22 @@ label[for*=_wholeWord_e-de-rtl] {
5738
5774
  height: 0;
5739
5775
  line-height: 0.5;
5740
5776
  }
5777
+ .e-bigger .e-listview .e-list-icon {
5778
+ height: 24px;
5779
+ width: 16px;
5780
+ margin-right: 20px;
5781
+ }
5782
+ .e-bigger .e-de-listview-icon {
5783
+ line-height: 22px;
5784
+ }
5785
+ .e-bigger .e-rtl .e-listview .e-list-icon {
5786
+ height: 24px;
5787
+ width: 16px;
5788
+ margin-left: 20px;
5789
+ }
5790
+ .e-bigger .e-rtl .e-de-listview-icon {
5791
+ line-height: 22px;
5792
+ }
5741
5793
 
5742
5794
  .e-de-ctn .e-de-bzr-button {
5743
5795
  font-size: 12px;
@@ -5795,9 +5847,6 @@ label[for*=_wholeWord_e-de-rtl] {
5795
5847
  padding-top: 0 !important;
5796
5848
  }
5797
5849
 
5798
- .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button {
5799
- font-size: 16px;
5800
- }
5801
5850
  .e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
5802
5851
  font-size: 18px;
5803
5852
  padding-bottom: 4px;