@syncfusion/ej2-pdfviewer 17.3.57-4568 → 17.3.59-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.
Files changed (102) hide show
  1. package/dist/ej2-pdfviewer.umd.min.js +1 -1
  2. package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-pdfviewer.es2015.js +42 -44
  4. package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
  5. package/dist/es6/ej2-pdfviewer.es5.js +42 -44
  6. package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/pdfviewer/annotation/annotation.js +3 -0
  9. package/src/pdfviewer/base/pdfviewer-base.d.ts +2 -0
  10. package/src/pdfviewer/base/pdfviewer-base.js +33 -10
  11. package/src/pdfviewer/magnification/magnification.d.ts +0 -1
  12. package/src/pdfviewer/magnification/magnification.js +2 -32
  13. package/src/pdfviewer/tagged-pdf/tagged-pdf.js +4 -2
  14. package/styles/bootstrap-dark.css +326 -10
  15. package/styles/bootstrap-dark.scss +4 -1
  16. package/styles/bootstrap.css +328 -10
  17. package/styles/bootstrap.scss +4 -1
  18. package/styles/bootstrap4.css +330 -11
  19. package/styles/bootstrap4.scss +4 -1
  20. package/styles/bootstrap5-dark.css +332 -13
  21. package/styles/bootstrap5-dark.scss +4 -1
  22. package/styles/bootstrap5.css +332 -13
  23. package/styles/bootstrap5.scss +4 -1
  24. package/styles/fabric-dark.css +326 -10
  25. package/styles/fabric-dark.scss +4 -1
  26. package/styles/fabric.css +328 -10
  27. package/styles/fabric.scss +4 -1
  28. package/styles/fluent-dark.css +328 -11
  29. package/styles/fluent-dark.scss +4 -1
  30. package/styles/fluent.css +328 -11
  31. package/styles/fluent.scss +4 -1
  32. package/styles/fluent2.css +4876 -0
  33. package/styles/fluent2.scss +4 -0
  34. package/styles/highcontrast-light.css +326 -10
  35. package/styles/highcontrast-light.scss +4 -1
  36. package/styles/highcontrast.css +326 -10
  37. package/styles/highcontrast.scss +4 -1
  38. package/styles/material-dark.css +326 -10
  39. package/styles/material-dark.scss +4 -1
  40. package/styles/material.css +326 -10
  41. package/styles/material.scss +4 -1
  42. package/styles/material3-dark.css +329 -14
  43. package/styles/material3-dark.scss +4 -1
  44. package/styles/material3.css +329 -14
  45. package/styles/material3.scss +4 -1
  46. package/styles/pdfviewer/_bds-definition.scss +6 -0
  47. package/styles/pdfviewer/_bootstrap-dark-definition.scss +6 -0
  48. package/styles/pdfviewer/_bootstrap-definition.scss +6 -0
  49. package/styles/pdfviewer/_bootstrap4-definition.scss +6 -0
  50. package/styles/pdfviewer/_bootstrap5-definition.scss +7 -1
  51. package/styles/pdfviewer/_fabric-dark-definition.scss +6 -0
  52. package/styles/pdfviewer/_fabric-definition.scss +6 -0
  53. package/styles/pdfviewer/_fluent-definition.scss +6 -0
  54. package/styles/pdfviewer/_fluent2-definition.scss +550 -0
  55. package/styles/pdfviewer/_fusionnew-definition.scss +6 -0
  56. package/styles/pdfviewer/_highcontrast-definition.scss +6 -0
  57. package/styles/pdfviewer/_highcontrast-light-definition.scss +6 -0
  58. package/styles/pdfviewer/_material-dark-definition.scss +12 -6
  59. package/styles/pdfviewer/_material-definition.scss +11 -5
  60. package/styles/pdfviewer/_material3-definition.scss +7 -1
  61. package/styles/pdfviewer/_tailwind-definition.scss +7 -1
  62. package/styles/pdfviewer/_theme.scss +764 -34
  63. package/styles/pdfviewer/bootstrap-dark.css +326 -10
  64. package/styles/pdfviewer/bootstrap.css +328 -10
  65. package/styles/pdfviewer/bootstrap4.css +330 -11
  66. package/styles/pdfviewer/bootstrap5-dark.css +332 -13
  67. package/styles/pdfviewer/bootstrap5.css +332 -13
  68. package/styles/pdfviewer/fabric-dark.css +326 -10
  69. package/styles/pdfviewer/fabric.css +328 -10
  70. package/styles/pdfviewer/fluent-dark.css +328 -11
  71. package/styles/pdfviewer/fluent.css +328 -11
  72. package/styles/pdfviewer/fluent2.css +4876 -0
  73. package/styles/pdfviewer/fluent2.scss +4 -0
  74. package/styles/pdfviewer/highcontrast-light.css +326 -10
  75. package/styles/pdfviewer/highcontrast.css +326 -10
  76. package/styles/pdfviewer/icons/_bds.scss +511 -0
  77. package/styles/pdfviewer/icons/_bootstrap-dark.scss +22 -0
  78. package/styles/pdfviewer/icons/_bootstrap.scss +22 -0
  79. package/styles/pdfviewer/icons/_bootstrap4.scss +22 -0
  80. package/styles/pdfviewer/icons/_bootstrap5.scss +23 -3
  81. package/styles/pdfviewer/icons/_fabric-dark.scss +22 -0
  82. package/styles/pdfviewer/icons/_fabric.scss +22 -0
  83. package/styles/pdfviewer/icons/_fluent.scss +23 -1
  84. package/styles/pdfviewer/icons/_fluent2.scss +510 -0
  85. package/styles/pdfviewer/icons/_fusionnew.scss +23 -1
  86. package/styles/pdfviewer/icons/_highcontrast-light.scss +22 -0
  87. package/styles/pdfviewer/icons/_highcontrast.scss +22 -0
  88. package/styles/pdfviewer/icons/_material-dark.scss +22 -0
  89. package/styles/pdfviewer/icons/_material.scss +22 -0
  90. package/styles/pdfviewer/icons/_material3.scss +23 -1
  91. package/styles/pdfviewer/icons/_tailwind-dark.scss +22 -0
  92. package/styles/pdfviewer/icons/_tailwind.scss +22 -0
  93. package/styles/pdfviewer/material-dark.css +326 -10
  94. package/styles/pdfviewer/material.css +326 -10
  95. package/styles/pdfviewer/material3-dark.css +329 -14
  96. package/styles/pdfviewer/material3.css +329 -14
  97. package/styles/pdfviewer/tailwind-dark.css +327 -11
  98. package/styles/pdfviewer/tailwind.css +327 -11
  99. package/styles/tailwind-dark.css +327 -11
  100. package/styles/tailwind-dark.scss +4 -1
  101. package/styles/tailwind.css +327 -11
  102. package/styles/tailwind.scss +4 -1
