@syncfusion/ej2-react-pdfviewer 19.2.61 → 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.
@@ -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(0, 0, 0, 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: #000;
691
704
  border: 1px solid #757575;
@@ -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 #000;
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 #ffd939;
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-popup.e-popup-open .e-dropdownbase .e-list-item.e-active
1019
- .e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active {
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: #000;
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: #000;
1231
+ border: 0 solid #969696;
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: #fff;
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,
@@ -1835,6 +1891,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1835
1891
  .e-pv-annotation-textprop-container.e-btn:hover,
1836
1892
  .e-pv-annotation-handwritten-container.e-btn:hover,
1837
1893
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:hover,
1894
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:hover,
1838
1895
  .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover {
1839
1896
  background-color: #685708;
1840
1897
  border-color: #fff;
@@ -1867,6 +1924,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1867
1924
  .e-pv-annotation-color-container.e-dropdown-btn.e-btn,
1868
1925
  .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
1869
1926
  .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
1927
+ .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
1870
1928
  .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
1871
1929
  .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
1872
1930
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
@@ -1875,6 +1933,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1875
1933
  padding: 17px 8px;
1876
1934
  }
1877
1935
 
1936
+ .e-pv-annotation-color-container.e-dropdown-btn.e-button,
1937
+ .e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
1938
+ .e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
1939
+ .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
1940
+ .e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
1941
+ .e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
1942
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
1943
+ .e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
1944
+ line-height: 18px;
1945
+ padding: 17px 8px;
1946
+ }
1947
+
1948
+ .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text.e-pv-submitform-text {
1949
+ display: inline-block;
1950
+ padding: 0 4px;
1951
+ }
1952
+
1953
+ .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 {
1954
+ display: inline-block;
1955
+ padding: 0 4px;
1956
+ }
1957
+
1878
1958
  .e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn,
1879
1959
  .e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn {
1880
1960
  height: 50px;
@@ -2091,13 +2171,13 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2091
2171
  .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2092
2172
  .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2093
2173
  .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
2094
- padding-top: 2px;
2174
+ padding: 1px 8px 3px;
2095
2175
  }
2096
2176
 
2097
2177
  .e-pv-annotation-shape-icon,
2098
2178
  .e-pv-annotation-calibrate-icon,
2099
2179
  .e-pv-handwritten-icon {
2100
- margin-right: 10px;
2180
+ margin-right: 4px;
2101
2181
  }
2102
2182
 
2103
2183
  .e-pv-properties-opacity-indicator {
@@ -2180,7 +2260,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2180
2260
  }
2181
2261
 
2182
2262
  .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,
2183
- .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.-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-prop-dropdown.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-zoom-drop-down-rtl.e-ddl input.e-input.e-control.e-keyboard,
2265
+ .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 {
2184
2266
  padding-left: 0;
2185
2267
  padding-right: 12px;
2186
2268
  }
@@ -2477,6 +2559,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2477
2559
  }
2478
2560
 
2479
2561
  .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
2562
+ margin-top: 0;
2480
2563
  padding-left: 7px;
2481
2564
  }
2482
2565
 
@@ -2524,7 +2607,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2524
2607
  .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
2525
2608
  .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
2526
2609
  background: black;
2527
- border: #969696;
2610
+ border: 1px solid #969696;
2528
2611
  }
2529
2612
 
2530
2613
  .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,
@@ -2545,6 +2628,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2545
2628
 
2546
2629
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
2547
2630
  margin-top: 10px;
2631
+ padding-bottom: 1px;
2548
2632
  }
2549
2633
 
2550
2634
  .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
@@ -2599,37 +2683,35 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2599
2683
  width: 170px;
2600
2684
  }
2601
2685
 
2686
+ .e-pv-align-border-div {
2687
+ background-color: #fff;
2688
+ color: #000;
2689
+ }
2690
+
2602
2691
  .e-pv-font-sign {
2603
2692
  border: 1px solid rgba(0, 0, 0, 0.87);
2604
2693
  border-radius: 5px;
2605
2694
  display: inline-block;
2606
2695
  font-size: 13px;
2607
- height: 90px;
2608
- margin-bottom: 5px;
2609
- margin-left: 20px;
2610
- margin-right: 15px;
2611
- margin-top: 25px;
2696
+ height: 88px;
2697
+ margin: 15px;
2612
2698
  padding-top: 40px;
2613
2699
  text-align: center;
2614
- width: 320px;
2700
+ width: 311px;
2615
2701
  word-wrap: break-word;
2616
2702
  }
