@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.
- package/CHANGELOG.md +186 -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 +4 -4
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +4 -4
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +10 -9
- package/src/document-editor/documenteditor.component.js +2 -2
- package/src/document-editor-container/documenteditorcontainer.component.js +2 -2
- package/styles/bootstrap-dark.css +103 -37
- package/styles/bootstrap.css +107 -37
- package/styles/bootstrap4.css +111 -37
- package/styles/bootstrap5-dark.css +103 -37
- package/styles/bootstrap5.css +103 -37
- package/styles/document-editor/bootstrap-dark.css +7 -0
- package/styles/document-editor/bootstrap.css +11 -0
- package/styles/document-editor/bootstrap4.css +15 -0
- package/styles/document-editor/bootstrap5-dark.css +7 -0
- package/styles/document-editor/bootstrap5.css +7 -0
- package/styles/document-editor/fabric-dark.css +7 -0
- package/styles/document-editor/fabric.css +11 -0
- package/styles/document-editor/fluent-dark.css +7 -0
- package/styles/document-editor/fluent.css +7 -0
- package/styles/document-editor/highcontrast-light.css +1 -0
- package/styles/document-editor/highcontrast.css +7 -0
- package/styles/document-editor/material-dark.css +7 -0
- package/styles/document-editor/material.css +7 -0
- 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 +7 -0
- package/styles/document-editor/tailwind.css +7 -0
- package/styles/document-editor-container/bootstrap-dark.css +96 -37
- package/styles/document-editor-container/bootstrap.css +96 -37
- package/styles/document-editor-container/bootstrap4.css +96 -37
- package/styles/document-editor-container/bootstrap5-dark.css +96 -37
- package/styles/document-editor-container/bootstrap5.css +96 -37
- package/styles/document-editor-container/fabric-dark.css +96 -37
- package/styles/document-editor-container/fabric.css +96 -37
- package/styles/document-editor-container/fluent-dark.css +96 -37
- package/styles/document-editor-container/fluent.css +96 -37
- package/styles/document-editor-container/highcontrast-light.css +96 -37
- package/styles/document-editor-container/highcontrast.css +96 -37
- package/styles/document-editor-container/material-dark.css +101 -42
- package/styles/document-editor-container/material.css +97 -37
- 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 +95 -36
- package/styles/document-editor-container/tailwind.css +95 -36
- package/styles/fabric-dark.css +103 -37
- package/styles/fabric.css +107 -37
- package/styles/fluent-dark.css +103 -37
- package/styles/fluent.css +103 -37
- package/styles/highcontrast-light.css +97 -37
- package/styles/highcontrast.css +103 -37
- package/styles/material-dark.css +108 -42
- package/styles/material.css +104 -37
- 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 +102 -36
- package/styles/tailwind.css +102 -36
package/styles/fabric-dark.css
CHANGED
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
.e-documenteditor .e-de-multi-cmt-mark::before {
|
|
48
48
|
content: "\e97e";
|
|
49
49
|
font-family: "e-icons";
|
|
50
|
+
font-size: 14px;
|
|
50
51
|
}
|
|
51
52
|
.e-documenteditor .e-de-cmt-post::before {
|
|
52
53
|
content: "\e816";
|
|
@@ -2351,6 +2352,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2351
2352
|
height: 35px;
|
|
2352
2353
|
}
|
|
2353
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
|
+
|
|
2354
2360
|
.e-de-style-bold-button-size {
|
|
2355
2361
|
margin-left: 8px;
|
|
2356
2362
|
margin-right: 8px;
|
|
@@ -3311,6 +3317,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3311
3317
|
|
|
3312
3318
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3313
3319
|
margin-top: 0px;
|
|
3320
|
+
background: #201f1f;
|
|
3314
3321
|
}
|
|
3315
3322
|
|
|
3316
3323
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -4217,6 +4224,21 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4217
4224
|
font-family: "e-icons";
|
|
4218
4225
|
}
|
|
4219
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
|
+
|
|
4220
4242
|
.e-de-ctnr-columns::before {
|
|
4221
4243
|
content: "\e972";
|
|
4222
4244
|
font-family: "e-icons";
|
|
@@ -4349,6 +4371,46 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4349
4371
|
height: 100%;
|
|
4350
4372
|
}
|
|
4351
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
|
+
|
|
4352
4414
|
.e-de-statusbar-pageweb {
|
|
4353
4415
|
background: #282727;
|
|
4354
4416
|
border: 0;
|
|
@@ -4386,7 +4448,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4386
4448
|
}
|
|
4387
4449
|
|
|
4388
4450
|
.e-de-listview-icon {
|
|
4451
|
+
height: auto;
|
|
4452
|
+
width: auto;
|
|
4389
4453
|
line-height: 22px;
|
|
4454
|
+
margin-right: 12px;
|
|
4390
4455
|
}
|
|
4391
4456
|
|
|
4392
4457
|
.e-de-linespacing {
|
|
@@ -4457,14 +4522,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4457
4522
|
.e-de-statusbar-separator {
|
|
4458
4523
|
border-left: 1px solid #dadada;
|
|
4459
4524
|
height: 16px;
|
|
4460
|
-
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;
|
|
4461
4535
|
margin-top: 10px;
|
|
4462
4536
|
}
|
|
4463
4537
|
|
|
4464
4538
|
.e-de-statusbar-spellcheck {
|
|
4465
4539
|
border-radius: 2px;
|
|
4466
4540
|
font-weight: 400;
|
|
4467
|
-
margin-left: 7.5px;
|
|
4468
4541
|
}
|
|
4469
4542
|
|
|
4470
4543
|
.e-de-ctn {
|
|
@@ -4477,7 +4550,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4477
4550
|
|
|
4478
4551
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
4479
4552
|
border-radius: 2px;
|
|
4480
|
-
margin-left: 7.5px;
|
|
4481
4553
|
}
|
|
4482
4554
|
|
|
4483
4555
|
.e-de-ctnr-toolbar {
|
|
@@ -4727,6 +4799,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4727
4799
|
}
|
|
4728
4800
|
|
|
4729
4801
|
.e-de-review-pane {
|
|
4802
|
+
background: #282727;
|
|
4730
4803
|
border-left: 1px solid #4a4848;
|
|
4731
4804
|
height: 100%;
|
|
4732
4805
|
min-height: 200px;
|
|
@@ -4744,34 +4817,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4744
4817
|
width: 272px;
|
|
4745
4818
|
}
|
|
4746
4819
|
|
|
4747
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4748
|
-
box-shadow: none;
|
|
4749
|
-
height: 32px;
|
|
4750
|
-
}
|
|
4751
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4752
|
-
box-shadow: none;
|
|
4753
|
-
}
|
|
4754
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4755
|
-
box-shadow: none;
|
|
4756
|
-
}
|
|
4757
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4758
|
-
box-shadow: none;
|
|
4759
|
-
}
|
|
4760
|
-
|
|
4761
|
-
.e-de-ctnr-group-btn button {
|
|
4762
|
-
box-shadow: none;
|
|
4763
|
-
height: 32px;
|
|
4764
|
-
}
|
|
4765
|
-
.e-de-ctnr-group-btn button:focus {
|
|
4766
|
-
box-shadow: none;
|
|
4767
|
-
}
|
|
4768
|
-
.e-de-ctnr-group-btn button:active {
|
|
4769
|
-
box-shadow: none;
|
|
4770
|
-
}
|
|
4771
|
-
.e-de-ctnr-group-btn button:hover {
|
|
4772
|
-
box-shadow: none;
|
|
4773
|
-
}
|
|
4774
|
-
|
|
4775
4820
|
.e-de-property-div-padding {
|
|
4776
4821
|
border-bottom: 0.5px solid #4a4848;
|
|
4777
4822
|
padding: 12.5px;
|
|
@@ -4895,7 +4940,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4895
4940
|
}
|
|
4896
4941
|
|
|
4897
4942
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
4898
|
-
border-bottom: 1px solid #ccc;
|
|
4943
|
+
border-bottom: 1px solid #ccc !important;
|
|
4899
4944
|
margin-left: 5px;
|
|
4900
4945
|
width: 100%;
|
|
4901
4946
|
}
|
|
@@ -4964,10 +5009,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4964
5009
|
}
|
|
4965
5010
|
|
|
4966
5011
|
.e-de-list-container {
|
|
4967
|
-
background: #282727;
|
|
4968
5012
|
border: 1px solid #ccc;
|
|
4969
5013
|
border-radius: 2px;
|
|
4970
5014
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
5015
|
+
background: #282727;
|
|
4971
5016
|
box-sizing: border-box;
|
|
4972
5017
|
display: inline-block;
|
|
4973
5018
|
line-height: normal;
|
|
@@ -5240,7 +5285,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5240
5285
|
}
|
|
5241
5286
|
|
|
5242
5287
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
5243
|
-
height:
|
|
5288
|
+
height: 36px !important;
|
|
5244
5289
|
}
|
|
5245
5290
|
|
|
5246
5291
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -5267,7 +5312,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5267
5312
|
margin-left: 12px;
|
|
5268
5313
|
}
|
|
5269
5314
|
.e-rtl .e-de-listview-icon {
|
|
5315
|
+
height: auto;
|
|
5316
|
+
width: auto;
|
|
5270
5317
|
line-height: 22px;
|
|
5318
|
+
margin-left: 12px;
|
|
5271
5319
|
}
|
|
5272
5320
|
|
|
5273
5321
|
.e-bigger .de-split-button > div:first-child {
|
|
@@ -5378,7 +5426,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5378
5426
|
height: 82px;
|
|
5379
5427
|
}
|
|
5380
5428
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5381
|
-
height: 25px;
|
|
5382
5429
|
margin: 0 7.5px;
|
|
5383
5430
|
}
|
|
5384
5431
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
@@ -5480,6 +5527,19 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5480
5527
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5481
5528
|
box-shadow: none;
|
|
5482
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
|
+
}
|
|
5483
5543
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5484
5544
|
box-shadow: none;
|
|
5485
5545
|
height: 38px;
|
|
@@ -5593,18 +5653,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5593
5653
|
margin-left: 10px;
|
|
5594
5654
|
}
|
|
5595
5655
|
.e-bigger .e-de-status-bar {
|
|
5596
|
-
background
|
|
5656
|
+
background: #282727;
|
|
5597
5657
|
display: -ms-flexbox;
|
|
5598
5658
|
display: flex;
|
|
5599
5659
|
padding-top: 3px;
|
|
5600
5660
|
width: 100%;
|
|
5601
5661
|
}
|
|
5602
5662
|
.e-bigger .e-de-statusbar-zoom {
|
|
5603
|
-
background-color: #282727;
|
|
5604
5663
|
border: 0;
|
|
5605
5664
|
color: #dadada;
|
|
5606
5665
|
float: right;
|
|
5607
5666
|
height: 34px;
|
|
5667
|
+
background-color: #282727;
|
|
5608
5668
|
}
|
|
5609
5669
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5610
5670
|
line-height: 25px;
|
|
@@ -5620,7 +5680,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5620
5680
|
margin-right: 16px;
|
|
5621
5681
|
}
|
|
5622
5682
|
.e-bigger .e-de-listview-icon {
|
|
5683
|
+
height: auto;
|
|
5684
|
+
width: auto;
|
|
5623
5685
|
line-height: 22px;
|
|
5686
|
+
margin-right: 16px;
|
|
5624
5687
|
}
|
|
5625
5688
|
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5626
5689
|
height: 24px;
|
|
@@ -5628,7 +5691,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5628
5691
|
margin-left: 16px;
|
|
5629
5692
|
}
|
|
5630
5693
|
.e-bigger .e-rtl .e-de-listview-icon {
|
|
5694
|
+
height: auto;
|
|
5695
|
+
width: auto;
|
|
5631
5696
|
line-height: 22px;
|
|
5697
|
+
margin-left: 16px;
|
|
5632
5698
|
}
|
|
5633
5699
|
|
|
5634
5700
|
.e-de-ctn .e-de-bzr-button {
|
package/styles/fabric.css
CHANGED
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
.e-documenteditor .e-de-multi-cmt-mark::before {
|
|
48
48
|
content: "\e97e";
|
|
49
49
|
font-family: "e-icons";
|
|
50
|
+
font-size: 14px;
|
|
50
51
|
}
|
|
51
52
|
.e-documenteditor .e-de-cmt-post::before {
|
|
52
53
|
content: "\e816";
|
|
@@ -2351,6 +2352,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2351
2352
|
height: 35px;
|
|
2352
2353
|
}
|
|
2353
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
|
+
|
|
2354
2360
|
.e-de-style-bold-button-size {
|
|
2355
2361
|
margin-left: 8px;
|
|
2356
2362
|
margin-right: 8px;
|
|
@@ -3214,6 +3220,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3214
3220
|
font-weight: normal;
|
|
3215
3221
|
}
|
|
3216
3222
|
|
|
3223
|
+
.e-de-track-toolbar .e-de-track-pane-drop-btn {
|
|
3224
|
+
padding-top: 4px !important;
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3217
3227
|
.e-toolbar-item.e-de-track-toolbar-overlay.e-template.e-overlay {
|
|
3218
3228
|
opacity: 1;
|
|
3219
3229
|
font-weight: normal;
|
|
@@ -3311,6 +3321,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3311
3321
|
|
|
3312
3322
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3313
3323
|
margin-top: 0px;
|
|
3324
|
+
background: #fff;
|
|
3314
3325
|
}
|
|
3315
3326
|
|
|
3316
3327
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -4217,6 +4228,21 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4217
4228
|
font-family: "e-icons";
|
|
4218
4229
|
}
|
|
4219
4230
|
|
|
4231
|
+
.e-de-e-paragraph-style-mark::before {
|
|
4232
|
+
content: "\e353";
|
|
4233
|
+
font-family: "e-icons";
|
|
4234
|
+
}
|
|
4235
|
+
|
|
4236
|
+
.e-de-e-character-style-mark::before {
|
|
4237
|
+
content: "\e982";
|
|
4238
|
+
font-family: "e-icons";
|
|
4239
|
+
}
|
|
4240
|
+
|
|
4241
|
+
.e-de-e-linked-style-mark::before {
|
|
4242
|
+
content: "\e983";
|
|
4243
|
+
font-family: "e-icons";
|
|
4244
|
+
}
|
|
4245
|
+
|
|
4220
4246
|
.e-de-ctnr-columns::before {
|
|
4221
4247
|
content: "\e972";
|
|
4222
4248
|
font-family: "e-icons";
|
|
@@ -4349,6 +4375,46 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4349
4375
|
height: 100%;
|
|
4350
4376
|
}
|
|
4351
4377
|
|
|
4378
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4379
|
+
box-shadow: none;
|
|
4380
|
+
height: 32px;
|
|
4381
|
+
}
|
|
4382
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4383
|
+
box-shadow: none;
|
|
4384
|
+
}
|
|
4385
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4386
|
+
box-shadow: none;
|
|
4387
|
+
}
|
|
4388
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4389
|
+
box-shadow: none;
|
|
4390
|
+
}
|
|
4391
|
+
|
|
4392
|
+
.e-de-ctnr-group-btn-middle button {
|
|
4393
|
+
border-radius: 0px;
|
|
4394
|
+
}
|
|
4395
|
+
|
|
4396
|
+
.de-tbl-fill-clr .e-dropdown-btn.e-btn {
|
|
4397
|
+
box-shadow: none;
|
|
4398
|
+
}
|
|
4399
|
+
|
|
4400
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button,
|
|
4401
|
+
.e-de-ctn .e-de-status-bar button {
|
|
4402
|
+
box-shadow: none;
|
|
4403
|
+
height: 32px;
|
|
4404
|
+
}
|
|
4405
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:focus,
|
|
4406
|
+
.e-de-ctn .e-de-status-bar button:focus {
|
|
4407
|
+
box-shadow: none;
|
|
4408
|
+
}
|
|
4409
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:active,
|
|
4410
|
+
.e-de-ctn .e-de-status-bar button:active {
|
|
4411
|
+
box-shadow: none;
|
|
4412
|
+
}
|
|
4413
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:hover,
|
|
4414
|
+
.e-de-ctn .e-de-status-bar button:hover {
|
|
4415
|
+
box-shadow: none;
|
|
4416
|
+
}
|
|
4417
|
+
|
|
4352
4418
|
.e-de-statusbar-pageweb {
|
|
4353
4419
|
background: #fff;
|
|
4354
4420
|
border: 0;
|
|
@@ -4386,7 +4452,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4386
4452
|
}
|
|
4387
4453
|
|
|
4388
4454
|
.e-de-listview-icon {
|
|
4455
|
+
height: auto;
|
|
4456
|
+
width: auto;
|
|
4389
4457
|
line-height: 22px;
|
|
4458
|
+
margin-right: 12px;
|
|
4390
4459
|
}
|
|
4391
4460
|
|
|
4392
4461
|
.e-de-linespacing {
|
|
@@ -4457,14 +4526,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4457
4526
|
.e-de-statusbar-separator {
|
|
4458
4527
|
border-left: 1px solid #dadada;
|
|
4459
4528
|
height: 16px;
|
|
4460
|
-
margin-left:
|
|
4529
|
+
margin-left: 7.5px;
|
|
4530
|
+
margin-right: 7.5px;
|
|
4531
|
+
margin-top: 10px;
|
|
4532
|
+
}
|
|
4533
|
+
|
|
4534
|
+
.e-bigger .e-de-statusbar-separator {
|
|
4535
|
+
border-left: 1px solid #dadada;
|
|
4536
|
+
height: 16px;
|
|
4537
|
+
margin-left: 7.5px;
|
|
4538
|
+
margin-right: 7.5px;
|
|
4461
4539
|
margin-top: 10px;
|
|
4462
4540
|
}
|
|
4463
4541
|
|
|
4464
4542
|
.e-de-statusbar-spellcheck {
|
|
4465
4543
|
border-radius: 2px;
|
|
4466
4544
|
font-weight: 400;
|
|
4467
|
-
margin-left: 7.5px;
|
|
4468
4545
|
}
|
|
4469
4546
|
|
|
4470
4547
|
.e-de-ctn {
|
|
@@ -4477,7 +4554,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4477
4554
|
|
|
4478
4555
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
4479
4556
|
border-radius: 2px;
|
|
4480
|
-
margin-left: 7.5px;
|
|
4481
4557
|
}
|
|
4482
4558
|
|
|
4483
4559
|
.e-de-ctnr-toolbar {
|
|
@@ -4729,6 +4805,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4729
4805
|
}
|
|
4730
4806
|
|
|
4731
4807
|
.e-de-review-pane {
|
|
4808
|
+
background: #fff;
|
|
4732
4809
|
border-left: 1px solid #eaeaea;
|
|
4733
4810
|
height: 100%;
|
|
4734
4811
|
min-height: 200px;
|
|
@@ -4746,34 +4823,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4746
4823
|
width: 272px;
|
|
4747
4824
|
}
|
|
4748
4825
|
|
|
4749
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4750
|
-
box-shadow: none;
|
|
4751
|
-
height: 32px;
|
|
4752
|
-
}
|
|
4753
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4754
|
-
box-shadow: none;
|
|
4755
|
-
}
|
|
4756
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4757
|
-
box-shadow: none;
|
|
4758
|
-
}
|
|
4759
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4760
|
-
box-shadow: none;
|
|
4761
|
-
}
|
|
4762
|
-
|
|
4763
|
-
.e-de-ctnr-group-btn button {
|
|
4764
|
-
box-shadow: none;
|
|
4765
|
-
height: 32px;
|
|
4766
|
-
}
|
|
4767
|
-
.e-de-ctnr-group-btn button:focus {
|
|
4768
|
-
box-shadow: none;
|
|
4769
|
-
}
|
|
4770
|
-
.e-de-ctnr-group-btn button:active {
|
|
4771
|
-
box-shadow: none;
|
|
4772
|
-
}
|
|
4773
|
-
.e-de-ctnr-group-btn button:hover {
|
|
4774
|
-
box-shadow: none;
|
|
4775
|
-
}
|
|
4776
|
-
|
|
4777
4826
|
.e-de-property-div-padding {
|
|
4778
4827
|
border-bottom: 0.5px solid #e0e0e0;
|
|
4779
4828
|
padding: 12.5px;
|
|
@@ -4897,7 +4946,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4897
4946
|
}
|
|
4898
4947
|
|
|
4899
4948
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
4900
|
-
border-bottom: 1px solid #ccc;
|
|
4949
|
+
border-bottom: 1px solid #ccc !important;
|
|
4901
4950
|
margin-left: 5px;
|
|
4902
4951
|
width: 100%;
|
|
4903
4952
|
}
|
|
@@ -4966,10 +5015,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4966
5015
|
}
|
|
4967
5016
|
|
|
4968
5017
|
.e-de-list-container {
|
|
4969
|
-
background: #fff;
|
|
4970
5018
|
border: 1px solid #ccc;
|
|
4971
5019
|
border-radius: 2px;
|
|
4972
5020
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
5021
|
+
background: #fff;
|
|
4973
5022
|
box-sizing: border-box;
|
|
4974
5023
|
display: inline-block;
|
|
4975
5024
|
line-height: normal;
|
|
@@ -5244,7 +5293,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5244
5293
|
}
|
|
5245
5294
|
|
|
5246
5295
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
5247
|
-
height:
|
|
5296
|
+
height: 36px !important;
|
|
5248
5297
|
}
|
|
5249
5298
|
|
|
5250
5299
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -5271,7 +5320,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5271
5320
|
margin-left: 12px;
|
|
5272
5321
|
}
|
|
5273
5322
|
.e-rtl .e-de-listview-icon {
|
|
5323
|
+
height: auto;
|
|
5324
|
+
width: auto;
|
|
5274
5325
|
line-height: 22px;
|
|
5326
|
+
margin-left: 12px;
|
|
5275
5327
|
}
|
|
5276
5328
|
|
|
5277
5329
|
.e-bigger .de-split-button > div:first-child {
|
|
@@ -5382,7 +5434,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5382
5434
|
height: 82px;
|
|
5383
5435
|
}
|
|
5384
5436
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5385
|
-
height: 25px;
|
|
5386
5437
|
margin: 0 7.5px;
|
|
5387
5438
|
}
|
|
5388
5439
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
@@ -5484,6 +5535,19 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5484
5535
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5485
5536
|
box-shadow: none;
|
|
5486
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
|
+
}
|
|
5487
5551
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5488
5552
|
box-shadow: none;
|
|
5489
5553
|
height: 38px;
|
|
@@ -5599,18 +5663,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5599
5663
|
margin-left: 10px;
|
|
5600
5664
|
}
|
|
5601
5665
|
.e-bigger .e-de-status-bar {
|
|
5602
|
-
background
|
|
5666
|
+
background: #fff;
|
|
5603
5667
|
display: -ms-flexbox;
|
|
5604
5668
|
display: flex;
|
|
5605
5669
|
padding-top: 3px;
|
|
5606
5670
|
width: 100%;
|
|
5607
5671
|
}
|
|
5608
5672
|
.e-bigger .e-de-statusbar-zoom {
|
|
5609
|
-
background-color: #fff;
|
|
5610
5673
|
border: 0;
|
|
5611
5674
|
color: #333;
|
|
5612
5675
|
float: right;
|
|
5613
5676
|
height: 34px;
|
|
5677
|
+
background-color: #fff;
|
|
5614
5678
|
}
|
|
5615
5679
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5616
5680
|
line-height: 25px;
|
|
@@ -5626,7 +5690,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5626
5690
|
margin-right: 16px;
|
|
5627
5691
|
}
|
|
5628
5692
|
.e-bigger .e-de-listview-icon {
|
|
5693
|
+
height: auto;
|
|
5694
|
+
width: auto;
|
|
5629
5695
|
line-height: 22px;
|
|
5696
|
+
margin-right: 16px;
|
|
5630
5697
|
}
|
|
5631
5698
|
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5632
5699
|
height: 24px;
|
|
@@ -5634,7 +5701,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5634
5701
|
margin-left: 16px;
|
|
5635
5702
|
}
|
|
5636
5703
|
.e-bigger .e-rtl .e-de-listview-icon {
|
|
5704
|
+
height: auto;
|
|
5705
|
+
width: auto;
|
|
5637
5706
|
line-height: 22px;
|
|
5707
|
+
margin-left: 16px;
|
|
5638
5708
|
}
|
|
5639
5709
|
|
|
5640
5710
|
.e-de-ctn .e-de-bzr-button {
|