@syncfusion/ej2-vue-pdfviewer 21.1.35 → 21.1.36

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 (49) hide show
  1. package/CHANGELOG.md +148 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-pdfviewer.umd.min.js +2 -2
  4. package/dist/ej2-vue-pdfviewer.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-pdfviewer.es2015.js +4 -4
  6. package/dist/es6/ej2-vue-pdfviewer.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-pdfviewer.es5.js +4 -4
  8. package/dist/es6/ej2-vue-pdfviewer.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
  10. package/package.json +10 -9
  11. package/src/pdfviewer/pdfviewer.component.js +4 -4
  12. package/styles/bootstrap-dark.css +55 -11
  13. package/styles/bootstrap.css +55 -11
  14. package/styles/bootstrap4.css +55 -11
  15. package/styles/bootstrap5-dark.css +67 -17
  16. package/styles/bootstrap5.css +67 -17
  17. package/styles/fabric-dark.css +55 -11
  18. package/styles/fabric.css +55 -11
  19. package/styles/fluent-dark.css +67 -11
  20. package/styles/fluent.css +67 -11
  21. package/styles/highcontrast-light.css +55 -11
  22. package/styles/highcontrast.css +55 -11
  23. package/styles/material-dark.css +55 -11
  24. package/styles/material.css +55 -11
  25. package/styles/material3-dark.css +3482 -0
  26. package/styles/material3-dark.scss +2 -0
  27. package/styles/material3.css +3538 -0
  28. package/styles/material3.scss +2 -0
  29. package/styles/pdfviewer/bootstrap-dark.css +55 -11
  30. package/styles/pdfviewer/bootstrap.css +55 -11
  31. package/styles/pdfviewer/bootstrap4.css +55 -11
  32. package/styles/pdfviewer/bootstrap5-dark.css +67 -17
  33. package/styles/pdfviewer/bootstrap5.css +67 -17
  34. package/styles/pdfviewer/fabric-dark.css +55 -11
  35. package/styles/pdfviewer/fabric.css +55 -11
  36. package/styles/pdfviewer/fluent-dark.css +67 -11
  37. package/styles/pdfviewer/fluent.css +67 -11
  38. package/styles/pdfviewer/highcontrast-light.css +55 -11
  39. package/styles/pdfviewer/highcontrast.css +55 -11
  40. package/styles/pdfviewer/material-dark.css +55 -11
  41. package/styles/pdfviewer/material.css +55 -11
  42. package/styles/pdfviewer/material3-dark.css +3482 -0
  43. package/styles/pdfviewer/material3-dark.scss +2 -0
  44. package/styles/pdfviewer/material3.css +3538 -0
  45. package/styles/pdfviewer/material3.scss +2 -0
  46. package/styles/pdfviewer/tailwind-dark.css +58 -11
  47. package/styles/pdfviewer/tailwind.css +58 -11
  48. package/styles/tailwind-dark.css +58 -11
  49. package/styles/tailwind.css +58 -11
package/styles/fabric.css CHANGED
@@ -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
 
@@ -2589,7 +2600,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2589
2600
 
2590
2601
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
2591
2602
  border-bottom: 0;
2592
- word-break: break-all;
2603
+ word-break: break-word;
2593
2604
  }
2594
2605
 
2595
2606
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
@@ -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: 30px;
2673
- min-height: 30px;
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
  }
@@ -601,13 +601,13 @@
601
601
  /* stylelint-disable value-no-vendor-prefix */
602
602
  /* stylelint-disable property-no-vendor-prefix */
603
603
  .e-pv-viewer-container {
604
- background-color: #323130;
605
604
  border-color: #323130;
606
605
  height: 100%;
607
606
  overflow: auto;
608
607
  position: relative;
609
608
  -ms-touch-action: pan-x pan-y;
610
609
  touch-action: pan-x pan-y;
610
+ background-color: #323130;
611
611
  }
612
612
 
613
613
  .e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
@@ -828,6 +828,11 @@ input.e-pv-input-password::-ms-reveal {
828
828
  padding-bottom: 2px;
829
829
  }
830
830
 