2617
2703
 
2618
- .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused,
2619
- .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon,
2620
- .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret,
2621
- .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-menu-icon,
2622
- .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-caret {
2704
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
2623
2705
  color: #fff;
2624
2706
  }
2625
2707
 
2626
- .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused:hover,
2627
- .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-selected {
2628
- background-color: #685708;
2629
- border-color: #ffd939;
2708
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
2709
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
2710
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
2711
+ color: #fff;
2630
2712
  }
2631
2713
 
2632
- .e-pv-custom-annotation-stamp-container.e-menu-container {
2714
+ .e-pv-stamp-template-container .e-menu-container .e-menu {
2633
2715
  background-color: #000;
2634
2716
  border-color: transparent;
2635
2717
  }
@@ -2748,13 +2830,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2748
2830
  .e-pv-properties-font-items-container {
2749
2831
  display: -ms-flexbox;
2750
2832
  display: flex;
2833
+ -ms-flex-pack: space-evenly;
2834
+ justify-content: space-evenly;
2835
+ }
2836
+
2837
+ .e-pv-properties-form-field-name-main-div,
2838
+ .e-pv-properties-form-field-value-main-div {
2839
+ padding-right: 15px;
2751
2840
  }
2752
2841
 
2753
2842
  .e-pv-properties-form-field-name-main-div,
2754
2843
  .e-pv-properties-form-field-tooltip-main-div,
2755
2844
  .e-pv-properties-form-field-value-main-div,
2756
2845
  .e-pv-properties-form-field-visibility-main-div {
2757
- padding-right: 15px;
2758
2846
  width: 285px;
2759
2847
  }
2760
2848
 
@@ -2881,7 +2969,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2881
2969
  .e-pv-properties-formfield-maxlength-text-label,
2882
2970
  .e-pv-formfield-maxlength {
2883
2971
  padding-left: 1px;
2884
- width: 68px;
2972
+ width: 80px;
2885
2973
  }
2886
2974
 
2887
2975
  .e-pv-formfield-maxlength-group {
@@ -2955,6 +3043,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2955
3043
  .e-pv-show-designer-name {
2956
3044
  -ms-flex-align: center;
2957
3045
  align-items: center;
3046
+ color: #000;
2958
3047
  display: -ms-grid;
2959
3048
  display: grid;
2960
3049
  height: 100%;
@@ -2974,6 +3063,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2974
3063
  background-color: #d3d3d3;
2975
3064
  }
2976
3065
 
3066
+ .e-pv-formfield-li-element.e-pv-li-select {
3067
+ background-color: #d3d3d3;
3068
+ }
3069
+
2977
3070
  .e-pv-formfield-li-element:hover {
2978
3071
  background-color: #d3d3d3;
2979
3072
  }
@@ -3064,7 +3157,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3064
3157
  line-height: 15px;
3065
3158
  }
3066
3159
 
3067
- .e-pv-formfield-maxlength.e-numeric.e-control-wrapper.e-input-group.e-input-group-icon {
3160
+ .e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
3068
3161
  min-width: 18px;
3069
3162
  }
3070
3163
 
@@ -3113,6 +3206,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3113
3206
  height: 570px;
3114
3207
  }
3115
3208
 
3209
+ .e-pv-signature-dialog-blazor-height {
3210
+ height: 570px;
3211
+ }
3212
+
3116
3213
  .e-pv-handwritten-signature-canvas {
3117
3214
  height: 360px;
3118
3215
  width: 697px;
@@ -3121,3 +3218,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3121
3218
  .e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open {
3122
3219
  overflow: auto;
3123
3220
  }
3221
+
3222
+ .e-pv-canvas-signature {
3223
+ width: 714px;
3224
+ }
3225
+
3226
+ .e-pv-canvas-signature-blazor {
3227
+ width: 696px;
3228
+ }
3229
+
3230
+ .e-pv-font-appearance-style {
3231
+ padding: 8px;
3232
+ }
3233
+
3234
+ .e-pv-font-appearance-style-blazor {
3235
+ padding: 8px;
3236
+ }