@syncfusion/ej2-react-pdfviewer 21.2.9 → 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.
Files changed (43) hide show
  1. package/CHANGELOG.md +18 -2
  2. package/README.md +1 -1
  3. package/dist/ej2-react-pdfviewer.min.js +1 -1
  4. package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
  5. package/package.json +8 -8
  6. package/styles/bootstrap-dark.css +54 -10
  7. package/styles/bootstrap.css +54 -10
  8. package/styles/bootstrap4.css +54 -10
  9. package/styles/bootstrap5-dark.css +66 -16
  10. package/styles/bootstrap5.css +66 -16
  11. package/styles/fabric-dark.css +54 -10
  12. package/styles/fabric.css +54 -10
  13. package/styles/fluent-dark.css +66 -10
  14. package/styles/fluent.css +66 -10
  15. package/styles/highcontrast-light.css +54 -10
  16. package/styles/highcontrast.css +54 -10
  17. package/styles/material-dark.css +54 -10
  18. package/styles/material.css +54 -10
  19. package/styles/material3-dark.css +3482 -0
  20. package/styles/material3-dark.scss +2 -0
  21. package/styles/material3.css +3538 -0
  22. package/styles/material3.scss +2 -0
  23. package/styles/pdfviewer/bootstrap-dark.css +54 -10
  24. package/styles/pdfviewer/bootstrap.css +54 -10
  25. package/styles/pdfviewer/bootstrap4.css +54 -10
  26. package/styles/pdfviewer/bootstrap5-dark.css +66 -16
  27. package/styles/pdfviewer/bootstrap5.css +66 -16
  28. package/styles/pdfviewer/fabric-dark.css +54 -10
  29. package/styles/pdfviewer/fabric.css +54 -10
  30. package/styles/pdfviewer/fluent-dark.css +66 -10
  31. package/styles/pdfviewer/fluent.css +66 -10
  32. package/styles/pdfviewer/highcontrast-light.css +54 -10
  33. package/styles/pdfviewer/highcontrast.css +54 -10
  34. package/styles/pdfviewer/material-dark.css +54 -10
  35. package/styles/pdfviewer/material.css +54 -10
  36. package/styles/pdfviewer/material3-dark.css +3482 -0
  37. package/styles/pdfviewer/material3-dark.scss +2 -0
  38. package/styles/pdfviewer/material3.css +3538 -0
  39. package/styles/pdfviewer/material3.scss +2 -0
  40. package/styles/pdfviewer/tailwind-dark.css +57 -10
  41. package/styles/pdfviewer/tailwind.css +57 -10
  42. package/styles/tailwind-dark.css +57 -10
  43. 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: #343a40;
607
606
  border-color: #343a40;
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: #343a40;
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: #e9ecef;
2552
- color: #ced4da;
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: #ced4da;
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: #282d31;
2659
- border-color: #444c54;
2660
2671
  border-style: double;
2661
2672
  border-width: 0 1px 1px 0;
2662
2673
  height: 45px;
2663
2674
  position: relative;
2675
+ border-color: #444c54;
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: #fff;
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: 30px;
2871
- min-height: 30px;
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: #343a40;
3195
- border-color: #343a40;
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: #212529;
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 #444c54;
3513
+ height: 32px;
3514
+ width: 163px;
3515
+ }
3516
+
3517
+ .e-bigger .e-pv-properties-form-field-font-align {
3518
+ background: #212529;
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 #444c54;
3530
+ height: 32px;
3531
+ }
3532
+
3487
3533
  .e-pv-properties-formfield-label {
3488
3534
  color: #e9ecef;
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
  }
@@ -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: 30px;
2871
- min-height: 30px;
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: 30px;
2660
- min-height: 30px;
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
  }