@@ -100,7 +100,7 @@
100
100
  --color-sf-on-warning: 99, 52, 0;
101
101
  --color-sf-on-warning-container: 255, 220, 193;
102
102
  --color-sf-spreadsheet-gridline: 231, 224, 236;
103
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
104
  --color-sf-success-text: 0, 0, 0;
105
105
  --color-sf-warning-text: 0, 0, 0;
106
106
  --color-sf-info-text: 0, 0, 0;
@@ -157,6 +157,23 @@
157
157
  .e-pdfviewer .e-pv-thumbnail-view-icon::before {
158
158
  content: "\e79e";
159
159
  }
160
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
161
+ content: "\e8a6";
162
+ }
163
+ .e-pdfviewer .e-pv-organize-view-icon::before {
164
+ content: "\e8dc";
165
+ }
166
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
167
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
168
+ content: "\e8dc";
169
+ }
170
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
171
+ color: rgba(var(--color-sf-on-surface));
172
+ content: "\e8dc";
173
+ }
174
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
175
+ content: "\e8a5";
176
+ }
160
177
  .e-pdfviewer .e-pv-stamp-icon::before {
161
178
  content: "\e717";
162
179
  }
@@ -899,6 +916,18 @@ input.e-pv-input-password::-ms-reveal {
899
916
  padding-top: 16px;
900
917
  }
