@syncfusion/ej2-react-pdfviewer 19.2.60 → 19.3.45
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 +7 -56
- package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +148 -40
- package/styles/bootstrap.css +148 -40
- package/styles/bootstrap4.css +167 -46
- package/styles/bootstrap5-dark.css +3510 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +3510 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +150 -42
- package/styles/fabric.css +150 -41
- package/styles/highcontrast-light.css +146 -38
- package/styles/highcontrast.css +152 -39
- package/styles/material-dark.css +155 -47
- package/styles/material.css +153 -40
- package/styles/pdfviewer/bootstrap-dark.css +148 -40
- package/styles/pdfviewer/bootstrap.css +148 -40
- package/styles/pdfviewer/bootstrap4.css +167 -46
- package/styles/pdfviewer/bootstrap5-dark.css +3510 -0
- package/styles/pdfviewer/bootstrap5-dark.scss +1 -0
- package/styles/pdfviewer/bootstrap5.css +3510 -0
- package/styles/pdfviewer/bootstrap5.scss +1 -0
- package/styles/pdfviewer/fabric-dark.css +150 -42
- package/styles/pdfviewer/fabric.css +150 -41
- package/styles/pdfviewer/highcontrast-light.css +146 -38
- package/styles/pdfviewer/highcontrast.css +152 -39
- package/styles/pdfviewer/material-dark.css +155 -47
- package/styles/pdfviewer/material.css +153 -40
- package/styles/pdfviewer/tailwind-dark.css +306 -170
- package/styles/pdfviewer/tailwind.css +313 -177
- package/styles/tailwind-dark.css +306 -170
- package/styles/tailwind.css +313 -177
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'pdfviewer/bootstrap5.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -301,6 +301,11 @@
|
|
|
301
301
|
font-family: 'e-icons';
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
+
.e-pv-property-icon::before {
|
|
305
|
+
content: '\e199';
|
|
306
|
+
font-family: 'e-icons';
|
|
307
|
+
}
|
|
308
|
+
|
|
304
309
|
.e-pv-comment-selection-icon::before {
|
|
305
310
|
color: #0074cc;
|
|
306
311
|
content: '\e680';
|
|
@@ -699,6 +704,14 @@
|
|
|
699
704
|
font-size: 16px;
|
|
700
705
|
}
|
|
701
706
|
|
|
707
|
+
.e-pv-annotation-ink-container .e-pv-inkannotation-icon {
|
|
708
|
+
font-size: 16px;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
.e-pv-annotation-handwritten-container .e-pv-handwritten-icon.e-btn-icon:not(.e-caret) {
|
|
712
|
+
font-size: 16px;
|
|
713
|
+
}
|
|
714
|
+
|
|
702
715
|
.e-pv-mobilescroll-container {
|
|
703
716
|
background-color: #201f1f;
|
|
704
717
|
border: 1px solid #514f4f;
|
|
@@ -969,7 +982,9 @@
|
|
|
969
982
|
}
|
|
970
983
|
|
|
971
984
|
.e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
|
|
972
|
-
.e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error)
|
|
985
|
+
.e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
|
|
986
|
+
.e-pv-zoom-drop-down-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
|
|
987
|
+
.e-pv-prop-dropdown-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error) {
|
|
973
988
|
background-color: transparent;
|
|
974
989
|
border: 0;
|
|
975
990
|
height: inherit;
|
|
@@ -978,19 +993,25 @@
|
|
|
978
993
|
}
|
|
979
994
|
|
|
980
995
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
981
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error)
|
|
996
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
997
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
998
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) {
|
|
982
999
|
background-color: transparent;
|
|
983
1000
|
border: 1px solid #0074cc;
|
|
984
1001
|
border-radius: 0;
|
|
985
1002
|
}
|
|
986
1003
|
|
|
987
1004
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
|
|
988
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon
|
|
1005
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
|
|
1006
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
|
|
1007
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon {
|
|
989
1008
|
color: inherit;
|
|
990
1009
|
}
|
|
991
1010
|
|
|
992
1011
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
|
|
993
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard
|
|
1012
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
|
|
1013
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
|
|
1014
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
|
|
994
1015
|
height: inherit;
|
|
995
1016
|
margin-top: 0;
|
|
996
1017
|
padding-bottom: 0;
|
|
@@ -998,17 +1019,23 @@
|
|
|
998
1019
|
}
|
|
999
1020
|
|
|
1000
1021
|
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
|
|
1001
|
-
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard
|
|
1022
|
+
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
|
|
1023
|
+
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
|
|
1024
|
+
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
|
|
1002
1025
|
padding-left: 0;
|
|
1003
1026
|
}
|
|
1004
1027
|
|
|
1005
1028
|
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
|
|
1006
|
-
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard
|
|
1029
|
+
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
|
|
1030
|
+
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
|
|
1031
|
+
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
|
|
1007
1032
|
padding-right: 0;
|
|
1008
1033
|
}
|
|
1009
1034
|
|
|
1010
1035
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon,
|
|
1011
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon
|
|
1036
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon,
|
|
1037
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-search-icon.e-ddl-icon,
|
|
1038
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-search-icon.e-ddl-icon {
|
|
1012
1039
|
background-color: transparent;
|
|
1013
1040
|
border-left: 0;
|
|
1014
1041
|
margin-bottom: 0;
|
|
@@ -1019,7 +1046,9 @@
|
|
|
1019
1046
|
|
|
1020
1047
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control,
|
|
1021
1048
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control,
|
|
1022
|
-
.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input
|
|
1049
|
+
.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input,
|
|
1050
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control,
|
|
1051
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control {
|
|
1023
1052
|
text-align: center;
|
|
1024
1053
|
}
|
|
1025
1054
|
|
|
@@ -1028,12 +1057,18 @@
|
|
|
1028
1057
|
text-align: left;
|
|
1029
1058
|
}
|
|
1030
1059
|
|
|
1031
|
-
.e-pv-zoom-drop-down.e-
|
|
1032
|
-
.e-pv-prop-dropdown.e-
|
|
1060
|
+
.e-pv-zoom-drop-down-rtl.e-ddl.e-popup.e-popup-open,
|
|
1061
|
+
.e-pv-prop-dropdown-rtl.e-ddl.e-popup.e-popup-open {
|
|
1062
|
+
text-align: right;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
.e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active,
|
|
1066
|
+
.e-pv-zoom-drop-down-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active {
|
|
1033
1067
|
color: rgba(0, 116, 204, 0.87);
|
|
1034
1068
|
}
|
|
1035
1069
|
|
|
1036
|
-
.e-pv-zoom-drop-down.e-popup.e-popup-open
|
|
1070
|
+
.e-pv-zoom-drop-down.e-popup.e-popup-open,
|
|
1071
|
+
.e-pv-zoom-drop-down-rtl.e-popup.e-popup-open {
|
|
1037
1072
|
min-height: 300px;
|
|
1038
1073
|
min-width: 110px;
|
|
1039
1074
|
}
|
|
@@ -1043,6 +1078,11 @@
|
|
|
1043
1078
|
border-radius: 0;
|
|
1044
1079
|
}
|
|
1045
1080
|
|
|
1081
|
+
.e-pv-zoom-drop-down.e-ddl.e-valid-input.e-input-focus,
|
|
1082
|
+
.e-pv-zoom-drop-down-rtl.e-ddl.e-valid-input.e-input-focus {
|
|
1083
|
+
box-shadow: none;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1046
1086
|
.e-pv-password-popup.e-dialog .e-dlg-header,
|
|
1047
1087
|
.e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header,
|
|
1048
1088
|
.e-pv-notification-popup.e-dialog .e-dlg-header {
|
|
@@ -1116,7 +1156,9 @@
|
|
|
1116
1156
|
}
|
|
1117
1157
|
|
|
1118
1158
|
.e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
|
|
1119
|
-
.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before
|
|
1159
|
+
.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
|
|
1160
|
+
.e-pv-zoom-drop-down-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
|
|
1161
|
+
.e-pv-prop-dropdown-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
|
|
1120
1162
|
transform: rotate(0deg);
|
|
1121
1163
|
}
|
|
1122
1164
|
|
|
@@ -1131,7 +1173,15 @@
|
|
|
1131
1173
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after,
|
|
1132
1174
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before,
|
|
1133
1175
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after,
|
|
1134
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before
|
|
1176
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before,
|
|
1177
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::after,
|
|
1178
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::before,
|
|
1179
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::after,
|
|
1180
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::before,
|
|
1181
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::after,
|
|
1182
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::before,
|
|
1183
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::after,
|
|
1184
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::before {
|
|
1135
1185
|
background: none;
|
|
1136
1186
|
}
|
|
1137
1187
|
|
|
@@ -1191,6 +1241,8 @@
|
|
|
1191
1241
|
|
|
1192
1242
|
.e-pv-sidebar-title-container {
|
|
1193
1243
|
background: #333232;
|
|
1244
|
+
border: 1px solid #6f6c6c;
|
|
1245
|
+
border-width: 0 0 0 0;
|
|
1194
1246
|
height: 50px;
|
|
1195
1247
|
position: absolute;
|
|
1196
1248
|
top: 0;
|
|
@@ -1502,9 +1554,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1502
1554
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1503
1555
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1504
1556
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
1505
|
-
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret
|
|
1506
|
-
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
|
|
1507
|
-
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret {
|
|
1557
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1508
1558
|
color: #dadada;
|
|
1509
1559
|
}
|
|
1510
1560
|
|
|
@@ -1640,13 +1690,13 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1640
1690
|
}
|
|
1641
1691
|
|
|
1642
1692
|
.e-pv-notification-popup {
|
|
1643
|
-
height:
|
|
1693
|
+
height: 210px;
|
|
1644
1694
|
margin: 0 10px;
|
|
1645
1695
|
max-width: 346px;
|
|
1646
1696
|
}
|
|
1647
1697
|
|
|
1648
1698
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
1649
|
-
height:
|
|
1699
|
+
height: 230px;
|
|
1650
1700
|
max-width: 368px;
|
|
1651
1701
|
}
|
|
1652
1702
|
|
|
@@ -1727,6 +1777,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1727
1777
|
vertical-align: initial;
|
|
1728
1778
|
}
|
|
1729
1779
|
|
|
1780
|
+
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
|
|
1781
|
+
padding-top: 7px;
|
|
1782
|
+
vertical-align: initial;
|
|
1783
|
+
}
|
|
1784
|
+
|
|
1730
1785
|
.e-pv-annotation-opacity-popup-container,
|
|
1731
1786
|
.e-pv-annotation-thickness-popup-container {
|
|
1732
1787
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -1779,6 +1834,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1779
1834
|
.e-pv-annotation-color-container,
|
|
1780
1835
|
.e-pv-annotation-opacity-container,
|
|
1781
1836
|
.e-pv-annotation-stroke-container,
|
|
1837
|
+
.e-pv-custom-annotation-thickness-container,
|
|
1782
1838
|
.e-pv-annotation-thickness-container,
|
|
1783
1839
|
.e-pv-annotation-textcolor-container,
|
|
1784
1840
|
.e-pv-annotation-textalign-container,
|
|
@@ -1844,6 +1900,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1844
1900
|
.e-pv-annotation-textprop-container.e-btn:hover,
|
|
1845
1901
|
.e-pv-annotation-handwritten-container.e-btn:hover,
|
|
1846
1902
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:hover,
|
|
1903
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:hover,
|
|
1847
1904
|
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover {
|
|
1848
1905
|
background-color: #414040;
|
|
1849
1906
|
border-color: #414040;
|
|
@@ -1876,6 +1933,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1876
1933
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
1877
1934
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1878
1935
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1936
|
+
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1879
1937
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1880
1938
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1881
1939
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1884,6 +1942,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1884
1942
|
padding: 17px 8px;
|
|
1885
1943
|
}
|
|
1886
1944
|
|
|
1945
|
+
.e-pv-annotation-color-container.e-dropdown-btn.e-button,
|
|
1946
|
+
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1947
|
+
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1948
|
+
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1949
|
+
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1950
|
+
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1951
|
+
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
1952
|
+
.e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
|
|
1953
|
+
line-height: 18px;
|
|
1954
|
+
padding: 17px 8px;
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1957
|
+
.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text.e-pv-submitform-text {
|
|
1958
|
+
display: inline-block;
|
|
1959
|
+
padding: 0 4px;
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-pv-submit .e-tbar-btn .e-tbar-btn-text.e-pv-submitform-text {
|
|
1963
|
+
display: inline-block;
|
|
1964
|
+
padding: 0 4px;
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1887
1967
|
.e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn,
|
|
1888
1968
|
.e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn {
|
|
1889
1969
|
height: 50px;
|
|
@@ -2100,13 +2180,13 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2100
2180
|
.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
|
|
2101
2181
|
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
|
|
2102
2182
|
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
|
|
2103
|
-
padding
|
|
2183
|
+
padding: 1px 8px 3px;
|
|
2104
2184
|
}
|
|
2105
2185
|
|
|
2106
2186
|
.e-pv-annotation-shape-icon,
|
|
2107
2187
|
.e-pv-annotation-calibrate-icon,
|
|
2108
2188
|
.e-pv-handwritten-icon {
|
|
2109
|
-
margin-right:
|
|
2189
|
+
margin-right: 4px;
|
|
2110
2190
|
}
|
|
2111
2191
|
|
|
2112
2192
|
.e-pv-properties-opacity-indicator {
|
|
@@ -2189,7 +2269,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2189
2269
|
}
|
|
2190
2270
|
|
|
2191
2271
|
.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl input.e-input.e-control.e-keyboard,
|
|
2192
|
-
.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper
|
|
2272
|
+
.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl input.e-input.e-control.e-keyboard,
|
|
2273
|
+
.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl input.e-input.e-control.e-keyboard,
|
|
2274
|
+
.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl input.e-input.e-control.e-keyboard {
|
|
2193
2275
|
padding-left: 0;
|
|
2194
2276
|
padding-right: 12px;
|
|
2195
2277
|
}
|
|
@@ -2486,6 +2568,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2486
2568
|
}
|
|
2487
2569
|
|
|
2488
2570
|
.e-menu-icon.e-pv-stamp-icon.e-pv-icon {
|
|
2571
|
+
margin-top: 0;
|
|
2489
2572
|
padding-left: 7px;
|
|
2490
2573
|
}
|
|
2491
2574
|
|
|
@@ -2533,7 +2616,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2533
2616
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
|
|
2534
2617
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
2535
2618
|
background: #333232;
|
|
2536
|
-
border: #6f6c6c;
|
|
2619
|
+
border: 1px solid #6f6c6c;
|
|
2537
2620
|
}
|
|
2538
2621
|
|
|
2539
2622
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
@@ -2554,6 +2637,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2554
2637
|
|
|
2555
2638
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
2556
2639
|
margin-top: 10px;
|
|
2640
|
+
padding-bottom: 1px;
|
|
2557
2641
|
}
|
|
2558
2642
|
|
|
2559
2643
|
.e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
|
|
@@ -2613,32 +2697,25 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2613
2697
|
border-radius: 5px;
|
|
2614
2698
|
display: inline-block;
|
|
2615
2699
|
font-size: 13px;
|
|
2616
|
-
height:
|
|
2617
|
-
margin
|
|
2618
|
-
margin-left: 20px;
|
|
2619
|
-
margin-right: 15px;
|
|
2620
|
-
margin-top: 25px;
|
|
2700
|
+
height: 88px;
|
|
2701
|
+
margin: 15px;
|
|
2621
2702
|
padding-top: 40px;
|
|
2622
2703
|
text-align: center;
|
|
2623
|
-
width:
|
|
2704
|
+
width: 311px;
|
|
2624
2705
|
word-wrap: break-word;
|
|
2625
2706
|
}
|
|
2626
2707
|
|
|
2627
|
-
.e-pv-
|
|
2628
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon,
|
|
2629
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret,
|
|
2630
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-menu-icon,
|
|
2631
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-caret {
|
|
2708
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
|
2632
2709
|
color: #dadada;
|
|
2633
2710
|
}
|
|
2634
2711
|
|
|
2635
|
-
.e-pv-
|
|
2636
|
-
.e-pv-
|
|
2637
|
-
|
|
2638
|
-
|
|
2712
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
|
|
2713
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
|
|
2714
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
|
|
2715
|
+
color: #dadada;
|
|
2639
2716
|
}
|
|
2640
2717
|
|
|
2641
|
-
.e-pv-
|
|
2718
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu {
|
|
2642
2719
|
background-color: #333232;
|
|
2643
2720
|
border-color: transparent;
|
|
2644
2721
|
}
|
|
@@ -2757,13 +2834,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2757
2834
|
.e-pv-properties-font-items-container {
|
|
2758
2835
|
display: -ms-flexbox;
|
|
2759
2836
|
display: flex;
|
|
2837
|
+
-ms-flex-pack: space-evenly;
|
|
2838
|
+
justify-content: space-evenly;
|
|
2839
|
+
}
|
|
2840
|
+
|
|
2841
|
+
.e-pv-properties-form-field-name-main-div,
|
|
2842
|
+
.e-pv-properties-form-field-value-main-div {
|
|
2843
|
+
padding-right: 15px;
|
|
2760
2844
|
}
|
|
2761
2845
|
|
|
2762
2846
|
.e-pv-properties-form-field-name-main-div,
|
|
2763
2847
|
.e-pv-properties-form-field-tooltip-main-div,
|
|
2764
2848
|
.e-pv-properties-form-field-value-main-div,
|
|
2765
2849
|
.e-pv-properties-form-field-visibility-main-div {
|
|
2766
|
-
padding-right: 15px;
|
|
2767
2850
|
width: 285px;
|
|
2768
2851
|
}
|
|
2769
2852
|
|
|
@@ -2890,7 +2973,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2890
2973
|
.e-pv-properties-formfield-maxlength-text-label,
|
|
2891
2974
|
.e-pv-formfield-maxlength {
|
|
2892
2975
|
padding-left: 1px;
|
|
2893
|
-
width:
|
|
2976
|
+
width: 80px;
|
|
2894
2977
|
}
|
|
2895
2978
|
|
|
2896
2979
|
.e-pv-formfield-maxlength-group {
|
|
@@ -2964,6 +3047,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2964
3047
|
.e-pv-show-designer-name {
|
|
2965
3048
|
-ms-flex-align: center;
|
|
2966
3049
|
align-items: center;
|
|
3050
|
+
color: #000;
|
|
2967
3051
|
display: -ms-grid;
|
|
2968
3052
|
display: grid;
|
|
2969
3053
|
height: 100%;
|
|
@@ -2983,6 +3067,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2983
3067
|
background-color: #6f6c6c;
|
|
2984
3068
|
}
|
|
2985
3069
|
|
|
3070
|
+
.e-pv-formfield-li-element.e-pv-li-select {
|
|
3071
|
+
background-color: #6f6c6c;
|
|
3072
|
+
}
|
|
3073
|
+
|
|
2986
3074
|
.e-pv-formfield-li-element:hover {
|
|
2987
3075
|
background-color: #6f6c6c;
|
|
2988
3076
|
}
|
|
@@ -3069,8 +3157,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3069
3157
|
line-height: 15px;
|
|
3070
3158
|
}
|
|
3071
3159
|
|
|
3072
|
-
.e-pv-formfield-maxlength.e-
|
|
3073
|
-
min-width:
|
|
3160
|
+
.e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
3161
|
+
min-width: 20px;
|
|
3074
3162
|
}
|
|
3075
3163
|
|
|
3076
3164
|
.e-pv-properties-form-field-window {
|
|
@@ -3110,6 +3198,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3110
3198
|
height: 580px;
|
|
3111
3199
|
}
|
|
3112
3200
|
|
|
3201
|
+
.e-pv-signature-dialog-blazor-height {
|
|
3202
|
+
height: 580px;
|
|
3203
|
+
}
|
|
3204
|
+
|
|
3113
3205
|
.e-pv-handwritten-signature-canvas {
|
|
3114
3206
|
height: 360px;
|
|
3115
3207
|
width: 697px;
|
|
@@ -3118,3 +3210,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3118
3210
|
.e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open {
|
|
3119
3211
|
overflow: auto;
|
|
3120
3212
|
}
|
|
3213
|
+
|
|
3214
|
+
.e-pv-canvas-signature {
|
|
3215
|
+
width: 698px;
|
|
3216
|
+
}
|
|
3217
|
+
|
|
3218
|
+
.e-pv-canvas-signature-blazor {
|
|
3219
|
+
width: 698px;
|
|
3220
|
+
}
|
|
3221
|
+
|
|
3222
|
+
.e-pv-font-appearance-style {
|
|
3223
|
+
padding: 8px;
|
|
3224
|
+
}
|
|
3225
|
+
|
|
3226
|
+
.e-pv-font-appearance-style-blazor {
|
|
3227
|
+
padding: 8px;
|
|
3228
|
+
}
|