@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/fabric.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: 600;
|
|
718
707
|
margin-bottom: 4px;
|
|
719
708
|
}
|
|
@@ -1352,10 +1341,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1352
1341
|
.e-de-row-ht-top,
|
|
1353
1342
|
.e-de-cell-ht-top {
|
|
1354
1343
|
padding: 0 20px;
|
|
1344
|
+
width: 160px;
|
|
1355
1345
|
}
|
|
1356
1346
|
|
|
1357
1347
|
.e-de-ht-wdth-type {
|
|
1358
1348
|
margin-top: -24px;
|
|
1349
|
+
width: 120px;
|
|
1359
1350
|
}
|
|
1360
1351
|
|
|
1361
1352
|
.e-de-row-ht-top.e-de-rtl,
|
|
@@ -1504,6 +1495,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1504
1495
|
top: 18px;
|
|
1505
1496
|
}
|
|
1506
1497
|
|
|
1498
|
+
.e-de-restrict-pane {
|
|
1499
|
+
color: #000;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1507
1502
|
.e-de-op.e-de-rtl .e-de-search-tab-content {
|
|
1508
1503
|
margin-left: 1px;
|
|
1509
1504
|
margin-right: 0;
|
|
@@ -1548,7 +1543,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1548
1543
|
}
|
|
1549
1544
|
|
|
1550
1545
|
.e-documenteditor .e-input {
|
|
1551
|
-
color: #000;
|
|
1552
1546
|
font-size: 14px;
|
|
1553
1547
|
}
|
|
1554
1548
|
|
|
@@ -1931,7 +1925,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1931
1925
|
}
|
|
1932
1926
|
|
|
1933
1927
|
.e-de-spellcheck-btn {
|
|
1934
|
-
height: 36px;
|
|
1935
1928
|
margin-bottom: 8px;
|
|
1936
1929
|
width: 154px;
|
|
1937
1930
|
}
|
|
@@ -1998,10 +1991,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1998
1991
|
top: 385px;
|
|
1999
1992
|
}
|
|
2000
1993
|
|
|
2001
|
-
.e-de-font-content-label span.e-label {
|
|
2002
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
1994
|
.e-de-font-label span.e-label {
|
|
2006
1995
|
color: rgba(0, 0, 0, 0.87);
|
|
2007
1996
|
}
|
|
@@ -2016,17 +2005,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2016
2005
|
color: rgba(0, 0, 0, 0.87);
|
|
2017
2006
|
}
|
|
2018
2007
|
|
|
2019
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
2020
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2021
|
-
font-size: 14px;
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
2025
|
-
height: 20px;
|
|
2026
|
-
line-height: 16px;
|
|
2027
|
-
width: 20px;
|
|
2028
|
-
}
|
|
2029
|
-
|
|
2030
2008
|
.e-de-op-dlg-footer {
|
|
2031
2009
|
margin-top: 20px;
|
|
2032
2010
|
}
|
|
@@ -2048,62 +2026,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2048
2026
|
border: 0;
|
|
2049
2027
|
}
|
|
2050
2028
|
|
|
2051
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2052
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2056
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2060
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2064
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2068
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2072
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2076
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2080
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2081
|
-
}
|
|
2082
|
-
|
|
2083
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2084
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2088
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2092
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2093
|
-
}
|
|
2094
|
-
|
|
2095
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2096
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2097
|
-
}
|
|
2098
|
-
|
|
2099
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2100
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2104
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2105
|
-
}
|
|
2106
|
-
|
|
2107
2029
|
.e-de-list-format-info {
|
|
2108
2030
|
border-radius: 50% !important;
|
|
2109
2031
|
cursor: default;
|
|
@@ -2432,6 +2354,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2432
2354
|
float: right;
|
|
2433
2355
|
margin-left: 20px;
|
|
2434
2356
|
margin-top: 13px;
|
|
2357
|
+
width: 120px;
|
|
2435
2358
|
}
|
|
2436
2359
|
|
|
2437
2360
|
.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
|
|
@@ -2465,11 +2388,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2465
2388
|
float: right;
|
|
2466
2389
|
margin-left: 20px;
|
|
2467
2390
|
margin-top: 13px;
|
|
2391
|
+
width: 120px;
|
|
2468
2392
|
}
|
|
2469
2393
|
|
|
2470
2394
|
.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
|
|
2471
2395
|
margin-left: 0;
|
|
2472
2396
|
margin-right: 20px;
|
|
2397
|
+
width: 120px;
|
|
2473
2398
|
}
|
|
2474
2399
|
|
|
2475
2400
|
.e-de-table-ppty-options-break {
|
|
@@ -2857,20 +2782,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2857
2782
|
color: #333;
|
|
2858
2783
|
}
|
|
2859
2784
|
|
|
2860
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-label {
|
|
2861
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2862
|
-
font-size: 12px;
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-frame {
|
|
2866
|
-
height: 16px;
|
|
2867
|
-
width: 16px;
|
|
2868
|
-
}
|
|
2869
|
-
|
|
2870
|
-
.e-de-restrict-pane .e-checkbox-wrapper {
|
|
2871
|
-
margin-bottom: 8px;
|
|
2872
|
-
}
|
|
2873
|
-
|
|
2874
2785
|
.e-de-rp-user .e-checkbox-wrapper {
|
|
2875
2786
|
width: auto;
|
|
2876
2787
|
}
|
|
@@ -2943,7 +2854,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2943
2854
|
font-size: 14px;
|
|
2944
2855
|
font-weight: normal;
|
|
2945
2856
|
margin-bottom: 8px;
|
|
2946
|
-
margin-top: c;
|
|
2947
2857
|
}
|
|
2948
2858
|
|
|
2949
2859
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
@@ -3101,6 +3011,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3101
3011
|
}
|
|
3102
3012
|
|
|
3103
3013
|
.e-de-tc-no-chng {
|
|
3014
|
+
color: #000;
|
|
3104
3015
|
font-size: 14px;
|
|
3105
3016
|
opacity: 65%;
|
|
3106
3017
|
margin: 60px 0;
|
|
@@ -4145,7 +4056,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4145
4056
|
|
|
4146
4057
|
.e-de-statusbar-pageweb .e-de-printlayout,
|
|
4147
4058
|
.e-de-statusbar-pageweb .e-de-weblayout {
|
|
4148
|
-
font-size:
|
|
4059
|
+
font-size: 16px;
|
|
4060
|
+
}
|
|
4061
|
+
|
|
4062
|
+
.e-de-statusbar-pageweb .e-de-printlayout:hover,
|
|
4063
|
+
.e-de-statusbar-pageweb .e-de-weblayout:hover {
|
|
4064
|
+
font-size: 16px;
|
|
4149
4065
|
}
|
|
4150
4066
|
|
|
4151
4067
|
.e-bigger .e-btn.e-de-statusbar-pageweb {
|
|
@@ -4154,7 +4070,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4154
4070
|
|
|
4155
4071
|
.e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
|
|
4156
4072
|
.e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
|
|
4157
|
-
font-size:
|
|
4073
|
+
font-size: 16px;
|
|
4158
4074
|
}
|
|
4159
4075
|
|
|
4160
4076
|
.e-de-linespacing {
|
|
@@ -4171,8 +4087,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4171
4087
|
|
|
4172
4088
|
.e-de-pagenumber-text {
|
|
4173
4089
|
border: none !important;
|
|
4174
|
-
height: 22px !important;
|
|
4175
|
-
margin-top: 0 !important;
|
|
4176
4090
|
}
|
|
4177
4091
|
|
|
4178
4092
|
.e-de-pagenumber-input {
|
|
@@ -4180,8 +4094,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4180
4094
|
border: 1px solid #dadada;
|
|
4181
4095
|
border-radius: 0;
|
|
4182
4096
|
color: #333;
|
|
4183
|
-
|
|
4184
|
-
padding: 2px;
|
|
4097
|
+
padding: 0px;
|
|
4185
4098
|
text-align: center;
|
|
4186
4099
|
width: 22px;
|
|
4187
4100
|
}
|
|
@@ -4204,6 +4117,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4204
4117
|
|
|
4205
4118
|
.e-de-ctn-title {
|
|
4206
4119
|
background-color: #0078d6;
|
|
4120
|
+
border-bottom: none !important;
|
|
4207
4121
|
color: #fff;
|
|
4208
4122
|
}
|
|
4209
4123
|
|
|
@@ -4424,10 +4338,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4424
4338
|
width: 100%;
|
|
4425
4339
|
}
|
|
4426
4340
|
|
|
4427
|
-
.de-split-button > div:first-child {
|
|
4428
|
-
margin-right: 0;
|
|
4429
|
-
}
|
|
4430
|
-
|
|
4431
4341
|
.e-de-ctnr-properties-pane-btn {
|
|
4432
4342
|
width: 75px;
|
|
4433
4343
|
}
|
|
@@ -4800,6 +4710,52 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4800
4710
|
box-shadow: none !important;
|
|
4801
4711
|
}
|
|
4802
4712
|
|
|
4713
|
+
.e-de-ctnr-group-btn-top > button:first-child {
|
|
4714
|
+
border-radius: 0;
|
|
4715
|
+
border-top-left-radius: 4px;
|
|
4716
|
+
}
|
|
4717
|
+
|
|
4718
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
|
|
4719
|
+
border-top-left-radius: 0;
|
|
4720
|
+
border-top-right-radius: 4px;
|
|
4721
|
+
}
|
|
4722
|
+
|
|
4723
|
+
.e-de-ctnr-group-btn-top > button:last-child {
|
|
4724
|
+
border-radius: 0;
|
|
4725
|
+
border-top-right-radius: 4px;
|
|
4726
|
+
}
|
|
4727
|
+
|
|
4728
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
|
|
4729
|
+
border-top-left-radius: 4px;
|
|
4730
|
+
border-top-right-radius: 0;
|
|
4731
|
+
}
|
|
4732
|
+
|
|
4733
|
+
.e-de-ctnr-group-btn-middle > button {
|
|
4734
|
+
border-radius: 0;
|
|
4735
|
+
border-top: 0;
|
|
4736
|
+
border-bottom: 0;
|
|
4737
|
+
}
|
|
4738
|
+
|
|
4739
|
+
.e-de-ctnr-group-btn-bottom > button:first-child {
|
|
4740
|
+
border-radius: 0;
|
|
4741
|
+
border-bottom-left-radius: 4px;
|
|
4742
|
+
}
|
|
4743
|
+
|
|
4744
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
|
|
4745
|
+
border-bottom-left-radius: 0;
|
|
4746
|
+
border-bottom-right-radius: 4px;
|
|
4747
|
+
}
|
|
4748
|
+
|
|
4749
|
+
.e-de-ctnr-group-btn-bottom > button:last-child {
|
|
4750
|
+
border-radius: 0;
|
|
4751
|
+
border-bottom-right-radius: 4px;
|
|
4752
|
+
}
|
|
4753
|
+
|
|
4754
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
|
|
4755
|
+
border-bottom-right-radius: 0;
|
|
4756
|
+
border-bottom-left-radius: 4px;
|
|
4757
|
+
}
|
|
4758
|
+
|
|
4803
4759
|
.e-de-toc-template1 {
|
|
4804
4760
|
background: #fff;
|
|
4805
4761
|
border: 1px solid #dadada;
|
|
@@ -4878,6 +4834,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4878
4834
|
width: 100px;
|
|
4879
4835
|
}
|
|
4880
4836
|
|
|
4837
|
+
.e-de-ctnr-pg-no span {
|
|
4838
|
+
border: 1px solid transparent;
|
|
4839
|
+
}
|
|
4840
|
+
|
|
4881
4841
|
.e-de-ctnr-pg-no-spellout {
|
|
4882
4842
|
color: #333;
|
|
4883
4843
|
display: -ms-inline-flexbox;
|
|
@@ -4888,6 +4848,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4888
4848
|
width: calc(100% - 160px);
|
|
4889
4849
|
}
|
|
4890
4850
|
|
|
4851
|
+
.e-de-ctnr-pg-no-spellout span {
|
|
4852
|
+
border: 1px solid transparent;
|
|
4853
|
+
}
|
|
4854
|
+
|
|
4891
4855
|
.e-bigger .e-de-ctnr-pg-no-spellout {
|
|
4892
4856
|
color: #333;
|
|
4893
4857
|
display: -ms-inline-flexbox;
|
|
@@ -5171,8 +5135,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5171
5135
|
margin-bottom: 16px;
|
|
5172
5136
|
}
|
|
5173
5137
|
|
|
5174
|
-
.e-bigger .e-de-ctnr-segment > div:first-child,
|
|
5175
|
-
.e-bigger .e-de-ctnr-segment > button:first-child {
|
|
5138
|
+
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5139
|
+
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5176
5140
|
margin-right: 16px;
|
|
5177
5141
|
}
|
|
5178
5142
|
|
|
@@ -5386,7 +5350,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5386
5350
|
font-weight: 400;
|
|
5387
5351
|
height: 25px !important;
|
|
5388
5352
|
width: 25px !important;
|
|
5389
|
-
border-radius: 4px;
|
|
5390
5353
|
}
|
|
5391
5354
|
|
|
5392
5355
|
.e-bigger .e-de-ctnr-list {
|
|
@@ -5505,6 +5468,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5505
5468
|
font-weight: 400;
|
|
5506
5469
|
background: #fff;
|
|
5507
5470
|
height: 100%;
|
|
5471
|
+
box-shadow: none;
|
|
5472
|
+
border: none;
|
|
5508
5473
|
}
|
|
5509
5474
|
|
|
5510
5475
|
.e-de-ctn .e-de-bzr-button:focus {
|
|
@@ -3231,7 +3231,12 @@ label[for='container_wholeWord'] {
|
|
|
3231
3231
|
|
|
3232
3232
|
.e-de-statusbar-pageweb .e-de-printlayout,
|
|
3233
3233
|
.e-de-statusbar-pageweb .e-de-weblayout {
|
|
3234
|
-
font-size:
|
|
3234
|
+
font-size: 16px;
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
.e-de-statusbar-pageweb .e-de-printlayout:hover,
|
|
3238
|
+
.e-de-statusbar-pageweb .e-de-weblayout:hover {
|
|
3239
|
+
font-size: 16px;
|
|
3235
3240
|
}
|
|
3236
3241
|
|
|
3237
3242
|
.e-bigger .e-btn.e-de-statusbar-pageweb {
|
|
@@ -3240,7 +3245,7 @@ label[for='container_wholeWord'] {
|
|
|
3240
3245
|
|
|
3241
3246
|
.e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
|
|
3242
3247
|
.e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
|
|
3243
|
-
font-size:
|
|
3248
|
+
font-size: 16px;
|
|
3244
3249
|
}
|
|
3245
3250
|
|
|
3246
3251
|
.e-de-linespacing {
|
|
@@ -3257,8 +3262,6 @@ label[for='container_wholeWord'] {
|
|
|
3257
3262
|
|
|
3258
3263
|
.e-de-pagenumber-text {
|
|
3259
3264
|
border: none !important;
|
|
3260
|
-
height: 22px !important;
|
|
3261
|
-
margin-top: -3px !important;
|
|
3262
3265
|
}
|
|
3263
3266
|
|
|
3264
3267
|
.e-de-pagenumber-input {
|
|
@@ -3266,8 +3269,7 @@ label[for='container_wholeWord'] {
|
|
|
3266
3269
|
border: 1px solid #000;
|
|
3267
3270
|
border-radius: 2px;
|
|
3268
3271
|
color: #000;
|
|
3269
|
-
|
|
3270
|
-
padding: 2px;
|
|
3272
|
+
padding: 0px;
|
|
3271
3273
|
text-align: center;
|
|
3272
3274
|
width: 22px;
|
|
3273
3275
|
}
|
|
@@ -3290,6 +3292,7 @@ label[for='container_wholeWord'] {
|
|
|
3290
3292
|
|
|
3291
3293
|
.e-de-ctn-title {
|
|
3292
3294
|
background-color: #400074;
|
|
3295
|
+
border-bottom: none !important;
|
|
3293
3296
|
color: #fff;
|
|
3294
3297
|
}
|
|
3295
3298
|
|
|
@@ -3508,10 +3511,6 @@ label[for='container_wholeWord'] {
|
|
|
3508
3511
|
width: 100%;
|
|
3509
3512
|
}
|
|
3510
3513
|
|
|
3511
|
-
.de-split-button > div:first-child {
|
|
3512
|
-
margin-right: 0;
|
|
3513
|
-
}
|
|
3514
|
-
|
|
3515
3514
|
.e-de-ctnr-properties-pane-btn {
|
|
3516
3515
|
width: 75px;
|
|
3517
3516
|
}
|
|
@@ -3882,6 +3881,52 @@ label[for='container_wholeWord'] {
|
|
|
3882
3881
|
box-shadow: none !important;
|
|
3883
3882
|
}
|
|
3884
3883
|
|
|
3884
|
+
.e-de-ctnr-group-btn-top > button:first-child {
|
|
3885
|
+
border-radius: 0;
|
|
3886
|
+
border-top-left-radius: 4px;
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3889
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
|
|
3890
|
+
border-top-left-radius: 0;
|
|
3891
|
+
border-top-right-radius: 4px;
|
|
3892
|
+
}
|
|
3893
|
+
|
|
3894
|
+
.e-de-ctnr-group-btn-top > button:last-child {
|
|
3895
|
+
border-radius: 0;
|
|
3896
|
+
border-top-right-radius: 4px;
|
|
3897
|
+
}
|
|
3898
|
+
|
|
3899
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
|
|
3900
|
+
border-top-left-radius: 4px;
|
|
3901
|
+
border-top-right-radius: 0;
|
|
3902
|
+
}
|
|
3903
|
+
|
|
3904
|
+
.e-de-ctnr-group-btn-middle > button {
|
|
3905
|
+
border-radius: 0;
|
|
3906
|
+
border-top: 0;
|
|
3907
|
+
border-bottom: 0;
|
|
3908
|
+
}
|
|
3909
|
+
|
|
3910
|
+
.e-de-ctnr-group-btn-bottom > button:first-child {
|
|
3911
|
+
border-radius: 0;
|
|
3912
|
+
border-bottom-left-radius: 4px;
|
|
3913
|
+
}
|
|
3914
|
+
|
|
3915
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
|
|
3916
|
+
border-bottom-left-radius: 0;
|
|
3917
|
+
border-bottom-right-radius: 4px;
|
|
3918
|
+
}
|
|
3919
|
+
|
|
3920
|
+
.e-de-ctnr-group-btn-bottom > button:last-child {
|
|
3921
|
+
border-radius: 0;
|
|
3922
|
+
border-bottom-right-radius: 4px;
|
|
3923
|
+
}
|
|
3924
|
+
|
|
3925
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
|
|
3926
|
+
border-bottom-right-radius: 0;
|
|
3927
|
+
border-bottom-left-radius: 4px;
|
|
3928
|
+
}
|
|
3929
|
+
|
|
3885
3930
|
.e-de-toc-template1 {
|
|
3886
3931
|
background: #fff;
|
|
3887
3932
|
border: 1px solid #000;
|
|
@@ -3960,6 +4005,10 @@ label[for='container_wholeWord'] {
|
|
|
3960
4005
|
width: 100px;
|
|
3961
4006
|
}
|
|
3962
4007
|
|
|
4008
|
+
.e-de-ctnr-pg-no span {
|
|
4009
|
+
border: 1px solid transparent;
|
|
4010
|
+
}
|
|
4011
|
+
|
|
3963
4012
|
.e-de-ctnr-pg-no-spellout {
|
|
3964
4013
|
color: #000;
|
|
3965
4014
|
display: -ms-inline-flexbox;
|
|
@@ -3970,6 +4019,10 @@ label[for='container_wholeWord'] {
|
|
|
3970
4019
|
width: calc(100% - 160px);
|
|
3971
4020
|
}
|
|
3972
4021
|
|
|
4022
|
+
.e-de-ctnr-pg-no-spellout span {
|
|
4023
|
+
border: 1px solid transparent;
|
|
4024
|
+
}
|
|
4025
|
+
|
|
3973
4026
|
.e-bigger .e-de-ctnr-pg-no-spellout {
|
|
3974
4027
|
color: #000;
|
|
3975
4028
|
display: -ms-inline-flexbox;
|
|
@@ -4253,8 +4306,8 @@ label[for='container_wholeWord'] {
|
|
|
4253
4306
|
margin-bottom: 16px;
|
|
4254
4307
|
}
|
|
4255
4308
|
|
|
4256
|
-
.e-bigger .e-de-ctnr-segment > div:first-child,
|
|
4257
|
-
.e-bigger .e-de-ctnr-segment > button:first-child {
|
|
4309
|
+
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4310
|
+
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4258
4311
|
margin-right: 16px;
|
|
4259
4312
|
}
|
|
4260
4313
|
|
|
@@ -4468,7 +4521,6 @@ label[for='container_wholeWord'] {
|
|
|
4468
4521
|
font-weight: 400;
|
|
4469
4522
|
height: 25px !important;
|
|
4470
4523
|
width: 25px !important;
|
|
4471
|
-
border-radius: 4px;
|
|
4472
4524
|
}
|
|
4473
4525
|
|
|
4474
4526
|
.e-bigger .e-de-ctnr-list {
|
|
@@ -4580,6 +4632,28 @@ label[for='container_wholeWord'] {
|
|
|
4580
4632
|
line-height: 0;
|
|
4581
4633
|
}
|
|
4582
4634
|
|
|
4635
|
+
.e-de-ctn .e-de-bzr-button {
|
|
4636
|
+
font-size: 12px;
|
|
4637
|
+
font-weight: 400;
|
|
4638
|
+
background: #000;
|
|
4639
|
+
height: 100%;
|
|
4640
|
+
color: #fff;
|
|
4641
|
+
}
|
|
4642
|
+
|
|
4643
|
+
.e-de-ctn .e-de-bzr-button:hover {
|
|
4644
|
+
background: #685708;
|
|
4645
|
+
border: 2px solid #fff;
|
|
4646
|
+
border-radius: 0;
|
|
4647
|
+
color: #fff;
|
|
4648
|
+
}
|
|
4649
|
+
|
|
4650
|
+
.e-de-ctn .e-de-bzr-button:active {
|
|
4651
|
+
box-shadow: none;
|
|
4652
|
+
background-color: #ffd939;
|
|
4653
|
+
border-color: #ffd939;
|
|
4654
|
+
color: #000;
|
|
4655
|
+
}
|
|
4656
|
+
|
|
4583
4657
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
4584
4658
|
font-size: 16px;
|
|
4585
4659
|
}
|