@syncfusion/ej2-pdfviewer 17.3.58-4568 → 17.3.60-4568
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/dist/ej2-pdfviewer.umd.min.js +1 -1
- package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdfviewer.es2015.js +64 -49
- package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-pdfviewer.es5.js +64 -49
- package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/pdfviewer/annotation/annotation.js +3 -0
- package/src/pdfviewer/annotation/text-markup-annotation.js +8 -2
- package/src/pdfviewer/base/pdfviewer-base.d.ts +2 -0
- package/src/pdfviewer/base/pdfviewer-base.js +36 -10
- package/src/pdfviewer/magnification/magnification.d.ts +0 -1
- package/src/pdfviewer/magnification/magnification.js +14 -37
- package/src/pdfviewer/pdfviewer-model.d.ts +7 -0
- package/src/pdfviewer/pdfviewer.d.ts +6 -0
- package/src/pdfviewer/pdfviewer.js +3 -0
- package/styles/bootstrap-dark.css +10 -6
- package/styles/bootstrap-dark.scss +4 -1
- package/styles/bootstrap.css +10 -6
- package/styles/bootstrap.scss +4 -1
- package/styles/bootstrap4.css +10 -6
- package/styles/bootstrap4.scss +4 -1
- package/styles/bootstrap5-dark.css +15 -8
- package/styles/bootstrap5-dark.scss +4 -1
- package/styles/bootstrap5.css +15 -8
- package/styles/bootstrap5.scss +4 -1
- package/styles/fabric-dark.css +10 -6
- package/styles/fabric-dark.scss +4 -1
- package/styles/fabric.css +10 -6
- package/styles/fabric.scss +4 -1
- package/styles/fluent-dark.css +10 -6
- package/styles/fluent-dark.scss +4 -1
- package/styles/fluent.css +10 -6
- package/styles/fluent.scss +4 -1
- package/styles/fluent2.css +5008 -0
- package/styles/fluent2.scss +4 -0
- package/styles/highcontrast-light.css +10 -6
- package/styles/highcontrast-light.scss +4 -1
- package/styles/highcontrast.css +10 -6
- package/styles/highcontrast.scss +4 -1
- package/styles/material-dark.css +10 -6
- package/styles/material-dark.scss +4 -1
- package/styles/material.css +10 -6
- package/styles/material.scss +4 -1
- package/styles/material3-dark.css +12 -9
- package/styles/material3-dark.scss +4 -1
- package/styles/material3.css +12 -9
- package/styles/material3.scss +4 -1
- package/styles/pdfviewer/_bootstrap5.3-definition.scss +540 -0
- package/styles/pdfviewer/_fluent2-definition.scss +45 -44
- package/styles/pdfviewer/_theme.scss +461 -36
- package/styles/pdfviewer/bootstrap-dark.css +10 -6
- package/styles/pdfviewer/bootstrap.css +10 -6
- package/styles/pdfviewer/bootstrap4.css +10 -6
- package/styles/pdfviewer/bootstrap5-dark.css +15 -8
- package/styles/pdfviewer/bootstrap5.css +15 -8
- package/styles/pdfviewer/fabric-dark.css +10 -6
- package/styles/pdfviewer/fabric.css +10 -6
- package/styles/pdfviewer/fluent-dark.css +10 -6
- package/styles/pdfviewer/fluent.css +10 -6
- package/styles/pdfviewer/fluent2.css +5008 -0
- package/styles/pdfviewer/fluent2.scss +4 -0
- package/styles/pdfviewer/highcontrast-light.css +10 -6
- package/styles/pdfviewer/highcontrast.css +10 -6
- package/styles/pdfviewer/icons/_bootstrap5.3.scss +509 -0
- package/styles/pdfviewer/icons/_bootstrap5.scss +0 -2
- package/styles/pdfviewer/icons/_fluent2.scss +510 -0
- package/styles/pdfviewer/material-dark.css +10 -6
- package/styles/pdfviewer/material.css +10 -6
- package/styles/pdfviewer/material3-dark.css +12 -9
- package/styles/pdfviewer/material3.css +12 -9
- package/styles/pdfviewer/tailwind-dark.css +10 -6
- package/styles/pdfviewer/tailwind.css +10 -6
- package/styles/tailwind-dark.css +10 -6
- package/styles/tailwind-dark.scss +4 -1
- package/styles/tailwind.css +10 -6
- package/styles/tailwind.scss +4 -1
package/styles/bootstrap5.css
CHANGED
|
@@ -39,14 +39,12 @@
|
|
|
39
39
|
content: "\e8a5";
|
|
40
40
|
}
|
|
41
41
|
.e-pdfviewer .e-pv-prev-search-icon::before {
|
|
42
|
-
color: #6c757d;
|
|
43
42
|
content: "\e765";
|
|
44
43
|
}
|
|
45
44
|
.e-pdfviewer .e-pv-next-page-navigation-icon::before {
|
|
46
45
|
content: "\e748";
|
|
47
46
|
}
|
|
48
47
|
.e-pdfviewer .e-pv-next-search-icon::before {
|
|
49
|
-
color: #6c757d;
|
|
50
48
|
content: "\e748";
|
|
51
49
|
}
|
|
52
50
|
.e-pdfviewer .e-pv-last-page-navigation-icon::before {
|
|
@@ -1033,6 +1031,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1033
1031
|
padding: 0;
|
|
1034
1032
|
}
|
|
1035
1033
|
|
|
1034
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1035
|
+
width: 100px;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1036
1038
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1037
1039
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1038
1040
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
@@ -2077,11 +2079,16 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2077
2079
|
|
|
2078
2080
|
.e-pv-search-btn.e-btn {
|
|
2079
2081
|
background-color: transparent;
|
|
2082
|
+
color: #6c757d;
|
|
2080
2083
|
border: 0;
|
|
2081
2084
|
box-shadow: none;
|
|
2082
2085
|
height: 24px;
|
|
2083
2086
|
margin-top: -6px;
|
|
2084
2087
|
width: 24px;
|
|
2088
|
+
padding-bottom: 0;
|
|
2089
|
+
padding-left: 1px;
|
|
2090
|
+
padding-right: 1px;
|
|
2091
|
+
padding-top: 1px;
|
|
2085
2092
|
}
|
|
2086
2093
|
|
|
2087
2094
|
.e-pv-search-btn.e-btn:active {
|
|
@@ -2312,9 +2319,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2312
2319
|
|
|
2313
2320
|
.e-pv-organize-total-page-button {
|
|
2314
2321
|
float: left;
|
|
2315
|
-
font-size: 12;
|
|
2316
2322
|
font-weight: normal;
|
|
2317
2323
|
color: #212529;
|
|
2324
|
+
font-size: 12;
|
|
2318
2325
|
}
|
|
2319
2326
|
|
|
2320
2327
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2619,8 +2626,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2619
2626
|
.e-pv-properties-line-stroke-color-label,
|
|
2620
2627
|
.e-pv-properties-line-opacity-label,
|
|
2621
2628
|
.e-pv-properties-line-leader-length-label {
|
|
2622
|
-
margin-bottom: 8px;
|
|
2623
2629
|
font-size: 14px;
|
|
2630
|
+
margin-bottom: 8px;
|
|
2624
2631
|
}
|
|
2625
2632
|
|
|
2626
2633
|
.e-pv-properties-line-end-container,
|
|
@@ -3278,8 +3285,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3278
3285
|
}
|
|
3279
3286
|
|
|
3280
3287
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3281
|
-
margin-top: 10px;
|
|
3282
3288
|
padding-bottom: 5px;
|
|
3289
|
+
margin-top: 10px;
|
|
3283
3290
|
}
|
|
3284
3291
|
|
|
3285
3292
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3372,12 +3379,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3372
3379
|
border-radius: 5px;
|
|
3373
3380
|
display: inline-block;
|
|
3374
3381
|
font-size: 13px;
|
|
3375
|
-
height: 88px;
|
|
3376
|
-
margin: 15px;
|
|
3377
3382
|
padding-top: 40px;
|
|
3378
3383
|
text-align: center;
|
|
3379
|
-
width: 311px;
|
|
3380
3384
|
word-wrap: break-word;
|
|
3385
|
+
height: 88px;
|
|
3386
|
+
width: 311px;
|
|
3387
|
+
margin: 15px;
|
|
3381
3388
|
}
|
|
3382
3389
|
|
|
3383
3390
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/bootstrap5.scss
CHANGED
package/styles/fabric-dark.css
CHANGED
|
@@ -1024,6 +1024,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1024
1024
|
padding: 0 0 0 3px;
|
|
1025
1025
|
}
|
|
1026
1026
|
|
|
1027
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1028
|
+
width: 100px;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1027
1031
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1028
1032
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1029
1033
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
@@ -2205,9 +2209,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2205
2209
|
|
|
2206
2210
|
.e-pv-organize-total-page-button {
|
|
2207
2211
|
float: left;
|
|
2208
|
-
font-size: 12;
|
|
2209
2212
|
font-weight: normal;
|
|
2210
2213
|
color: #dadada;
|
|
2214
|
+
font-size: 12;
|
|
2211
2215
|
}
|
|
2212
2216
|
|
|
2213
2217
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2464,8 +2468,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2464
2468
|
.e-pv-properties-line-stroke-color-label,
|
|
2465
2469
|
.e-pv-properties-line-opacity-label,
|
|
2466
2470
|
.e-pv-properties-line-leader-length-label {
|
|
2467
|
-
margin-bottom: 8px;
|
|
2468
2471
|
font-size: 14px;
|
|
2472
|
+
margin-bottom: 8px;
|
|
2469
2473
|
}
|
|
2470
2474
|
|
|
2471
2475
|
.e-pv-properties-line-end-container,
|
|
@@ -3053,8 +3057,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3053
3057
|
}
|
|
3054
3058
|
|
|
3055
3059
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3056
|
-
margin-top: 10px;
|
|
3057
3060
|
padding-bottom: 1px;
|
|
3061
|
+
margin-top: 10px;
|
|
3058
3062
|
}
|
|
3059
3063
|
|
|
3060
3064
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3146,12 +3150,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3146
3150
|
border-radius: 5px;
|
|
3147
3151
|
display: inline-block;
|
|
3148
3152
|
font-size: 13px;
|
|
3149
|
-
height: 88px;
|
|
3150
|
-
margin: 15px;
|
|
3151
3153
|
padding-top: 40px;
|
|
3152
3154
|
text-align: center;
|
|
3153
|
-
width: 311px;
|
|
3154
3155
|
word-wrap: break-word;
|
|
3156
|
+
height: 88px;
|
|
3157
|
+
width: 311px;
|
|
3158
|
+
margin: 15px;
|
|
3155
3159
|
}
|
|
3156
3160
|
|
|
3157
3161
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/fabric-dark.scss
CHANGED
package/styles/fabric.css
CHANGED
|
@@ -1031,6 +1031,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1031
1031
|
padding: 0 0 0 3px;
|
|
1032
1032
|
}
|
|
1033
1033
|
|
|
1034
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1035
|
+
width: 100px;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1034
1038
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1035
1039
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1036
1040
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
@@ -2216,9 +2220,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2216
2220
|
|
|
2217
2221
|
.e-pv-organize-total-page-button {
|
|
2218
2222
|
float: left;
|
|
2219
|
-
font-size: 12;
|
|
2220
2223
|
font-weight: normal;
|
|
2221
2224
|
color: rgba(0, 0, 0, 0.87);
|
|
2225
|
+
font-size: 12;
|
|
2222
2226
|
}
|
|
2223
2227
|
|
|
2224
2228
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2475,8 +2479,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2475
2479
|
.e-pv-properties-line-stroke-color-label,
|
|
2476
2480
|
.e-pv-properties-line-opacity-label,
|
|
2477
2481
|
.e-pv-properties-line-leader-length-label {
|
|
2478
|
-
margin-bottom: 8px;
|
|
2479
2482
|
font-size: 14px;
|
|
2483
|
+
margin-bottom: 8px;
|
|
2480
2484
|
}
|
|
2481
2485
|
|
|
2482
2486
|
.e-pv-properties-line-end-container,
|
|
@@ -3068,8 +3072,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3068
3072
|
}
|
|
3069
3073
|
|
|
3070
3074
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3071
|
-
margin-top: 10px;
|
|
3072
3075
|
padding-bottom: 1px;
|
|
3076
|
+
margin-top: 10px;
|
|
3073
3077
|
}
|
|
3074
3078
|
|
|
3075
3079
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3161,12 +3165,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3161
3165
|
border-radius: 5px;
|
|
3162
3166
|
display: inline-block;
|
|
3163
3167
|
font-size: 13px;
|
|
3164
|
-
height: 88px;
|
|
3165
|
-
margin: 15px;
|
|
3166
3168
|
padding-top: 40px;
|
|
3167
3169
|
text-align: center;
|
|
3168
|
-
width: 311px;
|
|
3169
3170
|
word-wrap: break-word;
|
|
3171
|
+
height: 88px;
|
|
3172
|
+
width: 311px;
|
|
3173
|
+
margin: 15px;
|
|
3170
3174
|
}
|
|
3171
3175
|
|
|
3172
3176
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/fabric.scss
CHANGED
package/styles/fluent-dark.css
CHANGED
|
@@ -1034,6 +1034,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1034
1034
|
padding: 0;
|
|
1035
1035
|
}
|
|
1036
1036
|
|
|
1037
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1038
|
+
width: 100px;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1037
1041
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1038
1042
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1039
1043
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
@@ -2303,9 +2307,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2303
2307
|
|
|
2304
2308
|
.e-pv-organize-total-page-button {
|
|
2305
2309
|
float: left;
|
|
2306
|
-
font-size: 12;
|
|
2307
2310
|
font-weight: normal;
|
|
2308
2311
|
color: #f3f2f1;
|
|
2312
|
+
font-size: 12;
|
|
2309
2313
|
}
|
|
2310
2314
|
|
|
2311
2315
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2601,9 +2605,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2601
2605
|
.e-pv-properties-line-stroke-color-label,
|
|
2602
2606
|
.e-pv-properties-line-opacity-label,
|
|
2603
2607
|
.e-pv-properties-line-leader-length-label {
|
|
2604
|
-
margin-bottom: 8px;
|
|
2605
2608
|
font-weight: 600;
|
|
2606
2609
|
font-size: 14px;
|
|
2610
|
+
margin-bottom: 8px;
|
|
2607
2611
|
}
|
|
2608
2612
|
|
|
2609
2613
|
.e-pv-properties-line-end-container,
|
|
@@ -3262,8 +3266,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3262
3266
|
}
|
|
3263
3267
|
|
|
3264
3268
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3265
|
-
margin-top: 10px;
|
|
3266
3269
|
padding-bottom: 5px;
|
|
3270
|
+
margin-top: 10px;
|
|
3267
3271
|
}
|
|
3268
3272
|
|
|
3269
3273
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3355,14 +3359,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3355
3359
|
border-radius: 5px;
|
|
3356
3360
|
display: inline-block;
|
|
3357
3361
|
font-size: 13px;
|
|
3358
|
-
height: 88px;
|
|
3359
|
-
margin: 15px;
|
|
3360
3362
|
padding-top: 40px;
|
|
3361
3363
|
text-align: center;
|
|
3362
|
-
width: 311px;
|
|
3363
3364
|
word-wrap: break-word;
|
|
3364
3365
|
max-width: 300px;
|
|
3365
3366
|
padding-top: 36px;
|
|
3367
|
+
height: 88px;
|
|
3368
|
+
width: 311px;
|
|
3369
|
+
margin: 15px;
|
|
3366
3370
|
}
|
|
3367
3371
|
|
|
3368
3372
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/fluent-dark.scss
CHANGED
package/styles/fluent.css
CHANGED
|
@@ -1034,6 +1034,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1034
1034
|
padding: 0;
|
|
1035
1035
|
}
|
|
1036
1036
|
|
|
1037
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1038
|
+
width: 100px;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1037
1041
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1038
1042
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1039
1043
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
@@ -2303,9 +2307,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2303
2307
|
|
|
2304
2308
|
.e-pv-organize-total-page-button {
|
|
2305
2309
|
float: left;
|
|
2306
|
-
font-size: 12;
|
|
2307
2310
|
font-weight: normal;
|
|
2308
2311
|
color: #201f1e;
|
|
2312
|
+
font-size: 12;
|
|
2309
2313
|
}
|
|
2310
2314
|
|
|
2311
2315
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2601,9 +2605,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2601
2605
|
.e-pv-properties-line-stroke-color-label,
|
|
2602
2606
|
.e-pv-properties-line-opacity-label,
|
|
2603
2607
|
.e-pv-properties-line-leader-length-label {
|
|
2604
|
-
margin-bottom: 8px;
|
|
2605
2608
|
font-weight: 600;
|
|
2606
2609
|
font-size: 14px;
|
|
2610
|
+
margin-bottom: 8px;
|
|
2607
2611
|
}
|
|
2608
2612
|
|
|
2609
2613
|
.e-pv-properties-line-end-container,
|
|
@@ -3262,8 +3266,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3262
3266
|
}
|
|
3263
3267
|
|
|
3264
3268
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3265
|
-
margin-top: 10px;
|
|
3266
3269
|
padding-bottom: 5px;
|
|
3270
|
+
margin-top: 10px;
|
|
3267
3271
|
}
|
|
3268
3272
|
|
|
3269
3273
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3355,14 +3359,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3355
3359
|
border-radius: 5px;
|
|
3356
3360
|
display: inline-block;
|
|
3357
3361
|
font-size: 13px;
|
|
3358
|
-
height: 88px;
|
|
3359
|
-
margin: 15px;
|
|
3360
3362
|
padding-top: 40px;
|
|
3361
3363
|
text-align: center;
|
|
3362
|
-
width: 311px;
|
|
3363
3364
|
word-wrap: break-word;
|
|
3364
3365
|
max-width: 300px;
|
|
3365
3366
|
padding-top: 36px;
|
|
3367
|
+
height: 88px;
|
|
3368
|
+
width: 311px;
|
|
3369
|
+
margin: 15px;
|
|
3366
3370
|
}
|
|
3367
3371
|
|
|
3368
3372
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/fluent.scss
CHANGED