@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.
- package/CHANGELOG.md +208 -0
- package/README.md +1 -1
- package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
- package/dist/ej2-vue-documenteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +240 -282
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +261 -313
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +11 -10
- package/src/document-editor/documenteditor.component.d.ts +3 -50
- package/src/document-editor/documenteditor.component.js +168 -197
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -26
- package/src/document-editor-container/documenteditorcontainer.component.js +96 -125
- package/styles/bootstrap-dark.css +167 -58
- package/styles/bootstrap.css +167 -54
- package/styles/bootstrap4.css +185 -65
- package/styles/bootstrap5-dark.css +187 -74
- package/styles/bootstrap5.css +187 -74
- package/styles/document-editor/bootstrap-dark.css +13 -2
- package/styles/document-editor/bootstrap.css +17 -2
- package/styles/document-editor/bootstrap4.css +23 -4
- package/styles/document-editor/bootstrap5-dark.css +32 -17
- package/styles/document-editor/bootstrap5.css +32 -17
- package/styles/document-editor/fabric-dark.css +13 -2
- package/styles/document-editor/fabric.css +17 -2
- package/styles/document-editor/fluent-dark.css +47 -27
- package/styles/document-editor/fluent.css +47 -27
- package/styles/document-editor/highcontrast-light.css +5 -0
- package/styles/document-editor/highcontrast.css +13 -2
- package/styles/document-editor/material-dark.css +13 -2
- package/styles/document-editor/material.css +13 -2
- package/styles/document-editor/material3-dark.css +3971 -0
- package/styles/document-editor/material3-dark.scss +2 -0
- package/styles/document-editor/material3.css +4027 -0
- package/styles/document-editor/material3.scss +2 -0
- package/styles/document-editor/tailwind-dark.css +29 -17
- package/styles/document-editor/tailwind.css +32 -17
- package/styles/document-editor-container/bootstrap-dark.css +154 -56
- package/styles/document-editor-container/bootstrap.css +150 -52
- package/styles/document-editor-container/bootstrap4.css +162 -61
- package/styles/document-editor-container/bootstrap5-dark.css +155 -57
- package/styles/document-editor-container/bootstrap5.css +155 -57
- package/styles/document-editor-container/fabric-dark.css +154 -56
- package/styles/document-editor-container/fabric.css +154 -56
- package/styles/document-editor-container/fluent-dark.css +159 -64
- package/styles/document-editor-container/fluent.css +159 -64
- package/styles/document-editor-container/highcontrast-light.css +154 -56
- package/styles/document-editor-container/highcontrast.css +154 -56
- package/styles/document-editor-container/material-dark.css +159 -61
- package/styles/document-editor-container/material.css +154 -55
- package/styles/document-editor-container/material3-dark.css +2178 -0
- package/styles/document-editor-container/material3-dark.scss +2 -0
- package/styles/document-editor-container/material3.css +2234 -0
- package/styles/document-editor-container/material3.scss +2 -0
- package/styles/document-editor-container/tailwind-dark.css +153 -55
- package/styles/document-editor-container/tailwind.css +153 -55
- package/styles/fabric-dark.css +167 -58
- package/styles/fabric.css +171 -58
- package/styles/fluent-dark.css +206 -91
- package/styles/fluent.css +206 -91
- package/styles/highcontrast-light.css +159 -56
- package/styles/highcontrast.css +167 -58
- package/styles/material-dark.css +172 -63
- package/styles/material.css +167 -57
- package/styles/material3-dark.css +6150 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +6261 -0
- package/styles/material3.scss +3 -0
- package/styles/tailwind-dark.css +182 -72
- package/styles/tailwind.css +185 -72
package/styles/highcontrast.css
CHANGED
|
@@ -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: "\e97a";
|
|
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
|
|
1698
|
+
background: #000;
|
|
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-
|
|
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: #000;
|
|
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: "\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
|
+
|
|
4215
4241
|
.e-de-ctnr-columns::before {
|
|
4216
4242
|
content: "\e968";
|
|
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: 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
|
+
|
|
4347
4413
|
.e-de-statusbar-pageweb {
|
|
4348
|
-
background
|
|
4414
|
+
background: #000;
|
|
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: 11px;
|
|
4379
4458
|
}
|
|
4380
4459
|
|
|
4381
4460
|
.e-de-statusbar-zoom {
|
|
4382
|
-
background
|
|
4461
|
+
background: #000;
|
|
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 #dadada;
|
|
4444
4523
|
height: 16px;
|
|
4445
|
-
margin-left:
|
|
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;
|
|
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
|
|
4576
|
+
background: #000;
|
|
4491
4577
|
border-bottom: 1px solid #fff;
|
|
4492
4578
|
border-top: 1px solid #fff;
|
|
4493
4579
|
}
|
|
@@ -4586,7 +4672,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4586
4672
|
margin: 0 5.5px;
|
|
4587
4673
|
}
|
|
4588
4674
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
4589
|
-
margin-left: 12px;
|
|
4675
|
+
margin-left: 12px !important;
|
|
4590
4676
|
margin-right: 6px;
|
|
4591
4677
|
}
|
|
4592
4678
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -4602,20 +4688,23 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4602
4688
|
}
|
|
4603
4689
|
|
|
4604
4690
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
4691
|
+
-ms-flex-direction: column;
|
|
4692
|
+
flex-direction: column;
|
|
4693
|
+
height: calc(100% - 10px);
|
|
4605
4694
|
padding: 0;
|
|
4606
|
-
padding-bottom:
|
|
4695
|
+
padding-bottom: 5px;
|
|
4607
4696
|
}
|
|
4608
4697
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
4609
4698
|
padding: 0;
|
|
4610
|
-
padding-bottom:
|
|
4699
|
+
padding-bottom: 5px;
|
|
4611
4700
|
}
|
|
4612
4701
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
4613
4702
|
padding: 0;
|
|
4614
|
-
padding-bottom:
|
|
4703
|
+
padding-bottom: 5px;
|
|
4615
4704
|
}
|
|
4616
4705
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
4617
4706
|
padding: 0;
|
|
4618
|
-
padding-bottom:
|
|
4707
|
+
padding-bottom: 5px;
|
|
4619
4708
|
}
|
|
4620
4709
|
|
|
4621
4710
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -4644,7 +4733,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4644
4733
|
}
|
|
4645
4734
|
|
|
4646
4735
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
4647
|
-
background
|
|
4736
|
+
background: #000;
|
|
4648
4737
|
border-radius: 0;
|
|
4649
4738
|
box-shadow: none;
|
|
4650
4739
|
color: #ffd939;
|
|
@@ -4686,6 +4775,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4686
4775
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
4687
4776
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
4688
4777
|
padding: 0 !important;
|
|
4778
|
+
min-height: 16px;
|
|
4689
4779
|
}
|
|
4690
4780
|
|
|
4691
4781
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -4708,6 +4798,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4708
4798
|
}
|
|
4709
4799
|
|
|
4710
4800
|
.e-de-review-pane {
|
|
4801
|
+
background: #000;
|
|
4711
4802
|
border-left: 1px solid #e1e1e1;
|
|
4712
4803
|
height: 100%;
|
|
4713
4804
|
min-height: 200px;
|
|
@@ -4725,34 +4816,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4725
4816
|
width: 272px;
|
|
4726
4817
|
}
|
|
4727
4818
|
|
|
4728
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4729
|
-
box-shadow: none;
|
|
4730
|
-
height: 32px;
|
|
4731
|
-
}
|
|
4732
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4733
|
-
box-shadow: none;
|
|
4734
|
-
}
|
|
4735
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4736
|
-
box-shadow: none;
|
|
4737
|
-
}
|
|
4738
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4739
|
-
box-shadow: none;
|
|
4740
|
-
}
|
|
4741
|
-
|
|
4742
|
-
.e-de-ctnr-group-btn button {
|
|
4743
|
-
box-shadow: none;
|
|
4744
|
-
height: 32px;
|
|
4745
|
-
}
|
|
4746
|
-
.e-de-ctnr-group-btn button:focus {
|
|
4747
|
-
box-shadow: none;
|
|
4748
|
-
}
|
|
4749
|
-
.e-de-ctnr-group-btn button:active {
|
|
4750
|
-
box-shadow: none;
|
|
4751
|
-
}
|
|
4752
|
-
.e-de-ctnr-group-btn button:hover {
|
|
4753
|
-
box-shadow: none;
|
|
4754
|
-
}
|
|
4755
|
-
|
|
4756
4819
|
.e-de-property-div-padding {
|
|
4757
4820
|
border-bottom: 0.5px solid #e0e0e0;
|
|
4758
4821
|
padding: 12.5px;
|
|
@@ -4876,7 +4939,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4876
4939
|
}
|
|
4877
4940
|
|
|
4878
4941
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
4879
|
-
border-bottom: 1px solid #ccc;
|
|
4942
|
+
border-bottom: 1px solid #ccc !important;
|
|
4880
4943
|
margin-left: 5px;
|
|
4881
4944
|
width: 100%;
|
|
4882
4945
|
}
|
|
@@ -4945,10 +5008,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4945
5008
|
}
|
|
4946
5009
|
|
|
4947
5010
|
.e-de-list-container {
|
|
4948
|
-
background: #000;
|
|
4949
5011
|
border: 1px solid #ccc;
|
|
4950
5012
|
border-radius: 2px;
|
|
4951
5013
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
5014
|
+
background: #000;
|
|
4952
5015
|
box-sizing: border-box;
|
|
4953
5016
|
display: inline-block;
|
|
4954
5017
|
line-height: normal;
|
|
@@ -5049,8 +5112,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5049
5112
|
border: 1px solid #fff;
|
|
5050
5113
|
color: #fff;
|
|
5051
5114
|
height: 129px;
|
|
5052
|
-
margin-left: 78px;
|
|
5053
5115
|
width: 94px;
|
|
5116
|
+
margin-left: 78px;
|
|
5054
5117
|
}
|
|
5055
5118
|
|
|
5056
5119
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -5105,7 +5168,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5105
5168
|
}
|
|
5106
5169
|
|
|
5107
5170
|
.e-de-status-bar {
|
|
5108
|
-
background
|
|
5171
|
+
background: #000;
|
|
5109
5172
|
display: -ms-flexbox;
|
|
5110
5173
|
display: flex;
|
|
5111
5174
|
padding-top: 1.5px;
|
|
@@ -5230,7 +5293,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5230
5293
|
}
|
|
5231
5294
|
|
|
5232
5295
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
5233
|
-
height:
|
|
5296
|
+
height: 36px !important;
|
|
5234
5297
|
}
|
|
5235
5298
|
|
|
5236
5299
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -5238,8 +5301,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5238
5301
|
}
|
|
5239
5302
|
|
|
5240
5303
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
5241
|
-
height: 38px;
|
|
5242
5304
|
width: 38px;
|
|
5305
|
+
height: 38px;
|
|
5243
5306
|
}
|
|
5244
5307
|
|
|
5245
5308
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -5251,6 +5314,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5251
5314
|
width: 70px;
|
|
5252
5315
|
}
|
|
5253
5316
|
|
|
5317
|
+
.e-rtl .e-listview .e-list-icon {
|
|
5318
|
+
height: 24px;
|
|
5319
|
+
width: 16px;
|
|
5320
|
+
margin-left: 12px;
|
|
5321
|
+
}
|
|
5322
|
+
.e-rtl .e-de-listview-icon {
|
|
5323
|
+
height: auto;
|
|
5324
|
+
width: auto;
|
|
5325
|
+
line-height: 22px;
|
|
5326
|
+
margin-left: 12px;
|
|
5327
|
+
}
|
|
5328
|
+
|
|
5254
5329
|
.e-bigger .de-split-button > div:first-child {
|
|
5255
5330
|
margin-right: 0;
|
|
5256
5331
|
}
|
|
@@ -5359,11 +5434,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5359
5434
|
height: 82px;
|
|
5360
5435
|
}
|
|
5361
5436
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5362
|
-
height: 25px;
|
|
5363
5437
|
margin: 0 7.5px;
|
|
5364
5438
|
}
|
|
5365
5439
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
5366
|
-
margin-left: 16px;
|
|
5440
|
+
margin-left: 16px !important;
|
|
5367
5441
|
margin-right: 8px;
|
|
5368
5442
|
}
|
|
5369
5443
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -5380,22 +5454,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5380
5454
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5381
5455
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5382
5456
|
padding: 0;
|
|
5383
|
-
padding-bottom:
|
|
5457
|
+
padding-bottom: 5px;
|
|
5384
5458
|
}
|
|
5385
5459
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5386
5460
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5387
5461
|
padding: 0;
|
|
5388
|
-
padding-bottom:
|
|
5462
|
+
padding-bottom: 5px;
|
|
5389
5463
|
}
|
|
5390
5464
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5391
5465
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5392
5466
|
padding: 0;
|
|
5393
|
-
padding-bottom:
|
|
5467
|
+
padding-bottom: 5px;
|
|
5394
5468
|
}
|
|
5395
5469
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5396
5470
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5397
5471
|
padding: 0;
|
|
5398
|
-
padding-bottom:
|
|
5472
|
+
padding-bottom: 5px;
|
|
5399
5473
|
}
|
|
5400
5474
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
5401
5475
|
padding: 0 !important;
|
|
@@ -5411,7 +5485,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5411
5485
|
width: 75px;
|
|
5412
5486
|
}
|
|
5413
5487
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
5414
|
-
background
|
|
5488
|
+
background: #000;
|
|
5415
5489
|
border-radius: 0;
|
|
5416
5490
|
box-shadow: none;
|
|
5417
5491
|
min-height: 100%;
|
|
@@ -5439,7 +5513,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5439
5513
|
}
|
|
5440
5514
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5441
5515
|
display: table;
|
|
5442
|
-
font-size: 12px;
|
|
5516
|
+
font-size: 12px !important;
|
|
5443
5517
|
margin: 0 6px;
|
|
5444
5518
|
padding: 0;
|
|
5445
5519
|
white-space: normal;
|
|
@@ -5461,6 +5535,19 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5461
5535
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5462
5536
|
box-shadow: none;
|
|
5463
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
|
+
}
|
|
5464
5551
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5465
5552
|
box-shadow: none;
|
|
5466
5553
|
height: 38px;
|
|
@@ -5574,18 +5661,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5574
5661
|
margin-left: 10px;
|
|
5575
5662
|
}
|
|
5576
5663
|
.e-bigger .e-de-status-bar {
|
|
5577
|
-
background
|
|
5664
|
+
background: #000;
|
|
5578
5665
|
display: -ms-flexbox;
|
|
5579
5666
|
display: flex;
|
|
5580
5667
|
padding-top: 1.5px;
|
|
5581
5668
|
width: 100%;
|
|
5582
5669
|
}
|
|
5583
5670
|
.e-bigger .e-de-statusbar-zoom {
|
|
5584
|
-
background-color: #000;
|
|
5585
5671
|
border: 0;
|
|
5586
5672
|
color: #fff;
|
|
5587
5673
|
float: right;
|
|
5588
5674
|
height: 34px;
|
|
5675
|
+
background-color: #000;
|
|
5589
5676
|
}
|
|
5590
5677
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5591
5678
|
line-height: 25px;
|
|
@@ -5595,6 +5682,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5595
5682
|
height: 0;
|
|
5596
5683
|
line-height: 0;
|
|
5597
5684
|
}
|
|
5685
|
+
.e-bigger .e-listview .e-list-icon {
|
|
5686
|
+
height: 24px;
|
|
5687
|
+
width: 16px;
|
|
5688
|
+
margin-right: 16px;
|
|
5689
|
+
}
|
|
5690
|
+
.e-bigger .e-de-listview-icon {
|
|
5691
|
+
height: auto;
|
|
5692
|
+
width: auto;
|
|
5693
|
+
line-height: 22px;
|
|
5694
|
+
margin-right: 16px;
|
|
5695
|
+
}
|
|
5696
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5697
|
+
height: 24px;
|
|
5698
|
+
width: 16px;
|
|
5699
|
+
margin-left: 16px;
|
|
5700
|
+
}
|
|
5701
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
5702
|
+
height: auto;
|
|
5703
|
+
width: auto;
|
|
5704
|
+
line-height: 22px;
|
|
5705
|
+
margin-left: 16px;
|
|
5706
|
+
}
|
|
5598
5707
|
|
|
5599
5708
|
.e-de-ctn .e-de-bzr-button {
|
|
5600
5709
|
font-size: 12px;
|