@syncfusion/ej2-react-pdfviewer 21.2.10 → 22.1.34
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 +9 -2
- package/README.md +1 -1
- package/dist/ej2-react-pdfviewer.min.js +1 -1
- package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +54 -10
- package/styles/bootstrap.css +54 -10
- package/styles/bootstrap4.css +54 -10
- package/styles/bootstrap5-dark.css +66 -16
- package/styles/bootstrap5.css +66 -16
- package/styles/fabric-dark.css +54 -10
- package/styles/fabric.css +54 -10
- package/styles/fluent-dark.css +66 -10
- package/styles/fluent.css +66 -10
- package/styles/highcontrast-light.css +54 -10
- package/styles/highcontrast.css +54 -10
- package/styles/material-dark.css +54 -10
- package/styles/material.css +54 -10
- package/styles/material3-dark.css +3482 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +3538 -0
- package/styles/material3.scss +2 -0
- package/styles/pdfviewer/bootstrap-dark.css +54 -10
- package/styles/pdfviewer/bootstrap.css +54 -10
- package/styles/pdfviewer/bootstrap4.css +54 -10
- package/styles/pdfviewer/bootstrap5-dark.css +66 -16
- package/styles/pdfviewer/bootstrap5.css +66 -16
- package/styles/pdfviewer/fabric-dark.css +54 -10
- package/styles/pdfviewer/fabric.css +54 -10
- package/styles/pdfviewer/fluent-dark.css +66 -10
- package/styles/pdfviewer/fluent.css +66 -10
- package/styles/pdfviewer/highcontrast-light.css +54 -10
- package/styles/pdfviewer/highcontrast.css +54 -10
- package/styles/pdfviewer/material-dark.css +54 -10
- package/styles/pdfviewer/material.css +54 -10
- package/styles/pdfviewer/material3-dark.css +3482 -0
- package/styles/pdfviewer/material3-dark.scss +2 -0
- package/styles/pdfviewer/material3.css +3538 -0
- package/styles/pdfviewer/material3.scss +2 -0
- package/styles/pdfviewer/tailwind-dark.css +57 -10
- package/styles/pdfviewer/tailwind.css +57 -10
- package/styles/tailwind-dark.css +57 -10
- package/styles/tailwind.css +57 -10
|
@@ -603,13 +603,13 @@
|
|
|
603
603
|
/* stylelint-disable value-no-vendor-prefix */
|
|
604
604
|
/* stylelint-disable property-no-vendor-prefix */
|
|
605
605
|
.e-pv-viewer-container {
|
|
606
|
-
background-color: #e9ecef;
|
|
607
606
|
border-color: #e9ecef;
|
|
608
607
|
height: 100%;
|
|
609
608
|
overflow: auto;
|
|
610
609
|
position: relative;
|
|
611
610
|
-ms-touch-action: pan-x pan-y;
|
|
612
611
|
touch-action: pan-x pan-y;
|
|
612
|
+
background-color: #e9ecef;
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
.e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
|
|
@@ -831,6 +831,11 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
831
831
|
padding-bottom: 0;
|
|
832
832
|
}
|
|
833
833
|
|
|
834
|
+
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
835
|
+
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
836
|
+
padding-bottom: 0;
|
|
837
|
+
}
|
|
838
|
+
|
|
834
839
|
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
835
840
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
836
841
|
line-height: 26px;
|
|
@@ -1909,6 +1914,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1909
1914
|
font-size: 12px;
|
|
1910
1915
|
}
|
|
1911
1916
|
|
|
1917
|
+
.e-bigger .e-.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
|
|
1918
|
+
.e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
|
|
1919
|
+
.e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
|
|
1920
|
+
font-size: 18px;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1912
1923
|
.e-pv-annotation-color-container,
|
|
1913
1924
|
.e-pv-annotation-opacity-container,
|
|
1914
1925
|
.e-pv-annotation-stroke-container,
|
|
@@ -2208,13 +2219,14 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2208
2219
|
.e-pv-properties-line-stroke-color-label,
|
|
2209
2220
|
.e-pv-properties-line-opacity-label,
|
|
2210
2221
|
.e-pv-properties-line-leader-length-label {
|
|
2211
|
-
font-size: 14px;
|
|
2212
2222
|
margin-bottom: 8px;
|
|
2223
|
+
font-size: 14px;
|
|
2213
2224
|
}
|
|
2214
2225
|
|
|
2215
2226
|
.e-pv-properties-line-end-container,
|
|
2216
2227
|
.e-pv-properties-line-thickness-container {
|
|
2217
2228
|
margin-left: 37px;
|
|
2229
|
+
margin-left: 24px;
|
|
2218
2230
|
}
|
|
2219
2231
|
|
|
2220
2232
|
.e-pv-properties-line-leader-length-container {
|
|
@@ -2549,12 +2561,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2549
2561
|
|
|
2550
2562
|
.e-pdfviewer .e-editable-value-wrapper {
|
|
2551
2563
|
color: #343a40;
|
|
2552
|
-
color: #495057;
|
|
2553
|
-
font-size: 14px;
|
|
2554
|
-
font-size: 12px;
|
|
2555
2564
|
line-height: normal;
|
|
2556
2565
|
min-height: 22px;
|
|
2557
2566
|
padding: 2px 8px 3px;
|
|
2567
|
+
color: #495057;
|
|
2568
|
+
font-size: 14px;
|
|
2569
|
+
font-size: 12px;
|
|
2558
2570
|
}
|
|
2559
2571
|
|
|
2560
2572
|
.e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
|
|
@@ -2656,11 +2668,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2656
2668
|
|
|
2657
2669
|
.e-pv-comment-panel-title-container {
|
|
2658
2670
|
background-color: #f8f9fa;
|
|
2659
|
-
border-color: #dee2e6;
|
|
2660
2671
|
border-style: double;
|
|
2661
2672
|
border-width: 0 1px 1px 0;
|
|
2662
2673
|
height: 45px;
|
|
2663
2674
|
position: relative;
|
|
2675
|
+
border-color: #dee2e6;
|
|
2664
2676
|
}
|
|
2665
2677
|
|
|
2666
2678
|
.e-pv-comment-panel-title {
|
|
@@ -2669,9 +2681,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2669
2681
|
font-size: 16px;
|
|
2670
2682
|
font-weight: 500;
|
|
2671
2683
|
left: 15px;
|
|
2684
|
+
top: 14px;
|
|
2672
2685
|
position: absolute;
|
|
2673
2686
|
text-align: left;
|
|
2674
|
-
top: 14px;
|
|
2675
2687
|
}
|
|
2676
2688
|
|
|
2677
2689
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
@@ -2717,13 +2729,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2717
2729
|
|
|
2718
2730
|
.e-pv-comment-title {
|
|
2719
2731
|
color: #0d6efd;
|
|
2732
|
+
padding-left: 32px;
|
|
2733
|
+
padding-top: 7px;
|
|
2720
2734
|
color: #212529;
|
|
2721
2735
|
font-size: 14px;
|
|
2722
2736
|
font-size: 12px;
|
|
2723
2737
|
font-weight: 500;
|
|
2724
2738
|
max-width: 237px;
|
|
2725
|
-
padding-left: 32px;
|
|
2726
|
-
padding-top: 7px;
|
|
2727
2739
|
position: absolute;
|
|
2728
2740
|
}
|
|
2729
2741
|
|
|
@@ -2867,8 +2879,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2867
2879
|
}
|
|
2868
2880
|
|
|
2869
2881
|
.e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2870
|
-
height:
|
|
2871
|
-
min-height:
|
|
2882
|
+
height: 32px;
|
|
2883
|
+
min-height: 32px;
|
|
2872
2884
|
}
|
|
2873
2885
|
|
|
2874
2886
|
.e-pv-signature-dialog-height .e-pv-createbtn {
|
|
@@ -3177,8 +3189,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3177
3189
|
.e-pv-left-align-icon-div:hover,
|
|
3178
3190
|
.e-pv-center-align-icon-div:hover,
|
|
3179
3191
|
.e-pv-right-align-icon-div:hover {
|
|
3180
|
-
background-color: #5c636a;
|
|
3181
|
-
border-color: #565e64;
|
|
3182
3192
|
background-color: #565e64;
|
|
3183
3193
|
border-color: #565e64;
|
|
3184
3194
|
color: #fff;
|
|
@@ -3191,8 +3201,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3191
3201
|
.e-pv-left-align-icon-div:active,
|
|
3192
3202
|
.e-pv-center-align-icon-div:active,
|
|
3193
3203
|
.e-pv-right-align-icon-div:active {
|
|
3194
|
-
background-color: #e9ecef;
|
|
3195
|
-
border-color: #e9ecef;
|
|
3196
3204
|
background-color: #565e64;
|
|
3197
3205
|
border-color: #565e64;
|
|
3198
3206
|
color: #fff;
|
|
@@ -3204,6 +3212,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3204
3212
|
padding: 12px 20px 12px 1px;
|
|
3205
3213
|
}
|
|
3206
3214
|
|
|
3215
|
+
.e-bigger .e-pv-properties-fill-color-style-prop,
|
|
3216
|
+
.e-bigger .e-pv-properties-stroke-color-style-prop,
|
|
3217
|
+
.e-bigger .e-pv-properties-stroke-thickness-style-prop {
|
|
3218
|
+
padding: 12px 20px 12px 1px;
|
|
3219
|
+
}
|
|
3220
|
+
|
|
3207
3221
|
.e-pv-formfield-fontcolor-icon,
|
|
3208
3222
|
.e-pv-formfield-strokecolor-icon,
|
|
3209
3223
|
.e-pv-formfield-strokethickness-icon {
|
|
@@ -3396,7 +3410,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3396
3410
|
color: #fff;
|
|
3397
3411
|
}
|
|
3398
3412
|
|
|
3399
|
-
.e-pv-formfield-li-element:hover {
|
|
3413
|
+
.e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
|
|
3400
3414
|
background-color: #0d6efd;
|
|
3401
3415
|
color: #fff;
|
|
3402
3416
|
}
|
|
@@ -3484,6 +3498,38 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3484
3498
|
height: 32px;
|
|
3485
3499
|
}
|
|
3486
3500
|
|
|
3501
|
+
.e-bigger .e-pv-properties-form-field-font-style {
|
|
3502
|
+
background: #fff;
|
|
3503
|
+
border-radius: 4px;
|
|
3504
|
+
display: -ms-flexbox;
|
|
3505
|
+
display: flex;
|
|
3506
|
+
height: 36px;
|
|
3507
|
+
-ms-flex-pack: space-evenly;
|
|
3508
|
+
justify-content: space-evenly;
|
|
3509
|
+
width: 154px;
|
|
3510
|
+
-ms-flex-align: center;
|
|
3511
|
+
align-items: center;
|
|
3512
|
+
border: 1px solid #dee2e6;
|
|
3513
|
+
height: 32px;
|
|
3514
|
+
width: 163px;
|
|
3515
|
+
}
|
|
3516
|
+
|
|
3517
|
+
.e-bigger .e-pv-properties-form-field-font-align {
|
|
3518
|
+
background: #fff;
|
|
3519
|
+
border-radius: 4px;
|
|
3520
|
+
display: -ms-flexbox;
|
|
3521
|
+
display: flex;
|
|
3522
|
+
height: 36px;
|
|
3523
|
+
-ms-flex-pack: space-evenly;
|
|
3524
|
+
justify-content: space-evenly;
|
|
3525
|
+
margin-right: 15px;
|
|
3526
|
+
width: 120px;
|
|
3527
|
+
-ms-flex-align: center;
|
|
3528
|
+
align-items: center;
|
|
3529
|
+
border: 1px solid #dee2e6;
|
|
3530
|
+
height: 32px;
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3487
3533
|
.e-pv-properties-formfield-label {
|
|
3488
3534
|
color: #343a40;
|
|
3489
3535
|
font-family: "Roboto";
|
|
@@ -3537,6 +3583,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3537
3583
|
height: 535px;
|
|
3538
3584
|
}
|
|
3539
3585
|
|
|
3586
|
+
.e-bigger .e-pv-signature-dialog-height {
|
|
3587
|
+
min-height: 592px;
|
|
3588
|
+
}
|
|
3589
|
+
|
|
3540
3590
|
.e-dialog.e-pv-signature-dialog-blazor-height {
|
|
3541
3591
|
height: 530px;
|
|
3542
3592
|
}
|
|
@@ -605,13 +605,13 @@
|
|
|
605
605
|
/* stylelint-disable value-no-vendor-prefix */
|
|
606
606
|
/* stylelint-disable property-no-vendor-prefix */
|
|
607
607
|
.e-pv-viewer-container {
|
|
608
|
-
background-color: #201f1f;
|
|
609
608
|
border-color: #6f6c6c;
|
|
610
609
|
height: calc(100% - 50px);
|
|
611
610
|
overflow: auto;
|
|
612
611
|
position: relative;
|
|
613
612
|
-ms-touch-action: pan-x pan-y;
|
|
614
613
|
touch-action: pan-x pan-y;
|
|
614
|
+
background-color: #201f1f;
|
|
615
615
|
}
|
|
616
616
|
|
|
617
617
|
.e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
|
|
@@ -824,6 +824,11 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
824
824
|
padding-bottom: 0;
|
|
825
825
|
}
|
|
826
826
|
|
|
827
|
+
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
828
|
+
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
829
|
+
padding-bottom: 0;
|
|
830
|
+
}
|
|
831
|
+
|
|
827
832
|
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
828
833
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
829
834
|
line-height: 26px;
|
|
@@ -1811,6 +1816,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1811
1816
|
font-size: 12px;
|
|
1812
1817
|
}
|
|
1813
1818
|
|
|
1819
|
+
.e-bigger .e-.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
|
|
1820
|
+
.e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
|
|
1821
|
+
.e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
|
|
1822
|
+
font-size: 18px;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1814
1825
|
.e-pv-annotation-color-container,
|
|
1815
1826
|
.e-pv-annotation-opacity-container,
|
|
1816
1827
|
.e-pv-annotation-stroke-container,
|
|
@@ -2066,8 +2077,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2066
2077
|
.e-pv-properties-line-stroke-color-label,
|
|
2067
2078
|
.e-pv-properties-line-opacity-label,
|
|
2068
2079
|
.e-pv-properties-line-leader-length-label {
|
|
2069
|
-
font-size: 14px;
|
|
2070
2080
|
margin-bottom: 8px;
|
|
2081
|
+
font-size: 14px;
|
|
2071
2082
|
}
|
|
2072
2083
|
|
|
2073
2084
|
.e-pv-properties-line-end-container,
|
|
@@ -2346,10 +2357,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2346
2357
|
|
|
2347
2358
|
.e-pdfviewer .e-editable-value-wrapper {
|
|
2348
2359
|
color: rgba(218, 218, 218, 0.9);
|
|
2349
|
-
font-size: 14px;
|
|
2350
2360
|
line-height: normal;
|
|
2351
2361
|
min-height: 22px;
|
|
2352
2362
|
padding: 2px 8px 3px;
|
|
2363
|
+
font-size: 14px;
|
|
2353
2364
|
}
|
|
2354
2365
|
|
|
2355
2366
|
.e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
|
|
@@ -2453,20 +2464,20 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2453
2464
|
|
|
2454
2465
|
.e-pv-comment-panel-title-container {
|
|
2455
2466
|
background-color: #333232;
|
|
2456
|
-
border-color: #6f6c6c;
|
|
2457
2467
|
border-style: double;
|
|
2458
2468
|
border-width: 0 1px 1px 0;
|
|
2459
2469
|
height: 45px;
|
|
2460
2470
|
position: relative;
|
|
2471
|
+
border-color: #6f6c6c;
|
|
2461
2472
|
}
|
|
2462
2473
|
|
|
2463
2474
|
.e-pv-comment-panel-title {
|
|
2464
2475
|
color: rgba(218, 218, 218, 0.9);
|
|
2465
2476
|
font-size: 14px;
|
|
2466
2477
|
left: 15px;
|
|
2478
|
+
top: 14px;
|
|
2467
2479
|
position: absolute;
|
|
2468
2480
|
text-align: left;
|
|
2469
|
-
top: 14px;
|
|
2470
2481
|
}
|
|
2471
2482
|
|
|
2472
2483
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
@@ -2514,10 +2525,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2514
2525
|
|
|
2515
2526
|
.e-pv-comment-title {
|
|
2516
2527
|
color: rgba(218, 218, 218, 0.6);
|
|
2517
|
-
font-size: 14px;
|
|
2518
|
-
max-width: 237px;
|
|
2519
2528
|
padding-left: 32px;
|
|
2520
2529
|
padding-top: 5px;
|
|
2530
|
+
font-size: 14px;
|
|
2531
|
+
max-width: 237px;
|
|
2521
2532
|
position: absolute;
|
|
2522
2533
|
}
|
|
2523
2534
|
|
|
@@ -2656,8 +2667,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2656
2667
|
}
|
|
2657
2668
|
|
|
2658
2669
|
.e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2659
|
-
height:
|
|
2660
|
-
min-height:
|
|
2670
|
+
height: 32px;
|
|
2671
|
+
min-height: 32px;
|
|
2661
2672
|
}
|
|
2662
2673
|
|
|
2663
2674
|
.e-pv-signature-dialog-height .e-pv-createbtn {
|
|
@@ -2950,6 +2961,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2950
2961
|
padding: 12px 20px 12px 1px;
|
|
2951
2962
|
}
|
|
2952
2963
|
|
|
2964
|
+
.e-bigger .e-pv-properties-fill-color-style-prop,
|
|
2965
|
+
.e-bigger .e-pv-properties-stroke-color-style-prop,
|
|
2966
|
+
.e-bigger .e-pv-properties-stroke-thickness-style-prop {
|
|
2967
|
+
padding: 12px 20px 12px 1px;
|
|
2968
|
+
}
|
|
2969
|
+
|
|
2953
2970
|
.e-pv-formfield-fontcolor-icon,
|
|
2954
2971
|
.e-pv-formfield-strokecolor-icon,
|
|
2955
2972
|
.e-pv-formfield-strokethickness-icon {
|
|
@@ -3114,7 +3131,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3114
3131
|
background-color: #6f6c6c;
|
|
3115
3132
|
}
|
|
3116
3133
|
|
|
3117
|
-
.e-pv-formfield-li-element:hover {
|
|
3134
|
+
.e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
|
|
3118
3135
|
background-color: #6f6c6c;
|
|
3119
3136
|
}
|
|
3120
3137
|
|
|
@@ -3190,6 +3207,29 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3190
3207
|
width: 120px;
|
|
3191
3208
|
}
|
|
3192
3209
|
|
|
3210
|
+
.e-bigger .e-pv-properties-form-field-font-style {
|
|
3211
|
+
background: #414040;
|
|
3212
|
+
border-radius: 2px;
|
|
3213
|
+
display: -ms-flexbox;
|
|
3214
|
+
display: flex;
|
|
3215
|
+
height: 36px;
|
|
3216
|
+
-ms-flex-pack: space-evenly;
|
|
3217
|
+
justify-content: space-evenly;
|
|
3218
|
+
width: 154px;
|
|
3219
|
+
}
|
|
3220
|
+
|
|
3221
|
+
.e-bigger .e-pv-properties-form-field-font-align {
|
|
3222
|
+
background: #414040;
|
|
3223
|
+
border-radius: 2px;
|
|
3224
|
+
display: -ms-flexbox;
|
|
3225
|
+
display: flex;
|
|
3226
|
+
height: 36px;
|
|
3227
|
+
-ms-flex-pack: space-evenly;
|
|
3228
|
+
justify-content: space-evenly;
|
|
3229
|
+
margin-right: 15px;
|
|
3230
|
+
width: 120px;
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3193
3233
|
.e-pv-properties-formfield-label {
|
|
3194
3234
|
color: #757575;
|
|
3195
3235
|
font-family: "Roboto";
|
|
@@ -3241,6 +3281,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3241
3281
|
height: 580px;
|
|
3242
3282
|
}
|
|
3243
3283
|
|
|
3284
|
+
.e-bigger .e-pv-signature-dialog-height {
|
|
3285
|
+
min-height: 592px;
|
|
3286
|
+
}
|
|
3287
|
+
|
|
3244
3288
|
.e-dialog.e-pv-signature-dialog-blazor-height {
|
|
3245
3289
|
height: 580px;
|
|
3246
3290
|
}
|
|
@@ -612,13 +612,13 @@
|
|
|
612
612
|
/* stylelint-disable value-no-vendor-prefix */
|
|
613
613
|
/* stylelint-disable property-no-vendor-prefix */
|
|
614
614
|
.e-pv-viewer-container {
|
|
615
|
-
background-color: #d0d0d0;
|
|
616
615
|
border-color: #fff;
|
|
617
616
|
height: calc(100% - 50px);
|
|
618
617
|
overflow: auto;
|
|
619
618
|
position: relative;
|
|
620
619
|
-ms-touch-action: pan-x pan-y;
|
|
621
620
|
touch-action: pan-x pan-y;
|
|
621
|
+
background-color: #d0d0d0;
|
|
622
622
|
}
|
|
623
623
|
|
|
624
624
|
.e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
|
|
@@ -831,6 +831,11 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
831
831
|
padding-bottom: 0;
|
|
832
832
|
}
|
|
833
833
|
|
|
834
|
+
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
835
|
+
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
836
|
+
padding-bottom: 0;
|
|
837
|
+
}
|
|
838
|
+
|
|
834
839
|
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
835
840
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
836
841
|
line-height: 26px;
|
|
@@ -1822,6 +1827,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1822
1827
|
font-size: 12px;
|
|
1823
1828
|
}
|
|
1824
1829
|
|
|
1830
|
+
.e-bigger .e-.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
|
|
1831
|
+
.e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
|
|
1832
|
+
.e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
|
|
1833
|
+
font-size: 18px;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1825
1836
|
.e-pv-annotation-color-container,
|
|
1826
1837
|
.e-pv-annotation-opacity-container,
|
|
1827
1838
|
.e-pv-annotation-stroke-container,
|
|
@@ -2077,8 +2088,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2077
2088
|
.e-pv-properties-line-stroke-color-label,
|
|
2078
2089
|
.e-pv-properties-line-opacity-label,
|
|
2079
2090
|
.e-pv-properties-line-leader-length-label {
|
|
2080
|
-
font-size: 14px;
|
|
2081
2091
|
margin-bottom: 8px;
|
|
2092
|
+
font-size: 14px;
|
|
2082
2093
|
}
|
|
2083
2094
|
|
|
2084
2095
|
.e-pv-properties-line-end-container,
|
|
@@ -2357,10 +2368,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2357
2368
|
|
|
2358
2369
|
.e-pdfviewer .e-editable-value-wrapper {
|
|
2359
2370
|
color: rgba(51, 51, 51, 0.9);
|
|
2360
|
-
font-size: 14px;
|
|
2361
2371
|
line-height: normal;
|
|
2362
2372
|
min-height: 22px;
|
|
2363
2373
|
padding: 2px 8px 3px;
|
|
2374
|
+
font-size: 14px;
|
|
2364
2375
|
}
|
|
2365
2376
|
|
|
2366
2377
|
.e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
|
|
@@ -2464,20 +2475,20 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2464
2475
|
|
|
2465
2476
|
.e-pv-comment-panel-title-container {
|
|
2466
2477
|
background-color: #fff;
|
|
2467
|
-
border-color: #adadad;
|
|
2468
2478
|
border-style: double;
|
|
2469
2479
|
border-width: 0 1px 1px 0;
|
|
2470
2480
|
height: 45px;
|
|
2471
2481
|
position: relative;
|
|
2482
|
+
border-color: #adadad;
|
|
2472
2483
|
}
|
|
2473
2484
|
|
|
2474
2485
|
.e-pv-comment-panel-title {
|
|
2475
2486
|
color: rgba(51, 51, 51, 0.9);
|
|
2476
2487
|
font-size: 14px;
|
|
2477
2488
|
left: 15px;
|
|
2489
|
+
top: 14px;
|
|
2478
2490
|
position: absolute;
|
|
2479
2491
|
text-align: left;
|
|
2480
|
-
top: 14px;
|
|
2481
2492
|
}
|
|
2482
2493
|
|
|
2483
2494
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
@@ -2525,10 +2536,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2525
2536
|
|
|
2526
2537
|
.e-pv-comment-title {
|
|
2527
2538
|
color: rgba(51, 51, 51, 0.6);
|
|
2528
|
-
font-size: 14px;
|
|
2529
|
-
max-width: 237px;
|
|
2530
2539
|
padding-left: 32px;
|
|
2531
2540
|
padding-top: 5px;
|
|
2541
|
+
font-size: 14px;
|
|
2542
|
+
max-width: 237px;
|
|
2532
2543
|
position: absolute;
|
|
2533
2544
|
}
|
|
2534
2545
|
|
|
@@ -2669,8 +2680,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2669
2680
|
}
|
|
2670
2681
|
|
|
2671
2682
|
.e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2672
|
-
height:
|
|
2673
|
-
min-height:
|
|
2683
|
+
height: 32px;
|
|
2684
|
+
min-height: 32px;
|
|
2674
2685
|
}
|
|
2675
2686
|
|
|
2676
2687
|
.e-pv-signature-dialog-height .e-pv-createbtn {
|
|
@@ -2963,6 +2974,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2963
2974
|
padding: 12px 20px 12px 1px;
|
|
2964
2975
|
}
|
|
2965
2976
|
|
|
2977
|
+
.e-bigger .e-pv-properties-fill-color-style-prop,
|
|
2978
|
+
.e-bigger .e-pv-properties-stroke-color-style-prop,
|
|
2979
|
+
.e-bigger .e-pv-properties-stroke-thickness-style-prop {
|
|
2980
|
+
padding: 12px 20px 12px 1px;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2966
2983
|
.e-pv-formfield-fontcolor-icon,
|
|
2967
2984
|
.e-pv-formfield-strokecolor-icon,
|
|
2968
2985
|
.e-pv-formfield-strokethickness-icon {
|
|
@@ -3127,7 +3144,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3127
3144
|
background-color: #c8c8c8;
|
|
3128
3145
|
}
|
|
3129
3146
|
|
|
3130
|
-
.e-pv-formfield-li-element:hover {
|
|
3147
|
+
.e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
|
|
3131
3148
|
background-color: #c8c8c8;
|
|
3132
3149
|
}
|
|
3133
3150
|
|
|
@@ -3203,6 +3220,29 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3203
3220
|
width: 120px;
|
|
3204
3221
|
}
|
|
3205
3222
|
|
|
3223
|
+
.e-bigger .e-pv-properties-form-field-font-style {
|
|
3224
|
+
background: #eaeaea;
|
|
3225
|
+
border-radius: 2px;
|
|
3226
|
+
display: -ms-flexbox;
|
|
3227
|
+
display: flex;
|
|
3228
|
+
height: 36px;
|
|
3229
|
+
-ms-flex-pack: space-evenly;
|
|
3230
|
+
justify-content: space-evenly;
|
|
3231
|
+
width: 154px;
|
|
3232
|
+
}
|
|
3233
|
+
|
|
3234
|
+
.e-bigger .e-pv-properties-form-field-font-align {
|
|
3235
|
+
background: #eaeaea;
|
|
3236
|
+
border-radius: 2px;
|
|
3237
|
+
display: -ms-flexbox;
|
|
3238
|
+
display: flex;
|
|
3239
|
+
height: 36px;
|
|
3240
|
+
-ms-flex-pack: space-evenly;
|
|
3241
|
+
justify-content: space-evenly;
|
|
3242
|
+
margin-right: 15px;
|
|
3243
|
+
width: 120px;
|
|
3244
|
+
}
|
|
3245
|
+
|
|
3206
3246
|
.e-pv-properties-formfield-label {
|
|
3207
3247
|
color: #757575;
|
|
3208
3248
|
font-family: "Roboto";
|
|
@@ -3254,6 +3294,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3254
3294
|
height: 565px;
|
|
3255
3295
|
}
|
|
3256
3296
|
|
|
3297
|
+
.e-bigger .e-pv-signature-dialog-height {
|
|
3298
|
+
min-height: 592px;
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3257
3301
|
.e-dialog.e-pv-signature-dialog-blazor-height {
|
|
3258
3302
|
height: 565px;
|
|
3259
3303
|
}
|