831
+ .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
832
+ .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
833
+ padding-bottom: 2px;
834
+ }
835
+
831
836
  .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
832
837
  .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
833
838
  line-height: 22px;
@@ -1898,6 +1903,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1898
1903
  font-size: 16px;
1899
1904
  }
1900
1905
 
1906
+ .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,
1907
+ .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1908
+ .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1909
+ font-size: 18px;
1910
+ }
1911
+
1901
1912
  .e-pv-annotation-color-container,
1902
1913
  .e-pv-annotation-opacity-container,
1903
1914
  .e-pv-annotation-stroke-container,
@@ -2193,9 +2204,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2193
2204
  .e-pv-properties-line-stroke-color-label,
2194
2205
  .e-pv-properties-line-opacity-label,
2195
2206
  .e-pv-properties-line-leader-length-label {
2196
- font-size: 14px;
2197
2207
  margin-bottom: 8px;
2198
2208
  font-weight: 600;
2209
+ font-size: 14px;
2199
2210
  }
2200
2211
 
2201
2212
  .e-pv-properties-line-end-container,
@@ -2337,6 +2348,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2337
2348
  margin-right: 7.5px;
2338
2349
  margin-top: 2.5px;
2339
2350
  width: 120px;
2351
+ width: 138px;
2340
2352
  }
2341
2353
 
