@syncfusion/ej2-angular-documenteditor 21.2.10-ngcc → 22.1.34-ngcc
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/@syncfusion/ej2-angular-documenteditor.es5.js +1 -1
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-documenteditor.js +1 -1
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -1
- package/CHANGELOG.md +11 -0
- package/dist/ej2-angular-documenteditor.umd.js +5 -2
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +2 -2
- package/license +10 -0
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +102 -37
- package/styles/bootstrap.css +106 -37
- package/styles/bootstrap4.css +110 -37
- package/styles/bootstrap5-dark.css +102 -37
- package/styles/bootstrap5.css +102 -37
- package/styles/document-editor/bootstrap-dark.css +6 -0
- package/styles/document-editor/bootstrap.css +10 -0
- package/styles/document-editor/bootstrap4.css +14 -0
- package/styles/document-editor/bootstrap5-dark.css +6 -0
- package/styles/document-editor/bootstrap5.css +6 -0
- package/styles/document-editor/fabric-dark.css +6 -0
- package/styles/document-editor/fabric.css +10 -0
- package/styles/document-editor/fluent-dark.css +6 -0
- package/styles/document-editor/fluent.css +6 -0
- package/styles/document-editor/highcontrast.css +6 -0
- package/styles/document-editor/material-dark.css +6 -0
- package/styles/document-editor/material.css +6 -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 +6 -0
- package/styles/document-editor/tailwind.css +6 -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 +102 -37
- package/styles/fabric.css +106 -37
- package/styles/fluent-dark.css +102 -37
- package/styles/fluent.css +102 -37
- package/styles/highcontrast-light.css +96 -37
- package/styles/highcontrast.css +102 -37
- package/styles/material-dark.css +107 -42
- package/styles/material.css +103 -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 +101 -36
- package/styles/tailwind.css +101 -36
package/styles/bootstrap5.css
CHANGED
|
@@ -2498,6 +2498,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2498
2498
|
margin-left: 6px;
|
|
2499
2499
|
}
|
|
2500
2500
|
|
|
2501
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2502
|
+
height: 40px !important;
|
|
2503
|
+
width: auto !important;
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2501
2506
|
.e-de-style-bold-button-size {
|
|
2502
2507
|
margin-left: 6px;
|
|
2503
2508
|
}
|
|
@@ -3410,6 +3415,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3410
3415
|
|
|
3411
3416
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3412
3417
|
margin-top: 0px;
|
|
3418
|
+
background: #f8f9fa;
|
|
3413
3419
|
}
|
|
3414
3420
|
|
|
3415
3421
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -4341,6 +4347,21 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4341
4347
|
font-family: "e-icons";
|
|
4342
4348
|
}
|
|
4343
4349
|
|
|
4350
|
+
.e-de-e-paragraph-style-mark::before {
|
|
4351
|
+
content: "\e844";
|
|
4352
|
+
font-family: "e-icons";
|
|
4353
|
+
}
|
|
4354
|
+
|
|
4355
|
+
.e-de-e-character-style-mark::before {
|
|
4356
|
+
content: "\e8bf";
|
|
4357
|
+
font-family: "e-icons";
|
|
4358
|
+
}
|
|
4359
|
+
|
|
4360
|
+
.e-de-e-linked-style-mark::before {
|
|
4361
|
+
content: "\e8c0";
|
|
4362
|
+
font-family: "e-icons";
|
|
4363
|
+
}
|
|
4364
|
+
|
|
4344
4365
|
.e-de-ctnr-columns::before {
|
|
4345
4366
|
content: "\e8b4";
|
|
4346
4367
|
font-family: "e-icons";
|
|
@@ -4473,6 +4494,46 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4473
4494
|
height: 100%;
|
|
4474
4495
|
}
|
|
4475
4496
|
|
|
4497
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4498
|
+
box-shadow: none;
|
|
4499
|
+
height: 31px;
|
|
4500
|
+
}
|
|
4501
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4502
|
+
box-shadow: none;
|
|
4503
|
+
}
|
|
4504
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4505
|
+
box-shadow: none;
|
|
4506
|
+
}
|
|
4507
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4508
|
+
box-shadow: none;
|
|
4509
|
+
}
|
|
4510
|
+
|
|
4511
|
+
.e-de-ctnr-group-btn-middle button {
|
|
4512
|
+
border-radius: 0px;
|
|
4513
|
+
}
|
|
4514
|
+
|
|
4515
|
+
.de-tbl-fill-clr .e-dropdown-btn.e-btn {
|
|
4516
|
+
box-shadow: none;
|
|
4517
|
+
}
|
|
4518
|
+
|
|
4519
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button,
|
|
4520
|
+
.e-de-ctn .e-de-status-bar button {
|
|
4521
|
+
box-shadow: none;
|
|
4522
|
+
height: 31px;
|
|
4523
|
+
}
|
|
4524
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:focus,
|
|
4525
|
+
.e-de-ctn .e-de-status-bar button:focus {
|
|
4526
|
+
box-shadow: none;
|
|
4527
|
+
}
|
|
4528
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:active,
|
|
4529
|
+
.e-de-ctn .e-de-status-bar button:active {
|
|
4530
|
+
box-shadow: none;
|
|
4531
|
+
}
|
|
4532
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:hover,
|
|
4533
|
+
.e-de-ctn .e-de-status-bar button:hover {
|
|
4534
|
+
box-shadow: none;
|
|
4535
|
+
}
|
|
4536
|
+
|
|
4476
4537
|
.e-de-statusbar-pageweb {
|
|
4477
4538
|
background: #f8f9fa;
|
|
4478
4539
|
border: 0;
|
|
@@ -4508,7 +4569,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4508
4569
|
}
|
|
4509
4570
|
|
|
4510
4571
|
.e-de-listview-icon {
|
|
4572
|
+
height: auto;
|
|
4573
|
+
width: auto;
|
|
4511
4574
|
line-height: 22px;
|
|
4575
|
+
margin-right: 12px;
|
|
4512
4576
|
}
|
|
4513
4577
|
|
|
4514
4578
|
.e-de-linespacing {
|
|
@@ -4608,14 +4672,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4608
4672
|
.e-de-statusbar-separator {
|
|
4609
4673
|
border-left: 1px solid #dee2e6;
|
|
4610
4674
|
height: 16px;
|
|
4611
|
-
margin-left:
|
|
4675
|
+
margin-left: 7.5px;
|
|
4676
|
+
margin-right: 7.5px;
|
|
4677
|
+
margin-top: 6px;
|
|
4678
|
+
}
|
|
4679
|
+
|
|
4680
|
+
.e-bigger .e-de-statusbar-separator {
|
|
4681
|
+
border-left: 1px solid #dee2e6;
|
|
4682
|
+
height: 16px;
|
|
4683
|
+
margin-left: 7.5px;
|
|
4684
|
+
margin-right: 7.5px;
|
|
4612
4685
|
margin-top: 6px;
|
|
4613
4686
|
}
|
|
4614
4687
|
|
|
4615
4688
|
.e-de-statusbar-spellcheck {
|
|
4616
4689
|
border-radius: 2px;
|
|
4617
4690
|
font-weight: 400;
|
|
4618
|
-
margin-left: 7.5px;
|
|
4619
4691
|
}
|
|
4620
4692
|
|
|
4621
4693
|
.e-de-ctn {
|
|
@@ -4628,7 +4700,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4628
4700
|
|
|
4629
4701
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
4630
4702
|
border-radius: 2px;
|
|
4631
|
-
margin-left: 7.5px;
|
|
4632
4703
|
}
|
|
4633
4704
|
|
|
4634
4705
|
.e-de-ctnr-toolbar {
|
|
@@ -5036,6 +5107,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5036
5107
|
}
|
|
5037
5108
|
|
|
5038
5109
|
.e-de-review-pane {
|
|
5110
|
+
background: #f8f9fa;
|
|
5039
5111
|
border-left: 1px solid #ced4da;
|
|
5040
5112
|
height: 100%;
|
|
5041
5113
|
min-height: 200px;
|
|
@@ -5053,34 +5125,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5053
5125
|
width: 306px;
|
|
5054
5126
|
}
|
|
5055
5127
|
|
|
5056
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
5057
|
-
box-shadow: none;
|
|
5058
|
-
height: 31px;
|
|
5059
|
-
}
|
|
5060
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
5061
|
-
box-shadow: none;
|
|
5062
|
-
}
|
|
5063
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
5064
|
-
box-shadow: none;
|
|
5065
|
-
}
|
|
5066
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5067
|
-
box-shadow: none;
|
|
5068
|
-
}
|
|
5069
|
-
|
|
5070
|
-
.e-de-ctnr-group-btn button {
|
|
5071
|
-
box-shadow: none;
|
|
5072
|
-
height: 31px;
|
|
5073
|
-
}
|
|
5074
|
-
.e-de-ctnr-group-btn button:focus {
|
|
5075
|
-
box-shadow: none;
|
|
5076
|
-
}
|
|
5077
|
-
.e-de-ctnr-group-btn button:active {
|
|
5078
|
-
box-shadow: none;
|
|
5079
|
-
}
|
|
5080
|
-
.e-de-ctnr-group-btn button:hover {
|
|
5081
|
-
box-shadow: none;
|
|
5082
|
-
}
|
|
5083
|
-
|
|
5084
5128
|
.e-de-property-div-padding {
|
|
5085
5129
|
border-bottom: 0.5px solid #dee2e6;
|
|
5086
5130
|
padding: 12px;
|
|
@@ -5213,7 +5257,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5213
5257
|
}
|
|
5214
5258
|
|
|
5215
5259
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
5216
|
-
border-bottom: 1px solid #6c757d;
|
|
5260
|
+
border-bottom: 1px solid #6c757d !important;
|
|
5217
5261
|
margin-left: 5px;
|
|
5218
5262
|
width: 100%;
|
|
5219
5263
|
}
|
|
@@ -5282,10 +5326,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5282
5326
|
}
|
|
5283
5327
|
|
|
5284
5328
|
.e-de-list-container {
|
|
5285
|
-
background: #f8f9fa;
|
|
5286
5329
|
border: 1px solid #ccc;
|
|
5287
5330
|
border-radius: 2px;
|
|
5288
5331
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
5332
|
+
background: #f8f9fa;
|
|
5289
5333
|
box-sizing: border-box;
|
|
5290
5334
|
display: inline-block;
|
|
5291
5335
|
line-height: normal;
|
|
@@ -5558,7 +5602,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5558
5602
|
}
|
|
5559
5603
|
|
|
5560
5604
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
5561
|
-
height:
|
|
5605
|
+
height: 36px !important;
|
|
5562
5606
|
}
|
|
5563
5607
|
|
|
5564
5608
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -5585,7 +5629,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5585
5629
|
margin-left: 12px;
|
|
5586
5630
|
}
|
|
5587
5631
|
.e-rtl .e-de-listview-icon {
|
|
5632
|
+
height: auto;
|
|
5633
|
+
width: auto;
|
|
5588
5634
|
line-height: 22px;
|
|
5635
|
+
margin-left: 12px;
|
|
5589
5636
|
}
|
|
5590
5637
|
|
|
5591
5638
|
.e-bigger .de-split-button > div:first-child {
|
|
@@ -5708,7 +5755,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5708
5755
|
height: 81px;
|
|
5709
5756
|
}
|
|
5710
5757
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5711
|
-
height: 25px;
|
|
5712
5758
|
margin: 0 16px;
|
|
5713
5759
|
}
|
|
5714
5760
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
@@ -5811,6 +5857,19 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5811
5857
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5812
5858
|
box-shadow: none;
|
|
5813
5859
|
}
|
|
5860
|
+
.e-bigger .e-de-status-bar button {
|
|
5861
|
+
height: 38px;
|
|
5862
|
+
box-shadow: none;
|
|
5863
|
+
}
|
|
5864
|
+
.e-bigger .e-de-status-bar button:focus {
|
|
5865
|
+
box-shadow: none;
|
|
5866
|
+
}
|
|
5867
|
+
.e-bigger .e-de-status-bar button:active {
|
|
5868
|
+
box-shadow: none;
|
|
5869
|
+
}
|
|
5870
|
+
.e-bigger .e-de-status-bar button:hover {
|
|
5871
|
+
box-shadow: none;
|
|
5872
|
+
}
|
|
5814
5873
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5815
5874
|
box-shadow: none;
|
|
5816
5875
|
height: 38px;
|
|
@@ -5925,18 +5984,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5925
5984
|
margin-left: 10px;
|
|
5926
5985
|
}
|
|
5927
5986
|
.e-bigger .e-de-status-bar {
|
|
5928
|
-
background
|
|
5987
|
+
background: #f8f9fa;
|
|
5929
5988
|
display: -ms-flexbox;
|
|
5930
5989
|
display: flex;
|
|
5931
5990
|
padding-top: 5px;
|
|
5932
5991
|
width: 100%;
|
|
5933
5992
|
}
|
|
5934
5993
|
.e-bigger .e-de-statusbar-zoom {
|
|
5935
|
-
background-color: #f8f9fa;
|
|
5936
5994
|
border: 0;
|
|
5937
5995
|
color: #495057;
|
|
5938
5996
|
float: right;
|
|
5939
5997
|
height: 34px;
|
|
5998
|
+
background-color: #f8f9fa;
|
|
5940
5999
|
}
|
|
5941
6000
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5942
6001
|
line-height: 25px;
|
|
@@ -5952,7 +6011,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5952
6011
|
margin-right: 16px;
|
|
5953
6012
|
}
|
|
5954
6013
|
.e-bigger .e-de-listview-icon {
|
|
6014
|
+
height: auto;
|
|
6015
|
+
width: auto;
|
|
5955
6016
|
line-height: 22px;
|
|
6017
|
+
margin-right: 16px;
|
|
5956
6018
|
}
|
|
5957
6019
|
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5958
6020
|
height: 24px;
|
|
@@ -5960,7 +6022,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5960
6022
|
margin-left: 16px;
|
|
5961
6023
|
}
|
|
5962
6024
|
.e-bigger .e-rtl .e-de-listview-icon {
|
|
6025
|
+
height: auto;
|
|
6026
|
+
width: auto;
|
|
5963
6027
|
line-height: 22px;
|
|
6028
|
+
margin-left: 16px;
|
|
5964
6029
|
}
|
|
5965
6030
|
|
|
5966
6031
|
.e-de-ctn .e-de-bzr-button {
|
|
@@ -2351,6 +2351,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2351
2351
|
height: 35px;
|
|
2352
2352
|
}
|
|
2353
2353
|
|
|
2354
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2355
|
+
height: 40px !important;
|
|
2356
|
+
width: auto !important;
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2354
2359
|
.e-de-style-bold-button-size {
|
|
2355
2360
|
margin-left: 8px;
|
|
2356
2361
|
margin-right: 8px;
|
|
@@ -3311,6 +3316,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3311
3316
|
|
|
3312
3317
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3313
3318
|
margin-top: 0px;
|
|
3319
|
+
background: #1a1a1a;
|
|
3314
3320
|
}
|
|
3315
3321
|
|
|
3316
3322
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -2347,6 +2347,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2347
2347
|
height: 35px;
|
|
2348
2348
|
}
|
|
2349
2349
|
|
|
2350
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2351
|
+
height: 40px !important;
|
|
2352
|
+
width: auto !important;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2350
2355
|
.e-de-style-bold-button-size {
|
|
2351
2356
|
margin-left: 8px;
|
|
2352
2357
|
margin-right: 8px;
|
|
@@ -3210,6 +3215,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3210
3215
|
font-weight: normal;
|
|
3211
3216
|
}
|
|
3212
3217
|
|
|
3218
|
+
.e-de-track-toolbar .e-de-track-pane-drop-btn {
|
|
3219
|
+
padding-top: 4px !important;
|
|
3220
|
+
}
|
|
3221
|
+
|
|
3213
3222
|
.e-toolbar-item.e-de-track-toolbar-overlay.e-template.e-overlay {
|
|
3214
3223
|
opacity: 1;
|
|
3215
3224
|
font-weight: normal;
|
|
@@ -3308,6 +3317,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3308
3317
|
|
|
3309
3318
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3310
3319
|
margin-top: 0px;
|
|
3320
|
+
background: #fff;
|
|
3311
3321
|
}
|
|
3312
3322
|
|
|
3313
3323
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -1729,6 +1729,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1729
1729
|
margin-top: 0 !important;
|
|
1730
1730
|
}
|
|
1731
1731
|
|
|
1732
|
+
.e-de-bookmark .e-bookmark-textbox-input {
|
|
1733
|
+
box-sizing: border-box !important;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
.e-de-cp-option {
|
|
1737
|
+
background: transparent;
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1732
1740
|
.e-styles-common {
|
|
1733
1741
|
padding-top: 14px;
|
|
1734
1742
|
}
|
|
@@ -2487,6 +2495,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2487
2495
|
height: 35px;
|
|
2488
2496
|
}
|
|
2489
2497
|
|
|
2498
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2499
|
+
height: 40px !important;
|
|
2500
|
+
width: auto !important;
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2490
2503
|
.e-de-style-bold-button-size {
|
|
2491
2504
|
margin-left: 8px;
|
|
2492
2505
|
margin-right: 8px;
|
|
@@ -3455,6 +3468,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3455
3468
|
|
|
3456
3469
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3457
3470
|
margin-top: 0px;
|
|
3471
|
+
background: #f8f9fa;
|
|
3458
3472
|
}
|
|
3459
3473
|
|
|
3460
3474
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -2498,6 +2498,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2498
2498
|
margin-left: 6px;
|
|
2499
2499
|
}
|
|
2500
2500
|
|
|
2501
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2502
|
+
height: 40px !important;
|
|
2503
|
+
width: auto !important;
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2501
2506
|
.e-de-style-bold-button-size {
|
|
2502
2507
|
margin-left: 6px;
|
|
2503
2508
|
}
|
|
@@ -3410,6 +3415,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3410
3415
|
|
|
3411
3416
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3412
3417
|
margin-top: 0px;
|
|
3418
|
+
background: #282d31;
|
|
3413
3419
|
}
|
|
3414
3420
|
|
|
3415
3421
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -2498,6 +2498,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2498
2498
|
margin-left: 6px;
|
|
2499
2499
|
}
|
|
2500
2500
|
|
|
2501
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2502
|
+
height: 40px !important;
|
|
2503
|
+
width: auto !important;
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2501
2506
|
.e-de-style-bold-button-size {
|
|
2502
2507
|
margin-left: 6px;
|
|
2503
2508
|
}
|
|
@@ -3410,6 +3415,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3410
3415
|
|
|
3411
3416
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3412
3417
|
margin-top: 0px;
|
|
3418
|
+
background: #f8f9fa;
|
|
3413
3419
|
}
|
|
3414
3420
|
|
|
3415
3421
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -2351,6 +2351,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2351
2351
|
height: 35px;
|
|
2352
2352
|
}
|
|
2353
2353
|
|
|
2354
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2355
|
+
height: 40px !important;
|
|
2356
|
+
width: auto !important;
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2354
2359
|
.e-de-style-bold-button-size {
|
|
2355
2360
|
margin-left: 8px;
|
|
2356
2361
|
margin-right: 8px;
|
|
@@ -3311,6 +3316,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3311
3316
|
|
|
3312
3317
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3313
3318
|
margin-top: 0px;
|
|
3319
|
+
background: #201f1f;
|
|
3314
3320
|
}
|
|
3315
3321
|
|
|
3316
3322
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -2351,6 +2351,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2351
2351
|
height: 35px;
|
|
2352
2352
|
}
|
|
2353
2353
|
|
|
2354
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2355
|
+
height: 40px !important;
|
|
2356
|
+
width: auto !important;
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2354
2359
|
.e-de-style-bold-button-size {
|
|
2355
2360
|
margin-left: 8px;
|
|
2356
2361
|
margin-right: 8px;
|
|
@@ -3214,6 +3219,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3214
3219
|
font-weight: normal;
|
|
3215
3220
|
}
|
|
3216
3221
|
|
|
3222
|
+
.e-de-track-toolbar .e-de-track-pane-drop-btn {
|
|
3223
|
+
padding-top: 4px !important;
|
|
3224
|
+
}
|
|
3225
|
+
|
|
3217
3226
|
.e-toolbar-item.e-de-track-toolbar-overlay.e-template.e-overlay {
|
|
3218
3227
|
opacity: 1;
|
|
3219
3228
|
font-weight: normal;
|
|
@@ -3311,6 +3320,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3311
3320
|
|
|
3312
3321
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3313
3322
|
margin-top: 0px;
|
|
3323
|
+
background: #fff;
|
|
3314
3324
|
}
|
|
3315
3325
|
|
|
3316
3326
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -2442,6 +2442,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2442
2442
|
margin-left: 12px;
|
|
2443
2443
|
}
|
|
2444
2444
|
|
|
2445
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2446
|
+
height: 40px !important;
|
|
2447
|
+
width: auto !important;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2445
2450
|
.e-de-style-bold-button-size {
|
|
2446
2451
|
margin-left: 12px;
|
|
2447
2452
|
}
|
|
@@ -3352,6 +3357,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3352
3357
|
|
|
3353
3358
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3354
3359
|
margin-top: 0px;
|
|
3360
|
+
background: #201f1e;
|
|
3355
3361
|
}
|
|
3356
3362
|
|
|
3357
3363
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -2442,6 +2442,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2442
2442
|
margin-left: 12px;
|
|
2443
2443
|
}
|
|
2444
2444
|
|
|
2445
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2446
|
+
height: 40px !important;
|
|
2447
|
+
width: auto !important;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2445
2450
|
.e-de-style-bold-button-size {
|
|
2446
2451
|
margin-left: 12px;
|
|
2447
2452
|
}
|
|
@@ -3352,6 +3357,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3352
3357
|
|
|
3353
3358
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3354
3359
|
margin-top: 0px;
|
|
3360
|
+
background: #faf9f8;
|
|
3355
3361
|
}
|
|
3356
3362
|
|
|
3357
3363
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -2351,6 +2351,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2351
2351
|
height: 35px;
|
|
2352
2352
|
}
|
|
2353
2353
|
|
|
2354
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2355
|
+
height: 40px !important;
|
|
2356
|
+
width: auto !important;
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2354
2359
|
.e-de-style-bold-button-size {
|
|
2355
2360
|
margin-left: 8px;
|
|
2356
2361
|
margin-right: 8px;
|
|
@@ -3311,6 +3316,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3311
3316
|
|
|
3312
3317
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3313
3318
|
margin-top: 0px;
|
|
3319
|
+
background: #000;
|
|
3314
3320
|
}
|
|
3315
3321
|
|
|
3316
3322
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -2346,6 +2346,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2346
2346
|
height: 35px;
|
|
2347
2347
|
}
|
|
2348
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
|
+
|
|
2349
2354
|
.e-de-style-bold-button-size {
|
|
2350
2355
|
margin-left: 8px;
|
|
2351
2356
|
margin-right: 8px;
|
|
@@ -3306,6 +3311,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3306
3311
|
|
|
3307
3312
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3308
3313
|
margin-top: 0px;
|
|
3314
|
+
background: #212121;
|
|
3309
3315
|
}
|
|
3310
3316
|
|
|
3311
3317
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -2346,6 +2346,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2346
2346
|
height: 35px;
|
|
2347
2347
|
}
|
|
2348
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
|
+
|
|
2349
2354
|
.e-de-style-bold-button-size {
|
|
2350
2355
|
margin-left: 8px;
|
|
2351
2356
|
margin-right: 8px;
|
|
@@ -3306,6 +3311,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3306
3311
|
|
|
3307
3312
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3308
3313
|
margin-top: 0px;
|
|
3314
|
+
background: #fff;
|
|
3309
3315
|
}
|
|
3310
3316
|
|
|
3311
3317
|
.e-de-cmt-view:hover .e-de-cp-option {
|