@syncfusion/ej2-angular-pdfviewer 23.2.7 → 24.1.41
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/esm2020/src/pdfviewer/pdfviewer.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pdfviewer/pdfviewer.component.d.ts +2 -1
- package/styles/bootstrap-dark.css +105 -9
- package/styles/bootstrap.css +105 -9
- package/styles/bootstrap4.css +108 -9
- package/styles/bootstrap5-dark.css +105 -9
- package/styles/bootstrap5.css +105 -9
- package/styles/fabric-dark.css +105 -9
- package/styles/fabric.css +105 -9
- package/styles/fluent-dark.css +119 -9
- package/styles/fluent.css +119 -9
- package/styles/highcontrast-light.css +105 -9
- package/styles/highcontrast.css +105 -9
- package/styles/material-dark.css +105 -9
- package/styles/material.css +105 -9
- package/styles/material3-dark.css +105 -9
- package/styles/material3.css +105 -9
- package/styles/pdfviewer/_bootstrap-dark-definition.scss +4 -0
- package/styles/pdfviewer/_bootstrap-definition.scss +4 -0
- package/styles/pdfviewer/_bootstrap4-definition.scss +4 -0
- package/styles/pdfviewer/_bootstrap5-definition.scss +4 -0
- package/styles/pdfviewer/_fabric-dark-definition.scss +4 -0
- package/styles/pdfviewer/_fabric-definition.scss +4 -0
- package/styles/pdfviewer/_fluent-definition.scss +4 -0
- package/styles/pdfviewer/_fusionnew-definition.scss +4 -0
- package/styles/pdfviewer/_highcontrast-definition.scss +4 -0
- package/styles/pdfviewer/_highcontrast-light-definition.scss +4 -0
- package/styles/pdfviewer/_material-dark-definition.scss +4 -0
- package/styles/pdfviewer/_material-definition.scss +4 -0
- package/styles/pdfviewer/_material3-definition.scss +4 -0
- package/styles/pdfviewer/_tailwind-definition.scss +4 -0
- package/styles/pdfviewer/_theme.scss +152 -9
- package/styles/pdfviewer/bootstrap-dark.css +105 -9
- package/styles/pdfviewer/bootstrap.css +105 -9
- package/styles/pdfviewer/bootstrap4.css +108 -9
- package/styles/pdfviewer/bootstrap5-dark.css +105 -9
- package/styles/pdfviewer/bootstrap5.css +105 -9
- package/styles/pdfviewer/fabric-dark.css +105 -9
- package/styles/pdfviewer/fabric.css +105 -9
- package/styles/pdfviewer/fluent-dark.css +119 -9
- package/styles/pdfviewer/fluent.css +119 -9
- package/styles/pdfviewer/highcontrast-light.css +105 -9
- package/styles/pdfviewer/highcontrast.css +105 -9
- package/styles/pdfviewer/material-dark.css +105 -9
- package/styles/pdfviewer/material.css +105 -9
- package/styles/pdfviewer/material3-dark.css +105 -9
- package/styles/pdfviewer/material3.css +105 -9
- package/styles/pdfviewer/tailwind-dark.css +105 -9
- package/styles/pdfviewer/tailwind.css +105 -9
- package/styles/tailwind-dark.css +105 -9
- package/styles/tailwind.css +105 -9
package/styles/fabric.css
CHANGED
|
@@ -688,6 +688,14 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
688
688
|
position: absolute;
|
|
689
689
|
}
|
|
690
690
|
|
|
691
|
+
.e-pv-viewer-container .e-pv-page-div.e-focused {
|
|
692
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.e-pv-viewer-container.e-focused {
|
|
696
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px inset;
|
|
697
|
+
}
|
|
698
|
+
|
|
691
699
|
.e-pv-toolbar,
|
|
692
700
|
.e-pv-nav-toolbar,
|
|
693
701
|
.e-pv-annotation-toolbar,
|
|
@@ -729,6 +737,26 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
729
737
|
display: none;
|
|
730
738
|
}
|
|
731
739
|
|
|
740
|
+
.e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text {
|
|
741
|
+
display: none;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
|
|
745
|
+
display: none;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
|
|
749
|
+
display: none;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text {
|
|
753
|
+
display: none;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text {
|
|
757
|
+
display: none;
|
|
758
|
+
}
|
|
759
|
+
|
|
732
760
|
.e-pv-current-page-box.e-input-group.e-control-wrapper {
|
|
733
761
|
height: 28px;
|
|
734
762
|
margin-top: 0;
|
|
@@ -1334,6 +1362,22 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1334
1362
|
padding: 10px;
|
|
1335
1363
|
}
|
|
1336
1364
|
|
|
1365
|
+
.e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
|
|
1366
|
+
background: #eaeaea;
|
|
1367
|
+
border: none;
|
|
1368
|
+
border-radius: 0;
|
|
1369
|
+
line-height: 1.1em;
|
|
1370
|
+
padding: 10px;
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
.e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
|
|
1374
|
+
background: #eaeaea;
|
|
1375
|
+
border: none;
|
|
1376
|
+
border-radius: 0;
|
|
1377
|
+
line-height: 1.1em;
|
|
1378
|
+
padding: 10px;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1337
1381
|
.e-pv-bookmark-button.e-btn {
|
|
1338
1382
|
background: transparent;
|
|
1339
1383
|
border: none;
|
|
@@ -1833,19 +1877,31 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1833
1877
|
font-size: 18px;
|
|
1834
1878
|
}
|
|
1835
1879
|
|
|
1836
|
-
.e-pv-annotation-color-container
|
|
1837
|
-
.e-pv-annotation-opacity-container
|
|
1838
|
-
.e-pv-annotation-stroke-container
|
|
1839
|
-
.e-pv-custom-annotation-thickness-container
|
|
1840
|
-
.e-pv-custom-annotation-opacity-container
|
|
1841
|
-
.e-pv-annotation-thickness-container
|
|
1842
|
-
.e-pv-annotation-textcolor-container
|
|
1843
|
-
.e-pv-annotation-textalign-container
|
|
1844
|
-
.e-pv-annotation-textprop-container
|
|
1880
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
1881
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
1882
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
1883
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1884
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1885
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
1886
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1887
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
1888
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
1845
1889
|
height: 50px;
|
|
1846
1890
|
width: 56px;
|
|
1847
1891
|
}
|
|
1848
1892
|
|
|
1893
|
+
.e-bigger .e-pv-annotation-color-container.e-icon-btn,
|
|
1894
|
+
.e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
|
|
1895
|
+
.e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
|
|
1896
|
+
.e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1897
|
+
.e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1898
|
+
.e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
|
|
1899
|
+
.e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1900
|
+
.e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
|
|
1901
|
+
.e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
|
|
1902
|
+
white-space: nowrap;
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1849
1905
|
.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
|
|
1850
1906
|
padding-top: 19px;
|
|
1851
1907
|
}
|
|
@@ -1909,6 +1965,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1909
1965
|
border-color: transparent;
|
|
1910
1966
|
}
|
|
1911
1967
|
|
|
1968
|
+
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
|
|
1969
|
+
background-color: #f4f4f4;
|
|
1970
|
+
border-color: transparent;
|
|
1971
|
+
outline: none;
|
|
1972
|
+
color: #0078d6;
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
.e-pv-annotation-color-container.e-btn:focus,
|
|
1976
|
+
.e-pv-annotation-opacity-container.e-btn:focus,
|
|
1977
|
+
.e-pv-annotation-stroke-container.e-btn:focus,
|
|
1978
|
+
.e-pv-annotation-thickness-container.e-btn:focus,
|
|
1979
|
+
.e-pv-annotation-shapes-container.e-btn:focus,
|
|
1980
|
+
.e-pv-annotation-calibrate-container.e-btn:focus,
|
|
1981
|
+
.e-pv-annotation-textcolor-container.e-btn:focus,
|
|
1982
|
+
.e-pv-annotation-textalign-container.e-btn:focus,
|
|
1983
|
+
.e-pv-annotation-handwritten-container.e-btn:focus,
|
|
1984
|
+
.e-pv-annotation-textprop-container.e-btn:focus {
|
|
1985
|
+
background-color: #f4f4f4;
|
|
1986
|
+
border-color: transparent;
|
|
1987
|
+
outline: none;
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1912
1990
|
.e-pv-annotation-color-container.e-btn:active,
|
|
1913
1991
|
.e-pv-annotation-opacity-container.e-btn:active,
|
|
1914
1992
|
.e-pv-annotation-stroke-container.e-btn:active,
|
|
@@ -2382,6 +2460,16 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2382
2460
|
padding: 2px 8px 3px 32px;
|
|
2383
2461
|
}
|
|
2384
2462
|
|
|
2463
|
+
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2464
|
+
border: #666;
|
|
2465
|
+
background: #f4f4f4;
|
|
2466
|
+
}
|
|
2467
|
+
|
|
2468
|
+
.e-pv-comments-div.e-focused {
|
|
2469
|
+
border: #666;
|
|
2470
|
+
background: #f4f4f4;
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2385
2473
|
.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
|
|
2386
2474
|
float: right;
|
|
2387
2475
|
padding-bottom: 7px;
|
|
@@ -3288,9 +3376,17 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3288
3376
|
}
|
|
3289
3377
|
|
|
3290
3378
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
3379
|
+
-ms-flex-pack: center;
|
|
3380
|
+
justify-content: center;
|
|
3291
3381
|
padding: 0 7px;
|
|
3292
3382
|
}
|
|
3293
3383
|
|
|
3384
|
+
.e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
|
|
3385
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3386
|
+
width: 1em !important; /* stylelint-disable-line declaration-no-important */
|
|
3387
|
+
line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3294
3390
|
.e-dialog.e-pv-signature-dialog-height {
|
|
3295
3391
|
height: 565px;
|
|
3296
3392
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -685,6 +685,14 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
685
685
|
position: absolute;
|
|
686
686
|
}
|
|
687
687
|
|
|
688
|
+
.e-pv-viewer-container .e-pv-page-div.e-focused {
|
|
689
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.e-pv-viewer-container.e-focused {
|
|
693
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px inset;
|
|
694
|
+
}
|
|
695
|
+
|
|
688
696
|
.e-pv-toolbar,
|
|
689
697
|
.e-pv-nav-toolbar,
|
|
690
698
|
.e-pv-annotation-toolbar,
|
|
@@ -726,6 +734,26 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
726
734
|
display: none;
|
|
727
735
|
}
|
|
728
736
|
|
|
737
|
+
.e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text {
|
|
738
|
+
display: none;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
|
|
742
|
+
display: none;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
|
|
746
|
+
display: none;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text {
|
|
750
|
+
display: none;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text {
|
|
754
|
+
display: none;
|
|
755
|
+
}
|
|
756
|
+
|
|
729
757
|
.e-pv-current-page-box.e-input-group.e-control-wrapper {
|
|
730
758
|
height: 32px;
|
|
731
759
|
margin-top: 0;
|
|
@@ -833,6 +861,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
833
861
|
padding-bottom: 2px;
|
|
834
862
|
}
|
|
835
863
|
|
|
864
|
+
.e-pdfviewer .e-pv-open-document-icon .e-pv-icon .e-icons .e-btn-icon .e-icon-left {
|
|
865
|
+
padding: 0;
|
|
866
|
+
}
|
|
867
|
+
|
|
836
868
|
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
837
869
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
838
870
|
line-height: 22px;
|
|
@@ -1348,6 +1380,22 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1348
1380
|
padding: 0;
|
|
1349
1381
|
}
|
|
1350
1382
|
|
|
1383
|
+
.e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
|
|
1384
|
+
background: #292827;
|
|
1385
|
+
border: none;
|
|
1386
|
+
border-radius: 4px;
|
|
1387
|
+
line-height: inherit;
|
|
1388
|
+
padding: 0;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
.e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
|
|
1392
|
+
background: #292827;
|
|
1393
|
+
border: none;
|
|
1394
|
+
border-radius: 4px;
|
|
1395
|
+
line-height: inherit;
|
|
1396
|
+
padding: 0;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1351
1399
|
.e-bigger .e-pv-bookmark-button.e-btn {
|
|
1352
1400
|
margin: 12px 6px;
|
|
1353
1401
|
}
|
|
@@ -1909,19 +1957,31 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1909
1957
|
font-size: 18px;
|
|
1910
1958
|
}
|
|
1911
1959
|
|
|
1912
|
-
.e-pv-annotation-color-container
|
|
1913
|
-
.e-pv-annotation-opacity-container
|
|
1914
|
-
.e-pv-annotation-stroke-container
|
|
1915
|
-
.e-pv-custom-annotation-thickness-container
|
|
1916
|
-
.e-pv-custom-annotation-opacity-container
|
|
1917
|
-
.e-pv-annotation-thickness-container
|
|
1918
|
-
.e-pv-annotation-textcolor-container
|
|
1919
|
-
.e-pv-annotation-textalign-container
|
|
1920
|
-
.e-pv-annotation-textprop-container
|
|
1960
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
1961
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
1962
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
1963
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1964
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1965
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
1966
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1967
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
1968
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
1921
1969
|
height: 32px;
|
|
1922
1970
|
width: auto;
|
|
1923
1971
|
}
|
|
1924
1972
|
|
|
1973
|
+
.e-bigger .e-pv-annotation-color-container.e-icon-btn,
|
|
1974
|
+
.e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
|
|
1975
|
+
.e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
|
|
1976
|
+
.e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1977
|
+
.e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1978
|
+
.e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
|
|
1979
|
+
.e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1980
|
+
.e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
|
|
1981
|
+
.e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
|
|
1982
|
+
white-space: nowrap;
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1925
1985
|
.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
|
|
1926
1986
|
padding-top: 0;
|
|
1927
1987
|
}
|
|
@@ -1991,6 +2051,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1991
2051
|
border-color: #292827;
|
|
1992
2052
|
}
|
|
1993
2053
|
|
|
2054
|
+
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
|
|
2055
|
+
background-color: #292827;
|
|
2056
|
+
border-color: #292827;
|
|
2057
|
+
outline: none;
|
|
2058
|
+
color: #fff;
|
|
2059
|
+
}
|
|
2060
|
+
|
|
2061
|
+
.e-pv-annotation-color-container.e-btn:focus,
|
|
2062
|
+
.e-pv-annotation-opacity-container.e-btn:focus,
|
|
2063
|
+
.e-pv-annotation-stroke-container.e-btn:focus,
|
|
2064
|
+
.e-pv-annotation-thickness-container.e-btn:focus,
|
|
2065
|
+
.e-pv-annotation-shapes-container.e-btn:focus,
|
|
2066
|
+
.e-pv-annotation-calibrate-container.e-btn:focus,
|
|
2067
|
+
.e-pv-annotation-textcolor-container.e-btn:focus,
|
|
2068
|
+
.e-pv-annotation-textalign-container.e-btn:focus,
|
|
2069
|
+
.e-pv-annotation-handwritten-container.e-btn:focus,
|
|
2070
|
+
.e-pv-annotation-textprop-container.e-btn:focus {
|
|
2071
|
+
background-color: #292827;
|
|
2072
|
+
border-color: #292827;
|
|
2073
|
+
outline: none;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
1994
2076
|
.e-pv-annotation-color-container.e-btn:active,
|
|
1995
2077
|
.e-pv-annotation-opacity-container.e-btn:active,
|
|
1996
2078
|
.e-pv-annotation-stroke-container.e-btn:active,
|
|
@@ -2565,6 +2647,16 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2565
2647
|
padding: 2px 8px 3px 32px;
|
|
2566
2648
|
}
|
|
2567
2649
|
|
|
2650
|
+
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2651
|
+
border: #f3f2f1;
|
|
2652
|
+
background: #292827;
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
.e-pv-comments-div.e-focused {
|
|
2656
|
+
border: #f3f2f1;
|
|
2657
|
+
background: #292827;
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2568
2660
|
.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
|
|
2569
2661
|
float: right;
|
|
2570
2662
|
padding-bottom: 7px;
|
|
@@ -2965,6 +3057,16 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2965
3057
|
color: #a19f9d;
|
|
2966
3058
|
}
|
|
2967
3059
|
|
|
3060
|
+
.e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
|
|
3061
|
+
.e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
|
|
3062
|
+
.e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
|
|
3063
|
+
height: 32px;
|
|
3064
|
+
}
|
|
3065
|
+
|
|
3066
|
+
.e-pv-mobile-annotation-toolbar .e-toolbar-items .e-hscroll-bar {
|
|
3067
|
+
overflow-y: hidden;
|
|
3068
|
+
}
|
|
3069
|
+
|
|
2968
3070
|
.e-pv-stamp-template-container .e-menu-container .e-menu {
|
|
2969
3071
|
background-color: transparent;
|
|
2970
3072
|
border-color: transparent;
|
|
@@ -3520,9 +3622,17 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3520
3622
|
}
|
|
3521
3623
|
|
|
3522
3624
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
3625
|
+
-ms-flex-pack: center;
|
|
3626
|
+
justify-content: center;
|
|
3523
3627
|
padding: 0 7px;
|
|
3524
3628
|
}
|
|
3525
3629
|
|
|
3630
|
+
.e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
|
|
3631
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3632
|
+
width: 1em !important; /* stylelint-disable-line declaration-no-important */
|
|
3633
|
+
line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
3634
|
+
}
|
|
3635
|
+
|
|
3526
3636
|
.e-dialog.e-pv-signature-dialog-height {
|
|
3527
3637
|
height: 591px;
|
|
3528
3638
|
min-height: 591px;
|
package/styles/fluent.css
CHANGED
|
@@ -685,6 +685,14 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
685
685
|
position: absolute;
|
|
686
686
|
}
|
|
687
687
|
|
|
688
|
+
.e-pv-viewer-container .e-pv-page-div.e-focused {
|
|
689
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.e-pv-viewer-container.e-focused {
|
|
693
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px inset;
|
|
694
|
+
}
|
|
695
|
+
|
|
688
696
|
.e-pv-toolbar,
|
|
689
697
|
.e-pv-nav-toolbar,
|
|
690
698
|
.e-pv-annotation-toolbar,
|
|
@@ -726,6 +734,26 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
726
734
|
display: none;
|
|
727
735
|
}
|
|
728
736
|
|
|
737
|
+
.e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text {
|
|
738
|
+
display: none;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
|
|
742
|
+
display: none;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
|
|
746
|
+
display: none;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text {
|
|
750
|
+
display: none;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text {
|
|
754
|
+
display: none;
|
|
755
|
+
}
|
|
756
|
+
|
|
729
757
|
.e-pv-current-page-box.e-input-group.e-control-wrapper {
|
|
730
758
|
height: 32px;
|
|
731
759
|
margin-top: 0;
|
|
@@ -833,6 +861,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
833
861
|
padding-bottom: 2px;
|
|
834
862
|
}
|
|
835
863
|
|
|
864
|
+
.e-pdfviewer .e-pv-open-document-icon .e-pv-icon .e-icons .e-btn-icon .e-icon-left {
|
|
865
|
+
padding: 0;
|
|
866
|
+
}
|
|
867
|
+
|
|
836
868
|
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
837
869
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
838
870
|
line-height: 22px;
|
|
@@ -1348,6 +1380,22 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1348
1380
|
padding: 0;
|
|
1349
1381
|
}
|
|
1350
1382
|
|
|
1383
|
+
.e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
|
|
1384
|
+
background: #edebe9;
|
|
1385
|
+
border: none;
|
|
1386
|
+
border-radius: 4px;
|
|
1387
|
+
line-height: inherit;
|
|
1388
|
+
padding: 0;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
.e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
|
|
1392
|
+
background: #edebe9;
|
|
1393
|
+
border: none;
|
|
1394
|
+
border-radius: 4px;
|
|
1395
|
+
line-height: inherit;
|
|
1396
|
+
padding: 0;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1351
1399
|
.e-bigger .e-pv-bookmark-button.e-btn {
|
|
1352
1400
|
margin: 12px 6px;
|
|
1353
1401
|
}
|
|
@@ -1909,19 +1957,31 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1909
1957
|
font-size: 18px;
|
|
1910
1958
|
}
|
|
1911
1959
|
|
|
1912
|
-
.e-pv-annotation-color-container
|
|
1913
|
-
.e-pv-annotation-opacity-container
|
|
1914
|
-
.e-pv-annotation-stroke-container
|
|
1915
|
-
.e-pv-custom-annotation-thickness-container
|
|
1916
|
-
.e-pv-custom-annotation-opacity-container
|
|
1917
|
-
.e-pv-annotation-thickness-container
|
|
1918
|
-
.e-pv-annotation-textcolor-container
|
|
1919
|
-
.e-pv-annotation-textalign-container
|
|
1920
|
-
.e-pv-annotation-textprop-container
|
|
1960
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
1961
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
1962
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
1963
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1964
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1965
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
1966
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1967
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
1968
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
1921
1969
|
height: 32px;
|
|
1922
1970
|
width: auto;
|
|
1923
1971
|
}
|
|
1924
1972
|
|
|
1973
|
+
.e-bigger .e-pv-annotation-color-container.e-icon-btn,
|
|
1974
|
+
.e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
|
|
1975
|
+
.e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
|
|
1976
|
+
.e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1977
|
+
.e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1978
|
+
.e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
|
|
1979
|
+
.e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1980
|
+
.e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
|
|
1981
|
+
.e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
|
|
1982
|
+
white-space: nowrap;
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1925
1985
|
.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
|
|
1926
1986
|
padding-top: 0;
|
|
1927
1987
|
}
|
|
@@ -1991,6 +2051,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1991
2051
|
border-color: #edebe9;
|
|
1992
2052
|
}
|
|
1993
2053
|
|
|
2054
|
+
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
|
|
2055
|
+
background-color: #edebe9;
|
|
2056
|
+
border-color: #edebe9;
|
|
2057
|
+
outline: none;
|
|
2058
|
+
color: #323130;
|
|
2059
|
+
}
|
|
2060
|
+
|
|
2061
|
+
.e-pv-annotation-color-container.e-btn:focus,
|
|
2062
|
+
.e-pv-annotation-opacity-container.e-btn:focus,
|
|
2063
|
+
.e-pv-annotation-stroke-container.e-btn:focus,
|
|
2064
|
+
.e-pv-annotation-thickness-container.e-btn:focus,
|
|
2065
|
+
.e-pv-annotation-shapes-container.e-btn:focus,
|
|
2066
|
+
.e-pv-annotation-calibrate-container.e-btn:focus,
|
|
2067
|
+
.e-pv-annotation-textcolor-container.e-btn:focus,
|
|
2068
|
+
.e-pv-annotation-textalign-container.e-btn:focus,
|
|
2069
|
+
.e-pv-annotation-handwritten-container.e-btn:focus,
|
|
2070
|
+
.e-pv-annotation-textprop-container.e-btn:focus {
|
|
2071
|
+
background-color: #edebe9;
|
|
2072
|
+
border-color: #edebe9;
|
|
2073
|
+
outline: none;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
1994
2076
|
.e-pv-annotation-color-container.e-btn:active,
|
|
1995
2077
|
.e-pv-annotation-opacity-container.e-btn:active,
|
|
1996
2078
|
.e-pv-annotation-stroke-container.e-btn:active,
|
|
@@ -2565,6 +2647,16 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2565
2647
|
padding: 2px 8px 3px 32px;
|
|
2566
2648
|
}
|
|
2567
2649
|
|
|
2650
|
+
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2651
|
+
border: #201f1e;
|
|
2652
|
+
background: #edebe9;
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
.e-pv-comments-div.e-focused {
|
|
2656
|
+
border: #201f1e;
|
|
2657
|
+
background: #edebe9;
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2568
2660
|
.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
|
|
2569
2661
|
float: right;
|
|
2570
2662
|
padding-bottom: 7px;
|
|
@@ -2965,6 +3057,16 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2965
3057
|
color: #605e5c;
|
|
2966
3058
|
}
|
|
2967
3059
|
|
|
3060
|
+
.e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
|
|
3061
|
+
.e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
|
|
3062
|
+
.e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
|
|
3063
|
+
height: 32px;
|
|
3064
|
+
}
|
|
3065
|
+
|
|
3066
|
+
.e-pv-mobile-annotation-toolbar .e-toolbar-items .e-hscroll-bar {
|
|
3067
|
+
overflow-y: hidden;
|
|
3068
|
+
}
|
|
3069
|
+
|
|
2968
3070
|
.e-pv-stamp-template-container .e-menu-container .e-menu {
|
|
2969
3071
|
background-color: transparent;
|
|
2970
3072
|
border-color: transparent;
|
|
@@ -3520,9 +3622,17 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3520
3622
|
}
|
|
3521
3623
|
|
|
3522
3624
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
3625
|
+
-ms-flex-pack: center;
|
|
3626
|
+
justify-content: center;
|
|
3523
3627
|
padding: 0 7px;
|
|
3524
3628
|
}
|
|
3525
3629
|
|
|
3630
|
+
.e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
|
|
3631
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3632
|
+
width: 1em !important; /* stylelint-disable-line declaration-no-important */
|
|
3633
|
+
line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
3634
|
+
}
|
|
3635
|
+
|
|
3526
3636
|
.e-dialog.e-pv-signature-dialog-height {
|
|
3527
3637
|
height: 591px;
|
|
3528
3638
|
min-height: 591px;
|