901
918
 
919
+ .e-pv-image-container {
920
+ width: 100%;
921
+ height: 100%;
922
+ display: -ms-flexbox;
923
+ display: flex;
924
+ -ms-flex-pack: center;
925
+ justify-content: center;
926
+ -ms-flex-align: center;
927
+ align-items: center;
928
+ padding: 3px;
929
+ }
930
+
902
931
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
903
932
  background-color: transparent;
904
933
  }
@@ -1100,6 +1129,10 @@ input.e-pv-input-password::-ms-reveal {
1100
1129
  padding: 0;
1101
1130
  }
1102
1131
 
1132
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1133
+ width: 100px;
1134
+ }
1135
+
1103
1136
  .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),
1104
1137
  .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),
1105
1138
  .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),
@@ -1238,6 +1271,10 @@ input.e-pv-input-password::-ms-reveal {
1238
1271
  border-top: 0;
1239
1272
  }
1240
1273
 
1274
+ .e-dialog .e-dlg-header {
1275
+ width: auto;
1276
+ }
1277
+
1241
1278
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1242
1279
  max-height: 32px;
1243
1280
  padding-bottom: 4px;
@@ -1429,7 +1466,8 @@ input.e-pv-input-password::-ms-reveal {
1429
1466
  height: 329px;
1430
1467
  }
1431
1468
 
