@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/material-dark.css
CHANGED
|
@@ -49,6 +49,11 @@
|
|
|
49
49
|
font-family: "e-icons";
|
|
50
50
|
font-size: 13px;
|
|
51
51
|
}
|
|
52
|
+
.e-documenteditor .e-de-multi-cmt-mark::before {
|
|
53
|
+
content: "\e97a";
|
|
54
|
+
font-family: "e-icons";
|
|
55
|
+
font-size: 14px;
|
|
56
|
+
}
|
|
52
57
|
.e-documenteditor .e-de-cmt-post::before {
|
|
53
58
|
content: "\e816";
|
|
54
59
|
font-family: "e-icons";
|
|
@@ -1685,7 +1690,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1685
1690
|
|
|
1686
1691
|
.e-de-restrict-pane,
|
|
1687
1692
|
.e-de-op {
|
|
1688
|
-
background
|
|
1693
|
+
background: #212121;
|
|
1689
1694
|
}
|
|
1690
1695
|
|
|
1691
1696
|
.e-de-restrict-pane .e-tab-header .e-toolbar-items,
|
|
@@ -2341,6 +2346,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2341
2346
|
height: 35px;
|
|
2342
2347
|
}
|
|
2343
2348
|
|
|
2349
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2350
|
+
height: 40px !important;
|
|
2351
|
+
width: auto !important;
|
|
2352
|
+
}
|
|
2353
|
+
|
|
2344
2354
|
.e-de-style-bold-button-size {
|
|
2345
2355
|
margin-left: 8px;
|
|
2346
2356
|
margin-right: 8px;
|
|
@@ -2378,7 +2388,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2378
2388
|
margin-right: 15px;
|
|
2379
2389
|
}
|
|
2380
2390
|
|
|
2381
|
-
.e-de-style-
|
|
2391
|
+
.e-de-style-dlg-name-input {
|
|
2382
2392
|
height: 18px;
|
|
2383
2393
|
}
|
|
2384
2394
|
|
|
@@ -3301,6 +3311,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3301
3311
|
|
|
3302
3312
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3303
3313
|
margin-top: 0px;
|
|
3314
|
+
background: #212121;
|
|
3304
3315
|
}
|
|
3305
3316
|
|
|
3306
3317
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -4209,6 +4220,21 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4209
4220
|
font-family: "e-icons";
|
|
4210
4221
|
}
|
|
4211
4222
|
|
|
4223
|
+
.e-de-e-paragraph-style-mark::before {
|
|
4224
|
+
content: "\e353";
|
|
4225
|
+
font-family: "e-icons";
|
|
4226
|
+
}
|
|
4227
|
+
|
|
4228
|
+
.e-de-e-character-style-mark::before {
|
|
4229
|
+
content: "\e97d";
|
|
4230
|
+
font-family: "e-icons";
|
|
4231
|
+
}
|
|
4232
|
+
|
|
4233
|
+
.e-de-e-linked-style-mark::before {
|
|
4234
|
+
content: "\e97e";
|
|
4235
|
+
font-family: "e-icons";
|
|
4236
|
+
}
|
|
4237
|
+
|
|
4212
4238
|
.e-de-ctnr-columns::before {
|
|
4213
4239
|
content: "\e955";
|
|
4214
4240
|
font-family: "e-icons";
|
|
@@ -4341,8 +4367,48 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4341
4367
|
height: 100%;
|
|
4342
4368
|
}
|
|
4343
4369
|
|
|
4370
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4371
|
+
box-shadow: none;
|
|
4372
|
+
height: 28px;
|
|
4373
|
+
}
|
|
4374
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4375
|
+
box-shadow: none;
|
|
4376
|
+
}
|
|
4377
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4378
|
+
box-shadow: none;
|
|
4379
|
+
}
|
|
4380
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4381
|
+
box-shadow: none;
|
|
4382
|
+
}
|
|
4383
|
+
|
|
4384
|
+
.e-de-ctnr-group-btn-middle button {
|
|
4385
|
+
border-radius: 0px;
|
|
4386
|
+
}
|
|
4387
|
+
|
|
4388
|
+
.de-tbl-fill-clr .e-dropdown-btn.e-btn {
|
|
4389
|
+
box-shadow: none;
|
|
4390
|
+
}
|
|
4391
|
+
|
|
4392
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button,
|
|
4393
|
+
.e-de-ctn .e-de-status-bar button {
|
|
4394
|
+
box-shadow: none;
|
|
4395
|
+
height: 28px;
|
|
4396
|
+
}
|
|
4397
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:focus,
|
|
4398
|
+
.e-de-ctn .e-de-status-bar button:focus {
|
|
4399
|
+
box-shadow: none;
|
|
4400
|
+
}
|
|
4401
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:active,
|
|
4402
|
+
.e-de-ctn .e-de-status-bar button:active {
|
|
4403
|
+
box-shadow: none;
|
|
4404
|
+
}
|
|
4405
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:hover,
|
|
4406
|
+
.e-de-ctn .e-de-status-bar button:hover {
|
|
4407
|
+
box-shadow: none;
|
|
4408
|
+
}
|
|
4409
|
+
|
|
4344
4410
|
.e-de-statusbar-pageweb {
|
|
4345
|
-
background
|
|
4411
|
+
background: #303030;
|
|
4346
4412
|
border: 0;
|
|
4347
4413
|
box-shadow: none;
|
|
4348
4414
|
float: right;
|
|
@@ -4371,12 +4437,25 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4371
4437
|
font-size: 16px;
|
|
4372
4438
|
}
|
|
4373
4439
|
|
|
4440
|
+
.e-listview .e-list-icon {
|
|
4441
|
+
height: 24px;
|
|
4442
|
+
width: 16px;
|
|
4443
|
+
margin-right: 12px;
|
|
4444
|
+
}
|
|
4445
|
+
|
|
4446
|
+
.e-de-listview-icon {
|
|
4447
|
+
height: auto;
|
|
4448
|
+
width: auto;
|
|
4449
|
+
line-height: 22px;
|
|
4450
|
+
margin-right: 12px;
|
|
4451
|
+
}
|
|
4452
|
+
|
|
4374
4453
|
.e-de-linespacing {
|
|
4375
4454
|
margin-top: 11px;
|
|
4376
4455
|
}
|
|
4377
4456
|
|
|
4378
4457
|
.e-de-statusbar-zoom {
|
|
4379
|
-
background
|
|
4458
|
+
background: #303030;
|
|
4380
4459
|
border: 0;
|
|
4381
4460
|
color: #fff;
|
|
4382
4461
|
float: right;
|
|
@@ -4439,14 +4518,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4439
4518
|
.e-de-statusbar-separator {
|
|
4440
4519
|
border-left: 1px solid #626161;
|
|
4441
4520
|
height: 16px;
|
|
4442
|
-
margin-left:
|
|
4521
|
+
margin-left: 7.5px;
|
|
4522
|
+
margin-right: 7.5px;
|
|
4523
|
+
margin-top: 10px;
|
|
4524
|
+
}
|
|
4525
|
+
|
|
4526
|
+
.e-bigger .e-de-statusbar-separator {
|
|
4527
|
+
border-left: 1px solid #626161;
|
|
4528
|
+
height: 16px;
|
|
4529
|
+
margin-left: 7.5px;
|
|
4530
|
+
margin-right: 7.5px;
|
|
4443
4531
|
margin-top: 10px;
|
|
4444
4532
|
}
|
|
4445
4533
|
|
|
4446
4534
|
.e-de-statusbar-spellcheck {
|
|
4447
4535
|
border-radius: 2px;
|
|
4448
4536
|
font-weight: 400;
|
|
4449
|
-
margin-left: 7.5px;
|
|
4450
4537
|
}
|
|
4451
4538
|
|
|
4452
4539
|
.e-de-ctn {
|
|
@@ -4459,7 +4546,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4459
4546
|
|
|
4460
4547
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
4461
4548
|
border-radius: 2px;
|
|
4462
|
-
margin-left: 7.5px;
|
|
4463
4549
|
}
|
|
4464
4550
|
|
|
4465
4551
|
.e-de-ctnr-toolbar {
|
|
@@ -4484,7 +4570,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4484
4570
|
|
|
4485
4571
|
.e-de-tool-ctnr-properties-pane,
|
|
4486
4572
|
.e-de-ctnr-properties-pane {
|
|
4487
|
-
background
|
|
4573
|
+
background: #303030;
|
|
4488
4574
|
border-bottom: 1px solid #616161;
|
|
4489
4575
|
border-top: 1px solid #616161;
|
|
4490
4576
|
}
|
|
@@ -4583,7 +4669,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4583
4669
|
margin: 0 5.5px;
|
|
4584
4670
|
}
|
|
4585
4671
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
4586
|
-
margin-left: 12px;
|
|
4672
|
+
margin-left: 12px !important;
|
|
4587
4673
|
margin-right: 6px;
|
|
4588
4674
|
}
|
|
4589
4675
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -4599,20 +4685,23 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4599
4685
|
}
|
|
4600
4686
|
|
|
4601
4687
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
4688
|
+
-ms-flex-direction: column;
|
|
4689
|
+
flex-direction: column;
|
|
4690
|
+
height: calc(100% - 10px);
|
|
4602
4691
|
padding: 0;
|
|
4603
|
-
padding-bottom:
|
|
4692
|
+
padding-bottom: 5px;
|
|
4604
4693
|
}
|
|
4605
4694
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
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:active {
|
|
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:hover {
|
|
4614
4703
|
padding: 0;
|
|
4615
|
-
padding-bottom:
|
|
4704
|
+
padding-bottom: 5px;
|
|
4616
4705
|
}
|
|
4617
4706
|
|
|
4618
4707
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -4641,7 +4730,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4641
4730
|
}
|
|
4642
4731
|
|
|
4643
4732
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
4644
|
-
background
|
|
4733
|
+
background: #212121;
|
|
4645
4734
|
border-radius: 0;
|
|
4646
4735
|
box-shadow: none;
|
|
4647
4736
|
color: #3f51b5;
|
|
@@ -4683,6 +4772,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4683
4772
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
4684
4773
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
4685
4774
|
padding: 0 !important;
|
|
4775
|
+
min-height: 16px;
|
|
4686
4776
|
}
|
|
4687
4777
|
|
|
4688
4778
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -4705,6 +4795,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4705
4795
|
}
|
|
4706
4796
|
|
|
4707
4797
|
.e-de-review-pane {
|
|
4798
|
+
background: #303030;
|
|
4708
4799
|
border-left: 1px solid #616161;
|
|
4709
4800
|
height: 100%;
|
|
4710
4801
|
min-height: 200px;
|
|
@@ -4722,34 +4813,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4722
4813
|
width: 270px;
|
|
4723
4814
|
}
|
|
4724
4815
|
|
|
4725
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4726
|
-
box-shadow: none;
|
|
4727
|
-
height: 28px;
|
|
4728
|
-
}
|
|
4729
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4730
|
-
box-shadow: none;
|
|
4731
|
-
}
|
|
4732
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4733
|
-
box-shadow: none;
|
|
4734
|
-
}
|
|
4735
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4736
|
-
box-shadow: none;
|
|
4737
|
-
}
|
|
4738
|
-
|
|
4739
|
-
.e-de-ctnr-group-btn button {
|
|
4740
|
-
box-shadow: none;
|
|
4741
|
-
height: 28px;
|
|
4742
|
-
}
|
|
4743
|
-
.e-de-ctnr-group-btn button:focus {
|
|
4744
|
-
box-shadow: none;
|
|
4745
|
-
}
|
|
4746
|
-
.e-de-ctnr-group-btn button:active {
|
|
4747
|
-
box-shadow: none;
|
|
4748
|
-
}
|
|
4749
|
-
.e-de-ctnr-group-btn button:hover {
|
|
4750
|
-
box-shadow: none;
|
|
4751
|
-
}
|
|
4752
|
-
|
|
4753
4816
|
.e-de-property-div-padding {
|
|
4754
4817
|
border-bottom: 0.5px solid #616161;
|
|
4755
4818
|
padding: 12.5px;
|
|
@@ -4873,7 +4936,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4873
4936
|
}
|
|
4874
4937
|
|
|
4875
4938
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
4876
|
-
border-bottom: 1px solid #ccc;
|
|
4939
|
+
border-bottom: 1px solid #ccc !important;
|
|
4877
4940
|
margin-left: 5px;
|
|
4878
4941
|
width: 100%;
|
|
4879
4942
|
}
|
|
@@ -4942,10 +5005,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4942
5005
|
}
|
|
4943
5006
|
|
|
4944
5007
|
.e-de-list-container {
|
|
4945
|
-
background: #303030;
|
|
4946
5008
|
border: 1px solid #ccc;
|
|
4947
5009
|
border-radius: 2px;
|
|
4948
5010
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
5011
|
+
background: #303030;
|
|
4949
5012
|
box-sizing: border-box;
|
|
4950
5013
|
display: inline-block;
|
|
4951
5014
|
line-height: normal;
|
|
@@ -5037,8 +5100,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5037
5100
|
border: 1px solid #616161;
|
|
5038
5101
|
color: #9e9e9e;
|
|
5039
5102
|
height: 129px;
|
|
5040
|
-
margin-left: 78px;
|
|
5041
5103
|
width: 94px;
|
|
5104
|
+
margin-left: 78px;
|
|
5042
5105
|
}
|
|
5043
5106
|
|
|
5044
5107
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -5093,7 +5156,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5093
5156
|
}
|
|
5094
5157
|
|
|
5095
5158
|
.e-de-status-bar {
|
|
5096
|
-
background
|
|
5159
|
+
background: #303030;
|
|
5097
5160
|
display: -ms-flexbox;
|
|
5098
5161
|
display: flex;
|
|
5099
5162
|
padding-top: 2.5px;
|
|
@@ -5218,7 +5281,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5218
5281
|
}
|
|
5219
5282
|
|
|
5220
5283
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
5221
|
-
height:
|
|
5284
|
+
height: 36px !important;
|
|
5222
5285
|
}
|
|
5223
5286
|
|
|
5224
5287
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -5226,8 +5289,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5226
5289
|
}
|
|
5227
5290
|
|
|
5228
5291
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
5229
|
-
height: 38px;
|
|
5230
5292
|
width: 38px;
|
|
5293
|
+
height: 38px;
|
|
5231
5294
|
}
|
|
5232
5295
|
|
|
5233
5296
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -5239,6 +5302,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5239
5302
|
width: 70px;
|
|
5240
5303
|
}
|
|
5241
5304
|
|
|
5305
|
+
.e-rtl .e-listview .e-list-icon {
|
|
5306
|
+
height: 24px;
|
|
5307
|
+
width: 16px;
|
|
5308
|
+
margin-left: 12px;
|
|
5309
|
+
}
|
|
5310
|
+
.e-rtl .e-de-listview-icon {
|
|
5311
|
+
height: auto;
|
|
5312
|
+
width: auto;
|
|
5313
|
+
line-height: 22px;
|
|
5314
|
+
margin-left: 12px;
|
|
5315
|
+
}
|
|
5316
|
+
|
|
5242
5317
|
.e-bigger .de-split-button > div:first-child {
|
|
5243
5318
|
margin-right: 0;
|
|
5244
5319
|
}
|
|
@@ -5295,7 +5370,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5295
5370
|
.e-bigger .e-de-ctnr-toolbar {
|
|
5296
5371
|
display: -ms-flexbox;
|
|
5297
5372
|
display: flex;
|
|
5298
|
-
height:
|
|
5373
|
+
height: 90px;
|
|
5299
5374
|
width: 100%;
|
|
5300
5375
|
}
|
|
5301
5376
|
.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
|
|
@@ -5324,7 +5399,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5324
5399
|
}
|
|
5325
5400
|
.e-bigger .e-de-tlbr-wrapper {
|
|
5326
5401
|
background-color: #212121;
|
|
5327
|
-
height:
|
|
5402
|
+
height: 90px;
|
|
5328
5403
|
width: calc(100% - 75px);
|
|
5329
5404
|
}
|
|
5330
5405
|
.e-bigger .e-de-ctnr-prop-label {
|
|
@@ -5344,14 +5419,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5344
5419
|
margin-right: 14.5px;
|
|
5345
5420
|
}
|
|
5346
5421
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
5347
|
-
height:
|
|
5422
|
+
height: 90px;
|
|
5348
5423
|
}
|
|
5349
5424
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5350
|
-
height: 25px;
|
|
5351
5425
|
margin: 0 7.5px;
|
|
5352
5426
|
}
|
|
5353
5427
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
5354
|
-
margin-left: 16px;
|
|
5428
|
+
margin-left: 16px !important;
|
|
5355
5429
|
margin-right: 8px;
|
|
5356
5430
|
}
|
|
5357
5431
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -5368,22 +5442,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5368
5442
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5369
5443
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5370
5444
|
padding: 0;
|
|
5371
|
-
padding-bottom:
|
|
5445
|
+
padding-bottom: 5px;
|
|
5372
5446
|
}
|
|
5373
5447
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5374
5448
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5375
5449
|
padding: 0;
|
|
5376
|
-
padding-bottom:
|
|
5450
|
+
padding-bottom: 5px;
|
|
5377
5451
|
}
|
|
5378
5452
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5379
5453
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5380
5454
|
padding: 0;
|
|
5381
|
-
padding-bottom:
|
|
5455
|
+
padding-bottom: 5px;
|
|
5382
5456
|
}
|
|
5383
5457
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5384
5458
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5385
5459
|
padding: 0;
|
|
5386
|
-
padding-bottom:
|
|
5460
|
+
padding-bottom: 5px;
|
|
5387
5461
|
}
|
|
5388
5462
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
5389
5463
|
padding: 0 !important;
|
|
@@ -5399,7 +5473,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5399
5473
|
width: 75px;
|
|
5400
5474
|
}
|
|
5401
5475
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
5402
|
-
background
|
|
5476
|
+
background: #212121;
|
|
5403
5477
|
border-radius: 0;
|
|
5404
5478
|
box-shadow: none;
|
|
5405
5479
|
min-height: 100%;
|
|
@@ -5416,18 +5490,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5416
5490
|
}
|
|
5417
5491
|
.e-bigger .e-de-showhide-btn {
|
|
5418
5492
|
border: 0;
|
|
5419
|
-
height:
|
|
5493
|
+
height: 90px;
|
|
5420
5494
|
}
|
|
5421
5495
|
.e-bigger .e-de-showhide-btn-rtl {
|
|
5422
5496
|
border: 0;
|
|
5423
|
-
height:
|
|
5497
|
+
height: 90px;
|
|
5424
5498
|
}
|
|
5425
5499
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
5426
5500
|
padding: 0;
|
|
5427
5501
|
}
|
|
5428
5502
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5429
5503
|
display: table;
|
|
5430
|
-
font-size: 12px;
|
|
5504
|
+
font-size: 12px !important;
|
|
5431
5505
|
margin: 0 6px;
|
|
5432
5506
|
padding: 0;
|
|
5433
5507
|
white-space: normal;
|
|
@@ -5449,6 +5523,19 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5449
5523
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5450
5524
|
box-shadow: none;
|
|
5451
5525
|
}
|
|
5526
|
+
.e-bigger .e-de-status-bar button {
|
|
5527
|
+
height: 36px;
|
|
5528
|
+
box-shadow: none;
|
|
5529
|
+
}
|
|
5530
|
+
.e-bigger .e-de-status-bar button:focus {
|
|
5531
|
+
box-shadow: none;
|
|
5532
|
+
}
|
|
5533
|
+
.e-bigger .e-de-status-bar button:active {
|
|
5534
|
+
box-shadow: none;
|
|
5535
|
+
}
|
|
5536
|
+
.e-bigger .e-de-status-bar button:hover {
|
|
5537
|
+
box-shadow: none;
|
|
5538
|
+
}
|
|
5452
5539
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5453
5540
|
box-shadow: none;
|
|
5454
5541
|
height: 36px;
|
|
@@ -5562,18 +5649,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5562
5649
|
margin-left: 10px;
|
|
5563
5650
|
}
|
|
5564
5651
|
.e-bigger .e-de-status-bar {
|
|
5565
|
-
background
|
|
5652
|
+
background: #303030;
|
|
5566
5653
|
display: -ms-flexbox;
|
|
5567
5654
|
display: flex;
|
|
5568
5655
|
padding-top: 3.5px;
|
|
5569
5656
|
width: 100%;
|
|
5570
5657
|
}
|
|
5571
5658
|
.e-bigger .e-de-statusbar-zoom {
|
|
5572
|
-
background-color: #303030;
|
|
5573
5659
|
border: 0;
|
|
5574
5660
|
color: #fff;
|
|
5575
5661
|
float: right;
|
|
5576
5662
|
height: 34px;
|
|
5663
|
+
background-color: #303030;
|
|
5577
5664
|
}
|
|
5578
5665
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5579
5666
|
line-height: 25px;
|
|
@@ -5583,6 +5670,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5583
5670
|
height: 0;
|
|
5584
5671
|
line-height: 0;
|
|
5585
5672
|
}
|
|
5673
|
+
.e-bigger .e-listview .e-list-icon {
|
|
5674
|
+
height: 24px;
|
|
5675
|
+
width: 16px;
|
|
5676
|
+
margin-right: 12px;
|
|
5677
|
+
}
|
|
5678
|
+
.e-bigger .e-de-listview-icon {
|
|
5679
|
+
height: auto;
|
|
5680
|
+
width: auto;
|
|
5681
|
+
line-height: 22px;
|
|
5682
|
+
margin-right: 12px;
|
|
5683
|
+
}
|
|
5684
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5685
|
+
height: 24px;
|
|
5686
|
+
width: 16px;
|
|
5687
|
+
margin-left: 12px;
|
|
5688
|
+
}
|
|
5689
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
5690
|
+
height: auto;
|
|
5691
|
+
width: auto;
|
|
5692
|
+
line-height: 22px;
|
|
5693
|
+
margin-left: 12px;
|
|
5694
|
+
}
|
|
5586
5695
|
|
|
5587
5696
|
.e-de-ctn .e-de-bzr-button {
|
|
5588
5697
|
font-size: 12px;
|