@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
|
@@ -288,6 +288,11 @@
|
|
|
288
288
|
font-family: 'e-icons';
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
+
.e-pv-property-icon::before {
|
|
292
|
+
content: '\e199';
|
|
293
|
+
font-family: 'e-icons';
|
|
294
|
+
}
|
|
295
|
+
|
|
291
296
|
.e-pv-comment-selection-icon::before {
|
|
292
297
|
color: rgba(255, 255, 255, 0.87);
|
|
293
298
|
content: '\e680';
|
|
@@ -686,6 +691,14 @@
|
|
|
686
691
|
font-size: 16px;
|
|
687
692
|
}
|
|
688
693
|
|
|
694
|
+
.e-pv-annotation-ink-container .e-pv-inkannotation-icon {
|
|
695
|
+
font-size: 16px;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.e-pv-annotation-handwritten-container .e-pv-handwritten-icon.e-btn-icon:not(.e-caret) {
|
|
699
|
+
font-size: 16px;
|
|
700
|
+
}
|
|
701
|
+
|
|
689
702
|
.e-pv-mobilescroll-container {
|
|
690
703
|
background-color: #fff;
|
|
691
704
|
border: 1px solid #4d4d4d;
|
|
@@ -956,7 +969,9 @@
|
|
|
956
969
|
}
|
|
957
970
|
|
|
958
971
|
.e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
|
|
959
|
-
.e-pv-prop-dropdown.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),
|
|
973
|
+
.e-pv-zoom-drop-down-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
|
|
974
|
+
.e-pv-prop-dropdown-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error) {
|
|
960
975
|
background-color: transparent;
|
|
961
976
|
border: 1px solid #fff;
|
|
962
977
|
height: inherit;
|
|
@@ -965,19 +980,25 @@
|
|
|
965
980
|
}
|
|
966
981
|
|
|
967
982
|
.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),
|
|
968
|
-
.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)
|
|
983
|
+
.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),
|
|
984
|
+
.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),
|
|
985
|
+
.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) {
|
|
969
986
|
background-color: transparent;
|
|
970
987
|
border: 1px solid #400074;
|
|
971
988
|
border-radius: 0;
|
|
972
989
|
}
|
|
973
990
|
|
|
974
991
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
|
|
975
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon
|
|
992
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
|
|
993
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
|
|
994
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon {
|
|
976
995
|
color: inherit;
|
|
977
996
|
}
|
|
978
997
|
|
|
979
998
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
|
|
980
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard
|
|
999
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
|
|
1000
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
|
|
1001
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
|
|
981
1002
|
height: inherit;
|
|
982
1003
|
margin-top: -1px;
|
|
983
1004
|
padding-bottom: 0;
|
|
@@ -985,17 +1006,23 @@
|
|
|
985
1006
|
}
|
|
986
1007
|
|
|
987
1008
|
.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,
|
|
988
|
-
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard
|
|
1009
|
+
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
|
|
1010
|
+
.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,
|
|
1011
|
+
.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 {
|
|
989
1012
|
padding-left: 0;
|
|
990
1013
|
}
|
|
991
1014
|
|
|
992
1015
|
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
|
|
993
|
-
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard
|
|
1016
|
+
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
|
|
1017
|
+
.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,
|
|
1018
|
+
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
|
|
994
1019
|
padding-right: 0;
|
|
995
1020
|
}
|
|
996
1021
|
|
|
997
1022
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon,
|
|
998
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon
|
|
1023
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon,
|
|
1024
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-search-icon.e-ddl-icon,
|
|
1025
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-search-icon.e-ddl-icon {
|
|
999
1026
|
background-color: transparent;
|
|
1000
1027
|
border-left: 0;
|
|
1001
1028
|
margin-bottom: 0;
|
|
@@ -1006,7 +1033,9 @@
|
|
|
1006
1033
|
|
|
1007
1034
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control,
|
|
1008
1035
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control,
|
|
1009
|
-
.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input
|
|
1036
|
+
.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input,
|
|
1037
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control,
|
|
1038
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control {
|
|
1010
1039
|
text-align: center;
|
|
1011
1040
|
}
|
|
1012
1041
|
|
|
@@ -1015,12 +1044,18 @@
|
|
|
1015
1044
|
text-align: left;
|
|
1016
1045
|
}
|
|
1017
1046
|
|
|
1018
|
-
.e-pv-zoom-drop-down.e-
|
|
1019
|
-
.e-pv-prop-dropdown.e-
|
|
1047
|
+
.e-pv-zoom-drop-down-rtl.e-ddl.e-popup.e-popup-open,
|
|
1048
|
+
.e-pv-prop-dropdown-rtl.e-ddl.e-popup.e-popup-open {
|
|
1049
|
+
text-align: right;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.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,
|
|
1053
|
+
.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 {
|
|
1020
1054
|
color: #fff;
|
|
1021
1055
|
}
|
|
1022
1056
|
|
|
1023
|
-
.e-pv-zoom-drop-down.e-popup.e-popup-open
|
|
1057
|
+
.e-pv-zoom-drop-down.e-popup.e-popup-open,
|
|
1058
|
+
.e-pv-zoom-drop-down-rtl.e-popup.e-popup-open {
|
|
1024
1059
|
min-height: 300px;
|
|
1025
1060
|
min-width: 110px;
|
|
1026
1061
|
}
|
|
@@ -1030,6 +1065,11 @@
|
|
|
1030
1065
|
border-radius: 2px;
|
|
1031
1066
|
}
|
|
1032
1067
|
|
|
1068
|
+
.e-pv-zoom-drop-down.e-ddl.e-valid-input.e-input-focus,
|
|
1069
|
+
.e-pv-zoom-drop-down-rtl.e-ddl.e-valid-input.e-input-focus {
|
|
1070
|
+
box-shadow: none;
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1033
1073
|
.e-pv-password-popup.e-dialog .e-dlg-header,
|
|
1034
1074
|
.e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header,
|
|
1035
1075
|
.e-pv-notification-popup.e-dialog .e-dlg-header {
|
|
@@ -1103,7 +1143,9 @@
|
|
|
1103
1143
|
}
|
|
1104
1144
|
|
|
1105
1145
|
.e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
|
|
1106
|
-
.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before
|
|
1146
|
+
.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
|
|
1147
|
+
.e-pv-zoom-drop-down-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
|
|
1148
|
+
.e-pv-prop-dropdown-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
|
|
1107
1149
|
transform: rotate(0deg);
|
|
1108
1150
|
}
|
|
1109
1151
|
|
|
@@ -1118,7 +1160,15 @@
|
|
|
1118
1160
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after,
|
|
1119
1161
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before,
|
|
1120
1162
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after,
|
|
1121
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before
|
|
1163
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before,
|
|
1164
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::after,
|
|
1165
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::before,
|
|
1166
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::after,
|
|
1167
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::before,
|
|
1168
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::after,
|
|
1169
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::before,
|
|
1170
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::after,
|
|
1171
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::before {
|
|
1122
1172
|
background: none;
|
|
1123
1173
|
}
|
|
1124
1174
|
|
|
@@ -1178,6 +1228,8 @@
|
|
|
1178
1228
|
|
|
1179
1229
|
.e-pv-sidebar-title-container {
|
|
1180
1230
|
background: #fff;
|
|
1231
|
+
border: 0 solid #757575;
|
|
1232
|
+
border-width: 0 0 0 0;
|
|
1181
1233
|
height: 50px;
|
|
1182
1234
|
position: absolute;
|
|
1183
1235
|
top: 0;
|
|
@@ -1489,9 +1541,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1489
1541
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1490
1542
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1491
1543
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
1492
|
-
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret
|
|
1493
|
-
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
|
|
1494
|
-
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret {
|
|
1544
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1495
1545
|
color: #000;
|
|
1496
1546
|
}
|
|
1497
1547
|
|
|
@@ -1714,6 +1764,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1714
1764
|
vertical-align: initial;
|
|
1715
1765
|
}
|
|
1716
1766
|
|
|
1767
|
+
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
|
|
1768
|
+
padding-top: 7px;
|
|
1769
|
+
vertical-align: initial;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1717
1772
|
.e-pv-annotation-opacity-popup-container,
|
|
1718
1773
|
.e-pv-annotation-thickness-popup-container {
|
|
1719
1774
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -1766,6 +1821,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1766
1821
|
.e-pv-annotation-color-container,
|
|
1767
1822
|
.e-pv-annotation-opacity-container,
|
|
1768
1823
|
.e-pv-annotation-stroke-container,
|
|
1824
|
+
.e-pv-custom-annotation-thickness-container,
|
|
1769
1825
|
.e-pv-annotation-thickness-container,
|
|
1770
1826
|
.e-pv-annotation-textcolor-container,
|
|
1771
1827
|
.e-pv-annotation-textalign-container,
|
|
@@ -1831,6 +1887,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1831
1887
|
.e-pv-annotation-textprop-container.e-btn:hover,
|
|
1832
1888
|
.e-pv-annotation-handwritten-container.e-btn:hover,
|
|
1833
1889
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:hover,
|
|
1890
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:hover,
|
|
1834
1891
|
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover {
|
|
1835
1892
|
background-color: #ecf;
|
|
1836
1893
|
border-color: #000;
|
|
@@ -1863,6 +1920,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1863
1920
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
1864
1921
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1865
1922
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1923
|
+
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1866
1924
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1867
1925
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1868
1926
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1871,6 +1929,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1871
1929
|
padding: 17px 8px;
|
|
1872
1930
|
}
|
|
1873
1931
|
|
|
1932
|
+
.e-pv-annotation-color-container.e-dropdown-btn.e-button,
|
|
1933
|
+
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1934
|
+
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1935
|
+
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1936
|
+
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1937
|
+
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1938
|
+
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
1939
|
+
.e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
|
|
1940
|
+
line-height: 18px;
|
|
1941
|
+
padding: 17px 8px;
|
|
1942
|
+
}
|
|
1943
|
+
|
|
1944
|
+
.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text.e-pv-submitform-text {
|
|
1945
|
+
display: inline-block;
|
|
1946
|
+
padding: 0 4px;
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
.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 {
|
|
1950
|
+
display: inline-block;
|
|
1951
|
+
padding: 0 4px;
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1874
1954
|
.e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn,
|
|
1875
1955
|
.e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn {
|
|
1876
1956
|
height: 50px;
|
|
@@ -2087,13 +2167,13 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2087
2167
|
.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
|
|
2088
2168
|
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
|
|
2089
2169
|
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
|
|
2090
|
-
padding
|
|
2170
|
+
padding: 1px 8px 3px;
|
|
2091
2171
|
}
|
|
2092
2172
|
|
|
2093
2173
|
.e-pv-annotation-shape-icon,
|
|
2094
2174
|
.e-pv-annotation-calibrate-icon,
|
|
2095
2175
|
.e-pv-handwritten-icon {
|
|
2096
|
-
margin-right:
|
|
2176
|
+
margin-right: 4px;
|
|
2097
2177
|
}
|
|
2098
2178
|
|
|
2099
2179
|
.e-pv-properties-opacity-indicator {
|
|
@@ -2176,7 +2256,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2176
2256
|
}
|
|
2177
2257
|
|
|
2178
2258
|
.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,
|
|
2179
|
-
.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper
|
|
2259
|
+
.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,
|
|
2260
|
+
.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,
|
|
2261
|
+
.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 {
|
|
2180
2262
|
padding-left: 0;
|
|
2181
2263
|
padding-right: 12px;
|
|
2182
2264
|
}
|
|
@@ -2473,6 +2555,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2473
2555
|
}
|
|
2474
2556
|
|
|
2475
2557
|
.e-menu-icon.e-pv-stamp-icon.e-pv-icon {
|
|
2558
|
+
margin-top: 0;
|
|
2476
2559
|
padding-left: 7px;
|
|
2477
2560
|
}
|
|
2478
2561
|
|
|
@@ -2520,7 +2603,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2520
2603
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
|
|
2521
2604
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
2522
2605
|
background: black;
|
|
2523
|
-
border: #969696;
|
|
2606
|
+
border: 1px solid #969696;
|
|
2524
2607
|
}
|
|
2525
2608
|
|
|
2526
2609
|
.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,
|
|
@@ -2541,6 +2624,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2541
2624
|
|
|
2542
2625
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
2543
2626
|
margin-top: 10px;
|
|
2627
|
+
padding-bottom: 1px;
|
|
2544
2628
|
}
|
|
2545
2629
|
|
|
2546
2630
|
.e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
|
|
@@ -2600,32 +2684,25 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2600
2684
|
border-radius: 5px;
|
|
2601
2685
|
display: inline-block;
|
|
2602
2686
|
font-size: 13px;
|
|
2603
|
-
height:
|
|
2604
|
-
margin
|
|
2605
|
-
margin-left: 20px;
|
|
2606
|
-
margin-right: 15px;
|
|
2607
|
-
margin-top: 25px;
|
|
2687
|
+
height: 88px;
|
|
2688
|
+
margin: 15px;
|
|
2608
2689
|
padding-top: 40px;
|
|
2609
2690
|
text-align: center;
|
|
2610
|
-
width:
|
|
2691
|
+
width: 311px;
|
|
2611
2692
|
word-wrap: break-word;
|
|
2612
2693
|
}
|
|
2613
2694
|
|
|
2614
|
-
.e-pv-
|
|
2615
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon,
|
|
2616
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret,
|
|
2617
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-menu-icon,
|
|
2618
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-caret {
|
|
2695
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
|
2619
2696
|
color: #000;
|
|
2620
2697
|
}
|
|
2621
2698
|
|
|
2622
|
-
.e-pv-
|
|
2623
|
-
.e-pv-
|
|
2624
|
-
|
|
2625
|
-
|
|
2699
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
|
|
2700
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
|
|
2701
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
|
|
2702
|
+
color: #000;
|
|
2626
2703
|
}
|
|
2627
2704
|
|
|
2628
|
-
.e-pv-
|
|
2705
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu {
|
|
2629
2706
|
background-color: #fff;
|
|
2630
2707
|
border-color: transparent;
|
|
2631
2708
|
}
|
|
@@ -2744,13 +2821,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2744
2821
|
.e-pv-properties-font-items-container {
|
|
2745
2822
|
display: -ms-flexbox;
|
|
2746
2823
|
display: flex;
|
|
2824
|
+
-ms-flex-pack: space-evenly;
|
|
2825
|
+
justify-content: space-evenly;
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
.e-pv-properties-form-field-name-main-div,
|
|
2829
|
+
.e-pv-properties-form-field-value-main-div {
|
|
2830
|
+
padding-right: 15px;
|
|
2747
2831
|
}
|
|
2748
2832
|
|
|
2749
2833
|
.e-pv-properties-form-field-name-main-div,
|
|
2750
2834
|
.e-pv-properties-form-field-tooltip-main-div,
|
|
2751
2835
|
.e-pv-properties-form-field-value-main-div,
|
|
2752
2836
|
.e-pv-properties-form-field-visibility-main-div {
|
|
2753
|
-
padding-right: 15px;
|
|
2754
2837
|
width: 285px;
|
|
2755
2838
|
}
|
|
2756
2839
|
|
|
@@ -2951,6 +3034,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2951
3034
|
.e-pv-show-designer-name {
|
|
2952
3035
|
-ms-flex-align: center;
|
|
2953
3036
|
align-items: center;
|
|
3037
|
+
color: #000;
|
|
2954
3038
|
display: -ms-grid;
|
|
2955
3039
|
display: grid;
|
|
2956
3040
|
height: 100%;
|
|
@@ -2970,6 +3054,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2970
3054
|
background-color: #d3d3d3;
|
|
2971
3055
|
}
|
|
2972
3056
|
|
|
3057
|
+
.e-pv-formfield-li-element.e-pv-li-select {
|
|
3058
|
+
background-color: #d3d3d3;
|
|
3059
|
+
}
|
|
3060
|
+
|
|
2973
3061
|
.e-pv-formfield-li-element:hover {
|
|
2974
3062
|
background-color: #d3d3d3;
|
|
2975
3063
|
}
|
|
@@ -3056,7 +3144,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3056
3144
|
line-height: 15px;
|
|
3057
3145
|
}
|
|
3058
3146
|
|
|
3059
|
-
.e-pv-formfield-maxlength.e-
|
|
3147
|
+
.e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
3060
3148
|
min-width: 18px;
|
|
3061
3149
|
}
|
|
3062
3150
|
|
|
@@ -3097,6 +3185,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3097
3185
|
height: 570px;
|
|
3098
3186
|
}
|
|
3099
3187
|
|
|
3188
|
+
.e-pv-signature-dialog-blazor-height {
|
|
3189
|
+
height: 570px;
|
|
3190
|
+
}
|
|
3191
|
+
|
|
3100
3192
|
.e-pv-handwritten-signature-canvas {
|
|
3101
3193
|
height: 360px;
|
|
3102
3194
|
width: 697px;
|
|
@@ -3105,3 +3197,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3105
3197
|
.e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open {
|
|
3106
3198
|
overflow: auto;
|
|
3107
3199
|
}
|
|
3200
|
+
|
|
3201
|
+
.e-pv-canvas-signature {
|
|
3202
|
+
width: 714px;
|
|
3203
|
+
}
|
|
3204
|
+
|
|
3205
|
+
.e-pv-canvas-signature-blazor {
|
|
3206
|
+
width: 696px;
|
|
3207
|
+
}
|
|
3208
|
+
|
|
3209
|
+
.e-pv-font-appearance-style {
|
|
3210
|
+
padding: 8px;
|
|
3211
|
+
}
|
|
3212
|
+
|
|
3213
|
+
.e-pv-font-appearance-style-blazor {
|
|
3214
|
+
padding: 8px;
|
|
3215
|
+
}
|