1432
- .e-pv-thumbnail-view-button.e-btn {
1469
+ .e-pv-thumbnail-view-button.e-btn,
1470
+ .e-pv-organize-view-button.e-btn {
1433
1471
  background: transparent;
1434
1472
  border: 0;
1435
1473
  border-radius: 4px;
@@ -1443,6 +1481,262 @@ input.e-pv-input-password::-ms-reveal {
1443
1481
  width: 32px;
1444
1482
  }
1445
1483
 
1484
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1485
+ width: 100%;
1486
+ height: 100%;
1487
+ }
1488
+
1489
+ .e-pv-organize-content-apperance {
1490
+ overflow: hidden;
1491
+ }
1492
+
1493
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1494
+ display: -ms-flexbox;
1495
+ display: flex;
1496
+ -ms-flex-pack: center;
1497
+ justify-content: center;
1498
+ -ms-flex-wrap: wrap;
1499
+ flex-wrap: wrap;
1500
+ overflow: auto;
1501
+ overflow-x: hidden;
1502
+ }
1503
+
1504
+ .e-pv-organize-anchor-node {
1505
+ border: 2px solid rgba(var(--color-sf-outline-variant));
1506
+ margin: 24px;
1507
+ width: 140px;
1508
+ height: 140px;
1509
+ }
1510
+ @media only screen and (max-width: 1399.98px) {
1511
+ .e-pv-organize-anchor-node {
1512
+ width: 140px;
1513
+ height: 140px;
1514
+ }
1515
+ }
1516
+ @media only screen and (max-width: 1199.98px) {
1517
+ .e-pv-organize-anchor-node {
1518
+ width: 140px;
1519
+ height: 140px;
1520
+ }
1521
+ }
1522
+ @media only screen and (max-width: 991.98px) {
1523
+ .e-pv-organize-anchor-node {
1524
+ width: 140px;
1525
+ height: 140px;
1526
+ }
1527
+ }
1528
+ @media only screen and (max-width: 767.98px) {
1529
+ .e-pv-organize-anchor-node {
1530
+ width: 140px;
1531
+ height: 140px;
1532
+ min-width: 140px;
1533
+ min-height: 140px;
1534
+ }
1535
+ }
1536
+ @media only screen and (max-width: 575.98px) {
1537
+ .e-pv-organize-anchor-node {
1538
+ width: 140px;
1539
+ height: 140px;
1540
+ min-width: 140px;
1541
+ min-height: 140px;
1542
+ margin: 24px 20px;
1543
+ }
1544
+ }
1545
+
1546
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1547
+ width: 100%;
1548
+ height: 100%;
1549
+ position: relative;
1550
+ top: -100%;
1551
+ padding: 4px;
1552
+ }
1553
+
1554
+ @media screen and (max-width: 480px) {
1555
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1556
+ width: 100%;
1557
+ height: 100%;
1558
+ position: relative;
1559
+ top: -100%;
1560
+ padding: 4px;
1561
+ }
1562
+ }
1563
+ .e-pv-organize-buttondiv {
1564
+ -ms-flex-pack: center;
1565
+ justify-content: center;
1566
+ -ms-flex-wrap: nowrap;
1567
+ flex-wrap: nowrap;
1568
+ position: relative;
1569
+ text-align: center;
1570
+ top: calc(-100% - 12px + 1px);
1571
+ }
1572
+
1573
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1574
+ border: 2px solid rgba(var(--color-sf-primary));
1575
+ border-radius: 2px;
1576
+ }
1577
+
1578
+ @media screen and (max-width: 480px) {
1579
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1580
+ border: 2px solid rgba(var(--color-sf-primary));
1581
+ border-radius: 2px;
1582
+ }
1583
+ }
1584
+ .e-pv-organize-window {
1585
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1586
+ border-radius: 0;
1587
+ }
1588
+
1589
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1590
+ border-top: 1px solid rgba(var(--color-sf-outline-variant));
1591
+ padding: 15px;
1592
+ }
1593
+
1594
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1595
+ padding: 15px;
1596
+ }
1597
+
1598
+ .e-pv-tile-number {
1599
+ text-align: center;
1600
+ margin-top: 16.5px;
1601
+ }
1602
+
1603
+ .e-pv-delete-button.e-btn,
1604
+ .e-pv-rotate-left-button.e-btn,
1605
+ .e-pv-rotate-right-button.e-btn {
1606
+ width: 25px;
1607
+ height: 25px;
1608
+ -ms-flex-pack: center;
1609
+ justify-content: center;
1610
+ -ms-flex-align: center;
1611
+ align-items: center;
1612
+ margin: 0 5px;
1613
+ padding: 0;
1614
+ }
1615
+
1616
+ .e-pv-insert-left-button.e-btn {
1617
+ width: 25px;
1618
+ height: 25px;
1619
+ -ms-flex-pack: center;
1620
+ justify-content: center;
1621
+ -ms-flex-align: center;
1622
+ align-items: center;
1623
+ position: absolute;
1624
+ left: calc(-1 * (25px / 2 + 2px / 2));
1625
+ top: -70px;
1626
+ padding: 0;
1627
+ }
1628
+ @media only screen and (max-width: 1399.98px) {
1629
+ .e-pv-insert-left-button.e-btn {
1630
+ top: -70px;
1631
+ }
1632
+ }
1633
+ @media only screen and (max-width: 1199.98px) {
1634
+ .e-pv-insert-left-button.e-btn {
1635
+ top: -70px;
1636
+ }
1637
+ }
1638
+ @media only screen and (max-width: 991.98px) {
1639
+ .e-pv-insert-left-button.e-btn {
1640
+ top: -70px;
1641
+ }
1642
+ }
1643
+ @media only screen and (max-width: 767.98px) {
1644
+ .e-pv-insert-left-button.e-btn {
1645
+ top: -70px;
1646
+ }
1647
+ }
1648
+ @media only screen and (max-width: 575.98px) {
1649
+ .e-pv-insert-left-button.e-btn {
1650
+ top: -70px;
1651
+ }
1652
+ }
1653
+
1654
+ .e-pv-insert-right-button.e-btn {
1655
+ width: 25px;
1656
+ height: 25px;
1657
+ -ms-flex-pack: center;
1658
+ justify-content: center;
1659
+ -ms-flex-align: center;
1660
+ align-items: center;
1661
+ position: absolute;
1662
+ right: calc(-1 * (25px / 2 + 2px / 2));
1663
+ top: -70px;
1664
+ padding: 0;
1665
+ }
1666
+ @media only screen and (max-width: 1399.98px) {
1667
+ .e-pv-insert-right-button.e-btn {
1668
+ top: -70px;
1669
+ }
1670
+ }
1671
+ @media only screen and (max-width: 1199.98px) {
1672
+ .e-pv-insert-right-button.e-btn {
1673
+ top: -70px;
1674
+ }
1675
+ }
1676
+ @media only screen and (max-width: 991.98px) {
1677
+ .e-pv-insert-right-button.e-btn {
1678
+ top: -70px;
1679
+ }
1680
+ }
1681
+ @media only screen and (max-width: 767.98px) {
1682
+ .e-pv-insert-right-button.e-btn {
1683
+ top: -70px;
1684
+ }
1685
+ }
1686
+ @media only screen and (max-width: 575.98px) {
1687
+ .e-pv-insert-right-button.e-btn {
1688
+ top: -70px;
1689
+ }
1690
+ }
1691
+
1692
+ .e-pv-toolbar-rotate-left-button {
1693
+ height: 32px;
1694
+ width: 32px;
1695
+ padding: 0;
1696
+ top: 7px;
1697
+ position: relative;
1698
+ left: 436px;
1699
+ box-shadow: none;
1700
+ }
1701
+
1702
+ .e-pv-toolbar-rotate-right-button {
1703
+ height: 32px;
1704
+ width: 32px;
1705
+ padding: 0;
1706
+ top: 7px;
1707
+ position: relative;
1708
+ left: 445px;
1709
+ box-shadow: none;
1710
+ }
1711
+
1712
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1713
+ padding: 0;
1714
+ overflow: hidden;
1715
+ border-radius: 0;
1716
+ }
1717
+
1718
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1719
+ width: 1172px;
1720
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1721
+ border-width: 1px 0;
1722
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1723
+ }
1724
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1725
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1726
+ }
1727
+
1728
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1729
+ margin-left: 22px;
1730
+ margin-right: 8px;
1731
+ text-wrap: nowrap;
1732
+ }
1733
+
1734
+ @media screen and (max-width: 480px) {
1735
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1736
+ width: 35px;
1737
+ margin-left: 22px;
1738
+ }
1739
+ }
1446
1740
  .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1447
