@syncfusion/ej2-react-pdfviewer 19.4.52 → 19.4.55
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 +46 -1
- package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +2 -1
- package/styles/bootstrap.css +2 -1
- package/styles/bootstrap4.css +2 -1
- package/styles/bootstrap5-dark.css +9 -7
- package/styles/bootstrap5.css +8 -6
- package/styles/fabric-dark.css +2 -1
- package/styles/fabric.css +2 -1
- package/styles/highcontrast-light.css +2 -1
- package/styles/highcontrast.css +2 -1
- package/styles/material-dark.css +2 -1
- package/styles/material.css +2 -1
- package/styles/pdfviewer/bootstrap-dark.css +2 -1
- package/styles/pdfviewer/bootstrap.css +2 -1
- package/styles/pdfviewer/bootstrap4.css +2 -1
- package/styles/pdfviewer/bootstrap5-dark.css +9 -7
- package/styles/pdfviewer/bootstrap5.css +8 -6
- package/styles/pdfviewer/fabric-dark.css +2 -1
- package/styles/pdfviewer/fabric.css +2 -1
- package/styles/pdfviewer/highcontrast-light.css +2 -1
- package/styles/pdfviewer/highcontrast.css +2 -1
- package/styles/pdfviewer/material-dark.css +2 -1
- package/styles/pdfviewer/material.css +2 -1
- package/styles/pdfviewer/tailwind-dark.css +2 -1
- package/styles/pdfviewer/tailwind.css +3 -2
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,52 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#SF-
|
|
9
|
+
- `#SF-365496`- In editable mode, the free text annotation remains in the same position during zooming.
|
|
10
|
+
- `#SF-366345`- In mobile devices, context menus will not appear when moving annotations.
|
|
11
|
+
|
|
12
|
+
## 19.4.54 (2022-03-01)
|
|
13
|
+
|
|
14
|
+
### PDF Viewer
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#SF-362858`- The existing form fields are now cleared completely from the collections when loading another document.
|
|
19
|
+
- `#F172325`- The Script error will no longer be thrown while scrolling the landscape PDF documents before loading.
|
|
20
|
+
- `#SF-364909`- The Ink annotation curve is now smooth on mobile devices at higher zoom factors.
|
|
21
|
+
- `#SF-364296`- The free text annotation is now not visible in the print preview when the `isPrint` property is set to false.
|
|
22
|
+
- `#SF-364510`, `#SF-363938`- The signature is now drawn correctly in the signature field on switching the tabs.
|
|
23
|
+
- `#SF-364296`- The PDF document is now downloaded properly when the form field background color is transparent.
|
|
24
|
+
- `#SF-363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
|
|
25
|
+
- `#SF-362811`, `#SF-364480`- The existing from field collections are now updated properly when loading the document.
|
|
26
|
+
|
|
27
|
+
## 19.4.53 (2022-02-22)
|
|
28
|
+
|
|
29
|
+
### PDF Viewer
|
|
30
|
+
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
- `#SF-362122` - Now, the shape annotation bounds are updated properly in the `annotationResize` event.
|
|
34
|
+
- `#SF-361850` - Now, the annotation toolbar icons are aligned correctly after resizing.
|
|
35
|
+
- `#SF-363301` - The script error is no longer thrown while hovering the toolbar icons without using the `showTooltip` property.
|
|
36
|
+
- `#SF-362647` - Now, the signature, and initial fields are unable to edit in the read-only mode.
|
|
37
|
+
- `#SF-361801` - Script error is no longer thrown while destroying the viewer control in the IE browser.
|
|
38
|
+
- `#SF-363899` - Now, the `annotationUnSelect` event triggers for custom stamp annotations.
|
|
39
|
+
- `#SF-363936` - Now, the signature panel will not be opened on right-click of signature fields.
|
|
40
|
+
- `#F168155` - The downloaded document displays Czech characters.
|
|
41
|
+
|
|
42
|
+
## 19.4.52 (2022-02-15)
|
|
43
|
+
|
|
44
|
+
### PDF Viewer
|
|
45
|
+
|
|
46
|
+
#### Bug Fixes
|
|
47
|
+
|
|
48
|
+
- `#SF-361967`- Copy and paste is now working properly for the signature field when it is added at the bottom of the page.
|
|
49
|
+
- `#SF- 361906`- The text position for the provided PDF document is now correct.
|
|
50
|
+
- `#SF-361379`- While importing the annotations, the FontColor and FillColor properties are now updated properly.
|
|
51
|
+
- `#SF-360076`- In the signature field, the drawn signature is not stretched now.
|
|
52
|
+
- `#SF-364148`, `#F172304`- The Script error will no longer be thrown in the mobile view while destroying the PDF Viewer.
|
|
53
|
+
- `#SF-362874`- The form field names are now added properly to the form fields.
|
|
54
|
+
- `#SF-365411`, `#SF-360719`- The annotations are now properly added to the pages when enableDesktopMode is true on mobile devices.
|
|
10
55
|
|
|
11
56
|
## 19.4.50 (2022-02-08)
|
|
12
57
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.55
|
|
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.54",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-rtOWNQ1cKFrBg0xs6Q12drPCWTpNvMkvkN3ptR4gL+sxL8zzwliyQZo6ZbbmiBpPs/8Lw0GgQDhutyN15hVvIA==",
|
|
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.54.tgz",
|
|
23
|
+
"_shasum": "f4e928fcd40f017b0ccb15a242e10c22b682cffe",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~19.4.52",
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "19.4.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.4.
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "19.4.55",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.4.55"
|
|
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.55",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|
|
@@ -881,6 +881,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
881
881
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
882
|
line-height: 26px;
|
|
883
883
|
min-height: 26px;
|
|
884
|
+
font-size: 16px;
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -921,7 +922,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
922
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
923
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
924
|
height: 37px;
|
|
924
|
-
min-width:
|
|
925
|
+
min-width: 36px;
|
|
925
926
|
width: 36px;
|
|
926
927
|
}
|
|
927
928
|
|
package/styles/bootstrap.css
CHANGED
|
@@ -887,6 +887,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
887
887
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
888
888
|
line-height: 26px;
|
|
889
889
|
min-height: 26px;
|
|
890
|
+
font-size: 16px;
|
|
890
891
|
}
|
|
891
892
|
|
|
892
893
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -927,7 +928,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
927
928
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
928
929
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
929
930
|
height: 37px;
|
|
930
|
-
min-width:
|
|
931
|
+
min-width: 36px;
|
|
931
932
|
width: 36px;
|
|
932
933
|
}
|
|
933
934
|
|
package/styles/bootstrap4.css
CHANGED
|
@@ -905,6 +905,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
905
905
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
906
906
|
line-height: 26px;
|
|
907
907
|
min-height: 26px;
|
|
908
|
+
font-size: 16px;
|
|
908
909
|
}
|
|
909
910
|
|
|
910
911
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -945,7 +946,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
945
946
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
946
947
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
947
948
|
height: 32px;
|
|
948
|
-
min-width:
|
|
949
|
+
min-width: 32px;
|
|
949
950
|
width: 32px;
|
|
950
951
|
}
|
|
951
952
|
|
|
@@ -902,6 +902,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
902
902
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
903
903
|
line-height: 26px;
|
|
904
904
|
min-height: 26px;
|
|
905
|
+
font-size: 16px;
|
|
905
906
|
}
|
|
906
907
|
|
|
907
908
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -942,7 +943,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
942
943
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
943
944
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
944
945
|
height: 30px;
|
|
945
|
-
min-width:
|
|
946
|
+
min-width: 30px;
|
|
946
947
|
width: 30px;
|
|
947
948
|
}
|
|
948
949
|
|
|
@@ -1931,7 +1932,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1931
1932
|
.e-pv-annotation-thickness-popup-container {
|
|
1932
1933
|
background-color: #fff;
|
|
1933
1934
|
box-shadow: 0 3px 8px 0 #31373d;
|
|
1934
|
-
color: #
|
|
1935
|
+
color: #fff;
|
|
1935
1936
|
height: auto;
|
|
1936
1937
|
min-height: 48px;
|
|
1937
1938
|
padding: 16px;
|
|
@@ -2085,7 +2086,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2085
2086
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
2086
2087
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
|
|
2087
2088
|
line-height: 1.6em;
|
|
2088
|
-
padding:
|
|
2089
|
+
padding: 8px 7px 3px;
|
|
2089
2090
|
-ms-flex-align: center;
|
|
2090
2091
|
align-items: center;
|
|
2091
2092
|
display: -ms-flexbox;
|
|
@@ -2102,7 +2103,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2102
2103
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
2103
2104
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
|
|
2104
2105
|
line-height: 1.6em;
|
|
2105
|
-
padding:
|
|
2106
|
+
padding: 8px 7px 3px;
|
|
2106
2107
|
-ms-flex-align: baseline;
|
|
2107
2108
|
align-items: baseline;
|
|
2108
2109
|
display: -ms-flexbox;
|
|
@@ -2407,11 +2408,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2407
2408
|
.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
|
|
2408
2409
|
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
|
|
2409
2410
|
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
|
|
2410
|
-
|
|
2411
|
-
|
|
2411
|
+
padding: 0 8px;
|
|
2412
|
+
-ms-flex-align: center;
|
|
2413
|
+
align-items: center;
|
|
2412
2414
|
display: -ms-flexbox;
|
|
2413
2415
|
display: flex;
|
|
2414
|
-
padding:
|
|
2416
|
+
padding-top: 3px;
|
|
2415
2417
|
}
|
|
2416
2418
|
|
|
2417
2419
|
.e-pv-annotation-shapes-container .e-btn-icon.e-icons.e-icon-right.e-caret,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -902,6 +902,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
902
902
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
903
903
|
line-height: 26px;
|
|
904
904
|
min-height: 26px;
|
|
905
|
+
font-size: 16px;
|
|
905
906
|
}
|
|
906
907
|
|
|
907
908
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -942,7 +943,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
942
943
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
943
944
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
944
945
|
height: 30px;
|
|
945
|
-
min-width:
|
|
946
|
+
min-width: 30px;
|
|
946
947
|
width: 30px;
|
|
947
948
|
}
|
|
948
949
|
|
|
@@ -2085,7 +2086,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2085
2086
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
2086
2087
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
|
|
2087
2088
|
line-height: 1.6em;
|
|
2088
|
-
padding:
|
|
2089
|
+
padding: 8px 7px 3px;
|
|
2089
2090
|
-ms-flex-align: center;
|
|
2090
2091
|
align-items: center;
|
|
2091
2092
|
display: -ms-flexbox;
|
|
@@ -2102,7 +2103,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2102
2103
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
2103
2104
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
|
|
2104
2105
|
line-height: 1.6em;
|
|
2105
|
-
padding:
|
|
2106
|
+
padding: 8px 7px 3px;
|
|
2106
2107
|
-ms-flex-align: baseline;
|
|
2107
2108
|
align-items: baseline;
|
|
2108
2109
|
display: -ms-flexbox;
|
|
@@ -2407,11 +2408,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2407
2408
|
.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
|
|
2408
2409
|
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
|
|
2409
2410
|
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
|
|
2410
|
-
|
|
2411
|
-
|
|
2411
|
+
padding: 0 8px;
|
|
2412
|
+
-ms-flex-align: center;
|
|
2413
|
+
align-items: center;
|
|
2412
2414
|
display: -ms-flexbox;
|
|
2413
2415
|
display: flex;
|
|
2414
|
-
padding:
|
|
2416
|
+
padding-top: 3px;
|
|
2415
2417
|
}
|
|
2416
2418
|
|
|
2417
2419
|
.e-pv-annotation-shapes-container .e-btn-icon.e-icons.e-icon-right.e-caret,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -894,6 +894,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
894
894
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
895
895
|
line-height: 26px;
|
|
896
896
|
min-height: 26px;
|
|
897
|
+
font-size: 16px;
|
|
897
898
|
}
|
|
898
899
|
|
|
899
900
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -934,7 +935,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
934
935
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
935
936
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
936
937
|
height: 50px;
|
|
937
|
-
min-width:
|
|
938
|
+
min-width: 36px;
|
|
938
939
|
width: 36px;
|
|
939
940
|
}
|
|
940
941
|
|
package/styles/fabric.css
CHANGED
|
@@ -898,6 +898,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
898
898
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
899
899
|
line-height: 26px;
|
|
900
900
|
min-height: 26px;
|
|
901
|
+
font-size: 16px;
|
|
901
902
|
}
|
|
902
903
|
|
|
903
904
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -938,7 +939,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
938
939
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
939
940
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
940
941
|
height: 50px;
|
|
941
|
-
min-width:
|
|
942
|
+
min-width: 36px;
|
|
942
943
|
width: 36px;
|
|
943
944
|
}
|
|
944
945
|
|
|
@@ -881,6 +881,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
881
881
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
882
|
line-height: 26px;
|
|
883
883
|
min-height: 26px;
|
|
884
|
+
font-size: 16px;
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -921,7 +922,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
922
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
923
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
924
|
height: 50px;
|
|
924
|
-
min-width:
|
|
925
|
+
min-width: 36px;
|
|
925
926
|
width: 36px;
|
|
926
927
|
}
|
|
927
928
|
|
package/styles/highcontrast.css
CHANGED
|
@@ -881,6 +881,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
881
881
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
882
|
line-height: 26px;
|
|
883
883
|
min-height: 26px;
|
|
884
|
+
font-size: 16px;
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -921,7 +922,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
922
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
923
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
924
|
height: 50px;
|
|
924
|
-
min-width:
|
|
925
|
+
min-width: 36px;
|
|
925
926
|
width: 36px;
|
|
926
927
|
}
|
|
927
928
|
|
package/styles/material-dark.css
CHANGED
|
@@ -884,6 +884,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
884
884
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
885
885
|
line-height: 26px;
|
|
886
886
|
min-height: 26px;
|
|
887
|
+
font-size: 16px;
|
|
887
888
|
}
|
|
888
889
|
|
|
889
890
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -924,7 +925,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
924
925
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
925
926
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
926
927
|
height: 36px;
|
|
927
|
-
min-width:
|
|
928
|
+
min-width: 36px;
|
|
928
929
|
width: 36px;
|
|
929
930
|
}
|
|
930
931
|
|
package/styles/material.css
CHANGED
|
@@ -887,6 +887,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
887
887
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
888
888
|
line-height: 26px;
|
|
889
889
|
min-height: 26px;
|
|
890
|
+
font-size: 16px;
|
|
890
891
|
}
|
|
891
892
|
|
|
892
893
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -927,7 +928,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
927
928
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
928
929
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
929
930
|
height: 36px;
|
|
930
|
-
min-width:
|
|
931
|
+
min-width: 36px;
|
|
931
932
|
width: 36px;
|
|
932
933
|
}
|
|
933
934
|
|
|
@@ -881,6 +881,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
881
881
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
882
|
line-height: 26px;
|
|
883
883
|
min-height: 26px;
|
|
884
|
+
font-size: 16px;
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -921,7 +922,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
922
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
923
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
924
|
height: 37px;
|
|
924
|
-
min-width:
|
|
925
|
+
min-width: 36px;
|
|
925
926
|
width: 36px;
|
|
926
927
|
}
|
|
927
928
|
|
|
@@ -887,6 +887,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
887
887
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
888
888
|
line-height: 26px;
|
|
889
889
|
min-height: 26px;
|
|
890
|
+
font-size: 16px;
|
|
890
891
|
}
|
|
891
892
|
|
|
892
893
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -927,7 +928,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
927
928
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
928
929
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
929
930
|
height: 37px;
|
|
930
|
-
min-width:
|
|
931
|
+
min-width: 36px;
|
|
931
932
|
width: 36px;
|
|
932
933
|
}
|
|
933
934
|
|
|
@@ -905,6 +905,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
905
905
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
906
906
|
line-height: 26px;
|
|
907
907
|
min-height: 26px;
|
|
908
|
+
font-size: 16px;
|
|
908
909
|
}
|
|
909
910
|
|
|
910
911
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -945,7 +946,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
945
946
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
946
947
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
947
948
|
height: 32px;
|
|
948
|
-
min-width:
|
|
949
|
+
min-width: 32px;
|
|
949
950
|
width: 32px;
|
|
950
951
|
}
|
|
951
952
|
|
|
@@ -902,6 +902,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
902
902
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
903
903
|
line-height: 26px;
|
|
904
904
|
min-height: 26px;
|
|
905
|
+
font-size: 16px;
|
|
905
906
|
}
|
|
906
907
|
|
|
907
908
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -942,7 +943,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
942
943
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
943
944
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
944
945
|
height: 30px;
|
|
945
|
-
min-width:
|
|
946
|
+
min-width: 30px;
|
|
946
947
|
width: 30px;
|
|
947
948
|
}
|
|
948
949
|
|
|
@@ -1931,7 +1932,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1931
1932
|
.e-pv-annotation-thickness-popup-container {
|
|
1932
1933
|
background-color: #fff;
|
|
1933
1934
|
box-shadow: 0 3px 8px 0 #31373d;
|
|
1934
|
-
color: #
|
|
1935
|
+
color: #fff;
|
|
1935
1936
|
height: auto;
|
|
1936
1937
|
min-height: 48px;
|
|
1937
1938
|
padding: 16px;
|
|
@@ -2085,7 +2086,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2085
2086
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
2086
2087
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
|
|
2087
2088
|
line-height: 1.6em;
|
|
2088
|
-
padding:
|
|
2089
|
+
padding: 8px 7px 3px;
|
|
2089
2090
|
-ms-flex-align: center;
|
|
2090
2091
|
align-items: center;
|
|
2091
2092
|
display: -ms-flexbox;
|
|
@@ -2102,7 +2103,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2102
2103
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
2103
2104
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
|
|
2104
2105
|
line-height: 1.6em;
|
|
2105
|
-
padding:
|
|
2106
|
+
padding: 8px 7px 3px;
|
|
2106
2107
|
-ms-flex-align: baseline;
|
|
2107
2108
|
align-items: baseline;
|
|
2108
2109
|
display: -ms-flexbox;
|
|
@@ -2407,11 +2408,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2407
2408
|
.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
|
|
2408
2409
|
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
|
|
2409
2410
|
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
|
|
2410
|
-
|
|
2411
|
-
|
|
2411
|
+
padding: 0 8px;
|
|
2412
|
+
-ms-flex-align: center;
|
|
2413
|
+
align-items: center;
|
|
2412
2414
|
display: -ms-flexbox;
|
|
2413
2415
|
display: flex;
|
|
2414
|
-
padding:
|
|
2416
|
+
padding-top: 3px;
|
|
2415
2417
|
}
|
|
2416
2418
|
|
|
2417
2419
|
.e-pv-annotation-shapes-container .e-btn-icon.e-icons.e-icon-right.e-caret,
|
|
@@ -902,6 +902,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
902
902
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
903
903
|
line-height: 26px;
|
|
904
904
|
min-height: 26px;
|
|
905
|
+
font-size: 16px;
|
|
905
906
|
}
|
|
906
907
|
|
|
907
908
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -942,7 +943,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
942
943
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
943
944
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
944
945
|
height: 30px;
|
|
945
|
-
min-width:
|
|
946
|
+
min-width: 30px;
|
|
946
947
|
width: 30px;
|
|
947
948
|
}
|
|
948
949
|
|
|
@@ -2085,7 +2086,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2085
2086
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
2086
2087
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
|
|
2087
2088
|
line-height: 1.6em;
|
|
2088
|
-
padding:
|
|
2089
|
+
padding: 8px 7px 3px;
|
|
2089
2090
|
-ms-flex-align: center;
|
|
2090
2091
|
align-items: center;
|
|
2091
2092
|
display: -ms-flexbox;
|
|
@@ -2102,7 +2103,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2102
2103
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
2103
2104
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
|
|
2104
2105
|
line-height: 1.6em;
|
|
2105
|
-
padding:
|
|
2106
|
+
padding: 8px 7px 3px;
|
|
2106
2107
|
-ms-flex-align: baseline;
|
|
2107
2108
|
align-items: baseline;
|
|
2108
2109
|
display: -ms-flexbox;
|
|
@@ -2407,11 +2408,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2407
2408
|
.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
|
|
2408
2409
|
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
|
|
2409
2410
|
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
|
|
2410
|
-
|
|
2411
|
-
|
|
2411
|
+
padding: 0 8px;
|
|
2412
|
+
-ms-flex-align: center;
|
|
2413
|
+
align-items: center;
|
|
2412
2414
|
display: -ms-flexbox;
|
|
2413
2415
|
display: flex;
|
|
2414
|
-
padding:
|
|
2416
|
+
padding-top: 3px;
|
|
2415
2417
|
}
|
|
2416
2418
|
|
|
2417
2419
|
.e-pv-annotation-shapes-container .e-btn-icon.e-icons.e-icon-right.e-caret,
|
|
@@ -894,6 +894,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
894
894
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
895
895
|
line-height: 26px;
|
|
896
896
|
min-height: 26px;
|
|
897
|
+
font-size: 16px;
|
|
897
898
|
}
|
|
898
899
|
|
|
899
900
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -934,7 +935,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
934
935
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
935
936
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
936
937
|
height: 50px;
|
|
937
|
-
min-width:
|
|
938
|
+
min-width: 36px;
|
|
938
939
|
width: 36px;
|
|
939
940
|
}
|
|
940
941
|
|
|
@@ -898,6 +898,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
898
898
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
899
899
|
line-height: 26px;
|
|
900
900
|
min-height: 26px;
|
|
901
|
+
font-size: 16px;
|
|
901
902
|
}
|
|
902
903
|
|
|
903
904
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -938,7 +939,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
938
939
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
939
940
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
940
941
|
height: 50px;
|
|
941
|
-
min-width:
|
|
942
|
+
min-width: 36px;
|
|
942
943
|
width: 36px;
|
|
943
944
|
}
|
|
944
945
|
|
|
@@ -881,6 +881,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
881
881
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
882
|
line-height: 26px;
|
|
883
883
|
min-height: 26px;
|
|
884
|
+
font-size: 16px;
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -921,7 +922,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
922
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
923
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
924
|
height: 50px;
|
|
924
|
-
min-width:
|
|
925
|
+
min-width: 36px;
|
|
925
926
|
width: 36px;
|
|
926
927
|
}
|
|
927
928
|
|
|
@@ -881,6 +881,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
881
881
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
882
|
line-height: 26px;
|
|
883
883
|
min-height: 26px;
|
|
884
|
+
font-size: 16px;
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -921,7 +922,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
922
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
923
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
924
|
height: 50px;
|
|
924
|
-
min-width:
|
|
925
|
+
min-width: 36px;
|
|
925
926
|
width: 36px;
|
|
926
927
|
}
|
|
927
928
|
|
|
@@ -884,6 +884,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
884
884
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
885
885
|
line-height: 26px;
|
|
886
886
|
min-height: 26px;
|
|
887
|
+
font-size: 16px;
|
|
887
888
|
}
|
|
888
889
|
|
|
889
890
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -924,7 +925,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
924
925
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
925
926
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
926
927
|
height: 36px;
|
|
927
|
-
min-width:
|
|
928
|
+
min-width: 36px;
|
|
928
929
|
width: 36px;
|
|
929
930
|
}
|
|
930
931
|
|
|
@@ -887,6 +887,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
887
887
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
888
888
|
line-height: 26px;
|
|
889
889
|
min-height: 26px;
|
|
890
|
+
font-size: 16px;
|
|
890
891
|
}
|
|
891
892
|
|
|
892
893
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -927,7 +928,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
927
928
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
928
929
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
929
930
|
height: 36px;
|
|
930
|
-
min-width:
|
|
931
|
+
min-width: 36px;
|
|
931
932
|
width: 36px;
|
|
932
933
|
}
|
|
933
934
|
|
|
@@ -886,6 +886,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
886
886
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
887
887
|
line-height: 26px;
|
|
888
888
|
min-height: 26px;
|
|
889
|
+
font-size: 16px;
|
|
889
890
|
}
|
|
890
891
|
|
|
891
892
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -926,7 +927,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
926
927
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
927
928
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
928
929
|
height: 30px;
|
|
929
|
-
min-width:
|
|
930
|
+
min-width: 30px;
|
|
930
931
|
width: 30px;
|
|
931
932
|
}
|
|
932
933
|
|
|
@@ -886,6 +886,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
886
886
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
887
887
|
line-height: 26px;
|
|
888
888
|
min-height: 26px;
|
|
889
|
+
font-size: 16px;
|
|
889
890
|
}
|
|
890
891
|
|
|
891
892
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -926,7 +927,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
926
927
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
927
928
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
928
929
|
height: 30px;
|
|
929
|
-
min-width:
|
|
930
|
+
min-width: 30px;
|
|
930
931
|
width: 30px;
|
|
931
932
|
}
|
|
932
933
|
|
|
@@ -1842,7 +1843,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1842
1843
|
.e-pv-annotation-thickness-popup-container {
|
|
1843
1844
|
background-color: #fff;
|
|
1844
1845
|
box-shadow: 0 3px 8px 0 #f3f4f6;
|
|
1845
|
-
color: #
|
|
1846
|
+
color: #111827;
|
|
1846
1847
|
height: auto;
|
|
1847
1848
|
min-height: 48px;
|
|
1848
1849
|
padding: 16px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -886,6 +886,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
886
886
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
887
887
|
line-height: 26px;
|
|
888
888
|
min-height: 26px;
|
|
889
|
+
font-size: 16px;
|
|
889
890
|
}
|
|
890
891
|
|
|
891
892
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -926,7 +927,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
926
927
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
927
928
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
928
929
|
height: 30px;
|
|
929
|
-
min-width:
|
|
930
|
+
min-width: 30px;
|
|
930
931
|
width: 30px;
|
|
931
932
|
}
|
|
932
933
|
|
package/styles/tailwind.css
CHANGED
|
@@ -886,6 +886,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
886
886
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
887
887
|
line-height: 26px;
|
|
888
888
|
min-height: 26px;
|
|
889
|
+
font-size: 16px;
|
|
889
890
|
}
|
|
890
891
|
|
|
891
892
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -926,7 +927,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
926
927
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
927
928
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
928
929
|
height: 30px;
|
|
929
|
-
min-width:
|
|
930
|
+
min-width: 30px;
|
|
930
931
|
width: 30px;
|
|
931
932
|
}
|
|
932
933
|
|
|
@@ -1842,7 +1843,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1842
1843
|
.e-pv-annotation-thickness-popup-container {
|
|
1843
1844
|
background-color: #fff;
|
|
1844
1845
|
box-shadow: 0 3px 8px 0 #f3f4f6;
|
|
1845
|
-
color: #
|
|
1846
|
+
color: #111827;
|
|
1846
1847
|
height: auto;
|
|
1847
1848
|
min-height: 48px;
|
|
1848
1849
|
padding: 16px;
|