2342
2354
  .e-bigger .e-pv-line-styles-content-container {
@@ -2366,6 +2378,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2366
2378
 
2367
2379
  .e-pv-properties-opacity-indicator {
2368
2380
  margin-left: 141px;
2381
+ margin-left: 153px;
2369
2382
  }
2370
2383
 
2371
2384
  .e-pv-annotation-stamp-container .e-menu-parent.e-menu {
@@ -2538,10 +2551,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2538
2551
 
2539
2552
  .e-pdfviewer .e-editable-value-wrapper {
2540
2553
  color: #d2d0ce;
2541
- font-size: 14px;
2542
2554
  line-height: normal;
2543
2555
  min-height: 22px;
2544
2556
  padding: 2px 8px 3px;
2557
+ font-size: 14px;
2545
2558
  }
2546
2559
 
2547
2560
  .e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
@@ -2645,11 +2658,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2645
2658
 
2646
2659
  .e-pv-comment-panel-title-container {
2647
2660
  background-color: #201f1e;
2648
- border-color: #292827;
2649
2661
  border-style: double;
2650
2662
  border-width: 0 1px 1px 0;
2651
2663
  height: 45px;
2652
2664
  position: relative;
2665
+ border-color: #292827;
2653
2666
  }
2654
2667
 
2655
2668
  .e-pv-comment-panel-title {
@@ -2657,9 +2670,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2657
2670
  font-size: 14px;
2658
2671
  font-weight: 600;
2659
2672
  left: 15px;
2673
+ top: 14px;
2660
2674
  position: absolute;
2661
2675
  text-align: left;
2662
- top: 14px;
2663
2676
  }
2664
2677
 
2665
2678
  .e-pv-comment-panel-title-close-div.e-btn {
@@ -2702,12 +2715,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2702
2715
 
2703
2716
  .e-pv-comment-title {
2704
2717
  color: #0078d4;
2718
+ padding-left: 32px;
2719
+ padding-top: 5px;
2705
2720
  color: #f3f2f1;
2706
2721
  font-size: 14px;
2707
2722
  font-weight: 600;
2708
2723
  max-width: 237px;
2709
- padding-left: 32px;
2710
- padding-top: 5px;
2711
2724
  position: absolute;
2712
2725
  }
2713
2726
 
@@ -2773,7 +2786,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2773
2786
 
2774
2787
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
2775
2788
  border-bottom: 0;
2776
- word-break: break-all;
2789
+ word-break: break-word;
2777
2790
  }
2778
2791
 
2779
2792
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
@@ -2853,8 +2866,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2853
2866
  }
2854
2867
 
2855
2868
  .e-pv-signature-dialog-height .e-pv-cancelbtn {
2856
- height: 30px;
2857
- min-height: 30px;
2869
+ height: 32px;
2870
+ min-height: 32px;
2858
2871
  }
2859
2872
 
2860
2873
  .e-pv-signature-dialog-height .e-pv-createbtn {
@@ -3099,6 +3112,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3099
3112
  .e-pv-properties-visibility-style-prop {
3100
3113
  padding-bottom: 12px;
3101
3114
  padding-top: 12px;
3115
+ padding-bottom: 10px;
3116
+ padding-top: 20px;
3102
3117
  }
3103
3118
 
3104
3119
  .e-pv-properties-checkbox-main-div-prop {
@@ -3149,6 +3164,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3149
3164
  padding: 12px 20px 12px 1px;
3150
3165
  }
3151
3166
 
3167
+ .e-bigger .e-pv-properties-fill-color-style-prop,
3168
+ .e-bigger .e-pv-properties-stroke-color-style-prop,
3169
+ .e-bigger .e-pv-properties-stroke-thickness-style-prop {
3170
+ padding: 12px 20px 12px 1px;
3171
+ }
3172
+
3152
3173
  .e-pv-formfield-fontcolor-icon,
3153
3174
  .e-pv-formfield-strokecolor-icon,
3154
3175
  .e-pv-formfield-strokethickness-icon {
@@ -3165,6 +3186,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3165
3186
  .e-pv-properties-font-family-container {
3166
3187
  margin-right: 15px;
3167
3188
  width: 122px;
3189
+ width: 165px;
3168
3190
  }
3169
3191
 
3170
3192
  .e-pv-properties-font-size-container {
@@ -3324,7 +3346,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3324
3346
  color: #fff;
3325
3347
  }
3326
3348
 
3327
- .e-pv-formfield-li-element:hover {
3349
+ .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
3328
3350
  background-color: #0078d4;
3329
3351
  color: #fff;
3330
3352
  }
@@ -3363,6 +3385,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3363
3385
  .e-pv-form-field-property-header-general {
3364
3386
  font-family: "Segoe UI";
3365
3387
  height: 24px;
3388
+ font-family: "Roboto";
3366
3389
  font-size: 14px;
3367
3390
  font-style: normal;
3368
3391
  line-height: 22px;
@@ -3412,6 +3435,39 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3412
3435
  border: 1px solid #a19f9d;
3413
3436
  }
3414
3437
 
3438
+ .e-bigger .e-pv-properties-form-field-font-style {
3439
+ background: #1b1a19;
3440
+ border-radius: 2px;
3441
+ display: -ms-flexbox;
3442
+ display: flex;
3443
+ height: 36px;
3444
+ -ms-flex-pack: space-evenly;
3445
+ justify-content: space-evenly;
3446
+ width: 154px;
3447
+ -ms-flex-align: center;
3448
+ align-items: center;
3449
+ border: 1px solid #a19f9d;
3450
+ height: 32px;
3451
+ width: 163px;
3452
+ }
3453
+
3454
+ .e-bigger .e-pv-properties-form-field-font-align {
3455
+ background: #1b1a19;
3456
+ border-radius: 2px;
3457
+ display: -ms-flexbox;
3458
+ display: flex;
3459
+ height: 36px;
3460
+ -ms-flex-pack: space-evenly;
3461
+ justify-content: space-evenly;
3462
+ margin-right: 15px;
3463
+ width: 120px;
3464
+ -ms-flex-align: center;
3465
+ align-items: center;
3466
+ border: 1px solid #292827;
3467
+ height: 32px;
3468
+ border: 1px solid #a19f9d;
3469
+ }
3470
+
3415
3471
  .e-pv-properties-formfield-label {
3416
3472
  color: #d2d0ce;
3417
3473
  font-family: "Roboto";
package/styles/fluent.css CHANGED
@@ -601,13 +601,13 @@
601
601
  /* stylelint-disable value-no-vendor-prefix */
602
602
  /* stylelint-disable property-no-vendor-prefix */
603
603
  .e-pv-viewer-container {
604
- background-color: #e1dfdd;
605
604
  border-color: #e1dfdd;
606
605
  height: 100%;
607
606
  overflow: auto;
608
607
  position: relative;
609
608
  -ms-touch-action: pan-x pan-y;
610
609
  touch-action: pan-x pan-y;
610
+ background-color: #e1dfdd;
611
611
  }
612
612
 
613
613
  .e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
@@ -828,6 +828,11 @@ input.e-pv-input-password::-ms-reveal {
828
828
  padding-bottom: 2px;
829
829
  }
830
830
 
831
+ .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
832
+ .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
833
+ padding-bottom: 2px;
834
+ }
835
+
831
836
  .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
832
837
  .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
833
838
  line-height: 22px;
@@ -1898,6 +1903,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1898
1903
  font-size: 16px;
1899
1904
  }
1900
1905
 
1906
+ .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,
1907
+ .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1908
+ .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1909
+ font-size: 18px;
1910
+ }
1911
+
1901
1912
  .e-pv-annotation-color-container,
1902
1913
  .e-pv-annotation-opacity-container,
1903
1914
  .e-pv-annotation-stroke-container,
@@ -2193,9 +2204,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2193
2204
  .e-pv-properties-line-stroke-color-label,
2194
2205
  .e-pv-properties-line-opacity-label,
2195
2206
  .e-pv-properties-line-leader-length-label {
2196
- font-size: 14px;
2197
2207
  margin-bottom: 8px;
2198
2208
  font-weight: 600;
2209
+ font-size: 14px;
2199
2210
  }
2200
2211
 
2201
2212
  .e-pv-properties-line-end-container,
@@ -2337,6 +2348,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2337
2348
  margin-right: 7.5px;
2338
2349
  margin-top: 2.5px;
2339
2350
  width: 120px;
2351
+ width: 138px;
2340
2352
  }