1741
  .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1448
1742
  background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
@@ -1528,9 +1822,8 @@ input.e-pv-input-password::-ms-reveal {
1528
1822
  .e-pv-thumbnail-number {
1529
1823
  color: rgba(var(--color-sf-on-surface));
1530
1824
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1531
- padding-left: 50px;
1532
- padding-right: 50px;
1533
1825
  padding-top: 8px;
1826
+ text-align: center;
1534
1827
  font-weight: 500;
1535
1828
  }
1536
1829
 
@@ -2026,10 +2319,30 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2026
2319
  width: 32px;
2027
2320
  }
2028
2321
 
2322
+ .e-pv-organize-total-page-button {
2323
+ float: left;
2324
+ font-weight: normal;
2325
+ color: rgba(var(--color-sf-on-surface));
2326
+ font-size: 12;
2327
+ }
2328
+
2329
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2330
+ background-color: transparent;
2331
+ background: transparent;
2332
+ color: rgba(var(--color-sf-on-surface));
2333
+ cursor: default;
2334
+ }
2335
+
2029
2336
  .e-pv-annotation-thickness-slider-container {
2030
2337
  margin-top: -6px;
2031
2338
  }
2032
2339
 
2340
+ .e-pv-organize-image {
2341
+ width: calc(100% - 4px);
2342
+ height: calc(100% - 4px);
2343
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2344
+ }
2345
+
2033
2346
  .e-pv-annotation-opacity-icon {
2034
2347
  padding-top: 1px;
2035
2348
  }
