@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/fabric-dark.css
CHANGED
|
@@ -44,6 +44,11 @@
|
|
|
44
44
|
font-family: "e-icons";
|
|
45
45
|
font-size: 13px;
|
|
46
46
|
}
|
|
47
|
+
.e-documenteditor .e-de-multi-cmt-mark::before {
|
|
48
|
+
content: "\e97e";
|
|
49
|
+
font-family: "e-icons";
|
|
50
|
+
font-size: 14px;
|
|
51
|
+
}
|
|
47
52
|
.e-documenteditor .e-de-cmt-post::before {
|
|
48
53
|
content: "\e816";
|
|
49
54
|
font-family: "e-icons";
|
|
@@ -1691,7 +1696,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1691
1696
|
|
|
1692
1697
|
.e-de-restrict-pane,
|
|
1693
1698
|
.e-de-op {
|
|
1694
|
-
background
|
|
1699
|
+
background: #201f1f;
|
|
1695
1700
|
}
|
|
1696
1701
|
|
|
1697
1702
|
.e-de-restrict-pane .e-tab-header .e-toolbar-items,
|
|
@@ -2347,6 +2352,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2347
2352
|
height: 35px;
|
|
2348
2353
|
}
|
|
2349
2354
|
|
|
2355
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2356
|
+
height: 40px !important;
|
|
2357
|
+
width: auto !important;
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2350
2360
|
.e-de-style-bold-button-size {
|
|
2351
2361
|
margin-left: 8px;
|
|
2352
2362
|
margin-right: 8px;
|
|
@@ -2384,7 +2394,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2384
2394
|
margin-right: 20px;
|
|
2385
2395
|
}
|
|
2386
2396
|
|
|
2387
|
-
.e-de-style-
|
|
2397
|
+
.e-de-style-dlg-name-input {
|
|
2388
2398
|
height: 32px;
|
|
2389
2399
|
}
|
|
2390
2400
|
|
|
@@ -3307,6 +3317,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3307
3317
|
|
|
3308
3318
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3309
3319
|
margin-top: 0px;
|
|
3320
|
+
background: #201f1f;
|
|
3310
3321
|
}
|
|
3311
3322
|
|
|
3312
3323
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -4213,6 +4224,21 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4213
4224
|
font-family: "e-icons";
|
|
4214
4225
|
}
|
|
4215
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: "\e982";
|
|
4234
|
+
font-family: "e-icons";
|
|
4235
|
+
}
|
|
4236
|
+
|
|
4237
|
+
.e-de-e-linked-style-mark::before {
|
|
4238
|
+
content: "\e983";
|
|
4239
|
+
font-family: "e-icons";
|
|
4240
|
+
}
|
|
4241
|
+
|
|
4216
4242
|
.e-de-ctnr-columns::before {
|
|
4217
4243
|
content: "\e972";
|
|
4218
4244
|
font-family: "e-icons";
|
|
@@ -4345,8 +4371,48 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4345
4371
|
height: 100%;
|
|
4346
4372
|
}
|
|
4347
4373
|
|
|
4374
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4375
|
+
box-shadow: none;
|
|
4376
|
+
height: 32px;
|
|
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: 32px;
|
|
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
|
+
|
|
4348
4414
|
.e-de-statusbar-pageweb {
|
|
4349
|
-
background
|
|
4415
|
+
background: #282727;
|
|
4350
4416
|
border: 0;
|
|
4351
4417
|
box-shadow: none;
|
|
4352
4418
|
float: right;
|
|
@@ -4375,12 +4441,25 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4375
4441
|
font-size: 16px;
|
|
4376
4442
|
}
|
|
4377
4443
|
|
|
4444
|
+
.e-listview .e-list-icon {
|
|
4445
|
+
height: 24px;
|
|
4446
|
+
width: 16px;
|
|
4447
|
+
margin-right: 12px;
|
|
4448
|
+
}
|
|
4449
|
+
|
|
4450
|
+
.e-de-listview-icon {
|
|
4451
|
+
height: auto;
|
|
4452
|
+
width: auto;
|
|
4453
|
+
line-height: 22px;
|
|
4454
|
+
margin-right: 12px;
|
|
4455
|
+
}
|
|
4456
|
+
|
|
4378
4457
|
.e-de-linespacing {
|
|
4379
4458
|
margin-top: 12px;
|
|
4380
4459
|
}
|
|
4381
4460
|
|
|
4382
4461
|
.e-de-statusbar-zoom {
|
|
4383
|
-
background
|
|
4462
|
+
background: #282727;
|
|
4384
4463
|
border: 0;
|
|
4385
4464
|
color: #dadada;
|
|
4386
4465
|
float: right;
|
|
@@ -4443,14 +4522,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4443
4522
|
.e-de-statusbar-separator {
|
|
4444
4523
|
border-left: 1px solid #dadada;
|
|
4445
4524
|
height: 16px;
|
|
4446
|
-
margin-left:
|
|
4525
|
+
margin-left: 7.5px;
|
|
4526
|
+
margin-right: 7.5px;
|
|
4527
|
+
margin-top: 10px;
|
|
4528
|
+
}
|
|
4529
|
+
|
|
4530
|
+
.e-bigger .e-de-statusbar-separator {
|
|
4531
|
+
border-left: 1px solid #dadada;
|
|
4532
|
+
height: 16px;
|
|
4533
|
+
margin-left: 7.5px;
|
|
4534
|
+
margin-right: 7.5px;
|
|
4447
4535
|
margin-top: 10px;
|
|
4448
4536
|
}
|
|
4449
4537
|
|
|
4450
4538
|
.e-de-statusbar-spellcheck {
|
|
4451
4539
|
border-radius: 2px;
|
|
4452
4540
|
font-weight: 400;
|
|
4453
|
-
margin-left: 7.5px;
|
|
4454
4541
|
}
|
|
4455
4542
|
|
|
4456
4543
|
.e-de-ctn {
|
|
@@ -4463,7 +4550,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4463
4550
|
|
|
4464
4551
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
4465
4552
|
border-radius: 2px;
|
|
4466
|
-
margin-left: 7.5px;
|
|
4467
4553
|
}
|
|
4468
4554
|
|
|
4469
4555
|
.e-de-ctnr-toolbar {
|
|
@@ -4488,7 +4574,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4488
4574
|
|
|
4489
4575
|
.e-de-tool-ctnr-properties-pane,
|
|
4490
4576
|
.e-de-ctnr-properties-pane {
|
|
4491
|
-
background
|
|
4577
|
+
background: #282727;
|
|
4492
4578
|
border-bottom: 1px solid #4a4848;
|
|
4493
4579
|
border-top: 1px solid #4a4848;
|
|
4494
4580
|
}
|
|
@@ -4587,7 +4673,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4587
4673
|
margin: 0 5.5px;
|
|
4588
4674
|
}
|
|
4589
4675
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
4590
|
-
margin-left: 12px;
|
|
4676
|
+
margin-left: 12px !important;
|
|
4591
4677
|
margin-right: 6px;
|
|
4592
4678
|
}
|
|
4593
4679
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -4603,20 +4689,23 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4603
4689
|
}
|
|
4604
4690
|
|
|
4605
4691
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
4692
|
+
-ms-flex-direction: column;
|
|
4693
|
+
flex-direction: column;
|
|
4694
|
+
height: calc(100% - 10px);
|
|
4606
4695
|
padding: 0;
|
|
4607
|
-
padding-bottom:
|
|
4696
|
+
padding-bottom: 5px;
|
|
4608
4697
|
}
|
|
4609
4698
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
4610
4699
|
padding: 0;
|
|
4611
|
-
padding-bottom:
|
|
4700
|
+
padding-bottom: 5px;
|
|
4612
4701
|
}
|
|
4613
4702
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
4614
4703
|
padding: 0;
|
|
4615
|
-
padding-bottom:
|
|
4704
|
+
padding-bottom: 5px;
|
|
4616
4705
|
}
|
|
4617
4706
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
4618
4707
|
padding: 0;
|
|
4619
|
-
padding-bottom:
|
|
4708
|
+
padding-bottom: 5px;
|
|
4620
4709
|
}
|
|
4621
4710
|
|
|
4622
4711
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -4645,7 +4734,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4645
4734
|
}
|
|
4646
4735
|
|
|
4647
4736
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
4648
|
-
background
|
|
4737
|
+
background: #333232;
|
|
4649
4738
|
border-radius: 0;
|
|
4650
4739
|
box-shadow: none;
|
|
4651
4740
|
color: #007ddb;
|
|
@@ -4687,6 +4776,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4687
4776
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
4688
4777
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
4689
4778
|
padding: 0 !important;
|
|
4779
|
+
min-height: 16px;
|
|
4690
4780
|
}
|
|
4691
4781
|
|
|
4692
4782
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -4709,6 +4799,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4709
4799
|
}
|
|
4710
4800
|
|
|
4711
4801
|
.e-de-review-pane {
|
|
4802
|
+
background: #282727;
|
|
4712
4803
|
border-left: 1px solid #4a4848;
|
|
4713
4804
|
height: 100%;
|
|
4714
4805
|
min-height: 200px;
|
|
@@ -4726,34 +4817,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4726
4817
|
width: 272px;
|
|
4727
4818
|
}
|
|
4728
4819
|
|
|
4729
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4730
|
-
box-shadow: none;
|
|
4731
|
-
height: 32px;
|
|
4732
|
-
}
|
|
4733
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4734
|
-
box-shadow: none;
|
|
4735
|
-
}
|
|
4736
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4737
|
-
box-shadow: none;
|
|
4738
|
-
}
|
|
4739
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4740
|
-
box-shadow: none;
|
|
4741
|
-
}
|
|
4742
|
-
|
|
4743
|
-
.e-de-ctnr-group-btn button {
|
|
4744
|
-
box-shadow: none;
|
|
4745
|
-
height: 32px;
|
|
4746
|
-
}
|
|
4747
|
-
.e-de-ctnr-group-btn button:focus {
|
|
4748
|
-
box-shadow: none;
|
|
4749
|
-
}
|
|
4750
|
-
.e-de-ctnr-group-btn button:active {
|
|
4751
|
-
box-shadow: none;
|
|
4752
|
-
}
|
|
4753
|
-
.e-de-ctnr-group-btn button:hover {
|
|
4754
|
-
box-shadow: none;
|
|
4755
|
-
}
|
|
4756
|
-
|
|
4757
4820
|
.e-de-property-div-padding {
|
|
4758
4821
|
border-bottom: 0.5px solid #4a4848;
|
|
4759
4822
|
padding: 12.5px;
|
|
@@ -4877,7 +4940,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4877
4940
|
}
|
|
4878
4941
|
|
|
4879
4942
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
4880
|
-
border-bottom: 1px solid #ccc;
|
|
4943
|
+
border-bottom: 1px solid #ccc !important;
|
|
4881
4944
|
margin-left: 5px;
|
|
4882
4945
|
width: 100%;
|
|
4883
4946
|
}
|
|
@@ -4946,10 +5009,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4946
5009
|
}
|
|
4947
5010
|
|
|
4948
5011
|
.e-de-list-container {
|
|
4949
|
-
background: #282727;
|
|
4950
5012
|
border: 1px solid #ccc;
|
|
4951
5013
|
border-radius: 2px;
|
|
4952
5014
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
5015
|
+
background: #282727;
|
|
4953
5016
|
box-sizing: border-box;
|
|
4954
5017
|
display: inline-block;
|
|
4955
5018
|
line-height: normal;
|
|
@@ -5041,8 +5104,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5041
5104
|
border: 1px solid #4a4848;
|
|
5042
5105
|
color: #c8c8c8;
|
|
5043
5106
|
height: 129px;
|
|
5044
|
-
margin-left: 78px;
|
|
5045
5107
|
width: 94px;
|
|
5108
|
+
margin-left: 78px;
|
|
5046
5109
|
}
|
|
5047
5110
|
|
|
5048
5111
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -5097,7 +5160,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5097
5160
|
}
|
|
5098
5161
|
|
|
5099
5162
|
.e-de-status-bar {
|
|
5100
|
-
background
|
|
5163
|
+
background: #282727;
|
|
5101
5164
|
display: -ms-flexbox;
|
|
5102
5165
|
display: flex;
|
|
5103
5166
|
padding-top: 2.5px;
|
|
@@ -5222,7 +5285,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5222
5285
|
}
|
|
5223
5286
|
|
|
5224
5287
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
5225
|
-
height:
|
|
5288
|
+
height: 36px !important;
|
|
5226
5289
|
}
|
|
5227
5290
|
|
|
5228
5291
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -5230,8 +5293,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5230
5293
|
}
|
|
5231
5294
|
|
|
5232
5295
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
5233
|
-
height: 38px;
|
|
5234
5296
|
width: 38px;
|
|
5297
|
+
height: 38px;
|
|
5235
5298
|
}
|
|
5236
5299
|
|
|
5237
5300
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -5243,6 +5306,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5243
5306
|
width: 70px;
|
|
5244
5307
|
}
|
|
5245
5308
|
|
|
5309
|
+
.e-rtl .e-listview .e-list-icon {
|
|
5310
|
+
height: 24px;
|
|
5311
|
+
width: 16px;
|
|
5312
|
+
margin-left: 12px;
|
|
5313
|
+
}
|
|
5314
|
+
.e-rtl .e-de-listview-icon {
|
|
5315
|
+
height: auto;
|
|
5316
|
+
width: auto;
|
|
5317
|
+
line-height: 22px;
|
|
5318
|
+
margin-left: 12px;
|
|
5319
|
+
}
|
|
5320
|
+
|
|
5246
5321
|
.e-bigger .de-split-button > div:first-child {
|
|
5247
5322
|
margin-right: 0;
|
|
5248
5323
|
}
|
|
@@ -5351,11 +5426,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5351
5426
|
height: 82px;
|
|
5352
5427
|
}
|
|
5353
5428
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5354
|
-
height: 25px;
|
|
5355
5429
|
margin: 0 7.5px;
|
|
5356
5430
|
}
|
|
5357
5431
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
5358
|
-
margin-left: 16px;
|
|
5432
|
+
margin-left: 16px !important;
|
|
5359
5433
|
margin-right: 8px;
|
|
5360
5434
|
}
|
|
5361
5435
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -5372,22 +5446,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5372
5446
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5373
5447
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5374
5448
|
padding: 0;
|
|
5375
|
-
padding-bottom:
|
|
5449
|
+
padding-bottom: 5px;
|
|
5376
5450
|
}
|
|
5377
5451
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5378
5452
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5379
5453
|
padding: 0;
|
|
5380
|
-
padding-bottom:
|
|
5454
|
+
padding-bottom: 5px;
|
|
5381
5455
|
}
|
|
5382
5456
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5383
5457
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5384
5458
|
padding: 0;
|
|
5385
|
-
padding-bottom:
|
|
5459
|
+
padding-bottom: 5px;
|
|
5386
5460
|
}
|
|
5387
5461
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5388
5462
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5389
5463
|
padding: 0;
|
|
5390
|
-
padding-bottom:
|
|
5464
|
+
padding-bottom: 5px;
|
|
5391
5465
|
}
|
|
5392
5466
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
5393
5467
|
padding: 0 !important;
|
|
@@ -5403,7 +5477,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5403
5477
|
width: 75px;
|
|
5404
5478
|
}
|
|
5405
5479
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
5406
|
-
background
|
|
5480
|
+
background: #333232;
|
|
5407
5481
|
border-radius: 0;
|
|
5408
5482
|
box-shadow: none;
|
|
5409
5483
|
min-height: 100%;
|
|
@@ -5431,7 +5505,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5431
5505
|
}
|
|
5432
5506
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5433
5507
|
display: table;
|
|
5434
|
-
font-size: 12px;
|
|
5508
|
+
font-size: 12px !important;
|
|
5435
5509
|
margin: 0 6px;
|
|
5436
5510
|
padding: 0;
|
|
5437
5511
|
white-space: normal;
|
|
@@ -5453,6 +5527,19 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5453
5527
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5454
5528
|
box-shadow: none;
|
|
5455
5529
|
}
|
|
5530
|
+
.e-bigger .e-de-status-bar button {
|
|
5531
|
+
height: 38px;
|
|
5532
|
+
box-shadow: none;
|
|
5533
|
+
}
|
|
5534
|
+
.e-bigger .e-de-status-bar button:focus {
|
|
5535
|
+
box-shadow: none;
|
|
5536
|
+
}
|
|
5537
|
+
.e-bigger .e-de-status-bar button:active {
|
|
5538
|
+
box-shadow: none;
|
|
5539
|
+
}
|
|
5540
|
+
.e-bigger .e-de-status-bar button:hover {
|
|
5541
|
+
box-shadow: none;
|
|
5542
|
+
}
|
|
5456
5543
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5457
5544
|
box-shadow: none;
|
|
5458
5545
|
height: 38px;
|
|
@@ -5566,18 +5653,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5566
5653
|
margin-left: 10px;
|
|
5567
5654
|
}
|
|
5568
5655
|
.e-bigger .e-de-status-bar {
|
|
5569
|
-
background
|
|
5656
|
+
background: #282727;
|
|
5570
5657
|
display: -ms-flexbox;
|
|
5571
5658
|
display: flex;
|
|
5572
5659
|
padding-top: 3px;
|
|
5573
5660
|
width: 100%;
|
|
5574
5661
|
}
|
|
5575
5662
|
.e-bigger .e-de-statusbar-zoom {
|
|
5576
|
-
background-color: #282727;
|
|
5577
5663
|
border: 0;
|
|
5578
5664
|
color: #dadada;
|
|
5579
5665
|
float: right;
|
|
5580
5666
|
height: 34px;
|
|
5667
|
+
background-color: #282727;
|
|
5581
5668
|
}
|
|
5582
5669
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5583
5670
|
line-height: 25px;
|
|
@@ -5587,6 +5674,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5587
5674
|
height: 0;
|
|
5588
5675
|
line-height: 0;
|
|
5589
5676
|
}
|
|
5677
|
+
.e-bigger .e-listview .e-list-icon {
|
|
5678
|
+
height: 24px;
|
|
5679
|
+
width: 16px;
|
|
5680
|
+
margin-right: 16px;
|
|
5681
|
+
}
|
|
5682
|
+
.e-bigger .e-de-listview-icon {
|
|
5683
|
+
height: auto;
|
|
5684
|
+
width: auto;
|
|
5685
|
+
line-height: 22px;
|
|
5686
|
+
margin-right: 16px;
|
|
5687
|
+
}
|
|
5688
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5689
|
+
height: 24px;
|
|
5690
|
+
width: 16px;
|
|
5691
|
+
margin-left: 16px;
|
|
5692
|
+
}
|
|
5693
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
5694
|
+
height: auto;
|
|
5695
|
+
width: auto;
|
|
5696
|
+
line-height: 22px;
|
|
5697
|
+
margin-left: 16px;
|
|
5698
|
+
}
|
|
5590
5699
|
|
|
5591
5700
|
.e-de-ctn .e-de-bzr-button {
|
|
5592
5701
|
font-size: 12px;
|