@syncfusion/ej2-react-pdfviewer 19.2.56 → 19.3.43
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 +0 -49
- package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +152 -40
- package/styles/bootstrap.css +152 -40
- package/styles/bootstrap4.css +171 -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 +154 -42
- package/styles/fabric.css +154 -41
- package/styles/highcontrast-light.css +150 -38
- package/styles/highcontrast.css +156 -39
- package/styles/material-dark.css +159 -47
- package/styles/material.css +157 -40
- package/styles/pdfviewer/bootstrap-dark.css +152 -40
- package/styles/pdfviewer/bootstrap.css +152 -40
- package/styles/pdfviewer/bootstrap4.css +171 -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 +154 -42
- package/styles/pdfviewer/fabric.css +154 -41
- package/styles/pdfviewer/highcontrast-light.css +150 -38
- package/styles/pdfviewer/highcontrast.css +156 -39
- package/styles/pdfviewer/material-dark.css +159 -47
- package/styles/pdfviewer/material.css +157 -40
- package/styles/pdfviewer/tailwind-dark.css +310 -170
- package/styles/pdfviewer/tailwind.css +317 -177
- package/styles/tailwind-dark.css +310 -170
- package/styles/tailwind.css +317 -177
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.e-pdfviewer .e-pv-thumbnail-view-selection-icon::before {
|
|
62
|
-
color: rgba(
|
|
62
|
+
color: rgba(0, 176, 255, 0.6);
|
|
63
63
|
content: '\ec27';
|
|
64
64
|
}
|
|
65
65
|
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.e-pdfviewer .e-pv-bookmark-selection-icon::before {
|
|
76
|
-
color: rgba(
|
|
76
|
+
color: rgba(0, 176, 255, 0.6);
|
|
77
77
|
content: '\ec0c';
|
|
78
78
|
}
|
|
79
79
|
|
|
@@ -284,8 +284,13 @@
|
|
|
284
284
|
font-family: 'e-icons';
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
+
.e-pv-property-icon::before {
|
|
288
|
+
content: '\e199';
|
|
289
|
+
font-family: 'e-icons';
|
|
290
|
+
}
|
|
291
|
+
|
|
287
292
|
.e-pv-comment-selection-icon::before {
|
|
288
|
-
color: rgba(
|
|
293
|
+
color: rgba(0, 176, 255, 0.6);
|
|
289
294
|
content: '\e680';
|
|
290
295
|
font-family: 'e-icons';
|
|
291
296
|
}
|
|
@@ -689,6 +694,14 @@
|
|
|
689
694
|
font-size: 16px;
|
|
690
695
|
}
|
|
691
696
|
|
|
697
|
+
.e-pv-annotation-ink-container .e-pv-inkannotation-icon {
|
|
698
|
+
font-size: 16px;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.e-pv-annotation-handwritten-container .e-pv-handwritten-icon.e-btn-icon:not(.e-caret) {
|
|
702
|
+
font-size: 16px;
|
|
703
|
+
}
|
|
704
|
+
|
|
692
705
|
.e-pv-mobilescroll-container {
|
|
693
706
|
background-color: #303030;
|
|
694
707
|
border: 3px solid #757575;
|
|
@@ -959,7 +972,9 @@
|
|
|
959
972
|
}
|
|
960
973
|
|
|
961
974
|
.e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
|
|
962
|
-
.e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error)
|
|
975
|
+
.e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
|
|
976
|
+
.e-pv-zoom-drop-down-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
|
|
977
|
+
.e-pv-prop-dropdown-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error) {
|
|
963
978
|
background-color: transparent;
|
|
964
979
|
border: 0;
|
|
965
980
|
height: inherit;
|
|
@@ -968,19 +983,25 @@
|
|
|
968
983
|
}
|
|
969
984
|
|
|
970
985
|
.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),
|
|
971
|
-
.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)
|
|
986
|
+
.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),
|
|
987
|
+
.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),
|
|
988
|
+
.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) {
|
|
972
989
|
background-color: #616161;
|
|
973
990
|
border: 0;
|
|
974
991
|
border-radius: 2px;
|
|
975
992
|
}
|
|
976
993
|
|
|
977
994
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
|
|
978
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon
|
|
995
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
|
|
996
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
|
|
997
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon {
|
|
979
998
|
color: inherit;
|
|
980
999
|
}
|
|
981
1000
|
|
|
982
1001
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
|
|
983
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard
|
|
1002
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
|
|
1003
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
|
|
1004
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
|
|
984
1005
|
height: auto;
|
|
985
1006
|
margin-top: 0;
|
|
986
1007
|
padding-bottom: 5px;
|
|
@@ -988,17 +1009,23 @@
|
|
|
988
1009
|
}
|
|
989
1010
|
|
|
990
1011
|
.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,
|
|
991
|
-
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard
|
|
1012
|
+
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
|
|
1013
|
+
.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,
|
|
1014
|
+
.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 {
|
|
992
1015
|
padding-left: 14px;
|
|
993
1016
|
}
|
|
994
1017
|
|
|
995
1018
|
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
|
|
996
|
-
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard
|
|
1019
|
+
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
|
|
1020
|
+
.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,
|
|
1021
|
+
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
|
|
997
1022
|
padding-right: 14px;
|
|
998
1023
|
}
|
|
999
1024
|
|
|
1000
1025
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon,
|
|
1001
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon
|
|
1026
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon,
|
|
1027
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-search-icon.e-ddl-icon,
|
|
1028
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-search-icon.e-ddl-icon {
|
|
1002
1029
|
background-color: transparent;
|
|
1003
1030
|
border-left: 0;
|
|
1004
1031
|
margin-bottom: 4.5px;
|
|
@@ -1009,7 +1036,9 @@
|
|
|
1009
1036
|
|
|
1010
1037
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control,
|
|
1011
1038
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control,
|
|
1012
|
-
.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input
|
|
1039
|
+
.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input,
|
|
1040
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control,
|
|
1041
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control {
|
|
1013
1042
|
text-align: center;
|
|
1014
1043
|
}
|
|
1015
1044
|
|
|
@@ -1018,12 +1047,18 @@
|
|
|
1018
1047
|
text-align: left;
|
|
1019
1048
|
}
|
|
1020
1049
|
|
|
1021
|
-
.e-pv-zoom-drop-down.e-
|
|
1022
|
-
.e-pv-prop-dropdown.e-
|
|
1023
|
-
|
|
1050
|
+
.e-pv-zoom-drop-down-rtl.e-ddl.e-popup.e-popup-open,
|
|
1051
|
+
.e-pv-prop-dropdown-rtl.e-ddl.e-popup.e-popup-open {
|
|
1052
|
+
text-align: right;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
.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,
|
|
1056
|
+
.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 {
|
|
1057
|
+
color: #00b0ff;
|
|
1024
1058
|
}
|
|
1025
1059
|
|
|
1026
|
-
.e-pv-zoom-drop-down.e-popup.e-popup-open
|
|
1060
|
+
.e-pv-zoom-drop-down.e-popup.e-popup-open,
|
|
1061
|
+
.e-pv-zoom-drop-down-rtl.e-popup.e-popup-open {
|
|
1027
1062
|
min-height: 327px;
|
|
1028
1063
|
min-width: 110px;
|
|
1029
1064
|
}
|
|
@@ -1033,6 +1068,11 @@
|
|
|
1033
1068
|
border-radius: 2px;
|
|
1034
1069
|
}
|
|
1035
1070
|
|
|
1071
|
+
.e-pv-zoom-drop-down.e-ddl.e-valid-input.e-input-focus,
|
|
1072
|
+
.e-pv-zoom-drop-down-rtl.e-ddl.e-valid-input.e-input-focus {
|
|
1073
|
+
box-shadow: none;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1036
1076
|
.e-pv-password-popup.e-dialog .e-dlg-header,
|
|
1037
1077
|
.e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header,
|
|
1038
1078
|
.e-pv-notification-popup.e-dialog .e-dlg-header {
|
|
@@ -1106,7 +1146,9 @@
|
|
|
1106
1146
|
}
|
|
1107
1147
|
|
|
1108
1148
|
.e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
|
|
1109
|
-
.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before
|
|
1149
|
+
.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
|
|
1150
|
+
.e-pv-zoom-drop-down-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
|
|
1151
|
+
.e-pv-prop-dropdown-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
|
|
1110
1152
|
transform: rotate(0deg);
|
|
1111
1153
|
}
|
|
1112
1154
|
|
|
@@ -1121,7 +1163,15 @@
|
|
|
1121
1163
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after,
|
|
1122
1164
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before,
|
|
1123
1165
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after,
|
|
1124
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before
|
|
1166
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before,
|
|
1167
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::after,
|
|
1168
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::before,
|
|
1169
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::after,
|
|
1170
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::before,
|
|
1171
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::after,
|
|
1172
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::before,
|
|
1173
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::after,
|
|
1174
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::before {
|
|
1125
1175
|
background: none;
|
|
1126
1176
|
}
|
|
1127
1177
|
|
|
@@ -1181,6 +1231,8 @@
|
|
|
1181
1231
|
|
|
1182
1232
|
.e-pv-sidebar-title-container {
|
|
1183
1233
|
background: #212121;
|
|
1234
|
+
border: 1px solid #616161;
|
|
1235
|
+
border-width: 0 0 0 0;
|
|
1184
1236
|
height: 50px;
|
|
1185
1237
|
position: absolute;
|
|
1186
1238
|
top: 0;
|
|
@@ -1270,7 +1322,7 @@
|
|
|
1270
1322
|
box-shadow: none;
|
|
1271
1323
|
font-weight: 500;
|
|
1272
1324
|
height: 32px;
|
|
1273
|
-
line-height:
|
|
1325
|
+
line-height: inherit;
|
|
1274
1326
|
margin: 8px;
|
|
1275
1327
|
outline: none;
|
|
1276
1328
|
padding: 10px;
|
|
@@ -1282,7 +1334,7 @@
|
|
|
1282
1334
|
background: transparent;
|
|
1283
1335
|
border: none;
|
|
1284
1336
|
border-radius: 0;
|
|
1285
|
-
line-height:
|
|
1337
|
+
line-height: inherit;
|
|
1286
1338
|
padding: 10px;
|
|
1287
1339
|
}
|
|
1288
1340
|
|
|
@@ -1381,7 +1433,7 @@
|
|
|
1381
1433
|
}
|
|
1382
1434
|
|
|
1383
1435
|
.e-pv-thumbnail-selection {
|
|
1384
|
-
border: 6px solid rgba(
|
|
1436
|
+
border: 6px solid rgba(0, 176, 255, 0.7);
|
|
1385
1437
|
border-radius: 2px;
|
|
1386
1438
|
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
|
|
1387
1439
|
cursor: pointer;
|
|
@@ -1492,9 +1544,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1492
1544
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1493
1545
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1494
1546
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
1495
|
-
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret
|
|
1496
|
-
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
|
|
1497
|
-
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret {
|
|
1547
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1498
1548
|
color: #fff;
|
|
1499
1549
|
}
|
|
1500
1550
|
|
|
@@ -1564,7 +1614,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1564
1614
|
background: #212121;
|
|
1565
1615
|
border: 0;
|
|
1566
1616
|
border-radius: 0;
|
|
1567
|
-
color: rgba(
|
|
1617
|
+
color: rgba(0, 176, 255, 0.7);
|
|
1568
1618
|
}
|
|
1569
1619
|
|
|
1570
1620
|
.e-pv-sidebar-toolbar .e-pv-tbar-btn {
|
|
@@ -1717,6 +1767,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1717
1767
|
vertical-align: initial;
|
|
1718
1768
|
}
|
|
1719
1769
|
|
|
1770
|
+
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
|
|
1771
|
+
padding-top: 7px;
|
|
1772
|
+
vertical-align: initial;
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1720
1775
|
.e-pv-annotation-opacity-popup-container,
|
|
1721
1776
|
.e-pv-annotation-thickness-popup-container {
|
|
1722
1777
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -1769,6 +1824,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1769
1824
|
.e-pv-annotation-color-container,
|
|
1770
1825
|
.e-pv-annotation-opacity-container,
|
|
1771
1826
|
.e-pv-annotation-stroke-container,
|
|
1827
|
+
.e-pv-custom-annotation-thickness-container,
|
|
1772
1828
|
.e-pv-annotation-thickness-container,
|
|
1773
1829
|
.e-pv-annotation-textcolor-container,
|
|
1774
1830
|
.e-pv-annotation-textalign-container,
|
|
@@ -1834,6 +1890,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1834
1890
|
.e-pv-annotation-textprop-container.e-btn:hover,
|
|
1835
1891
|
.e-pv-annotation-handwritten-container.e-btn:hover,
|
|
1836
1892
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:hover,
|
|
1893
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:hover,
|
|
1837
1894
|
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover {
|
|
1838
1895
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1839
1896
|
border-color: transparent;
|
|
@@ -1852,7 +1909,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1852
1909
|
background-color: #616161;
|
|
1853
1910
|
border-color: transparent;
|
|
1854
1911
|
box-shadow: none;
|
|
1855
|
-
color: rgba(
|
|
1912
|
+
color: rgba(0, 176, 255, 0.7);
|
|
1856
1913
|
}
|
|
1857
1914
|
|
|
1858
1915
|
.e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover),
|
|
@@ -1866,6 +1923,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1866
1923
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
1867
1924
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1868
1925
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1926
|
+
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1869
1927
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1870
1928
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1871
1929
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1874,6 +1932,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1874
1932
|
padding: 6px 7px 4px;
|
|
1875
1933
|
}
|
|
1876
1934
|
|
|
1935
|
+
.e-pv-annotation-color-container.e-dropdown-btn.e-button,
|
|
1936
|
+
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1937
|
+
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1938
|
+
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1939
|
+
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1940
|
+
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1941
|
+
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
1942
|
+
.e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
|
|
1943
|
+
line-height: 1.143em;
|
|
1944
|
+
padding: 6px 7px 4px;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text.e-pv-submitform-text {
|
|
1948
|
+
display: inline-block;
|
|
1949
|
+
padding: 0 4px;
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
.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 {
|
|
1953
|
+
display: inline-block;
|
|
1954
|
+
padding: 0 4px;
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1877
1957
|
.e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn,
|
|
1878
1958
|
.e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn {
|
|
1879
1959
|
height: 36px;
|
|
@@ -2090,13 +2170,13 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2090
2170
|
.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
|
|
2091
2171
|
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
|
|
2092
2172
|
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
|
|
2093
|
-
padding
|
|
2173
|
+
padding: 1px 8px 3px;
|
|
2094
2174
|
}
|
|
2095
2175
|
|
|
2096
2176
|
.e-pv-annotation-shape-icon,
|
|
2097
2177
|
.e-pv-annotation-calibrate-icon,
|
|
2098
2178
|
.e-pv-handwritten-icon {
|
|
2099
|
-
margin-right:
|
|
2179
|
+
margin-right: 4px;
|
|
2100
2180
|
}
|
|
2101
2181
|
|
|
2102
2182
|
.e-pv-properties-opacity-indicator {
|
|
@@ -2179,7 +2259,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2179
2259
|
}
|
|
2180
2260
|
|
|
2181
2261
|
.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,
|
|
2182
|
-
.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper
|
|
2262
|
+
.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,
|
|
2263
|
+
.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,
|
|
2264
|
+
.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 {
|
|
2183
2265
|
padding-left: 0;
|
|
2184
2266
|
padding-right: 14px;
|
|
2185
2267
|
}
|
|
@@ -2476,6 +2558,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2476
2558
|
}
|
|
2477
2559
|
|
|
2478
2560
|
.e-menu-icon.e-pv-stamp-icon.e-pv-icon {
|
|
2561
|
+
margin-top: 0;
|
|
2479
2562
|
padding-left: 7px;
|
|
2480
2563
|
}
|
|
2481
2564
|
|
|
@@ -2523,7 +2606,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2523
2606
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
|
|
2524
2607
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
2525
2608
|
background: #212121;
|
|
2526
|
-
border: #616161;
|
|
2609
|
+
border: 1px solid #616161;
|
|
2527
2610
|
}
|
|
2528
2611
|
|
|
2529
2612
|
.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,
|
|
@@ -2544,6 +2627,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2544
2627
|
|
|
2545
2628
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
2546
2629
|
margin-top: 10px;
|
|
2630
|
+
padding-bottom: 1px;
|
|
2547
2631
|
}
|
|
2548
2632
|
|
|
2549
2633
|
.e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
|
|
@@ -2603,32 +2687,25 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2603
2687
|
border-radius: 5px;
|
|
2604
2688
|
display: inline-block;
|
|
2605
2689
|
font-size: 13px;
|
|
2606
|
-
height:
|
|
2607
|
-
margin
|
|
2608
|
-
margin-left: 20px;
|
|
2609
|
-
margin-right: 15px;
|
|
2610
|
-
margin-top: 25px;
|
|
2690
|
+
height: 88px;
|
|
2691
|
+
margin: 15px;
|
|
2611
2692
|
padding-top: 40px;
|
|
2612
2693
|
text-align: center;
|
|
2613
|
-
width:
|
|
2694
|
+
width: 311px;
|
|
2614
2695
|
word-wrap: break-word;
|
|
2615
2696
|
}
|
|
2616
2697
|
|
|
2617
|
-
.e-pv-
|
|
2618
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon,
|
|
2619
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret,
|
|
2620
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-menu-icon,
|
|
2621
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-caret {
|
|
2698
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
|
2622
2699
|
color: #fff;
|
|
2623
2700
|
}
|
|
2624
2701
|
|
|
2625
|
-
.e-pv-
|
|
2626
|
-
.e-pv-
|
|
2627
|
-
|
|
2628
|
-
|
|
2702
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
|
|
2703
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
|
|
2704
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
|
|
2705
|
+
color: #fff;
|
|
2629
2706
|
}
|
|
2630
2707
|
|
|
2631
|
-
.e-pv-
|
|
2708
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu {
|
|
2632
2709
|
background-color: #212121;
|
|
2633
2710
|
border-color: transparent;
|
|
2634
2711
|
}
|
|
@@ -2747,13 +2824,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2747
2824
|
.e-pv-properties-font-items-container {
|
|
2748
2825
|
display: -ms-flexbox;
|
|
2749
2826
|
display: flex;
|
|
2827
|
+
-ms-flex-pack: space-evenly;
|
|
2828
|
+
justify-content: space-evenly;
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
.e-pv-properties-form-field-name-main-div,
|
|
2832
|
+
.e-pv-properties-form-field-value-main-div {
|
|
2833
|
+
padding-right: 15px;
|
|
2750
2834
|
}
|
|
2751
2835
|
|
|
2752
2836
|
.e-pv-properties-form-field-name-main-div,
|
|
2753
2837
|
.e-pv-properties-form-field-tooltip-main-div,
|
|
2754
2838
|
.e-pv-properties-form-field-value-main-div,
|
|
2755
2839
|
.e-pv-properties-form-field-visibility-main-div {
|
|
2756
|
-
padding-right: 15px;
|
|
2757
2840
|
width: 285px;
|
|
2758
2841
|
}
|
|
2759
2842
|
|
|
@@ -2954,6 +3037,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2954
3037
|
.e-pv-show-designer-name {
|
|
2955
3038
|
-ms-flex-align: center;
|
|
2956
3039
|
align-items: center;
|
|
3040
|
+
color: #000;
|
|
2957
3041
|
display: -ms-grid;
|
|
2958
3042
|
display: grid;
|
|
2959
3043
|
height: 100%;
|
|
@@ -2973,6 +3057,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2973
3057
|
background-color: #d3d3d3;
|
|
2974
3058
|
}
|
|
2975
3059
|
|
|
3060
|
+
.e-pv-formfield-li-element.e-pv-li-select {
|
|
3061
|
+
background-color: #d3d3d3;
|
|
3062
|
+
}
|
|
3063
|
+
|
|
2976
3064
|
.e-pv-formfield-li-element:hover {
|
|
2977
3065
|
background-color: #d3d3d3;
|
|
2978
3066
|
}
|
|
@@ -3059,7 +3147,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3059
3147
|
line-height: 15px;
|
|
3060
3148
|
}
|
|
3061
3149
|
|
|
3062
|
-
.e-pv-formfield-maxlength.e-
|
|
3150
|
+
.e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
3063
3151
|
min-width: 18px;
|
|
3064
3152
|
}
|
|
3065
3153
|
|
|
@@ -3100,7 +3188,31 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3100
3188
|
height: 540px;
|
|
3101
3189
|
}
|
|
3102
3190
|
|
|
3191
|
+
.e-pv-signature-dialog-blazor-height {
|
|
3192
|
+
height: 540px;
|
|
3193
|
+
}
|
|
3194
|
+
|
|
3103
3195
|
.e-pv-handwritten-signature-canvas {
|
|
3104
3196
|
height: 360px;
|
|
3105
3197
|
width: 713px;
|
|
3106
3198
|
}
|
|
3199
|
+
|
|
3200
|
+
.e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open {
|
|
3201
|
+
overflow: auto;
|
|
3202
|
+
}
|
|
3203
|
+
|
|
3204
|
+
.e-pv-canvas-signature {
|
|
3205
|
+
width: 714px;
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
.e-pv-canvas-signature-blazor {
|
|
3209
|
+
width: 714px;
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3212
|
+
.e-pv-font-appearance-style {
|
|
3213
|
+
padding: 15px;
|
|
3214
|
+
}
|
|
3215
|
+
|
|
3216
|
+
.e-pv-font-appearance-style-blazor {
|
|
3217
|
+
padding: 15px;
|
|
3218
|
+
}
|