@@ -2274,9 +2587,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2274
2587
  .e-pv-properties-line-stroke-color-label,
2275
2588
  .e-pv-properties-line-opacity-label,
2276
2589
  .e-pv-properties-line-leader-length-label {
2277
- margin-bottom: 8px;
2278
2590
  font-size: 10px;
2279
2591
  margin-bottom: 0;
2592
+ margin-bottom: 8px;
2280
2593
  }
2281
2594
 
2282
2595
  .e-pv-properties-line-end-container,
@@ -2415,7 +2728,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2415
2728
  .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
2416
2729
  height: 32px;
2417
2730
  line-height: 25px;
2418
- margin: 4px 0;
2731
+ margin: 0;
2419
2732
  width: 32px;
2420
2733
  }
2421
2734
 
@@ -2487,6 +2800,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2487
2800
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2488
2801
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2489
2802
  margin-right: 10px;
2803
+ font-size: 14px;
2490
2804
  }
2491
2805
 
2492
2806
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2563,12 +2877,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2563
2877
  }
2564
2878
 
2565
2879
  .e-pv-reply-div.e-pv-comments-leave.e-focused {
2566
- border: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
2880
+ border: 0 0 0 1px #fff, 0 0 0 3px #000;
2567
2881
  background: rgba(var(--color-sf-on-surface), 0.05);
2568
2882
  }
2569
2883
 
2570
2884
  .e-pv-comments-div.e-focused {
2571
- border: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
2885
+ border: 0 0 0 1px #fff, 0 0 0 3px #000;
2572
2886
  background: rgba(var(--color-sf-on-surface), 0.05);
2573
2887
  }
2574
2888
 
@@ -2757,18 +3071,20 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2757
3071
  padding-top: 12px;
2758
3072
  padding-bottom: 30px;
2759
3073
  height: 18px;
2760
- max-width: 237px;
2761
3074
  position: absolute;
3075
+ overflow: hidden;
3076
+ text-overflow: ellipsis;
2762
3077
  }
2763
3078
 
2764
3079
  .e-pv-reply-title {
2765
3080
  color: rgba(var(--color-sf-on-surface));
2766
3081
  font-size: 14px;
2767
3082
  font-size: 12px;
2768
- max-width: 212px;
2769
3083
  padding-left: 8px;
2770
3084
  padding-top: 12px;
2771
3085
  position: absolute;
3086
+ overflow: hidden;
3087
+ text-overflow: ellipsis;
2772
3088
  }
2773
3089
 
2774
3090
  .e-pv-comments-hover {
@@ -2891,7 +3207,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2891
3207
  }
2892
3208
 
2893
3209
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
2894
- margin-top: 10px;
2895
3210
  padding-bottom: 5px;
2896
3211
  margin-top: 12px;
2897
3212
  }
@@ -2957,12 +3272,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2957
3272
  border-radius: 5px;
2958
3273
  display: inline-block;
2959
3274
  font-size: 13px;
2960
- height: 88px;
2961
- margin: 15px;
2962
3275
  padding-top: 40px;
2963
3276
  text-align: center;
2964
- width: 311px;
2965
3277
  word-wrap: break-word;
3278
+ height: 88px;
3279
+ width: 311px;
3280
+ margin: 15px;
2966
3281
  border: 1px dashed rgba(var(--color-sf-primary));
2967
3282
  border-radius: 4px;
2968
3283
  background: var(--color-sf-surface);