@syncfusion/ej2-vue-documenteditor 19.2.60 → 19.3.45
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 +134 -90
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +4 -2
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +4 -2
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +8 -8
- package/src/document-editor/documenteditor.component.js +2 -1
- package/src/document-editor-container/documenteditorcontainer.component.js +2 -1
- package/styles/bootstrap-dark.css +284 -302
- package/styles/bootstrap.css +30 -110
- package/styles/bootstrap4.css +56 -139
- package/styles/bootstrap5-dark.css +5866 -0
- package/styles/bootstrap5-dark.scss +2 -0
- package/styles/bootstrap5.css +5866 -0
- package/styles/bootstrap5.scss +2 -0
- package/styles/document-editor/bootstrap-dark.css +53 -142
- package/styles/document-editor/bootstrap.css +10 -99
- package/styles/document-editor/bootstrap4.css +36 -125
- package/styles/document-editor/bootstrap5-dark.css +3699 -0
- package/styles/document-editor/bootstrap5-dark.scss +1 -0
- package/styles/document-editor/bootstrap5.css +3699 -0
- package/styles/document-editor/bootstrap5.scss +1 -0
- package/styles/document-editor/fabric-dark.css +31 -120
- package/styles/document-editor/fabric.css +10 -99
- package/styles/document-editor/highcontrast.css +15 -104
- package/styles/document-editor/material-dark.css +76 -168
- package/styles/document-editor/material.css +10 -99
- package/styles/document-editor/tailwind-dark.css +63 -61
- package/styles/document-editor/tailwind.css +47 -44
- package/styles/document-editor-container/bootstrap-dark.css +231 -160
- package/styles/document-editor-container/bootstrap.css +20 -11
- package/styles/document-editor-container/bootstrap4.css +20 -14
- package/styles/document-editor-container/bootstrap5-dark.css +2166 -0
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -0
- package/styles/document-editor-container/bootstrap5.css +2166 -0
- package/styles/document-editor-container/bootstrap5.scss +1 -0
- package/styles/document-editor-container/fabric-dark.css +214 -138
- package/styles/document-editor-container/fabric.css +67 -13
- package/styles/document-editor-container/highcontrast-light.css +87 -13
- package/styles/document-editor-container/highcontrast.css +66 -13
- package/styles/document-editor-container/material-dark.css +232 -170
- package/styles/document-editor-container/material.css +67 -15
- package/styles/document-editor-container/tailwind-dark.css +132 -45
- package/styles/document-editor-container/tailwind.css +127 -40
- package/styles/fabric-dark.css +245 -258
- package/styles/fabric.css +77 -112
- package/styles/highcontrast-light.css +87 -13
- package/styles/highcontrast.css +81 -117
- package/styles/material-dark.css +308 -338
- package/styles/material.css +77 -114
- package/styles/tailwind-dark.css +195 -106
- package/styles/tailwind.css +174 -84
package/styles/bootstrap.css
CHANGED
|
@@ -669,16 +669,6 @@
|
|
|
669
669
|
display: block;
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
673
|
-
height: 14px;
|
|
674
|
-
line-height: 6px;
|
|
675
|
-
width: 14px;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
679
|
-
font-size: 12px;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
672
|
.e-documenteditor .e-de-op-close-button {
|
|
683
673
|
left: 267px;
|
|
684
674
|
position: absolute;
|
|
@@ -713,7 +703,6 @@
|
|
|
713
703
|
|
|
714
704
|
.e-de-ff-dlg-heading-small {
|
|
715
705
|
display: block;
|
|
716
|
-
font-size: 14px;
|
|
717
706
|
font-weight: 400;
|
|
718
707
|
margin-bottom: 4px;
|
|
719
708
|
}
|
|
@@ -1348,10 +1337,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1348
1337
|
.e-de-row-ht-top,
|
|
1349
1338
|
.e-de-cell-ht-top {
|
|
1350
1339
|
padding: 0 20px;
|
|
1340
|
+
width: 160px;
|
|
1351
1341
|
}
|
|
1352
1342
|
|
|
1353
1343
|
.e-de-ht-wdth-type {
|
|
1354
1344
|
margin-top: -22px;
|
|
1345
|
+
width: 120px;
|
|
1355
1346
|
}
|
|
1356
1347
|
|
|
1357
1348
|
.e-de-row-ht-top.e-de-rtl,
|
|
@@ -1500,6 +1491,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1500
1491
|
top: 18px;
|
|
1501
1492
|
}
|
|
1502
1493
|
|
|
1494
|
+
.e-de-restrict-pane {
|
|
1495
|
+
color: #000;
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1503
1498
|
.e-de-op.e-de-rtl .e-de-search-tab-content {
|
|
1504
1499
|
margin-left: 20px;
|
|
1505
1500
|
margin-right: 0;
|
|
@@ -1544,7 +1539,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1544
1539
|
}
|
|
1545
1540
|
|
|
1546
1541
|
.e-documenteditor .e-input {
|
|
1547
|
-
color: #000;
|
|
1548
1542
|
font-size: 14px;
|
|
1549
1543
|
}
|
|
1550
1544
|
|
|
@@ -1927,7 +1921,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1927
1921
|
}
|
|
1928
1922
|
|
|
1929
1923
|
.e-de-spellcheck-btn {
|
|
1930
|
-
height: 36px;
|
|
1931
1924
|
margin-bottom: 8px;
|
|
1932
1925
|
width: 154px;
|
|
1933
1926
|
}
|
|
@@ -1994,10 +1987,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1994
1987
|
top: 385px;
|
|
1995
1988
|
}
|
|
1996
1989
|
|
|
1997
|
-
.e-de-font-content-label span.e-label {
|
|
1998
|
-
color: rgba(0, 0, 0, 0.87);
|
|
1999
|
-
}
|
|
2000
|
-
|
|
2001
1990
|
.e-de-font-label span.e-label {
|
|
2002
1991
|
color: rgba(0, 0, 0, 0.87);
|
|
2003
1992
|
}
|
|
@@ -2012,17 +2001,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2012
2001
|
color: rgba(0, 0, 0, 0.87);
|
|
2013
2002
|
}
|
|
2014
2003
|
|
|
2015
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
2016
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2017
|
-
font-size: 14px;
|
|
2018
|
-
}
|
|
2019
|
-
|
|
2020
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
2021
|
-
height: 15px;
|
|
2022
|
-
line-height: 11px;
|
|
2023
|
-
width: 15px;
|
|
2024
|
-
}
|
|
2025
|
-
|
|
2026
2004
|
.e-de-op-dlg-footer {
|
|
2027
2005
|
margin-top: 15px;
|
|
2028
2006
|
}
|
|
@@ -2044,62 +2022,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2044
2022
|
border: 0;
|
|
2045
2023
|
}
|
|
2046
2024
|
|
|
2047
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2048
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2052
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2056
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2060
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2064
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2068
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2072
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2076
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2080
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2081
|
-
}
|
|
2082
|
-
|
|
2083
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2084
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2088
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2092
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2093
|
-
}
|
|
2094
|
-
|
|
2095
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2096
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2097
|
-
}
|
|
2098
|
-
|
|
2099
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2100
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
2025
|
.e-de-list-format-info {
|
|
2104
2026
|
border-radius: 50% !important;
|
|
2105
2027
|
cursor: default;
|
|
@@ -2428,6 +2350,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2428
2350
|
float: right;
|
|
2429
2351
|
margin-left: 20px;
|
|
2430
2352
|
margin-top: 6px;
|
|
2353
|
+
width: 120px;
|
|
2431
2354
|
}
|
|
2432
2355
|
|
|
2433
2356
|
.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
|
|
@@ -2461,11 +2384,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2461
2384
|
float: right;
|
|
2462
2385
|
margin-left: 20px;
|
|
2463
2386
|
margin-top: 6px;
|
|
2387
|
+
width: 120px;
|
|
2464
2388
|
}
|
|
2465
2389
|
|
|
2466
2390
|
.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
|
|
2467
2391
|
margin-left: 0;
|
|
2468
2392
|
margin-right: 20px;
|
|
2393
|
+
width: 120px;
|
|
2469
2394
|
}
|
|
2470
2395
|
|
|
2471
2396
|
.e-de-table-ppty-options-break {
|
|
@@ -2853,20 +2778,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2853
2778
|
color: #777;
|
|
2854
2779
|
}
|
|
2855
2780
|
|
|
2856
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-label {
|
|
2857
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2858
|
-
font-size: 12px;
|
|
2859
|
-
}
|
|
2860
|
-
|
|
2861
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-frame {
|
|
2862
|
-
height: 16px;
|
|
2863
|
-
width: 16px;
|
|
2864
|
-
}
|
|
2865
|
-
|
|
2866
|
-
.e-de-restrict-pane .e-checkbox-wrapper {
|
|
2867
|
-
margin-bottom: 8px;
|
|
2868
|
-
}
|
|
2869
|
-
|
|
2870
2781
|
.e-de-rp-user .e-checkbox-wrapper {
|
|
2871
2782
|
width: auto;
|
|
2872
2783
|
}
|
|
@@ -2939,7 +2850,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2939
2850
|
font-size: 14px;
|
|
2940
2851
|
font-weight: normal;
|
|
2941
2852
|
margin-bottom: 8px;
|
|
2942
|
-
margin-top: c;
|
|
2943
2853
|
}
|
|
2944
2854
|
|
|
2945
2855
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
@@ -3097,6 +3007,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3097
3007
|
}
|
|
3098
3008
|
|
|
3099
3009
|
.e-de-tc-no-chng {
|
|
3010
|
+
color: #000;
|
|
3100
3011
|
font-size: 14px;
|
|
3101
3012
|
opacity: 65%;
|
|
3102
3013
|
margin: 60px 0;
|
|
@@ -4142,7 +4053,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4142
4053
|
|
|
4143
4054
|
.e-de-statusbar-pageweb .e-de-printlayout,
|
|
4144
4055
|
.e-de-statusbar-pageweb .e-de-weblayout {
|
|
4145
|
-
font-size:
|
|
4056
|
+
font-size: 16px;
|
|
4057
|
+
}
|
|
4058
|
+
|
|
4059
|
+
.e-de-statusbar-pageweb .e-de-printlayout:hover,
|
|
4060
|
+
.e-de-statusbar-pageweb .e-de-weblayout:hover {
|
|
4061
|
+
font-size: 16px;
|
|
4146
4062
|
}
|
|
4147
4063
|
|
|
4148
4064
|
.e-bigger .e-btn.e-de-statusbar-pageweb {
|
|
@@ -4169,8 +4085,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4169
4085
|
|
|
4170
4086
|
.e-de-pagenumber-text {
|
|
4171
4087
|
border: none !important;
|
|
4172
|
-
height: 22px !important;
|
|
4173
|
-
margin-top: -3px !important;
|
|
4174
4088
|
}
|
|
4175
4089
|
|
|
4176
4090
|
.e-de-pagenumber-input {
|
|
@@ -4178,8 +4092,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4178
4092
|
border: 1px solid #ccc;
|
|
4179
4093
|
border-radius: 2px;
|
|
4180
4094
|
color: #333;
|
|
4181
|
-
|
|
4182
|
-
padding: 2px;
|
|
4095
|
+
padding: 0px;
|
|
4183
4096
|
text-align: center;
|
|
4184
4097
|
width: 22px;
|
|
4185
4098
|
}
|
|
@@ -4202,6 +4115,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4202
4115
|
|
|
4203
4116
|
.e-de-ctn-title {
|
|
4204
4117
|
background-color: #317ab9;
|
|
4118
|
+
border-bottom: none !important;
|
|
4205
4119
|
color: #fff;
|
|
4206
4120
|
}
|
|
4207
4121
|
|
|
@@ -4431,10 +4345,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4431
4345
|
width: 100%;
|
|
4432
4346
|
}
|
|
4433
4347
|
|
|
4434
|
-
.de-split-button > div:first-child {
|
|
4435
|
-
margin-right: 14px;
|
|
4436
|
-
}
|
|
4437
|
-
|
|
4438
4348
|
.e-de-ctnr-properties-pane-btn {
|
|
4439
4349
|
width: 75px;
|
|
4440
4350
|
}
|
|
@@ -4620,6 +4530,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4620
4530
|
font-weight: 400;
|
|
4621
4531
|
height: 18px !important;
|
|
4622
4532
|
width: 18px !important;
|
|
4533
|
+
border-radius: 4px;
|
|
4623
4534
|
}
|
|
4624
4535
|
|
|
4625
4536
|
.e-de-font-clr-picker > div div button,
|
|
@@ -4929,6 +4840,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4929
4840
|
width: 100px;
|
|
4930
4841
|
}
|
|
4931
4842
|
|
|
4843
|
+
.e-de-ctnr-pg-no span {
|
|
4844
|
+
border: 1px solid transparent;
|
|
4845
|
+
}
|
|
4846
|
+
|
|
4932
4847
|
.e-de-ctnr-pg-no-spellout {
|
|
4933
4848
|
color: #333;
|
|
4934
4849
|
display: -ms-inline-flexbox;
|
|
@@ -4939,6 +4854,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4939
4854
|
width: calc(100% - 140px);
|
|
4940
4855
|
}
|
|
4941
4856
|
|
|
4857
|
+
.e-de-ctnr-pg-no-spellout span {
|
|
4858
|
+
border: 1px solid transparent;
|
|
4859
|
+
}
|
|
4860
|
+
|
|
4942
4861
|
.e-bigger .e-de-ctnr-pg-no-spellout {
|
|
4943
4862
|
color: #333;
|
|
4944
4863
|
display: -ms-inline-flexbox;
|
|
@@ -5233,8 +5152,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5233
5152
|
margin-right: 0;
|
|
5234
5153
|
}
|
|
5235
5154
|
|
|
5236
|
-
.e-bigger .e-de-ctnr-segment > div:first-child,
|
|
5237
|
-
.e-bigger .e-de-ctnr-segment > button:first-child {
|
|
5155
|
+
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5156
|
+
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5238
5157
|
margin-right: 16px;
|
|
5239
5158
|
}
|
|
5240
5159
|
|
|
@@ -5576,6 +5495,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5576
5495
|
color: #333;
|
|
5577
5496
|
border: 1px solid #fff;
|
|
5578
5497
|
box-shadow: none;
|
|
5498
|
+
border: none;
|
|
5579
5499
|
padding-bottom: 6px;
|
|
5580
5500
|
}
|
|
5581
5501
|
|
package/styles/bootstrap4.css
CHANGED
|
@@ -666,16 +666,6 @@
|
|
|
666
666
|
display: block;
|
|
667
667
|
}
|
|
668
668
|
|
|
669
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
670
|
-
height: 14px;
|
|
671
|
-
line-height: 6px;
|
|
672
|
-
width: 14px;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
676
|
-
font-size: 12px;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
669
|
.e-documenteditor .e-de-op-close-button {
|
|
680
670
|
left: 267px;
|
|
681
671
|
position: absolute;
|
|
@@ -710,7 +700,6 @@
|
|
|
710
700
|
|
|
711
701
|
.e-de-ff-dlg-heading-small {
|
|
712
702
|
display: block;
|
|
713
|
-
font-size: 14px;
|
|
714
703
|
font-weight: 400;
|
|
715
704
|
margin-bottom: 4px;
|
|
716
705
|
}
|
|
@@ -1349,10 +1338,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1349
1338
|
.e-de-row-ht-top,
|
|
1350
1339
|
.e-de-cell-ht-top {
|
|
1351
1340
|
padding: 0 20px;
|
|
1341
|
+
width: 160px;
|
|
1352
1342
|
}
|
|
1353
1343
|
|
|
1354
1344
|
.e-de-ht-wdth-type {
|
|
1355
1345
|
margin-top: -24px;
|
|
1346
|
+
width: 120px;
|
|
1356
1347
|
}
|
|
1357
1348
|
|
|
1358
1349
|
.e-de-row-ht-top.e-de-rtl,
|
|
@@ -1502,20 +1493,18 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1502
1493
|
padding-top: 0px;
|
|
1503
1494
|
}
|
|
1504
1495
|
|
|
1505
|
-
.e-de-style-
|
|
1506
|
-
.e-de-style-
|
|
1507
|
-
.e-de-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
padding: 4px 8px !important;
|
|
1496
|
+
.e-de-style-paragraph-indent-group-button .e-btn.e-active,
|
|
1497
|
+
.e-de-style-paragraph-group-button .e-btn.e-active,
|
|
1498
|
+
.e-de-style-font-group-button .e-btn.e-active {
|
|
1499
|
+
background-color: #6c757d;
|
|
1500
|
+
box-shadow: inset 0 3px 5px #4e555b;
|
|
1501
|
+
box-shadow: none;
|
|
1512
1502
|
}
|
|
1513
1503
|
|
|
1514
|
-
.e-de-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
color: #
|
|
1518
|
-
opacity: 1;
|
|
1504
|
+
.e-de-style-paragraph-indent-group-button .e-btn.e-active .e-btn-icon,
|
|
1505
|
+
.e-de-style-paragraph-group-button .e-btn.e-active .e-btn-icon,
|
|
1506
|
+
.e-de-style-font-group-button .e-btn.e-active .e-btn-icon {
|
|
1507
|
+
color: #fff;
|
|
1519
1508
|
}
|
|
1520
1509
|
|
|
1521
1510
|
.e-de-style-font-group-button .e-btn,
|
|
@@ -1576,26 +1565,28 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1576
1565
|
font-size: 14px;
|
|
1577
1566
|
}
|
|
1578
1567
|
|
|
1579
|
-
.e-de-
|
|
1580
|
-
|
|
1568
|
+
.e-de-style-font-color-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
|
|
1569
|
+
.e-de-style-font-color-picker .e-btn.e-icon-btn,
|
|
1570
|
+
.e-de-dlg-clr-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
|
|
1571
|
+
.e-de-dlg-clr-picker .e-btn.e-icon-btn,
|
|
1572
|
+
.e-de-font-dlg-display .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
|
|
1573
|
+
.e-de-font-dlg-display .e-colorpicker-wrapper .e-btn.e-icon-btn {
|
|
1574
|
+
padding: 4px 8px !important;
|
|
1581
1575
|
}
|
|
1582
1576
|
|
|
1583
|
-
.e-de-
|
|
1584
|
-
background: #
|
|
1577
|
+
.e-de-rp-close-icon.e-btn {
|
|
1578
|
+
background: #fafafa;
|
|
1579
|
+
border: 0;
|
|
1580
|
+
color: #495057;
|
|
1581
|
+
opacity: 1;
|
|
1585
1582
|
}
|
|
1586
1583
|
|
|
1587
|
-
.e-de-
|
|
1588
|
-
|
|
1589
|
-
.e-de-style-font-group-button .e-btn.e-active {
|
|
1590
|
-
background-color: #6c757d;
|
|
1591
|
-
box-shadow: inset 0 3px 5px #4e555b;
|
|
1592
|
-
box-shadow: none;
|
|
1584
|
+
.e-de-toc-dlg-style-input {
|
|
1585
|
+
margin-top: 18px;
|
|
1593
1586
|
}
|
|
1594
1587
|
|
|
1595
|
-
.e-de-
|
|
1596
|
-
|
|
1597
|
-
.e-de-style-font-group-button .e-btn.e-active .e-btn-icon {
|
|
1598
|
-
color: #fff;
|
|
1588
|
+
.e-de-list-container {
|
|
1589
|
+
background: #fff !important;
|
|
1599
1590
|
}
|
|
1600
1591
|
|
|
1601
1592
|
.e-documenteditor .e-de-op-close-button {
|
|
@@ -1656,6 +1647,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1656
1647
|
border-color: #ced4da;
|
|
1657
1648
|
}
|
|
1658
1649
|
|
|
1650
|
+
.e-de-restrict-pane {
|
|
1651
|
+
color: #000;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1659
1654
|
.e-de-op.e-de-rtl .e-de-search-tab-content {
|
|
1660
1655
|
margin-left: 14px;
|
|
1661
1656
|
margin-right: 0;
|
|
@@ -1700,7 +1695,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1700
1695
|
}
|
|
1701
1696
|
|
|
1702
1697
|
.e-documenteditor .e-input {
|
|
1703
|
-
color: #000;
|
|
1704
1698
|
font-size: 14px;
|
|
1705
1699
|
}
|
|
1706
1700
|
|
|
@@ -2083,7 +2077,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2083
2077
|
}
|
|
2084
2078
|
|
|
2085
2079
|
.e-de-spellcheck-btn {
|
|
2086
|
-
height: 36px;
|
|
2087
2080
|
margin-bottom: 8px;
|
|
2088
2081
|
width: 154px;
|
|
2089
2082
|
}
|
|
@@ -2150,10 +2143,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2150
2143
|
top: 385px;
|
|
2151
2144
|
}
|
|
2152
2145
|
|
|
2153
|
-
.e-de-font-content-label span.e-label {
|
|
2154
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2155
|
-
}
|
|
2156
|
-
|
|
2157
2146
|
.e-de-font-label span.e-label {
|
|
2158
2147
|
color: rgba(0, 0, 0, 0.87);
|
|
2159
2148
|
}
|
|
@@ -2168,17 +2157,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2168
2157
|
color: rgba(0, 0, 0, 0.87);
|
|
2169
2158
|
}
|
|
2170
2159
|
|
|
2171
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
2172
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2173
|
-
font-size: 14px;
|
|
2174
|
-
}
|
|
2175
|
-
|
|
2176
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
2177
|
-
height: 15px;
|
|
2178
|
-
line-height: 13px;
|
|
2179
|
-
width: 15px;
|
|
2180
|
-
}
|
|
2181
|
-
|
|
2182
2160
|
.e-de-op-dlg-footer {
|
|
2183
2161
|
margin-top: 14px;
|
|
2184
2162
|
}
|
|
@@ -2200,62 +2178,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2200
2178
|
border: 0;
|
|
2201
2179
|
}
|
|
2202
2180
|
|
|
2203
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2204
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2205
|
-
}
|
|
2206
|
-
|
|
2207
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2208
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2209
|
-
}
|
|
2210
|
-
|
|
2211
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2212
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2213
|
-
}
|
|
2214
|
-
|
|
2215
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2216
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2217
|
-
}
|
|
2218
|
-
|
|
2219
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2220
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2221
|
-
}
|
|
2222
|
-
|
|
2223
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2224
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2225
|
-
}
|
|
2226
|
-
|
|
2227
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2228
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2229
|
-
}
|
|
2230
|
-
|
|
2231
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2232
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2233
|
-
}
|
|
2234
|
-
|
|
2235
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2236
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2237
|
-
}
|
|
2238
|
-
|
|
2239
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2240
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2241
|
-
}
|
|
2242
|
-
|
|
2243
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2244
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2245
|
-
}
|
|
2246
|
-
|
|
2247
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2248
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2249
|
-
}
|
|
2250
|
-
|
|
2251
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2252
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2253
|
-
}
|
|
2254
|
-
|
|
2255
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2256
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2257
|
-
}
|
|
2258
|
-
|
|
2259
2181
|
.e-de-list-format-info {
|
|
2260
2182
|
border-radius: 50% !important;
|
|
2261
2183
|
cursor: default;
|
|
@@ -2575,6 +2497,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2575
2497
|
float: right;
|
|
2576
2498
|
margin-left: 20px;
|
|
2577
2499
|
margin-top: 6px;
|
|
2500
|
+
width: 120px;
|
|
2578
2501
|
}
|
|
2579
2502
|
|
|
2580
2503
|
.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
|
|
@@ -2608,11 +2531,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2608
2531
|
float: right;
|
|
2609
2532
|
margin-left: 20px;
|
|
2610
2533
|
margin-top: 6px;
|
|
2534
|
+
width: 120px;
|
|
2611
2535
|
}
|
|
2612
2536
|
|
|
2613
2537
|
.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
|
|
2614
2538
|
margin-left: 0;
|
|
2615
2539
|
margin-right: 20px;
|
|
2540
|
+
width: 120px;
|
|
2616
2541
|
}
|
|
2617
2542
|
|
|
2618
2543
|
.e-de-table-ppty-options-break {
|
|
@@ -3000,20 +2925,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3000
2925
|
color: #212529;
|
|
3001
2926
|
}
|
|
3002
2927
|
|
|
3003
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-label {
|
|
3004
|
-
color: rgba(0, 0, 0, 0.87);
|
|
3005
|
-
font-size: 12px;
|
|
3006
|
-
}
|
|
3007
|
-
|
|
3008
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-frame {
|
|
3009
|
-
height: 16px;
|
|
3010
|
-
width: 16px;
|
|
3011
|
-
}
|
|
3012
|
-
|
|
3013
|
-
.e-de-restrict-pane .e-checkbox-wrapper {
|
|
3014
|
-
margin-bottom: 8px;
|
|
3015
|
-
}
|
|
3016
|
-
|
|
3017
2928
|
.e-de-rp-user .e-checkbox-wrapper {
|
|
3018
2929
|
width: auto;
|
|
3019
2930
|
}
|
|
@@ -3095,7 +3006,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3095
3006
|
font-size: 14px;
|
|
3096
3007
|
font-weight: normal;
|
|
3097
3008
|
margin-bottom: 8px;
|
|
3098
|
-
margin-top: c;
|
|
3099
3009
|
}
|
|
3100
3010
|
|
|
3101
3011
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
@@ -3252,6 +3162,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3252
3162
|
}
|
|
3253
3163
|
|
|
3254
3164
|
.e-de-tc-no-chng {
|
|
3165
|
+
color: #000;
|
|
3255
3166
|
font-size: 14px;
|
|
3256
3167
|
opacity: 65%;
|
|
3257
3168
|
margin: 60px 0;
|
|
@@ -4302,7 +4213,12 @@ textarea.e-de-cmt-textarea {
|
|
|
4302
4213
|
|
|
4303
4214
|
.e-de-statusbar-pageweb .e-de-printlayout,
|
|
4304
4215
|
.e-de-statusbar-pageweb .e-de-weblayout {
|
|
4305
|
-
font-size:
|
|
4216
|
+
font-size: 16px;
|
|
4217
|
+
}
|
|
4218
|
+
|
|
4219
|
+
.e-de-statusbar-pageweb .e-de-printlayout:hover,
|
|
4220
|
+
.e-de-statusbar-pageweb .e-de-weblayout:hover {
|
|
4221
|
+
font-size: 16px;
|
|
4306
4222
|
}
|
|
4307
4223
|
|
|
4308
4224
|
.e-bigger .e-btn.e-de-statusbar-pageweb {
|
|
@@ -4311,7 +4227,7 @@ textarea.e-de-cmt-textarea {
|
|
|
4311
4227
|
|
|
4312
4228
|
.e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
|
|
4313
4229
|
.e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
|
|
4314
|
-
font-size:
|
|
4230
|
+
font-size: 18px;
|
|
4315
4231
|
}
|
|
4316
4232
|
|
|
4317
4233
|
.e-de-linespacing {
|
|
@@ -4328,8 +4244,6 @@ textarea.e-de-cmt-textarea {
|
|
|
4328
4244
|
|
|
4329
4245
|
.e-de-pagenumber-text {
|
|
4330
4246
|
border: none !important;
|
|
4331
|
-
height: 22px !important;
|
|
4332
|
-
margin-top: -3px !important;
|
|
4333
4247
|
}
|
|
4334
4248
|
|
|
4335
4249
|
.e-de-pagenumber-input {
|
|
@@ -4337,8 +4251,7 @@ textarea.e-de-cmt-textarea {
|
|
|
4337
4251
|
border: 1px solid #dee2e6;
|
|
4338
4252
|
border-radius: 2px;
|
|
4339
4253
|
color: #212529;
|
|
4340
|
-
|
|
4341
|
-
padding: 2px;
|
|
4254
|
+
padding: 0px;
|
|
4342
4255
|
text-align: center;
|
|
4343
4256
|
width: 22px;
|
|
4344
4257
|
}
|
|
@@ -4362,6 +4275,7 @@ textarea.e-de-cmt-textarea {
|
|
|
4362
4275
|
|
|
4363
4276
|
.e-de-ctn-title {
|
|
4364
4277
|
background-color: #007bff;
|
|
4278
|
+
border-bottom: none !important;
|
|
4365
4279
|
color: #fff;
|
|
4366
4280
|
}
|
|
4367
4281
|
|
|
@@ -4757,12 +4671,6 @@ textarea.e-de-cmt-textarea {
|
|
|
4757
4671
|
|
|
4758
4672
|
.e-de-pagenumber-text {
|
|
4759
4673
|
border: none !important;
|
|
4760
|
-
height: 22px !important;
|
|
4761
|
-
margin-top: -3px !important;
|
|
4762
|
-
}
|
|
4763
|
-
|
|
4764
|
-
.de-split-button > div:first-child {
|
|
4765
|
-
margin-right: 14px;
|
|
4766
4674
|
}
|
|
4767
4675
|
|
|
4768
4676
|
.e-de-ctnr-properties-pane-btn {
|
|
@@ -4958,6 +4866,7 @@ textarea.e-de-cmt-textarea {
|
|
|
4958
4866
|
font-weight: 400;
|
|
4959
4867
|
height: 18px !important;
|
|
4960
4868
|
width: 18px !important;
|
|
4869
|
+
border-radius: 4px;
|
|
4961
4870
|
}
|
|
4962
4871
|
|
|
4963
4872
|
.e-de-font-clr-picker > div div button,
|
|
@@ -5266,6 +5175,10 @@ textarea.e-de-cmt-textarea {
|
|
|
5266
5175
|
width: 100px;
|
|
5267
5176
|
}
|
|
5268
5177
|
|
|
5178
|
+
.e-de-ctnr-pg-no span {
|
|
5179
|
+
border: 1px solid transparent;
|
|
5180
|
+
}
|
|
5181
|
+
|
|
5269
5182
|
.e-de-ctnr-pg-no-spellout {
|
|
5270
5183
|
color: #212529;
|
|
5271
5184
|
display: -ms-inline-flexbox;
|
|
@@ -5276,6 +5189,10 @@ textarea.e-de-cmt-textarea {
|
|
|
5276
5189
|
width: calc(100% - 140px);
|
|
5277
5190
|
}
|
|
5278
5191
|
|
|
5192
|
+
.e-de-ctnr-pg-no-spellout span {
|
|
5193
|
+
border: 1px solid transparent;
|
|
5194
|
+
}
|
|
5195
|
+
|
|
5279
5196
|
.e-bigger .e-de-ctnr-pg-no-spellout {
|
|
5280
5197
|
color: #212529;
|
|
5281
5198
|
display: -ms-inline-flexbox;
|
|
@@ -5570,8 +5487,8 @@ textarea.e-de-cmt-textarea {
|
|
|
5570
5487
|
margin-right: 0;
|
|
5571
5488
|
}
|
|
5572
5489
|
|
|
5573
|
-
.e-bigger .e-de-ctnr-segment > div:first-child,
|
|
5574
|
-
.e-bigger .e-de-ctnr-segment > button:first-child {
|
|
5490
|
+
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5491
|
+
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5575
5492
|
margin-right: 16px;
|
|
5576
5493
|
}
|
|
5577
5494
|
|