2341
2353
 
2342
2354
  .e-bigger .e-pv-line-styles-content-container {
@@ -2366,6 +2378,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2366
2378
 
2367
2379
  .e-pv-properties-opacity-indicator {
2368
2380
  margin-left: 141px;
2381
+ margin-left: 153px;
2369
2382
  }
2370
2383
 
2371
2384
  .e-pv-annotation-stamp-container .e-menu-parent.e-menu {
@@ -2538,10 +2551,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2538
2551
 
2539
2552
  .e-pdfviewer .e-editable-value-wrapper {
2540
2553
  color: #323130;
2541
- font-size: 14px;
2542
2554
  line-height: normal;
2543
2555
  min-height: 22px;
2544
2556
  padding: 2px 8px 3px;
2557
+ font-size: 14px;
2545
2558
  }
2546
2559
 
2547
2560
  .e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
@@ -2645,11 +2658,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2645
2658
 
2646
2659
  .e-pv-comment-panel-title-container {
2647
2660
  background-color: #faf9f8;
2648
- border-color: #edebe9;
2649
2661
  border-style: double;
2650
2662
  border-width: 0 1px 1px 0;
2651
2663
  height: 45px;
2652
2664
  position: relative;
2665
+ border-color: #edebe9;
2653
2666
  }
2654
2667
 
2655
2668
  .e-pv-comment-panel-title {
@@ -2657,9 +2670,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2657
2670
  font-size: 14px;
2658
2671
  font-weight: 600;
2659
2672
  left: 15px;
2673
+ top: 14px;
2660
2674
  position: absolute;
2661
2675
  text-align: left;
2662
- top: 14px;
2663
2676
  }
2664
2677
 
2665
2678
  .e-pv-comment-panel-title-close-div.e-btn {
@@ -2702,12 +2715,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2702
2715
 
2703
2716
  .e-pv-comment-title {
2704
2717
  color: #0078d4;
2718
+ padding-left: 32px;
2719
+ padding-top: 5px;
2705
2720
  color: #201f1e;
2706
2721
  font-size: 14px;
2707
2722
  font-weight: 600;
2708
2723
  max-width: 237px;
2709
- padding-left: 32px;
2710
- padding-top: 5px;
2711
2724
  position: absolute;
2712
2725
  }
2713
2726
 
@@ -2773,7 +2786,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2773
2786
 
2774
2787
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
2775
2788
  border-bottom: 0;
2776
- word-break: break-all;
2789
+ word-break: break-word;
2777
2790
  }
2778
2791
 
2779
2792
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
@@ -2853,8 +2866,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2853
2866
  }
2854
2867
 
2855
2868
  .e-pv-signature-dialog-height .e-pv-cancelbtn {
2856
- height: 30px;
2857
- min-height: 30px;
2869
+ height: 32px;
2870
+ min-height: 32px;
2858
2871
  }
2859
2872
 
2860
2873
  .e-pv-signature-dialog-height .e-pv-createbtn {
@@ -3099,6 +3112,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3099
3112
  .e-pv-properties-visibility-style-prop {
3100
3113
  padding-bottom: 12px;
3101
3114
  padding-top: 12px;
3115
+ padding-bottom: 10px;
3116
+ padding-top: 20px;
3102
3117
  }
3103
3118
 
3104
3119
  .e-pv-properties-checkbox-main-div-prop {
@@ -3149,6 +3164,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3149
3164
  padding: 12px 20px 12px 1px;
3150
3165
  }
3151
3166
 
3167
+ .e-bigger .e-pv-properties-fill-color-style-prop,
3168
+ .e-bigger .e-pv-properties-stroke-color-style-prop,
3169
+ .e-bigger .e-pv-properties-stroke-thickness-style-prop {
3170
+ padding: 12px 20px 12px 1px;
3171
+ }
3172
+
3152
3173
  .e-pv-formfield-fontcolor-icon,
3153
3174
  .e-pv-formfield-strokecolor-icon,
3154
3175
  .e-pv-formfield-strokethickness-icon {
@@ -3165,6 +3186,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3165
3186
  .e-pv-properties-font-family-container {
3166
3187
  margin-right: 15px;
3167
3188
  width: 122px;
3189
+ width: 165px;
3168
3190
  }
3169
3191
 
3170
3192
  .e-pv-properties-font-size-container {
@@ -3324,7 +3346,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3324
3346
  color: #fff;
3325
3347
  }
3326
3348
 
3327
- .e-pv-formfield-li-element:hover {
3349
+ .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
3328
3350
  background-color: #0078d4;
3329
3351
  color: #fff;
3330
3352
  }
@@ -3363,6 +3385,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3363
3385
  .e-pv-form-field-property-header-general {
3364
3386
  font-family: "Segoe UI";
3365
3387
  height: 24px;
3388
+ font-family: "Roboto";
3366
3389
  font-size: 14px;
3367
3390
  font-style: normal;
3368
3391
  line-height: 22px;
@@ -3412,6 +3435,39 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3412
3435
  border: 1px solid #605e5c;
3413
3436
  }
3414
3437
 
3438
+ .e-bigger .e-pv-properties-form-field-font-style {
3439
+ background: #fff;
3440
+ border-radius: 2px;
3441
+ display: -ms-flexbox;
3442
+ display: flex;
3443
+ height: 36px;
3444
+ -ms-flex-pack: space-evenly;
3445
+ justify-content: space-evenly;
3446
+ width: 154px;
3447
+ -ms-flex-align: center;
3448
+ align-items: center;
3449
+ border: 1px solid #605e5c;
3450
+ height: 32px;
3451
+ width: 163px;
3452
+ }
3453
+
3454
+ .e-bigger .e-pv-properties-form-field-font-align {
3455
+ background: #fff;
3456
+ border-radius: 2px;
3457
+ display: -ms-flexbox;
3458
+ display: flex;
3459
+ height: 36px;
3460
+ -ms-flex-pack: space-evenly;
3461
+ justify-content: space-evenly;
3462
+ margin-right: 15px;
3463
+ width: 120px;
3464
+ -ms-flex-align: center;
3465
+ align-items: center;
3466
+ border: 1px solid #edebe9;
3467
+ height: 32px;
3468
+ border: 1px solid #605e5c;
3469
+ }
3470
+
3415
3471
  .e-pv-properties-formfield-label {
3416
3472
  color: #323130;
3417
3473
  font-family: "Roboto";