@syncfusion/ej2-react-pdfviewer 19.4.41 → 19.4.50
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 +43 -0
- package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +6 -0
- package/styles/bootstrap.css +6 -0
- package/styles/bootstrap4.css +7 -0
- package/styles/bootstrap5-dark.css +10 -4
- package/styles/bootstrap5.css +10 -4
- package/styles/fabric-dark.css +6 -0
- package/styles/fabric.css +6 -0
- package/styles/highcontrast-light.css +6 -0
- package/styles/highcontrast.css +6 -0
- package/styles/material-dark.css +6 -0
- package/styles/material.css +6 -0
- package/styles/pdfviewer/bootstrap-dark.css +6 -0
- package/styles/pdfviewer/bootstrap.css +6 -0
- package/styles/pdfviewer/bootstrap4.css +7 -0
- package/styles/pdfviewer/bootstrap5-dark.css +10 -4
- package/styles/pdfviewer/bootstrap5.css +10 -4
- package/styles/pdfviewer/fabric-dark.css +6 -0
- package/styles/pdfviewer/fabric.css +6 -0
- package/styles/pdfviewer/highcontrast-light.css +6 -0
- package/styles/pdfviewer/highcontrast.css +6 -0
- package/styles/pdfviewer/material-dark.css +6 -0
- package/styles/pdfviewer/material.css +6 -0
- package/styles/pdfviewer/tailwind-dark.css +6 -0
- package/styles/pdfviewer/tailwind.css +6 -0
- package/styles/tailwind-dark.css +6 -0
- package/styles/tailwind.css +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,49 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#SF-360337`- Exception is thrown while downloading the empty list box field is now resolved.
|
|
10
|
+
- `#SF-360635`,`#SF-361422`,`#SF-361359`- Now, the form field is hidden properly when setting the visible property to hidden.
|
|
11
|
+
- `#SF-358375`- Now, the PDF document loaded properly in the PDF Viewer when you set the size limit for the memory cache.
|
|
12
|
+
- `#SF-359388`- Now, the form fields position is correct for a rotated PDF document.
|
|
13
|
+
- `#SF-354638`- Now, the free text annotation is not hidden when clicking outside of the free text annotation.
|
|
14
|
+
- `#SF-360405`- Now, the Free text annotations and ink annotations are rendered properly in the lower zoom factors.
|
|
15
|
+
- `#F171647`- Now, the annotationAdd event is triggered after adding the sticky notes annotation in the annotation collection.
|
|
16
|
+
- `#SF-361639`- The Script error will no longer be thrown when loading the form-fields document without injecting the form field module.
|
|
17
|
+
- `#SF-362311`- Now, the Move cursor is not showing above the custom stamp while the custom stamp annotation is selected.
|
|
18
|
+
- `#SF-359233`- The hidden issue of free text characters is now resolved.
|
|
19
|
+
- `#SF-363626`- The Script error will no longer be thrown while loading a PDF document when the enableHyperlink is set to false.
|
|
20
|
+
- `#SF-363055`- Now, the free text becomes edited properly while clicking the selector.
|
|
21
|
+
- `#SF-363411`- Now, the free text position on a downloaded document is accurate on the Chrome browser.
|
|
22
|
+
|
|
23
|
+
## 19.4.43 (2022-01-18)
|
|
24
|
+
|
|
25
|
+
### PDF Viewer
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
`#SF-359772`,`#SF-359880`- Now, the form fields are editable on the mobile device.
|
|
30
|
+
`#SF-359042`- Free text annotations are downloaded properly without hiding any last character.
|
|
31
|
+
`#SF-358308`- Spinners are hidden properly while removing the display as none for the spinner.
|
|
32
|
+
`#SF-360035`- The Script error will no longer be thrown while using the editAnnotation method in mobile mode.
|
|
33
|
+
`#SF-358584`- Stamps are saved properly in the rotated PDF document.
|
|
34
|
+
|
|
35
|
+
## 19.4.42 (2022-01-11)
|
|
36
|
+
|
|
37
|
+
### PDF Viewer
|
|
38
|
+
|
|
39
|
+
#### Bug Fixes
|
|
40
|
+
|
|
41
|
+
- `#SF-358006`- Overlapped stamp annotations are now placed at the exact position in the saved PDF document.
|
|
42
|
+
- `#SF-357273`- Exception thrown while loading the provided PDF document due to an invalid key, is now resolved.
|
|
43
|
+
- `#SF-357655`- The PDF pages are now exported to image in a multi-threaded environment.
|
|
44
|
+
- `#SF-357060`- Now, the typed handwritten signature content does not exceed the text area.
|
|
45
|
+
|
|
46
|
+
## 19.4.41 (2022-01-04)
|
|
47
|
+
|
|
48
|
+
### PDF Viewer
|
|
49
|
+
|
|
50
|
+
#### Bug Fixes
|
|
51
|
+
|
|
9
52
|
- `#SF-357108` - Now, the annotations are displayed properly for the rotated documents.
|
|
10
53
|
- `#SF-357489` - Now, the unnecessary thumbnail requests are restricted.
|
|
11
54
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.50
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-pdfviewer@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-pdfviewer@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pdfviewer@19.4.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-bJmJ5vnPrHEr6IpgmE1Zhpj1J/cfziSxsPWCfdWR96DVRUUJPo+EdgWSImMoKGcskYZx0DkNPXnY1DtFK3HF8w==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-pdfviewer",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-19.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-19.4.48.tgz",
|
|
23
|
+
"_shasum": "7b1803cf22a9186f409294fc6e79b097b80bc08d",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "19.4.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.48",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "19.4.50",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.4.48"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 PDF viewer Component for React",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"type": "git",
|
|
62
62
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
63
63
|
},
|
|
64
|
-
"version": "19.4.
|
|
64
|
+
"version": "19.4.50",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|
|
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1303
1303
|
z-index: 103;
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1307
|
+
text-decoration: auto;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1306
1310
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1307
1311
|
top: 1px;
|
|
1308
1312
|
}
|
|
@@ -1798,7 +1802,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1798
1802
|
|
|
1799
1803
|
.e-pv-annotation-opacity-popup-container,
|
|
1800
1804
|
.e-pv-annotation-thickness-popup-container {
|
|
1805
|
+
background-color: #2a2a2a;
|
|
1801
1806
|
box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
|
|
1807
|
+
color: #f0f0f0;
|
|
1802
1808
|
height: auto;
|
|
1803
1809
|
min-height: 48px;
|
|
1804
1810
|
padding: 23px;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1309,6 +1309,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1309
1309
|
z-index: 103;
|
|
1310
1310
|
}
|
|
1311
1311
|
|
|
1312
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1313
|
+
text-decoration: auto;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1312
1316
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1313
1317
|
top: 1px;
|
|
1314
1318
|
}
|
|
@@ -1804,7 +1808,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1804
1808
|
|
|
1805
1809
|
.e-pv-annotation-opacity-popup-container,
|
|
1806
1810
|
.e-pv-annotation-thickness-popup-container {
|
|
1811
|
+
background-color: #fff;
|
|
1807
1812
|
box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
|
|
1813
|
+
color: #333;
|
|
1808
1814
|
height: auto;
|
|
1809
1815
|
min-height: 48px;
|
|
1810
1816
|
padding: 23px;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1358,6 +1358,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1358
1358
|
z-index: 103;
|
|
1359
1359
|
}
|
|
1360
1360
|
|
|
1361
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1362
|
+
text-decoration: auto;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1361
1365
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1362
1366
|
top: 1px;
|
|
1363
1367
|
}
|
|
@@ -1721,6 +1725,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1721
1725
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
|
|
1722
1726
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1723
1727
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1728
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
|
|
1724
1729
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1725
1730
|
.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
|
|
1726
1731
|
.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
|
|
@@ -2010,7 +2015,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2010
2015
|
|
|
2011
2016
|
.e-pv-annotation-opacity-popup-container,
|
|
2012
2017
|
.e-pv-annotation-thickness-popup-container {
|
|
2018
|
+
background-color: #fff;
|
|
2013
2019
|
box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
|
|
2020
|
+
color: #212529;
|
|
2014
2021
|
height: auto;
|
|
2015
2022
|
min-height: 58px;
|
|
2016
2023
|
padding: 23px;
|
|
@@ -1304,7 +1304,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1304
1304
|
font-size: 14px;
|
|
1305
1305
|
font-weight: 500;
|
|
1306
1306
|
height: 40px;
|
|
1307
|
-
line-height:
|
|
1307
|
+
line-height: 38px;
|
|
1308
1308
|
margin: 0;
|
|
1309
1309
|
position: absolute;
|
|
1310
1310
|
text-align: left;
|
|
@@ -1342,7 +1342,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1342
1342
|
top: 38px;
|
|
1343
1343
|
width: 202px;
|
|
1344
1344
|
z-index: 103;
|
|
1345
|
-
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1348
|
+
text-decoration: auto;
|
|
1346
1349
|
}
|
|
1347
1350
|
|
|
1348
1351
|
.e-pv-sidebar-content.e-thumbnail {
|
|
@@ -1432,7 +1435,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1432
1435
|
box-shadow: none;
|
|
1433
1436
|
height: 40px;
|
|
1434
1437
|
left: 0;
|
|
1435
|
-
line-height:
|
|
1438
|
+
line-height: 38px;
|
|
1436
1439
|
padding: 1px;
|
|
1437
1440
|
position: absolute;
|
|
1438
1441
|
right: 0;
|
|
@@ -1462,7 +1465,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1462
1465
|
.e-pv-thumbnail-view {
|
|
1463
1466
|
bottom: 0;
|
|
1464
1467
|
height: 50%;
|
|
1465
|
-
padding: 8px
|
|
1468
|
+
padding: 8px 24px 0;
|
|
1466
1469
|
position: absolute;
|
|
1467
1470
|
top: 0;
|
|
1468
1471
|
}
|
|
@@ -1671,6 +1674,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1671
1674
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
|
|
1672
1675
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1673
1676
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1677
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
|
|
1674
1678
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1675
1679
|
.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
|
|
1676
1680
|
.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
|
|
@@ -1908,7 +1912,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1908
1912
|
|
|
1909
1913
|
.e-pv-annotation-opacity-popup-container,
|
|
1910
1914
|
.e-pv-annotation-thickness-popup-container {
|
|
1915
|
+
background-color: #fff;
|
|
1911
1916
|
box-shadow: 0 3px 8px 0 #31373d;
|
|
1917
|
+
color: #212529;
|
|
1912
1918
|
height: auto;
|
|
1913
1919
|
min-height: 48px;
|
|
1914
1920
|
padding: 16px;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1304,7 +1304,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1304
1304
|
font-size: 14px;
|
|
1305
1305
|
font-weight: 500;
|
|
1306
1306
|
height: 40px;
|
|
1307
|
-
line-height:
|
|
1307
|
+
line-height: 38px;
|
|
1308
1308
|
margin: 0;
|
|
1309
1309
|
position: absolute;
|
|
1310
1310
|
text-align: left;
|
|
@@ -1342,7 +1342,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1342
1342
|
top: 38px;
|
|
1343
1343
|
width: 202px;
|
|
1344
1344
|
z-index: 103;
|
|
1345
|
-
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1348
|
+
text-decoration: auto;
|
|
1346
1349
|
}
|
|
1347
1350
|
|
|
1348
1351
|
.e-pv-sidebar-content.e-thumbnail {
|
|
@@ -1432,7 +1435,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1432
1435
|
box-shadow: none;
|
|
1433
1436
|
height: 40px;
|
|
1434
1437
|
left: 0;
|
|
1435
|
-
line-height:
|
|
1438
|
+
line-height: 38px;
|
|
1436
1439
|
padding: 1px;
|
|
1437
1440
|
position: absolute;
|
|
1438
1441
|
right: 0;
|
|
@@ -1462,7 +1465,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1462
1465
|
.e-pv-thumbnail-view {
|
|
1463
1466
|
bottom: 0;
|
|
1464
1467
|
height: 50%;
|
|
1465
|
-
padding: 8px
|
|
1468
|
+
padding: 8px 24px 0;
|
|
1466
1469
|
position: absolute;
|
|
1467
1470
|
top: 0;
|
|
1468
1471
|
}
|
|
@@ -1671,6 +1674,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1671
1674
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
|
|
1672
1675
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1673
1676
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1677
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
|
|
1674
1678
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1675
1679
|
.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
|
|
1676
1680
|
.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
|
|
@@ -1908,7 +1912,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1908
1912
|
|
|
1909
1913
|
.e-pv-annotation-opacity-popup-container,
|
|
1910
1914
|
.e-pv-annotation-thickness-popup-container {
|
|
1915
|
+
background-color: #fff;
|
|
1911
1916
|
box-shadow: 0 3px 8px 0 #e9ecef;
|
|
1917
|
+
color: #212529;
|
|
1912
1918
|
height: auto;
|
|
1913
1919
|
min-height: 48px;
|
|
1914
1920
|
padding: 16px;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1316,6 +1316,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1316
1316
|
z-index: 103;
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
1319
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1320
|
+
text-decoration: auto;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1319
1323
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1320
1324
|
top: 1px;
|
|
1321
1325
|
}
|
|
@@ -1809,7 +1813,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1809
1813
|
|
|
1810
1814
|
.e-pv-annotation-opacity-popup-container,
|
|
1811
1815
|
.e-pv-annotation-thickness-popup-container {
|
|
1816
|
+
background-color: #282727;
|
|
1812
1817
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1818
|
+
color: #dadada;
|
|
1813
1819
|
height: auto;
|
|
1814
1820
|
min-height: 48px;
|
|
1815
1821
|
padding: 16px;
|
package/styles/fabric.css
CHANGED
|
@@ -1320,6 +1320,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1320
1320
|
z-index: 103;
|
|
1321
1321
|
}
|
|
1322
1322
|
|
|
1323
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1324
|
+
text-decoration: auto;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1323
1327
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1324
1328
|
top: 1px;
|
|
1325
1329
|
}
|
|
@@ -1817,7 +1821,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1817
1821
|
|
|
1818
1822
|
.e-pv-annotation-opacity-popup-container,
|
|
1819
1823
|
.e-pv-annotation-thickness-popup-container {
|
|
1824
|
+
background-color: #fff;
|
|
1820
1825
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1826
|
+
color: #333;
|
|
1821
1827
|
height: auto;
|
|
1822
1828
|
min-height: 48px;
|
|
1823
1829
|
padding: 16px;
|
|
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1303
1303
|
z-index: 103;
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1307
|
+
text-decoration: auto;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1306
1310
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1307
1311
|
top: 1px;
|
|
1308
1312
|
}
|
|
@@ -1796,7 +1800,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1796
1800
|
|
|
1797
1801
|
.e-pv-annotation-opacity-popup-container,
|
|
1798
1802
|
.e-pv-annotation-thickness-popup-container {
|
|
1803
|
+
background-color: #000;
|
|
1799
1804
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1805
|
+
color: #fff;
|
|
1800
1806
|
height: auto;
|
|
1801
1807
|
min-height: 48px;
|
|
1802
1808
|
padding: 16px;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1303
1303
|
z-index: 103;
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1307
|
+
text-decoration: auto;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1306
1310
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1307
1311
|
top: 1px;
|
|
1308
1312
|
}
|
|
@@ -1796,7 +1800,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1796
1800
|
|
|
1797
1801
|
.e-pv-annotation-opacity-popup-container,
|
|
1798
1802
|
.e-pv-annotation-thickness-popup-container {
|
|
1803
|
+
background-color: #000;
|
|
1799
1804
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1805
|
+
color: #fff;
|
|
1800
1806
|
height: auto;
|
|
1801
1807
|
min-height: 48px;
|
|
1802
1808
|
padding: 16px;
|
package/styles/material-dark.css
CHANGED
|
@@ -1306,6 +1306,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1306
1306
|
z-index: 103;
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1310
|
+
text-decoration: auto;
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1309
1313
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1310
1314
|
top: 1px;
|
|
1311
1315
|
}
|
|
@@ -1799,7 +1803,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1799
1803
|
|
|
1800
1804
|
.e-pv-annotation-opacity-popup-container,
|
|
1801
1805
|
.e-pv-annotation-thickness-popup-container {
|
|
1806
|
+
background-color: #424242;
|
|
1802
1807
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1808
|
+
color: #fff;
|
|
1803
1809
|
height: auto;
|
|
1804
1810
|
min-height: 48px;
|
|
1805
1811
|
padding: 16px;
|
package/styles/material.css
CHANGED
|
@@ -1309,6 +1309,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1309
1309
|
z-index: 103;
|
|
1310
1310
|
}
|
|
1311
1311
|
|
|
1312
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1313
|
+
text-decoration: auto;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1312
1316
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1313
1317
|
top: 1px;
|
|
1314
1318
|
}
|
|
@@ -1802,7 +1806,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1802
1806
|
|
|
1803
1807
|
.e-pv-annotation-opacity-popup-container,
|
|
1804
1808
|
.e-pv-annotation-thickness-popup-container {
|
|
1809
|
+
background-color: #fff;
|
|
1805
1810
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1811
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1806
1812
|
height: auto;
|
|
1807
1813
|
min-height: 48px;
|
|
1808
1814
|
padding: 16px;
|
|
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1303
1303
|
z-index: 103;
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1307
|
+
text-decoration: auto;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1306
1310
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1307
1311
|
top: 1px;
|
|
1308
1312
|
}
|
|
@@ -1798,7 +1802,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1798
1802
|
|
|
1799
1803
|
.e-pv-annotation-opacity-popup-container,
|
|
1800
1804
|
.e-pv-annotation-thickness-popup-container {
|
|
1805
|
+
background-color: #2a2a2a;
|
|
1801
1806
|
box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
|
|
1807
|
+
color: #f0f0f0;
|
|
1802
1808
|
height: auto;
|
|
1803
1809
|
min-height: 48px;
|
|
1804
1810
|
padding: 23px;
|
|
@@ -1309,6 +1309,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1309
1309
|
z-index: 103;
|
|
1310
1310
|
}
|
|
1311
1311
|
|
|
1312
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1313
|
+
text-decoration: auto;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1312
1316
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1313
1317
|
top: 1px;
|
|
1314
1318
|
}
|
|
@@ -1804,7 +1808,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1804
1808
|
|
|
1805
1809
|
.e-pv-annotation-opacity-popup-container,
|
|
1806
1810
|
.e-pv-annotation-thickness-popup-container {
|
|
1811
|
+
background-color: #fff;
|
|
1807
1812
|
box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
|
|
1813
|
+
color: #333;
|
|
1808
1814
|
height: auto;
|
|
1809
1815
|
min-height: 48px;
|
|
1810
1816
|
padding: 23px;
|
|
@@ -1358,6 +1358,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1358
1358
|
z-index: 103;
|
|
1359
1359
|
}
|
|
1360
1360
|
|
|
1361
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1362
|
+
text-decoration: auto;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1361
1365
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1362
1366
|
top: 1px;
|
|
1363
1367
|
}
|
|
@@ -1721,6 +1725,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1721
1725
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
|
|
1722
1726
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1723
1727
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1728
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
|
|
1724
1729
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1725
1730
|
.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
|
|
1726
1731
|
.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
|
|
@@ -2010,7 +2015,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2010
2015
|
|
|
2011
2016
|
.e-pv-annotation-opacity-popup-container,
|
|
2012
2017
|
.e-pv-annotation-thickness-popup-container {
|
|
2018
|
+
background-color: #fff;
|
|
2013
2019
|
box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
|
|
2020
|
+
color: #212529;
|
|
2014
2021
|
height: auto;
|
|
2015
2022
|
min-height: 58px;
|
|
2016
2023
|
padding: 23px;
|
|
@@ -1304,7 +1304,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1304
1304
|
font-size: 14px;
|
|
1305
1305
|
font-weight: 500;
|
|
1306
1306
|
height: 40px;
|
|
1307
|
-
line-height:
|
|
1307
|
+
line-height: 38px;
|
|
1308
1308
|
margin: 0;
|
|
1309
1309
|
position: absolute;
|
|
1310
1310
|
text-align: left;
|
|
@@ -1342,7 +1342,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1342
1342
|
top: 38px;
|
|
1343
1343
|
width: 202px;
|
|
1344
1344
|
z-index: 103;
|
|
1345
|
-
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1348
|
+
text-decoration: auto;
|
|
1346
1349
|
}
|
|
1347
1350
|
|
|
1348
1351
|
.e-pv-sidebar-content.e-thumbnail {
|
|
@@ -1432,7 +1435,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1432
1435
|
box-shadow: none;
|
|
1433
1436
|
height: 40px;
|
|
1434
1437
|
left: 0;
|
|
1435
|
-
line-height:
|
|
1438
|
+
line-height: 38px;
|
|
1436
1439
|
padding: 1px;
|
|
1437
1440
|
position: absolute;
|
|
1438
1441
|
right: 0;
|
|
@@ -1462,7 +1465,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1462
1465
|
.e-pv-thumbnail-view {
|
|
1463
1466
|
bottom: 0;
|
|
1464
1467
|
height: 50%;
|
|
1465
|
-
padding: 8px
|
|
1468
|
+
padding: 8px 24px 0;
|
|
1466
1469
|
position: absolute;
|
|
1467
1470
|
top: 0;
|
|
1468
1471
|
}
|
|
@@ -1671,6 +1674,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1671
1674
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
|
|
1672
1675
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1673
1676
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1677
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
|
|
1674
1678
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1675
1679
|
.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
|
|
1676
1680
|
.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
|
|
@@ -1908,7 +1912,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1908
1912
|
|
|
1909
1913
|
.e-pv-annotation-opacity-popup-container,
|
|
1910
1914
|
.e-pv-annotation-thickness-popup-container {
|
|
1915
|
+
background-color: #fff;
|
|
1911
1916
|
box-shadow: 0 3px 8px 0 #31373d;
|
|
1917
|
+
color: #212529;
|
|
1912
1918
|
height: auto;
|
|
1913
1919
|
min-height: 48px;
|
|
1914
1920
|
padding: 16px;
|
|
@@ -1304,7 +1304,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1304
1304
|
font-size: 14px;
|
|
1305
1305
|
font-weight: 500;
|
|
1306
1306
|
height: 40px;
|
|
1307
|
-
line-height:
|
|
1307
|
+
line-height: 38px;
|
|
1308
1308
|
margin: 0;
|
|
1309
1309
|
position: absolute;
|
|
1310
1310
|
text-align: left;
|
|
@@ -1342,7 +1342,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1342
1342
|
top: 38px;
|
|
1343
1343
|
width: 202px;
|
|
1344
1344
|
z-index: 103;
|
|
1345
|
-
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1348
|
+
text-decoration: auto;
|
|
1346
1349
|
}
|
|
1347
1350
|
|
|
1348
1351
|
.e-pv-sidebar-content.e-thumbnail {
|
|
@@ -1432,7 +1435,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1432
1435
|
box-shadow: none;
|
|
1433
1436
|
height: 40px;
|
|
1434
1437
|
left: 0;
|
|
1435
|
-
line-height:
|
|
1438
|
+
line-height: 38px;
|
|
1436
1439
|
padding: 1px;
|
|
1437
1440
|
position: absolute;
|
|
1438
1441
|
right: 0;
|
|
@@ -1462,7 +1465,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1462
1465
|
.e-pv-thumbnail-view {
|
|
1463
1466
|
bottom: 0;
|
|
1464
1467
|
height: 50%;
|
|
1465
|
-
padding: 8px
|
|
1468
|
+
padding: 8px 24px 0;
|
|
1466
1469
|
position: absolute;
|
|
1467
1470
|
top: 0;
|
|
1468
1471
|
}
|
|
@@ -1671,6 +1674,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1671
1674
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
|
|
1672
1675
|
.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1673
1676
|
.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1677
|
+
.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
|
|
1674
1678
|
.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
|
|
1675
1679
|
.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
|
|
1676
1680
|
.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
|
|
@@ -1908,7 +1912,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1908
1912
|
|
|
1909
1913
|
.e-pv-annotation-opacity-popup-container,
|
|
1910
1914
|
.e-pv-annotation-thickness-popup-container {
|
|
1915
|
+
background-color: #fff;
|
|
1911
1916
|
box-shadow: 0 3px 8px 0 #e9ecef;
|
|
1917
|
+
color: #212529;
|
|
1912
1918
|
height: auto;
|
|
1913
1919
|
min-height: 48px;
|
|
1914
1920
|
padding: 16px;
|
|
@@ -1316,6 +1316,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1316
1316
|
z-index: 103;
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
1319
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1320
|
+
text-decoration: auto;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1319
1323
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1320
1324
|
top: 1px;
|
|
1321
1325
|
}
|
|
@@ -1809,7 +1813,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1809
1813
|
|
|
1810
1814
|
.e-pv-annotation-opacity-popup-container,
|
|
1811
1815
|
.e-pv-annotation-thickness-popup-container {
|
|
1816
|
+
background-color: #282727;
|
|
1812
1817
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1818
|
+
color: #dadada;
|
|
1813
1819
|
height: auto;
|
|
1814
1820
|
min-height: 48px;
|
|
1815
1821
|
padding: 16px;
|
|
@@ -1320,6 +1320,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1320
1320
|
z-index: 103;
|
|
1321
1321
|
}
|
|
1322
1322
|
|
|
1323
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1324
|
+
text-decoration: auto;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1323
1327
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1324
1328
|
top: 1px;
|
|
1325
1329
|
}
|
|
@@ -1817,7 +1821,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1817
1821
|
|
|
1818
1822
|
.e-pv-annotation-opacity-popup-container,
|
|
1819
1823
|
.e-pv-annotation-thickness-popup-container {
|
|
1824
|
+
background-color: #fff;
|
|
1820
1825
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1826
|
+
color: #333;
|
|
1821
1827
|
height: auto;
|
|
1822
1828
|
min-height: 48px;
|
|
1823
1829
|
padding: 16px;
|
|
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1303
1303
|
z-index: 103;
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1307
|
+
text-decoration: auto;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1306
1310
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1307
1311
|
top: 1px;
|
|
1308
1312
|
}
|
|
@@ -1796,7 +1800,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1796
1800
|
|
|
1797
1801
|
.e-pv-annotation-opacity-popup-container,
|
|
1798
1802
|
.e-pv-annotation-thickness-popup-container {
|
|
1803
|
+
background-color: #000;
|
|
1799
1804
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1805
|
+
color: #fff;
|
|
1800
1806
|
height: auto;
|
|
1801
1807
|
min-height: 48px;
|
|
1802
1808
|
padding: 16px;
|
|
@@ -1303,6 +1303,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1303
1303
|
z-index: 103;
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1307
|
+
text-decoration: auto;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1306
1310
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1307
1311
|
top: 1px;
|
|
1308
1312
|
}
|
|
@@ -1796,7 +1800,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1796
1800
|
|
|
1797
1801
|
.e-pv-annotation-opacity-popup-container,
|
|
1798
1802
|
.e-pv-annotation-thickness-popup-container {
|
|
1803
|
+
background-color: #000;
|
|
1799
1804
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1805
|
+
color: #fff;
|
|
1800
1806
|
height: auto;
|
|
1801
1807
|
min-height: 48px;
|
|
1802
1808
|
padding: 16px;
|
|
@@ -1306,6 +1306,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1306
1306
|
z-index: 103;
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1310
|
+
text-decoration: auto;
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1309
1313
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1310
1314
|
top: 1px;
|
|
1311
1315
|
}
|
|
@@ -1799,7 +1803,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1799
1803
|
|
|
1800
1804
|
.e-pv-annotation-opacity-popup-container,
|
|
1801
1805
|
.e-pv-annotation-thickness-popup-container {
|
|
1806
|
+
background-color: #424242;
|
|
1802
1807
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1808
|
+
color: #fff;
|
|
1803
1809
|
height: auto;
|
|
1804
1810
|
min-height: 48px;
|
|
1805
1811
|
padding: 16px;
|
|
@@ -1309,6 +1309,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1309
1309
|
z-index: 103;
|
|
1310
1310
|
}
|
|
1311
1311
|
|
|
1312
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1313
|
+
text-decoration: auto;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1312
1316
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1313
1317
|
top: 1px;
|
|
1314
1318
|
}
|
|
@@ -1802,7 +1806,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1802
1806
|
|
|
1803
1807
|
.e-pv-annotation-opacity-popup-container,
|
|
1804
1808
|
.e-pv-annotation-thickness-popup-container {
|
|
1809
|
+
background-color: #fff;
|
|
1805
1810
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1811
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1806
1812
|
height: auto;
|
|
1807
1813
|
min-height: 48px;
|
|
1808
1814
|
padding: 16px;
|
|
@@ -1311,6 +1311,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1311
1311
|
z-index: 103;
|
|
1312
1312
|
}
|
|
1313
1313
|
|
|
1314
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1315
|
+
text-decoration: auto;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1314
1318
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1315
1319
|
top: 1px;
|
|
1316
1320
|
}
|
|
@@ -1819,7 +1823,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1819
1823
|
|
|
1820
1824
|
.e-pv-annotation-opacity-popup-container,
|
|
1821
1825
|
.e-pv-annotation-thickness-popup-container {
|
|
1826
|
+
background-color: #374151;
|
|
1822
1827
|
box-shadow: 0 3px 8px 0 #4b5563;
|
|
1828
|
+
color: #fff;
|
|
1823
1829
|
height: auto;
|
|
1824
1830
|
min-height: 48px;
|
|
1825
1831
|
padding: 16px;
|
|
@@ -1311,6 +1311,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1311
1311
|
z-index: 103;
|
|
1312
1312
|
}
|
|
1313
1313
|
|
|
1314
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1315
|
+
text-decoration: auto;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1314
1318
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1315
1319
|
top: 1px;
|
|
1316
1320
|
}
|
|
@@ -1819,7 +1823,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1819
1823
|
|
|
1820
1824
|
.e-pv-annotation-opacity-popup-container,
|
|
1821
1825
|
.e-pv-annotation-thickness-popup-container {
|
|
1826
|
+
background-color: #fff;
|
|
1822
1827
|
box-shadow: 0 3px 8px 0 #f3f4f6;
|
|
1828
|
+
color: #374151;
|
|
1823
1829
|
height: auto;
|
|
1824
1830
|
min-height: 48px;
|
|
1825
1831
|
padding: 16px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1311,6 +1311,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1311
1311
|
z-index: 103;
|
|
1312
1312
|
}
|
|
1313
1313
|
|
|
1314
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1315
|
+
text-decoration: auto;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1314
1318
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1315
1319
|
top: 1px;
|
|
1316
1320
|
}
|
|
@@ -1819,7 +1823,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1819
1823
|
|
|
1820
1824
|
.e-pv-annotation-opacity-popup-container,
|
|
1821
1825
|
.e-pv-annotation-thickness-popup-container {
|
|
1826
|
+
background-color: #374151;
|
|
1822
1827
|
box-shadow: 0 3px 8px 0 #4b5563;
|
|
1828
|
+
color: #fff;
|
|
1823
1829
|
height: auto;
|
|
1824
1830
|
min-height: 48px;
|
|
1825
1831
|
padding: 16px;
|
package/styles/tailwind.css
CHANGED
|
@@ -1311,6 +1311,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1311
1311
|
z-index: 103;
|
|
1312
1312
|
}
|
|
1313
1313
|
|
|
1314
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1315
|
+
text-decoration: auto;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1314
1318
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1315
1319
|
top: 1px;
|
|
1316
1320
|
}
|
|
@@ -1819,7 +1823,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1819
1823
|
|
|
1820
1824
|
.e-pv-annotation-opacity-popup-container,
|
|
1821
1825
|
.e-pv-annotation-thickness-popup-container {
|
|
1826
|
+
background-color: #fff;
|
|
1822
1827
|
box-shadow: 0 3px 8px 0 #f3f4f6;
|
|
1828
|
+
color: #374151;
|
|
1823
1829
|
height: auto;
|
|
1824
1830
|
min-height: 48px;
|
|
1825
1831
|
padding: 16px;
|