@syncfusion/ej2-react-pdfviewer 19.3.48 → 19.3.57
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 +35 -0
- package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +11 -2
- package/styles/bootstrap.css +11 -2
- package/styles/bootstrap4.css +11 -2
- package/styles/bootstrap5-dark.css +11 -2
- package/styles/bootstrap5.css +11 -2
- package/styles/fabric-dark.css +11 -2
- package/styles/fabric.css +11 -2
- package/styles/highcontrast-light.css +11 -2
- package/styles/highcontrast.css +11 -2
- package/styles/material-dark.css +11 -2
- package/styles/material.css +13 -2
- package/styles/pdfviewer/bootstrap-dark.css +11 -2
- package/styles/pdfviewer/bootstrap.css +11 -2
- package/styles/pdfviewer/bootstrap4.css +11 -2
- package/styles/pdfviewer/bootstrap5-dark.css +11 -2
- package/styles/pdfviewer/bootstrap5.css +11 -2
- package/styles/pdfviewer/fabric-dark.css +11 -2
- package/styles/pdfviewer/fabric.css +11 -2
- package/styles/pdfviewer/highcontrast-light.css +11 -2
- package/styles/pdfviewer/highcontrast.css +11 -2
- package/styles/pdfviewer/material-dark.css +11 -2
- package/styles/pdfviewer/material.css +13 -2
- package/styles/pdfviewer/tailwind-dark.css +11 -2
- package/styles/pdfviewer/tailwind.css +11 -2
- package/styles/tailwind-dark.css +11 -2
- package/styles/tailwind.css +11 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,41 @@
|
|
|
4
4
|
|
|
5
5
|
### PDF Viewer
|
|
6
6
|
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- `#354638` - Provided auto fit support to the free text annotations.
|
|
10
|
+
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- `346343`- Now, the text wraps based on the word length regardless of character length in free-text annotation.
|
|
14
|
+
|
|
15
|
+
## 19.3.56 (2021-12-02)
|
|
16
|
+
|
|
17
|
+
### PDF Viewer
|
|
18
|
+
|
|
19
|
+
#### New Features
|
|
20
|
+
|
|
21
|
+
- `#336589`, `#339329`, `#346113` - Provided annotation toolbar settings support in mobile view.
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- `#347402`, `#347555`- Now, the signature dialog is opened correctly on clicking the signature field in Firefox and Safari browser.
|
|
26
|
+
- `#344549`- The ink annotations are preserved correctly in the Adobe.
|
|
27
|
+
- `#346607`- Now, the signature dialog width is proper on resizing the browser window.
|
|
28
|
+
- `#345897`- The ink annotations are now drawn over the free-text annotations when the 'allowEditTextOnly' property is enabled.
|
|
29
|
+
- `#347427`- The form designer tooltip is now hidden when the 'showToolTip' property is set to FALSE.
|
|
30
|
+
- `#348023`- The 'isReadOnly' property is now updated correctly once we set the value to TRUE.
|
|
31
|
+
- `#345130`- Now, the exact shape of the image is maintained when added to the signature field.
|
|
32
|
+
- `#347558`- Now, the custom stamp position is added properly in mobile view.
|
|
33
|
+
|
|
34
|
+
## 19.3.54 (2021-11-17)
|
|
35
|
+
|
|
36
|
+
- `#346152`- The script error will not be thrown for the document which contains link annotation.
|
|
37
|
+
|
|
38
|
+
## 19.3.48 (2021-11-02)
|
|
39
|
+
|
|
40
|
+
### PDF Viewer
|
|
41
|
+
|
|
7
42
|
#### Bug Fixes
|
|
8
43
|
|
|
9
44
|
- `#344888`, `#F169870` - Now, signature dialog settings is working properly for the handwritten signature dialog.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.umd.min.js
|
|
3
|
-
* version : 19.3.
|
|
3
|
+
* version : 19.3.57
|
|
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.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pdfviewer@19.3.56",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-QzdGQsLyJYJuMgdALJZKdDHb5mlB954TSyu2yX7Ao2AnKq9nXr+49wpe341QmJ918aAGH0sRAFMMdo4EAIhKhw==",
|
|
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/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-19.3.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-19.3.56.tgz",
|
|
23
|
+
"_shasum": "0116d0188b5daadc65af424770cebd73328d5a85",
|
|
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.3.
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "19.3.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.3.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.3.56",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "19.3.57",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.3.57"
|
|
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.3.
|
|
64
|
+
"version": "19.3.57",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
content: '\e345';
|
|
460
460
|
cursor: pointer;
|
|
461
461
|
font-family: 'e-icons';
|
|
462
|
-
font-size:
|
|
462
|
+
font-size: 18px;
|
|
463
463
|
padding: 7px;
|
|
464
464
|
}
|
|
465
465
|
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
content: '\e721';
|
|
468
468
|
cursor: pointer;
|
|
469
469
|
font-family: 'e-icons';
|
|
470
|
-
font-size:
|
|
470
|
+
font-size: 18px;
|
|
471
471
|
padding: 7px;
|
|
472
472
|
}
|
|
473
473
|
|
|
@@ -674,6 +674,10 @@
|
|
|
674
674
|
display: none;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
|
+
input.e-pv-input-password::-ms-reveal {
|
|
678
|
+
display: none;
|
|
679
|
+
}
|
|
680
|
+
|
|
677
681
|
.e-pv-page-container {
|
|
678
682
|
margin: 0;
|
|
679
683
|
padding: 0;
|
|
@@ -946,6 +950,11 @@
|
|
|
946
950
|
line-height: 18px;
|
|
947
951
|
}
|
|
948
952
|
|
|
953
|
+
.e-pv-eye-slash-icon,
|
|
954
|
+
.e-pv-eye-icon {
|
|
955
|
+
margin-top: 3px;
|
|
956
|
+
}
|
|
957
|
+
|
|
949
958
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
950
959
|
padding-left: 8px;
|
|
951
960
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
content: '\e345';
|
|
465
465
|
cursor: pointer;
|
|
466
466
|
font-family: 'e-icons';
|
|
467
|
-
font-size:
|
|
467
|
+
font-size: 18px;
|
|
468
468
|
padding: 7px;
|
|
469
469
|
}
|
|
470
470
|
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
content: '\e721';
|
|
473
473
|
cursor: pointer;
|
|
474
474
|
font-family: 'e-icons';
|
|
475
|
-
font-size:
|
|
475
|
+
font-size: 18px;
|
|
476
476
|
padding: 7px;
|
|
477
477
|
}
|
|
478
478
|
|
|
@@ -679,6 +679,10 @@
|
|
|
679
679
|
display: none;
|
|
680
680
|
}
|
|
681
681
|
|
|
682
|
+
input.e-pv-input-password::-ms-reveal {
|
|
683
|
+
display: none;
|
|
684
|
+
}
|
|
685
|
+
|
|
682
686
|
.e-pv-page-container {
|
|
683
687
|
margin: 0;
|
|
684
688
|
padding: 0;
|
|
@@ -952,6 +956,11 @@
|
|
|
952
956
|
line-height: 18px;
|
|
953
957
|
}
|
|
954
958
|
|
|
959
|
+
.e-pv-eye-slash-icon,
|
|
960
|
+
.e-pv-eye-icon {
|
|
961
|
+
margin-top: 3px;
|
|
962
|
+
}
|
|
963
|
+
|
|
955
964
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
956
965
|
padding-left: 8px;
|
|
957
966
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -467,14 +467,14 @@
|
|
|
467
467
|
content: '\e787';
|
|
468
468
|
cursor: pointer;
|
|
469
469
|
font-family: 'e-icons';
|
|
470
|
-
font-size:
|
|
470
|
+
font-size: 18px;
|
|
471
471
|
padding: 7px;
|
|
472
472
|
}
|
|
473
473
|
|
|
474
474
|
.e-pv-eye-slash-icon::before {
|
|
475
475
|
content: '\e82f';
|
|
476
476
|
font-family: 'e-icons';
|
|
477
|
-
font-size:
|
|
477
|
+
font-size: 18px;
|
|
478
478
|
padding: 7px;
|
|
479
479
|
}
|
|
480
480
|
|
|
@@ -681,6 +681,10 @@
|
|
|
681
681
|
display: none;
|
|
682
682
|
}
|
|
683
683
|
|
|
684
|
+
input.e-pv-input-password::-ms-reveal {
|
|
685
|
+
display: none;
|
|
686
|
+
}
|
|
687
|
+
|
|
684
688
|
.e-pv-page-container {
|
|
685
689
|
margin: 0;
|
|
686
690
|
padding: 0;
|
|
@@ -970,6 +974,11 @@
|
|
|
970
974
|
line-height: 18px;
|
|
971
975
|
}
|
|
972
976
|
|
|
977
|
+
.e-pv-eye-slash-icon,
|
|
978
|
+
.e-pv-eye-icon {
|
|
979
|
+
margin-top: 3px;
|
|
980
|
+
}
|
|
981
|
+
|
|
973
982
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
974
983
|
padding-left: 8px;
|
|
975
984
|
}
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
content: '\e7de';
|
|
472
472
|
cursor: pointer;
|
|
473
473
|
font-family: 'e-icons';
|
|
474
|
-
font-size:
|
|
474
|
+
font-size: 18px;
|
|
475
475
|
padding: 7px;
|
|
476
476
|
}
|
|
477
477
|
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
content: '\e887';
|
|
480
480
|
cursor: pointer;
|
|
481
481
|
font-family: 'e-icons';
|
|
482
|
-
font-size:
|
|
482
|
+
font-size: 18px;
|
|
483
483
|
padding: 7px;
|
|
484
484
|
}
|
|
485
485
|
|
|
@@ -686,6 +686,10 @@
|
|
|
686
686
|
display: none;
|
|
687
687
|
}
|
|
688
688
|
|
|
689
|
+
input.e-pv-input-password::-ms-reveal {
|
|
690
|
+
display: none;
|
|
691
|
+
}
|
|
692
|
+
|
|
689
693
|
.e-pv-page-container {
|
|
690
694
|
margin: 0;
|
|
691
695
|
padding: 0;
|
|
@@ -967,6 +971,11 @@
|
|
|
967
971
|
line-height: 16px;
|
|
968
972
|
}
|
|
969
973
|
|
|
974
|
+
.e-pv-eye-slash-icon,
|
|
975
|
+
.e-pv-eye-icon {
|
|
976
|
+
margin-top: 3px;
|
|
977
|
+
}
|
|
978
|
+
|
|
970
979
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
971
980
|
padding-left: 8px;
|
|
972
981
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
content: '\e7de';
|
|
472
472
|
cursor: pointer;
|
|
473
473
|
font-family: 'e-icons';
|
|
474
|
-
font-size:
|
|
474
|
+
font-size: 18px;
|
|
475
475
|
padding: 7px;
|
|
476
476
|
}
|
|
477
477
|
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
content: '\e887';
|
|
480
480
|
cursor: pointer;
|
|
481
481
|
font-family: 'e-icons';
|
|
482
|
-
font-size:
|
|
482
|
+
font-size: 18px;
|
|
483
483
|
padding: 7px;
|
|
484
484
|
}
|
|
485
485
|
|
|
@@ -686,6 +686,10 @@
|
|
|
686
686
|
display: none;
|
|
687
687
|
}
|
|
688
688
|
|
|
689
|
+
input.e-pv-input-password::-ms-reveal {
|
|
690
|
+
display: none;
|
|
691
|
+
}
|
|
692
|
+
|
|
689
693
|
.e-pv-page-container {
|
|
690
694
|
margin: 0;
|
|
691
695
|
padding: 0;
|
|
@@ -967,6 +971,11 @@
|
|
|
967
971
|
line-height: 16px;
|
|
968
972
|
}
|
|
969
973
|
|
|
974
|
+
.e-pv-eye-slash-icon,
|
|
975
|
+
.e-pv-eye-icon {
|
|
976
|
+
margin-top: 3px;
|
|
977
|
+
}
|
|
978
|
+
|
|
970
979
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
971
980
|
padding-left: 8px;
|
|
972
981
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
content: '\e345';
|
|
473
473
|
cursor: pointer;
|
|
474
474
|
font-family: 'e-icons';
|
|
475
|
-
font-size:
|
|
475
|
+
font-size: 18px;
|
|
476
476
|
padding: 7px;
|
|
477
477
|
}
|
|
478
478
|
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
content: '\e721';
|
|
481
481
|
cursor: pointer;
|
|
482
482
|
font-family: 'e-icons';
|
|
483
|
-
font-size:
|
|
483
|
+
font-size: 18px;
|
|
484
484
|
padding: 7px;
|
|
485
485
|
}
|
|
486
486
|
|
|
@@ -687,6 +687,10 @@
|
|
|
687
687
|
display: none;
|
|
688
688
|
}
|
|
689
689
|
|
|
690
|
+
input.e-pv-input-password::-ms-reveal {
|
|
691
|
+
display: none;
|
|
692
|
+
}
|
|
693
|
+
|
|
690
694
|
.e-pv-page-container {
|
|
691
695
|
margin: 0;
|
|
692
696
|
padding: 0;
|
|
@@ -959,6 +963,11 @@
|
|
|
959
963
|
line-height: 16px;
|
|
960
964
|
}
|
|
961
965
|
|
|
966
|
+
.e-pv-eye-slash-icon,
|
|
967
|
+
.e-pv-eye-icon {
|
|
968
|
+
margin-top: 3px;
|
|
969
|
+
}
|
|
970
|
+
|
|
962
971
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
963
972
|
padding-left: 8px;
|
|
964
973
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
content: '\e345';
|
|
477
477
|
cursor: pointer;
|
|
478
478
|
font-family: 'e-icons';
|
|
479
|
-
font-size:
|
|
479
|
+
font-size: 18px;
|
|
480
480
|
padding: 7px;
|
|
481
481
|
}
|
|
482
482
|
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
content: '\e721';
|
|
485
485
|
cursor: pointer;
|
|
486
486
|
font-family: 'e-icons';
|
|
487
|
-
font-size:
|
|
487
|
+
font-size: 18px;
|
|
488
488
|
padding: 7px;
|
|
489
489
|
}
|
|
490
490
|
|
|
@@ -691,6 +691,10 @@
|
|
|
691
691
|
display: none;
|
|
692
692
|
}
|
|
693
693
|
|
|
694
|
+
input.e-pv-input-password::-ms-reveal {
|
|
695
|
+
display: none;
|
|
696
|
+
}
|
|
697
|
+
|
|
694
698
|
.e-pv-page-container {
|
|
695
699
|
margin: 0;
|
|
696
700
|
padding: 0;
|
|
@@ -963,6 +967,11 @@
|
|
|
963
967
|
line-height: 16px;
|
|
964
968
|
}
|
|
965
969
|
|
|
970
|
+
.e-pv-eye-slash-icon,
|
|
971
|
+
.e-pv-eye-icon {
|
|
972
|
+
margin-top: 3px;
|
|
973
|
+
}
|
|
974
|
+
|
|
966
975
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
967
976
|
padding-left: 8px;
|
|
968
977
|
}
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
content: '\e345';
|
|
460
460
|
cursor: pointer;
|
|
461
461
|
font-family: 'e-icons';
|
|
462
|
-
font-size:
|
|
462
|
+
font-size: 18px;
|
|
463
463
|
padding: 7px;
|
|
464
464
|
}
|
|
465
465
|
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
content: '\e721';
|
|
468
468
|
cursor: pointer;
|
|
469
469
|
font-family: 'e-icons';
|
|
470
|
-
font-size:
|
|
470
|
+
font-size: 18px;
|
|
471
471
|
padding: 7px;
|
|
472
472
|
}
|
|
473
473
|
|
|
@@ -674,6 +674,10 @@
|
|
|
674
674
|
display: none;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
|
+
input.e-pv-input-password::-ms-reveal {
|
|
678
|
+
display: none;
|
|
679
|
+
}
|
|
680
|
+
|
|
677
681
|
.e-pv-page-container {
|
|
678
682
|
margin: 0;
|
|
679
683
|
padding: 0;
|
|
@@ -946,6 +950,11 @@
|
|
|
946
950
|
line-height: 16px;
|
|
947
951
|
}
|
|
948
952
|
|
|
953
|
+
.e-pv-eye-slash-icon,
|
|
954
|
+
.e-pv-eye-icon {
|
|
955
|
+
margin-top: 3px;
|
|
956
|
+
}
|
|
957
|
+
|
|
949
958
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
950
959
|
padding-left: 8px;
|
|
951
960
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
content: '\e345';
|
|
460
460
|
cursor: pointer;
|
|
461
461
|
font-family: 'e-icons';
|
|
462
|
-
font-size:
|
|
462
|
+
font-size: 18px;
|
|
463
463
|
padding: 7px;
|
|
464
464
|
}
|
|
465
465
|
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
content: '\e721';
|
|
468
468
|
cursor: pointer;
|
|
469
469
|
font-family: 'e-icons';
|
|
470
|
-
font-size:
|
|
470
|
+
font-size: 18px;
|
|
471
471
|
padding: 7px;
|
|
472
472
|
}
|
|
473
473
|
|
|
@@ -674,6 +674,10 @@
|
|
|
674
674
|
display: none;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
|
+
input.e-pv-input-password::-ms-reveal {
|
|
678
|
+
display: none;
|
|
679
|
+
}
|
|
680
|
+
|
|
677
681
|
.e-pv-page-container {
|
|
678
682
|
margin: 0;
|
|
679
683
|
padding: 0;
|
|
@@ -946,6 +950,11 @@
|
|
|
946
950
|
line-height: 16px;
|
|
947
951
|
}
|
|
948
952
|
|
|
953
|
+
.e-pv-eye-slash-icon,
|
|
954
|
+
.e-pv-eye-icon {
|
|
955
|
+
margin-top: 3px;
|
|
956
|
+
}
|
|
957
|
+
|
|
949
958
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
950
959
|
padding-left: 8px;
|
|
951
960
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
content: '\e345';
|
|
463
463
|
cursor: pointer;
|
|
464
464
|
font-family: 'e-icons';
|
|
465
|
-
font-size:
|
|
465
|
+
font-size: 18px;
|
|
466
466
|
padding: 7px;
|
|
467
467
|
}
|
|
468
468
|
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
content: '\e721';
|
|
471
471
|
cursor: pointer;
|
|
472
472
|
font-family: 'e-icons';
|
|
473
|
-
font-size:
|
|
473
|
+
font-size: 18px;
|
|
474
474
|
padding: 7px;
|
|
475
475
|
}
|
|
476
476
|
|
|
@@ -677,6 +677,10 @@
|
|
|
677
677
|
display: none;
|
|
678
678
|
}
|
|
679
679
|
|
|
680
|
+
input.e-pv-input-password::-ms-reveal {
|
|
681
|
+
display: none;
|
|
682
|
+
}
|
|
683
|
+
|
|
680
684
|
.e-pv-page-container {
|
|
681
685
|
margin: 0;
|
|
682
686
|
padding: 0;
|
|
@@ -949,6 +953,11 @@
|
|
|
949
953
|
line-height: 16px;
|
|
950
954
|
}
|
|
951
955
|
|
|
956
|
+
.e-pv-eye-slash-icon,
|
|
957
|
+
.e-pv-eye-icon {
|
|
958
|
+
margin-top: 3px;
|
|
959
|
+
}
|
|
960
|
+
|
|
952
961
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
953
962
|
padding-left: 8px;
|
|
954
963
|
}
|
package/styles/material.css
CHANGED
|
@@ -463,7 +463,8 @@
|
|
|
463
463
|
content: '\e345';
|
|
464
464
|
cursor: pointer;
|
|
465
465
|
font-family: 'e-icons';
|
|
466
|
-
font-size:
|
|
466
|
+
font-size: 18px;
|
|
467
|
+
opacity: 0.87;
|
|
467
468
|
padding: 7px;
|
|
468
469
|
}
|
|
469
470
|
|
|
@@ -471,7 +472,8 @@
|
|
|
471
472
|
content: '\e721';
|
|
472
473
|
cursor: pointer;
|
|
473
474
|
font-family: 'e-icons';
|
|
474
|
-
font-size:
|
|
475
|
+
font-size: 18px;
|
|
476
|
+
opacity: 0.87;
|
|
475
477
|
padding: 7px;
|
|
476
478
|
}
|
|
477
479
|
|
|
@@ -678,6 +680,10 @@
|
|
|
678
680
|
display: none;
|
|
679
681
|
}
|
|
680
682
|
|
|
683
|
+
input.e-pv-input-password::-ms-reveal {
|
|
684
|
+
display: none;
|
|
685
|
+
}
|
|
686
|
+
|
|
681
687
|
.e-pv-page-container {
|
|
682
688
|
margin: 0;
|
|
683
689
|
padding: 0;
|
|
@@ -950,6 +956,11 @@
|
|
|
950
956
|
line-height: 16px;
|
|
951
957
|
}
|
|
952
958
|
|
|
959
|
+
.e-pv-eye-slash-icon,
|
|
960
|
+
.e-pv-eye-icon {
|
|
961
|
+
margin-top: 3px;
|
|
962
|
+
}
|
|
963
|
+
|
|
953
964
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
954
965
|
padding-left: 8px;
|
|
955
966
|
}
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
content: '\e345';
|
|
460
460
|
cursor: pointer;
|
|
461
461
|
font-family: 'e-icons';
|
|
462
|
-
font-size:
|
|
462
|
+
font-size: 18px;
|
|
463
463
|
padding: 7px;
|
|
464
464
|
}
|
|
465
465
|
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
content: '\e721';
|
|
468
468
|
cursor: pointer;
|
|
469
469
|
font-family: 'e-icons';
|
|
470
|
-
font-size:
|
|
470
|
+
font-size: 18px;
|
|
471
471
|
padding: 7px;
|
|
472
472
|
}
|
|
473
473
|
|
|
@@ -674,6 +674,10 @@
|
|
|
674
674
|
display: none;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
|
+
input.e-pv-input-password::-ms-reveal {
|
|
678
|
+
display: none;
|
|
679
|
+
}
|
|
680
|
+
|
|
677
681
|
.e-pv-page-container {
|
|
678
682
|
margin: 0;
|
|
679
683
|
padding: 0;
|
|
@@ -946,6 +950,11 @@
|
|
|
946
950
|
line-height: 18px;
|
|
947
951
|
}
|
|
948
952
|
|
|
953
|
+
.e-pv-eye-slash-icon,
|
|
954
|
+
.e-pv-eye-icon {
|
|
955
|
+
margin-top: 3px;
|
|
956
|
+
}
|
|
957
|
+
|
|
949
958
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
950
959
|
padding-left: 8px;
|
|
951
960
|
}
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
content: '\e345';
|
|
465
465
|
cursor: pointer;
|
|
466
466
|
font-family: 'e-icons';
|
|
467
|
-
font-size:
|
|
467
|
+
font-size: 18px;
|
|
468
468
|
padding: 7px;
|
|
469
469
|
}
|
|
470
470
|
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
content: '\e721';
|
|
473
473
|
cursor: pointer;
|
|
474
474
|
font-family: 'e-icons';
|
|
475
|
-
font-size:
|
|
475
|
+
font-size: 18px;
|
|
476
476
|
padding: 7px;
|
|
477
477
|
}
|
|
478
478
|
|
|
@@ -679,6 +679,10 @@
|
|
|
679
679
|
display: none;
|
|
680
680
|
}
|
|
681
681
|
|
|
682
|
+
input.e-pv-input-password::-ms-reveal {
|
|
683
|
+
display: none;
|
|
684
|
+
}
|
|
685
|
+
|
|
682
686
|
.e-pv-page-container {
|
|
683
687
|
margin: 0;
|
|
684
688
|
padding: 0;
|
|
@@ -952,6 +956,11 @@
|
|
|
952
956
|
line-height: 18px;
|
|
953
957
|
}
|
|
954
958
|
|
|
959
|
+
.e-pv-eye-slash-icon,
|
|
960
|
+
.e-pv-eye-icon {
|
|
961
|
+
margin-top: 3px;
|
|
962
|
+
}
|
|
963
|
+
|
|
955
964
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
956
965
|
padding-left: 8px;
|
|
957
966
|
}
|
|
@@ -467,14 +467,14 @@
|
|
|
467
467
|
content: '\e787';
|
|
468
468
|
cursor: pointer;
|
|
469
469
|
font-family: 'e-icons';
|
|
470
|
-
font-size:
|
|
470
|
+
font-size: 18px;
|
|
471
471
|
padding: 7px;
|
|
472
472
|
}
|
|
473
473
|
|
|
474
474
|
.e-pv-eye-slash-icon::before {
|
|
475
475
|
content: '\e82f';
|
|
476
476
|
font-family: 'e-icons';
|
|
477
|
-
font-size:
|
|
477
|
+
font-size: 18px;
|
|
478
478
|
padding: 7px;
|
|
479
479
|
}
|
|
480
480
|
|
|
@@ -681,6 +681,10 @@
|
|
|
681
681
|
display: none;
|
|
682
682
|
}
|
|
683
683
|
|
|
684
|
+
input.e-pv-input-password::-ms-reveal {
|
|
685
|
+
display: none;
|
|
686
|
+
}
|
|
687
|
+
|
|
684
688
|
.e-pv-page-container {
|
|
685
689
|
margin: 0;
|
|
686
690
|
padding: 0;
|
|
@@ -970,6 +974,11 @@
|
|
|
970
974
|
line-height: 18px;
|
|
971
975
|
}
|
|
972
976
|
|
|
977
|
+
.e-pv-eye-slash-icon,
|
|
978
|
+
.e-pv-eye-icon {
|
|
979
|
+
margin-top: 3px;
|
|
980
|
+
}
|
|
981
|
+
|
|
973
982
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
974
983
|
padding-left: 8px;
|
|
975
984
|
}
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
content: '\e7de';
|
|
472
472
|
cursor: pointer;
|
|
473
473
|
font-family: 'e-icons';
|
|
474
|
-
font-size:
|
|
474
|
+
font-size: 18px;
|
|
475
475
|
padding: 7px;
|
|
476
476
|
}
|
|
477
477
|
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
content: '\e887';
|
|
480
480
|
cursor: pointer;
|
|
481
481
|
font-family: 'e-icons';
|
|
482
|
-
font-size:
|
|
482
|
+
font-size: 18px;
|
|
483
483
|
padding: 7px;
|
|
484
484
|
}
|
|
485
485
|
|
|
@@ -686,6 +686,10 @@
|
|
|
686
686
|
display: none;
|
|
687
687
|
}
|
|
688
688
|
|
|
689
|
+
input.e-pv-input-password::-ms-reveal {
|
|
690
|
+
display: none;
|
|
691
|
+
}
|
|
692
|
+
|
|
689
693
|
.e-pv-page-container {
|
|
690
694
|
margin: 0;
|
|
691
695
|
padding: 0;
|
|
@@ -967,6 +971,11 @@
|
|
|
967
971
|
line-height: 16px;
|
|
968
972
|
}
|
|
969
973
|
|
|
974
|
+
.e-pv-eye-slash-icon,
|
|
975
|
+
.e-pv-eye-icon {
|
|
976
|
+
margin-top: 3px;
|
|
977
|
+
}
|
|
978
|
+
|
|
970
979
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
971
980
|
padding-left: 8px;
|
|
972
981
|
}
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
content: '\e7de';
|
|
472
472
|
cursor: pointer;
|
|
473
473
|
font-family: 'e-icons';
|
|
474
|
-
font-size:
|
|
474
|
+
font-size: 18px;
|
|
475
475
|
padding: 7px;
|
|
476
476
|
}
|
|
477
477
|
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
content: '\e887';
|
|
480
480
|
cursor: pointer;
|
|
481
481
|
font-family: 'e-icons';
|
|
482
|
-
font-size:
|
|
482
|
+
font-size: 18px;
|
|
483
483
|
padding: 7px;
|
|
484
484
|
}
|
|
485
485
|
|
|
@@ -686,6 +686,10 @@
|
|
|
686
686
|
display: none;
|
|
687
687
|
}
|
|
688
688
|
|
|
689
|
+
input.e-pv-input-password::-ms-reveal {
|
|
690
|
+
display: none;
|
|
691
|
+
}
|
|
692
|
+
|
|
689
693
|
.e-pv-page-container {
|
|
690
694
|
margin: 0;
|
|
691
695
|
padding: 0;
|
|
@@ -967,6 +971,11 @@
|
|
|
967
971
|
line-height: 16px;
|
|
968
972
|
}
|
|
969
973
|
|
|
974
|
+
.e-pv-eye-slash-icon,
|
|
975
|
+
.e-pv-eye-icon {
|
|
976
|
+
margin-top: 3px;
|
|
977
|
+
}
|
|
978
|
+
|
|
970
979
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
971
980
|
padding-left: 8px;
|
|
972
981
|
}
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
content: '\e345';
|
|
473
473
|
cursor: pointer;
|
|
474
474
|
font-family: 'e-icons';
|
|
475
|
-
font-size:
|
|
475
|
+
font-size: 18px;
|
|
476
476
|
padding: 7px;
|
|
477
477
|
}
|
|
478
478
|
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
content: '\e721';
|
|
481
481
|
cursor: pointer;
|
|
482
482
|
font-family: 'e-icons';
|
|
483
|
-
font-size:
|
|
483
|
+
font-size: 18px;
|
|
484
484
|
padding: 7px;
|
|
485
485
|
}
|
|
486
486
|
|
|
@@ -687,6 +687,10 @@
|
|
|
687
687
|
display: none;
|
|
688
688
|
}
|
|
689
689
|
|
|
690
|
+
input.e-pv-input-password::-ms-reveal {
|
|
691
|
+
display: none;
|
|
692
|
+
}
|
|
693
|
+
|
|
690
694
|
.e-pv-page-container {
|
|
691
695
|
margin: 0;
|
|
692
696
|
padding: 0;
|
|
@@ -959,6 +963,11 @@
|
|
|
959
963
|
line-height: 16px;
|
|
960
964
|
}
|
|
961
965
|
|
|
966
|
+
.e-pv-eye-slash-icon,
|
|
967
|
+
.e-pv-eye-icon {
|
|
968
|
+
margin-top: 3px;
|
|
969
|
+
}
|
|
970
|
+
|
|
962
971
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
963
972
|
padding-left: 8px;
|
|
964
973
|
}
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
content: '\e345';
|
|
477
477
|
cursor: pointer;
|
|
478
478
|
font-family: 'e-icons';
|
|
479
|
-
font-size:
|
|
479
|
+
font-size: 18px;
|
|
480
480
|
padding: 7px;
|
|
481
481
|
}
|
|
482
482
|
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
content: '\e721';
|
|
485
485
|
cursor: pointer;
|
|
486
486
|
font-family: 'e-icons';
|
|
487
|
-
font-size:
|
|
487
|
+
font-size: 18px;
|
|
488
488
|
padding: 7px;
|
|
489
489
|
}
|
|
490
490
|
|
|
@@ -691,6 +691,10 @@
|
|
|
691
691
|
display: none;
|
|
692
692
|
}
|
|
693
693
|
|
|
694
|
+
input.e-pv-input-password::-ms-reveal {
|
|
695
|
+
display: none;
|
|
696
|
+
}
|
|
697
|
+
|
|
694
698
|
.e-pv-page-container {
|
|
695
699
|
margin: 0;
|
|
696
700
|
padding: 0;
|
|
@@ -963,6 +967,11 @@
|
|
|
963
967
|
line-height: 16px;
|
|
964
968
|
}
|
|
965
969
|
|
|
970
|
+
.e-pv-eye-slash-icon,
|
|
971
|
+
.e-pv-eye-icon {
|
|
972
|
+
margin-top: 3px;
|
|
973
|
+
}
|
|
974
|
+
|
|
966
975
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
967
976
|
padding-left: 8px;
|
|
968
977
|
}
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
content: '\e345';
|
|
460
460
|
cursor: pointer;
|
|
461
461
|
font-family: 'e-icons';
|
|
462
|
-
font-size:
|
|
462
|
+
font-size: 18px;
|
|
463
463
|
padding: 7px;
|
|
464
464
|
}
|
|
465
465
|
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
content: '\e721';
|
|
468
468
|
cursor: pointer;
|
|
469
469
|
font-family: 'e-icons';
|
|
470
|
-
font-size:
|
|
470
|
+
font-size: 18px;
|
|
471
471
|
padding: 7px;
|
|
472
472
|
}
|
|
473
473
|
|
|
@@ -674,6 +674,10 @@
|
|
|
674
674
|
display: none;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
|
+
input.e-pv-input-password::-ms-reveal {
|
|
678
|
+
display: none;
|
|
679
|
+
}
|
|
680
|
+
|
|
677
681
|
.e-pv-page-container {
|
|
678
682
|
margin: 0;
|
|
679
683
|
padding: 0;
|
|
@@ -946,6 +950,11 @@
|
|
|
946
950
|
line-height: 16px;
|
|
947
951
|
}
|
|
948
952
|
|
|
953
|
+
.e-pv-eye-slash-icon,
|
|
954
|
+
.e-pv-eye-icon {
|
|
955
|
+
margin-top: 3px;
|
|
956
|
+
}
|
|
957
|
+
|
|
949
958
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
950
959
|
padding-left: 8px;
|
|
951
960
|
}
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
content: '\e345';
|
|
460
460
|
cursor: pointer;
|
|
461
461
|
font-family: 'e-icons';
|
|
462
|
-
font-size:
|
|
462
|
+
font-size: 18px;
|
|
463
463
|
padding: 7px;
|
|
464
464
|
}
|
|
465
465
|
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
content: '\e721';
|
|
468
468
|
cursor: pointer;
|
|
469
469
|
font-family: 'e-icons';
|
|
470
|
-
font-size:
|
|
470
|
+
font-size: 18px;
|
|
471
471
|
padding: 7px;
|
|
472
472
|
}
|
|
473
473
|
|
|
@@ -674,6 +674,10 @@
|
|
|
674
674
|
display: none;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
|
+
input.e-pv-input-password::-ms-reveal {
|
|
678
|
+
display: none;
|
|
679
|
+
}
|
|
680
|
+
|
|
677
681
|
.e-pv-page-container {
|
|
678
682
|
margin: 0;
|
|
679
683
|
padding: 0;
|
|
@@ -946,6 +950,11 @@
|
|
|
946
950
|
line-height: 16px;
|
|
947
951
|
}
|
|
948
952
|
|
|
953
|
+
.e-pv-eye-slash-icon,
|
|
954
|
+
.e-pv-eye-icon {
|
|
955
|
+
margin-top: 3px;
|
|
956
|
+
}
|
|
957
|
+
|
|
949
958
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
950
959
|
padding-left: 8px;
|
|
951
960
|
}
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
content: '\e345';
|
|
463
463
|
cursor: pointer;
|
|
464
464
|
font-family: 'e-icons';
|
|
465
|
-
font-size:
|
|
465
|
+
font-size: 18px;
|
|
466
466
|
padding: 7px;
|
|
467
467
|
}
|
|
468
468
|
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
content: '\e721';
|
|
471
471
|
cursor: pointer;
|
|
472
472
|
font-family: 'e-icons';
|
|
473
|
-
font-size:
|
|
473
|
+
font-size: 18px;
|
|
474
474
|
padding: 7px;
|
|
475
475
|
}
|
|
476
476
|
|
|
@@ -677,6 +677,10 @@
|
|
|
677
677
|
display: none;
|
|
678
678
|
}
|
|
679
679
|
|
|
680
|
+
input.e-pv-input-password::-ms-reveal {
|
|
681
|
+
display: none;
|
|
682
|
+
}
|
|
683
|
+
|
|
680
684
|
.e-pv-page-container {
|
|
681
685
|
margin: 0;
|
|
682
686
|
padding: 0;
|
|
@@ -949,6 +953,11 @@
|
|
|
949
953
|
line-height: 16px;
|
|
950
954
|
}
|
|
951
955
|
|
|
956
|
+
.e-pv-eye-slash-icon,
|
|
957
|
+
.e-pv-eye-icon {
|
|
958
|
+
margin-top: 3px;
|
|
959
|
+
}
|
|
960
|
+
|
|
952
961
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
953
962
|
padding-left: 8px;
|
|
954
963
|
}
|
|
@@ -463,7 +463,8 @@
|
|
|
463
463
|
content: '\e345';
|
|
464
464
|
cursor: pointer;
|
|
465
465
|
font-family: 'e-icons';
|
|
466
|
-
font-size:
|
|
466
|
+
font-size: 18px;
|
|
467
|
+
opacity: 0.87;
|
|
467
468
|
padding: 7px;
|
|
468
469
|
}
|
|
469
470
|
|
|
@@ -471,7 +472,8 @@
|
|
|
471
472
|
content: '\e721';
|
|
472
473
|
cursor: pointer;
|
|
473
474
|
font-family: 'e-icons';
|
|
474
|
-
font-size:
|
|
475
|
+
font-size: 18px;
|
|
476
|
+
opacity: 0.87;
|
|
475
477
|
padding: 7px;
|
|
476
478
|
}
|
|
477
479
|
|
|
@@ -678,6 +680,10 @@
|
|
|
678
680
|
display: none;
|
|
679
681
|
}
|
|
680
682
|
|
|
683
|
+
input.e-pv-input-password::-ms-reveal {
|
|
684
|
+
display: none;
|
|
685
|
+
}
|
|
686
|
+
|
|
681
687
|
.e-pv-page-container {
|
|
682
688
|
margin: 0;
|
|
683
689
|
padding: 0;
|
|
@@ -950,6 +956,11 @@
|
|
|
950
956
|
line-height: 16px;
|
|
951
957
|
}
|
|
952
958
|
|
|
959
|
+
.e-pv-eye-slash-icon,
|
|
960
|
+
.e-pv-eye-icon {
|
|
961
|
+
margin-top: 3px;
|
|
962
|
+
}
|
|
963
|
+
|
|
953
964
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
954
965
|
padding-left: 8px;
|
|
955
966
|
}
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
content: '\e7d0';
|
|
466
466
|
cursor: pointer;
|
|
467
467
|
font-family: 'e-icons';
|
|
468
|
-
font-size:
|
|
468
|
+
font-size: 18px;
|
|
469
469
|
padding: 7px;
|
|
470
470
|
}
|
|
471
471
|
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
content: '\e836';
|
|
474
474
|
cursor: pointer;
|
|
475
475
|
font-family: 'e-icons';
|
|
476
|
-
font-size:
|
|
476
|
+
font-size: 18px;
|
|
477
477
|
padding: 7px;
|
|
478
478
|
}
|
|
479
479
|
|
|
@@ -680,6 +680,10 @@
|
|
|
680
680
|
display: none;
|
|
681
681
|
}
|
|
682
682
|
|
|
683
|
+
input.e-pv-input-password::-ms-reveal {
|
|
684
|
+
display: none;
|
|
685
|
+
}
|
|
686
|
+
|
|
683
687
|
.e-pv-page-container {
|
|
684
688
|
margin: 0;
|
|
685
689
|
padding: 0;
|
|
@@ -951,6 +955,11 @@
|
|
|
951
955
|
line-height: 16px;
|
|
952
956
|
}
|
|
953
957
|
|
|
958
|
+
.e-pv-eye-slash-icon,
|
|
959
|
+
.e-pv-eye-icon {
|
|
960
|
+
margin-top: 3px;
|
|
961
|
+
}
|
|
962
|
+
|
|
954
963
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
955
964
|
padding-left: 8px;
|
|
956
965
|
}
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
content: '\e7d0';
|
|
466
466
|
cursor: pointer;
|
|
467
467
|
font-family: 'e-icons';
|
|
468
|
-
font-size:
|
|
468
|
+
font-size: 18px;
|
|
469
469
|
padding: 7px;
|
|
470
470
|
}
|
|
471
471
|
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
content: '\e836';
|
|
474
474
|
cursor: pointer;
|
|
475
475
|
font-family: 'e-icons';
|
|
476
|
-
font-size:
|
|
476
|
+
font-size: 18px;
|
|
477
477
|
padding: 7px;
|
|
478
478
|
}
|
|
479
479
|
|
|
@@ -680,6 +680,10 @@
|
|
|
680
680
|
display: none;
|
|
681
681
|
}
|
|
682
682
|
|
|
683
|
+
input.e-pv-input-password::-ms-reveal {
|
|
684
|
+
display: none;
|
|
685
|
+
}
|
|
686
|
+
|
|
683
687
|
.e-pv-page-container {
|
|
684
688
|
margin: 0;
|
|
685
689
|
padding: 0;
|
|
@@ -951,6 +955,11 @@
|
|
|
951
955
|
line-height: 16px;
|
|
952
956
|
}
|
|
953
957
|
|
|
958
|
+
.e-pv-eye-slash-icon,
|
|
959
|
+
.e-pv-eye-icon {
|
|
960
|
+
margin-top: 3px;
|
|
961
|
+
}
|
|
962
|
+
|
|
954
963
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
955
964
|
padding-left: 8px;
|
|
956
965
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
content: '\e7d0';
|
|
466
466
|
cursor: pointer;
|
|
467
467
|
font-family: 'e-icons';
|
|
468
|
-
font-size:
|
|
468
|
+
font-size: 18px;
|
|
469
469
|
padding: 7px;
|
|
470
470
|
}
|
|
471
471
|
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
content: '\e836';
|
|
474
474
|
cursor: pointer;
|
|
475
475
|
font-family: 'e-icons';
|
|
476
|
-
font-size:
|
|
476
|
+
font-size: 18px;
|
|
477
477
|
padding: 7px;
|
|
478
478
|
}
|
|
479
479
|
|
|
@@ -680,6 +680,10 @@
|
|
|
680
680
|
display: none;
|
|
681
681
|
}
|
|
682
682
|
|
|
683
|
+
input.e-pv-input-password::-ms-reveal {
|
|
684
|
+
display: none;
|
|
685
|
+
}
|
|
686
|
+
|
|
683
687
|
.e-pv-page-container {
|
|
684
688
|
margin: 0;
|
|
685
689
|
padding: 0;
|
|
@@ -951,6 +955,11 @@
|
|
|
951
955
|
line-height: 16px;
|
|
952
956
|
}
|
|
953
957
|
|
|
958
|
+
.e-pv-eye-slash-icon,
|
|
959
|
+
.e-pv-eye-icon {
|
|
960
|
+
margin-top: 3px;
|
|
961
|
+
}
|
|
962
|
+
|
|
954
963
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
955
964
|
padding-left: 8px;
|
|
956
965
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
content: '\e7d0';
|
|
466
466
|
cursor: pointer;
|
|
467
467
|
font-family: 'e-icons';
|
|
468
|
-
font-size:
|
|
468
|
+
font-size: 18px;
|
|
469
469
|
padding: 7px;
|
|
470
470
|
}
|
|
471
471
|
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
content: '\e836';
|
|
474
474
|
cursor: pointer;
|
|
475
475
|
font-family: 'e-icons';
|
|
476
|
-
font-size:
|
|
476
|
+
font-size: 18px;
|
|
477
477
|
padding: 7px;
|
|
478
478
|
}
|
|
479
479
|
|
|
@@ -680,6 +680,10 @@
|
|
|
680
680
|
display: none;
|
|
681
681
|
}
|
|
682
682
|
|
|
683
|
+
input.e-pv-input-password::-ms-reveal {
|
|
684
|
+
display: none;
|
|
685
|
+
}
|
|
686
|
+
|
|
683
687
|
.e-pv-page-container {
|
|
684
688
|
margin: 0;
|
|
685
689
|
padding: 0;
|
|
@@ -951,6 +955,11 @@
|
|
|
951
955
|
line-height: 16px;
|
|
952
956
|
}
|
|
953
957
|
|
|
958
|
+
.e-pv-eye-slash-icon,
|
|
959
|
+
.e-pv-eye-icon {
|
|
960
|
+
margin-top: 3px;
|
|
961
|
+
}
|
|
962
|
+
|
|
954
963
|
.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
|
|
955
964
|
padding-left: 8px;
|
|
956
965
|
}
|