@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/material-dark.css
CHANGED
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
.e-documenteditor .e-de-multi-cmt-mark::before {
|
|
53
53
|
content: "\e97a";
|
|
54
54
|
font-family: "e-icons";
|
|
55
|
+
font-size: 14px;
|
|
55
56
|
}
|
|
56
57
|
.e-documenteditor .e-de-cmt-post::before {
|
|
57
58
|
content: "\e816";
|
|
@@ -2345,6 +2346,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2345
2346
|
height: 35px;
|
|
2346
2347
|
}
|
|
2347
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
|
+
|
|
2348
2354
|
.e-de-style-bold-button-size {
|
|
2349
2355
|
margin-left: 8px;
|
|
2350
2356
|
margin-right: 8px;
|
|
@@ -3305,6 +3311,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3305
3311
|
|
|
3306
3312
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3307
3313
|
margin-top: 0px;
|
|
3314
|
+
background: #212121;
|
|
3308
3315
|
}
|
|
3309
3316
|
|
|
3310
3317
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -4213,6 +4220,21 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4213
4220
|
font-family: "e-icons";
|
|
4214
4221
|
}
|
|
4215
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
|
+
|
|
4216
4238
|
.e-de-ctnr-columns::before {
|
|
4217
4239
|
content: "\e955";
|
|
4218
4240
|
font-family: "e-icons";
|
|
@@ -4345,6 +4367,46 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4345
4367
|
height: 100%;
|
|
4346
4368
|
}
|
|
4347
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
|
+
|
|
4348
4410
|
.e-de-statusbar-pageweb {
|
|
4349
4411
|
background: #303030;
|
|
4350
4412
|
border: 0;
|
|
@@ -4382,7 +4444,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4382
4444
|
}
|
|
4383
4445
|
|
|
4384
4446
|
.e-de-listview-icon {
|
|
4447
|
+
height: auto;
|
|
4448
|
+
width: auto;
|
|
4385
4449
|
line-height: 22px;
|
|
4450
|
+
margin-right: 12px;
|
|
4386
4451
|
}
|
|
4387
4452
|
|
|
4388
4453
|
.e-de-linespacing {
|
|
@@ -4453,14 +4518,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4453
4518
|
.e-de-statusbar-separator {
|
|
4454
4519
|
border-left: 1px solid #626161;
|
|
4455
4520
|
height: 16px;
|
|
4456
|
-
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;
|
|
4457
4531
|
margin-top: 10px;
|
|
4458
4532
|
}
|
|
4459
4533
|
|
|
4460
4534
|
.e-de-statusbar-spellcheck {
|
|
4461
4535
|
border-radius: 2px;
|
|
4462
4536
|
font-weight: 400;
|
|
4463
|
-
margin-left: 7.5px;
|
|
4464
4537
|
}
|
|
4465
4538
|
|
|
4466
4539
|
.e-de-ctn {
|
|
@@ -4473,7 +4546,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4473
4546
|
|
|
4474
4547
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
4475
4548
|
border-radius: 2px;
|
|
4476
|
-
margin-left: 7.5px;
|
|
4477
4549
|
}
|
|
4478
4550
|
|
|
4479
4551
|
.e-de-ctnr-toolbar {
|
|
@@ -4723,6 +4795,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4723
4795
|
}
|
|
4724
4796
|
|
|
4725
4797
|
.e-de-review-pane {
|
|
4798
|
+
background: #303030;
|
|
4726
4799
|
border-left: 1px solid #616161;
|
|
4727
4800
|
height: 100%;
|
|
4728
4801
|
min-height: 200px;
|
|
@@ -4740,34 +4813,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4740
4813
|
width: 270px;
|
|
4741
4814
|
}
|
|
4742
4815
|
|
|
4743
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4744
|
-
box-shadow: none;
|
|
4745
|
-
height: 28px;
|
|
4746
|
-
}
|
|
4747
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4748
|
-
box-shadow: none;
|
|
4749
|
-
}
|
|
4750
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4751
|
-
box-shadow: none;
|
|
4752
|
-
}
|
|
4753
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4754
|
-
box-shadow: none;
|
|
4755
|
-
}
|
|
4756
|
-
|
|
4757
|
-
.e-de-ctnr-group-btn button {
|
|
4758
|
-
box-shadow: none;
|
|
4759
|
-
height: 28px;
|
|
4760
|
-
}
|
|
4761
|
-
.e-de-ctnr-group-btn button:focus {
|
|
4762
|
-
box-shadow: none;
|
|
4763
|
-
}
|
|
4764
|
-
.e-de-ctnr-group-btn button:active {
|
|
4765
|
-
box-shadow: none;
|
|
4766
|
-
}
|
|
4767
|
-
.e-de-ctnr-group-btn button:hover {
|
|
4768
|
-
box-shadow: none;
|
|
4769
|
-
}
|
|
4770
|
-
|
|
4771
4816
|
.e-de-property-div-padding {
|
|
4772
4817
|
border-bottom: 0.5px solid #616161;
|
|
4773
4818
|
padding: 12.5px;
|
|
@@ -4891,7 +4936,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4891
4936
|
}
|
|
4892
4937
|
|
|
4893
4938
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
4894
|
-
border-bottom: 1px solid #ccc;
|
|
4939
|
+
border-bottom: 1px solid #ccc !important;
|
|
4895
4940
|
margin-left: 5px;
|
|
4896
4941
|
width: 100%;
|
|
4897
4942
|
}
|
|
@@ -4960,10 +5005,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4960
5005
|
}
|
|
4961
5006
|
|
|
4962
5007
|
.e-de-list-container {
|
|
4963
|
-
background: #303030;
|
|
4964
5008
|
border: 1px solid #ccc;
|
|
4965
5009
|
border-radius: 2px;
|
|
4966
5010
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
5011
|
+
background: #303030;
|
|
4967
5012
|
box-sizing: border-box;
|
|
4968
5013
|
display: inline-block;
|
|
4969
5014
|
line-height: normal;
|
|
@@ -5236,7 +5281,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5236
5281
|
}
|
|
5237
5282
|
|
|
5238
5283
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
5239
|
-
height:
|
|
5284
|
+
height: 36px !important;
|
|
5240
5285
|
}
|
|
5241
5286
|
|
|
5242
5287
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -5263,7 +5308,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5263
5308
|
margin-left: 12px;
|
|
5264
5309
|
}
|
|
5265
5310
|
.e-rtl .e-de-listview-icon {
|
|
5311
|
+
height: auto;
|
|
5312
|
+
width: auto;
|
|
5266
5313
|
line-height: 22px;
|
|
5314
|
+
margin-left: 12px;
|
|
5267
5315
|
}
|
|
5268
5316
|
|
|
5269
5317
|
.e-bigger .de-split-button > div:first-child {
|
|
@@ -5322,7 +5370,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5322
5370
|
.e-bigger .e-de-ctnr-toolbar {
|
|
5323
5371
|
display: -ms-flexbox;
|
|
5324
5372
|
display: flex;
|
|
5325
|
-
height:
|
|
5373
|
+
height: 90px;
|
|
5326
5374
|
width: 100%;
|
|
5327
5375
|
}
|
|
5328
5376
|
.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
|
|
@@ -5351,7 +5399,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5351
5399
|
}
|
|
5352
5400
|
.e-bigger .e-de-tlbr-wrapper {
|
|
5353
5401
|
background-color: #212121;
|
|
5354
|
-
height:
|
|
5402
|
+
height: 90px;
|
|
5355
5403
|
width: calc(100% - 75px);
|
|
5356
5404
|
}
|
|
5357
5405
|
.e-bigger .e-de-ctnr-prop-label {
|
|
@@ -5371,10 +5419,9 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5371
5419
|
margin-right: 14.5px;
|
|
5372
5420
|
}
|
|
5373
5421
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
|
|
5374
|
-
height:
|
|
5422
|
+
height: 90px;
|
|
5375
5423
|
}
|
|
5376
5424
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5377
|
-
height: 25px;
|
|
5378
5425
|
margin: 0 7.5px;
|
|
5379
5426
|
}
|
|
5380
5427
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
@@ -5443,11 +5490,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5443
5490
|
}
|
|
5444
5491
|
.e-bigger .e-de-showhide-btn {
|
|
5445
5492
|
border: 0;
|
|
5446
|
-
height:
|
|
5493
|
+
height: 90px;
|
|
5447
5494
|
}
|
|
5448
5495
|
.e-bigger .e-de-showhide-btn-rtl {
|
|
5449
5496
|
border: 0;
|
|
5450
|
-
height:
|
|
5497
|
+
height: 90px;
|
|
5451
5498
|
}
|
|
5452
5499
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
5453
5500
|
padding: 0;
|
|
@@ -5476,6 +5523,19 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5476
5523
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5477
5524
|
box-shadow: none;
|
|
5478
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
|
+
}
|
|
5479
5539
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5480
5540
|
box-shadow: none;
|
|
5481
5541
|
height: 36px;
|
|
@@ -5589,18 +5649,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5589
5649
|
margin-left: 10px;
|
|
5590
5650
|
}
|
|
5591
5651
|
.e-bigger .e-de-status-bar {
|
|
5592
|
-
background
|
|
5652
|
+
background: #303030;
|
|
5593
5653
|
display: -ms-flexbox;
|
|
5594
5654
|
display: flex;
|
|
5595
5655
|
padding-top: 3.5px;
|
|
5596
5656
|
width: 100%;
|
|
5597
5657
|
}
|
|
5598
5658
|
.e-bigger .e-de-statusbar-zoom {
|
|
5599
|
-
background-color: #303030;
|
|
5600
5659
|
border: 0;
|
|
5601
5660
|
color: #fff;
|
|
5602
5661
|
float: right;
|
|
5603
5662
|
height: 34px;
|
|
5663
|
+
background-color: #303030;
|
|
5604
5664
|
}
|
|
5605
5665
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5606
5666
|
line-height: 25px;
|
|
@@ -5616,7 +5676,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5616
5676
|
margin-right: 12px;
|
|
5617
5677
|
}
|
|
5618
5678
|
.e-bigger .e-de-listview-icon {
|
|
5679
|
+
height: auto;
|
|
5680
|
+
width: auto;
|
|
5619
5681
|
line-height: 22px;
|
|
5682
|
+
margin-right: 12px;
|
|
5620
5683
|
}
|
|
5621
5684
|
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5622
5685
|
height: 24px;
|
|
@@ -5624,7 +5687,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5624
5687
|
margin-left: 12px;
|
|
5625
5688
|
}
|
|
5626
5689
|
.e-bigger .e-rtl .e-de-listview-icon {
|
|
5690
|
+
height: auto;
|
|
5691
|
+
width: auto;
|
|
5627
5692
|
line-height: 22px;
|
|
5693
|
+
margin-left: 12px;
|
|
5628
5694
|
}
|
|
5629
5695
|
|
|
5630
5696
|
.e-de-ctn .e-de-bzr-button {
|
package/styles/material.css
CHANGED
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
.e-documenteditor .e-de-multi-cmt-mark::before {
|
|
53
53
|
content: "\e97a";
|
|
54
54
|
font-family: "e-icons";
|
|
55
|
+
font-size: 14px;
|
|
55
56
|
}
|
|
56
57
|
.e-documenteditor .e-de-cmt-post::before {
|
|
57
58
|
content: "\e816";
|
|
@@ -2345,6 +2346,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2345
2346
|
height: 35px;
|
|
2346
2347
|
}
|
|
2347
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
|
+
|
|
2348
2354
|
.e-de-style-bold-button-size {
|
|
2349
2355
|
margin-left: 8px;
|
|
2350
2356
|
margin-right: 8px;
|
|
@@ -3305,6 +3311,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3305
3311
|
|
|
3306
3312
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3307
3313
|
margin-top: 0px;
|
|
3314
|
+
background: #fff;
|
|
3308
3315
|
}
|
|
3309
3316
|
|
|
3310
3317
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -4213,6 +4220,21 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4213
4220
|
font-family: "e-icons";
|
|
4214
4221
|
}
|
|
4215
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
|
+
|
|
4216
4238
|
.e-de-ctnr-columns::before {
|
|
4217
4239
|
content: "\e955";
|
|
4218
4240
|
font-family: "e-icons";
|
|
@@ -4345,6 +4367,46 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4345
4367
|
height: 100%;
|
|
4346
4368
|
}
|
|
4347
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
|
+
|
|
4348
4410
|
.e-de-statusbar-pageweb {
|
|
4349
4411
|
background: #fafafa;
|
|
4350
4412
|
border: 0;
|
|
@@ -4382,7 +4444,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4382
4444
|
}
|
|
4383
4445
|
|
|
4384
4446
|
.e-de-listview-icon {
|
|
4447
|
+
height: auto;
|
|
4448
|
+
width: auto;
|
|
4385
4449
|
line-height: 22px;
|
|
4450
|
+
margin-right: 12px;
|
|
4386
4451
|
}
|
|
4387
4452
|
|
|
4388
4453
|
.e-de-linespacing {
|
|
@@ -4453,14 +4518,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4453
4518
|
.e-de-statusbar-separator {
|
|
4454
4519
|
border-left: 1px solid #ebebeb;
|
|
4455
4520
|
height: 16px;
|
|
4456
|
-
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 #ebebeb;
|
|
4528
|
+
height: 16px;
|
|
4529
|
+
margin-left: 7.5px;
|
|
4530
|
+
margin-right: 7.5px;
|
|
4457
4531
|
margin-top: 10px;
|
|
4458
4532
|
}
|
|
4459
4533
|
|
|
4460
4534
|
.e-de-statusbar-spellcheck {
|
|
4461
4535
|
border-radius: 2px;
|
|
4462
4536
|
font-weight: 400;
|
|
4463
|
-
margin-left: 7.5px;
|
|
4464
4537
|
}
|
|
4465
4538
|
|
|
4466
4539
|
.e-de-ctn {
|
|
@@ -4473,7 +4546,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4473
4546
|
|
|
4474
4547
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
4475
4548
|
border-radius: 2px;
|
|
4476
|
-
margin-left: 7.5px;
|
|
4477
4549
|
}
|
|
4478
4550
|
|
|
4479
4551
|
.e-de-ctnr-toolbar {
|
|
@@ -4728,6 +4800,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4728
4800
|
}
|
|
4729
4801
|
|
|
4730
4802
|
.e-de-review-pane {
|
|
4803
|
+
background: #fafafa;
|
|
4731
4804
|
border-left: 1px solid #e0e0e0;
|
|
4732
4805
|
height: 100%;
|
|
4733
4806
|
min-height: 200px;
|
|
@@ -4745,34 +4818,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4745
4818
|
width: 270px;
|
|
4746
4819
|
}
|
|
4747
4820
|
|
|
4748
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4749
|
-
box-shadow: none;
|
|
4750
|
-
height: 28px;
|
|
4751
|
-
}
|
|
4752
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4753
|
-
box-shadow: none;
|
|
4754
|
-
}
|
|
4755
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4756
|
-
box-shadow: none;
|
|
4757
|
-
}
|
|
4758
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4759
|
-
box-shadow: none;
|
|
4760
|
-
}
|
|
4761
|
-
|
|
4762
|
-
.e-de-ctnr-group-btn button {
|
|
4763
|
-
box-shadow: none;
|
|
4764
|
-
height: 28px;
|
|
4765
|
-
}
|
|
4766
|
-
.e-de-ctnr-group-btn button:focus {
|
|
4767
|
-
box-shadow: none;
|
|
4768
|
-
}
|
|
4769
|
-
.e-de-ctnr-group-btn button:active {
|
|
4770
|
-
box-shadow: none;
|
|
4771
|
-
}
|
|
4772
|
-
.e-de-ctnr-group-btn button:hover {
|
|
4773
|
-
box-shadow: none;
|
|
4774
|
-
}
|
|
4775
|
-
|
|
4776
4821
|
.e-de-property-div-padding {
|
|
4777
4822
|
border-bottom: 0.5px solid #e0e0e0;
|
|
4778
4823
|
padding: 12.5px;
|
|
@@ -4896,7 +4941,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4896
4941
|
}
|
|
4897
4942
|
|
|
4898
4943
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
4899
|
-
border-bottom: 1px solid #ccc;
|
|
4944
|
+
border-bottom: 1px solid #ccc !important;
|
|
4900
4945
|
margin-left: 5px;
|
|
4901
4946
|
width: 100%;
|
|
4902
4947
|
}
|
|
@@ -4965,10 +5010,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4965
5010
|
}
|
|
4966
5011
|
|
|
4967
5012
|
.e-de-list-container {
|
|
4968
|
-
background: #fafafa;
|
|
4969
5013
|
border: 1px solid #ccc;
|
|
4970
5014
|
border-radius: 2px;
|
|
4971
5015
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
5016
|
+
background: #fafafa;
|
|
4972
5017
|
box-sizing: border-box;
|
|
4973
5018
|
display: inline-block;
|
|
4974
5019
|
line-height: normal;
|
|
@@ -5241,7 +5286,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5241
5286
|
}
|
|
5242
5287
|
|
|
5243
5288
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
5244
|
-
height:
|
|
5289
|
+
height: 36px !important;
|
|
5245
5290
|
}
|
|
5246
5291
|
|
|
5247
5292
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -5268,7 +5313,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5268
5313
|
margin-left: 12px;
|
|
5269
5314
|
}
|
|
5270
5315
|
.e-rtl .e-de-listview-icon {
|
|
5316
|
+
height: auto;
|
|
5317
|
+
width: auto;
|
|
5271
5318
|
line-height: 22px;
|
|
5319
|
+
margin-left: 12px;
|
|
5272
5320
|
}
|
|
5273
5321
|
|
|
5274
5322
|
.e-bigger .de-split-button > div:first-child {
|
|
@@ -5383,7 +5431,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5383
5431
|
height: 82px;
|
|
5384
5432
|
}
|
|
5385
5433
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5386
|
-
height: 25px;
|
|
5387
5434
|
margin: 0 7.5px;
|
|
5388
5435
|
}
|
|
5389
5436
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
@@ -5464,6 +5511,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5464
5511
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5465
5512
|
display: table;
|
|
5466
5513
|
font-size: 13px;
|
|
5514
|
+
font-size: 12px !important;
|
|
5467
5515
|
margin: 0 6px;
|
|
5468
5516
|
padding: 0;
|
|
5469
5517
|
white-space: normal;
|
|
@@ -5486,6 +5534,19 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5486
5534
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5487
5535
|
box-shadow: none;
|
|
5488
5536
|
}
|
|
5537
|
+
.e-bigger .e-de-status-bar button {
|
|
5538
|
+
height: 36px;
|
|
5539
|
+
box-shadow: none;
|
|
5540
|
+
}
|
|
5541
|
+
.e-bigger .e-de-status-bar button:focus {
|
|
5542
|
+
box-shadow: none;
|
|
5543
|
+
}
|
|
5544
|
+
.e-bigger .e-de-status-bar button:active {
|
|
5545
|
+
box-shadow: none;
|
|
5546
|
+
}
|
|
5547
|
+
.e-bigger .e-de-status-bar button:hover {
|
|
5548
|
+
box-shadow: none;
|
|
5549
|
+
}
|
|
5489
5550
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5490
5551
|
box-shadow: none;
|
|
5491
5552
|
height: 36px;
|
|
@@ -5599,18 +5660,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5599
5660
|
margin-left: 10px;
|
|
5600
5661
|
}
|
|
5601
5662
|
.e-bigger .e-de-status-bar {
|
|
5602
|
-
background
|
|
5663
|
+
background: #fafafa;
|
|
5603
5664
|
display: -ms-flexbox;
|
|
5604
5665
|
display: flex;
|
|
5605
5666
|
padding-top: 3.5px;
|
|
5606
5667
|
width: 100%;
|
|
5607
5668
|
}
|
|
5608
5669
|
.e-bigger .e-de-statusbar-zoom {
|
|
5609
|
-
background-color: #fafafa;
|
|
5610
5670
|
border: 0;
|
|
5611
5671
|
color: #000;
|
|
5612
5672
|
float: right;
|
|
5613
5673
|
height: 34px;
|
|
5674
|
+
background-color: #fafafa;
|
|
5614
5675
|
}
|
|
5615
5676
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5616
5677
|
line-height: 25px;
|
|
@@ -5625,7 +5686,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5625
5686
|
margin-right: 12px;
|
|
5626
5687
|
}
|
|
5627
5688
|
.e-bigger .e-de-listview-icon {
|
|
5689
|
+
height: auto;
|
|
5690
|
+
width: auto;
|
|
5628
5691
|
line-height: 22px;
|
|
5692
|
+
margin-right: 12px;
|
|
5629
5693
|
}
|
|
5630
5694
|
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5631
5695
|
height: 24px;
|
|
@@ -5633,7 +5697,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5633
5697
|
margin-left: 12px;
|
|
5634
5698
|
}
|
|
5635
5699
|
.e-bigger .e-rtl .e-de-listview-icon {
|
|
5700
|
+
height: auto;
|
|
5701
|
+
width: auto;
|
|
5636
5702
|
line-height: 22px;
|
|
5703
|
+
margin-left: 12px;
|
|
5637
5704
|
}
|
|
5638
5705
|
|
|
5639
5706
|
.e-de-ctn .e-de-bzr-button {
|