@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
|
@@ -736,6 +736,14 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
736
736
|
position: absolute;
|
|
737
737
|
}
|
|
738
738
|
|
|
739
|
+
.e-pv-viewer-container .e-pv-page-div.e-focused {
|
|
740
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.e-pv-viewer-container.e-focused {
|
|
744
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px inset;
|
|
745
|
+
}
|
|
746
|
+
|
|
739
747
|
.e-pv-toolbar,
|
|
740
748
|
.e-pv-nav-toolbar,
|
|
741
749
|
.e-pv-annotation-toolbar,
|
|
@@ -777,6 +785,26 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
777
785
|
display: none;
|
|
778
786
|
}
|
|
779
787
|
|
|
788
|
+
.e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text {
|
|
789
|
+
display: none;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
.e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
|
|
793
|
+
display: none;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
.e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
|
|
797
|
+
display: none;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text {
|
|
801
|
+
display: none;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text {
|
|
805
|
+
display: none;
|
|
806
|
+
}
|
|
807
|
+
|
|
780
808
|
.e-pv-current-page-box.e-input-group.e-control-wrapper {
|
|
781
809
|
height: 32px;
|
|
782
810
|
margin-top: 0;
|
|
@@ -1368,6 +1396,22 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1368
1396
|
padding: 0;
|
|
1369
1397
|
}
|
|
1370
1398
|
|
|
1399
|
+
.e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
|
|
1400
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
|
|
1401
|
+
border: none;
|
|
1402
|
+
border-radius: 4px;
|
|
1403
|
+
line-height: inherit;
|
|
1404
|
+
padding: 0;
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
.e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
|
|
1408
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
|
|
1409
|
+
border: none;
|
|
1410
|
+
border-radius: 4px;
|
|
1411
|
+
line-height: inherit;
|
|
1412
|
+
padding: 0;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1371
1415
|
.e-pv-bookmark-button.e-btn {
|
|
1372
1416
|
background: transparent;
|
|
1373
1417
|
border: none;
|
|
@@ -1876,19 +1920,31 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1876
1920
|
font-size: 18px;
|
|
1877
1921
|
}
|
|
1878
1922
|
|
|
1879
|
-
.e-pv-annotation-color-container
|
|
1880
|
-
.e-pv-annotation-opacity-container
|
|
1881
|
-
.e-pv-annotation-stroke-container
|
|
1882
|
-
.e-pv-custom-annotation-thickness-container
|
|
1883
|
-
.e-pv-custom-annotation-opacity-container
|
|
1884
|
-
.e-pv-annotation-thickness-container
|
|
1885
|
-
.e-pv-annotation-textcolor-container
|
|
1886
|
-
.e-pv-annotation-textalign-container
|
|
1887
|
-
.e-pv-annotation-textprop-container
|
|
1923
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
1924
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
1925
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
1926
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1927
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1928
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
1929
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1930
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
1931
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
1888
1932
|
height: 32px;
|
|
1889
1933
|
width: auto;
|
|
1890
1934
|
}
|
|
1891
1935
|
|
|
1936
|
+
.e-bigger .e-pv-annotation-color-container.e-icon-btn,
|
|
1937
|
+
.e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
|
|
1938
|
+
.e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
|
|
1939
|
+
.e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1940
|
+
.e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1941
|
+
.e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
|
|
1942
|
+
.e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1943
|
+
.e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
|
|
1944
|
+
.e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
|
|
1945
|
+
white-space: nowrap;
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1892
1948
|
.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
|
|
1893
1949
|
padding-top: 7px;
|
|
1894
1950
|
}
|
|
@@ -1954,6 +2010,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1954
2010
|
border: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
|
|
1955
2011
|
}
|
|
1956
2012
|
|
|
2013
|
+
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
|
|
2014
|
+
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
2015
|
+
border-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
|
|
2016
|
+
outline: none;
|
|
2017
|
+
color: rgba(var(--color-sf-on-surface));
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
.e-pv-annotation-color-container.e-btn:focus,
|
|
2021
|
+
.e-pv-annotation-opacity-container.e-btn:focus,
|
|
2022
|
+
.e-pv-annotation-stroke-container.e-btn:focus,
|
|
2023
|
+
.e-pv-annotation-thickness-container.e-btn:focus,
|
|
2024
|
+
.e-pv-annotation-shapes-container.e-btn:focus,
|
|
2025
|
+
.e-pv-annotation-calibrate-container.e-btn:focus,
|
|
2026
|
+
.e-pv-annotation-textcolor-container.e-btn:focus,
|
|
2027
|
+
.e-pv-annotation-textalign-container.e-btn:focus,
|
|
2028
|
+
.e-pv-annotation-handwritten-container.e-btn:focus,
|
|
2029
|
+
.e-pv-annotation-textprop-container.e-btn:focus {
|
|
2030
|
+
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
2031
|
+
border: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
|
|
2032
|
+
outline: none;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
1957
2035
|
.e-pv-annotation-color-container.e-btn:active,
|
|
1958
2036
|
.e-pv-annotation-opacity-container.e-btn:active,
|
|
1959
2037
|
.e-pv-annotation-stroke-container.e-btn:active,
|
|
@@ -2428,6 +2506,16 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2428
2506
|
padding: 2px 8px 3px 32px;
|
|
2429
2507
|
}
|
|
2430
2508
|
|
|
2509
|
+
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2510
|
+
border: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
2511
|
+
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
2512
|
+
}
|
|
2513
|
+
|
|
2514
|
+
.e-pv-comments-div.e-focused {
|
|
2515
|
+
border: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
2516
|
+
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2431
2519
|
.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
|
|
2432
2520
|
float: right;
|
|
2433
2521
|
padding-bottom: 7px;
|
|
@@ -3435,9 +3523,17 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3435
3523
|
}
|
|
3436
3524
|
|
|
3437
3525
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
3526
|
+
-ms-flex-pack: center;
|
|
3527
|
+
justify-content: center;
|
|
3438
3528
|
padding: 0 7px;
|
|
3439
3529
|
}
|
|
3440
3530
|
|
|
3531
|
+
.e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
|
|
3532
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3533
|
+
width: 1em !important; /* stylelint-disable-line declaration-no-important */
|
|
3534
|
+
line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
3535
|
+
}
|
|
3536
|
+
|
|
3441
3537
|
.e-dialog.e-pv-signature-dialog-height {
|
|
3442
3538
|
height: 555px;
|
|
3443
3539
|
min-height: 555px;
|
|
@@ -792,6 +792,14 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
792
792
|
position: absolute;
|
|
793
793
|
}
|
|
794
794
|
|
|
795
|
+
.e-pv-viewer-container .e-pv-page-div.e-focused {
|
|
796
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
.e-pv-viewer-container.e-focused {
|
|
800
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px inset;
|
|
801
|
+
}
|
|
802
|
+
|
|
795
803
|
.e-pv-toolbar,
|
|
796
804
|
.e-pv-nav-toolbar,
|
|
797
805
|
.e-pv-annotation-toolbar,
|
|
@@ -833,6 +841,26 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
833
841
|
display: none;
|
|
834
842
|
}
|
|
835
843
|
|
|
844
|
+
.e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text {
|
|
845
|
+
display: none;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
.e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
|
|
849
|
+
display: none;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
.e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
|
|
853
|
+
display: none;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text {
|
|
857
|
+
display: none;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text {
|
|
861
|
+
display: none;
|
|
862
|
+
}
|
|
863
|
+
|
|
836
864
|
.e-pv-current-page-box.e-input-group.e-control-wrapper {
|
|
837
865
|
height: 32px;
|
|
838
866
|
margin-top: 0;
|
|
@@ -1424,6 +1452,22 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1424
1452
|
padding: 0;
|
|
1425
1453
|
}
|
|
1426
1454
|
|
|
1455
|
+
.e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
|
|
1456
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
|
|
1457
|
+
border: none;
|
|
1458
|
+
border-radius: 4px;
|
|
1459
|
+
line-height: inherit;
|
|
1460
|
+
padding: 0;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
.e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
|
|
1464
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
|
|
1465
|
+
border: none;
|
|
1466
|
+
border-radius: 4px;
|
|
1467
|
+
line-height: inherit;
|
|
1468
|
+
padding: 0;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1427
1471
|
.e-pv-bookmark-button.e-btn {
|
|
1428
1472
|
background: transparent;
|
|
1429
1473
|
border: none;
|
|
@@ -1932,19 +1976,31 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1932
1976
|
font-size: 18px;
|
|
1933
1977
|
}
|
|
1934
1978
|
|
|
1935
|
-
.e-pv-annotation-color-container
|
|
1936
|
-
.e-pv-annotation-opacity-container
|
|
1937
|
-
.e-pv-annotation-stroke-container
|
|
1938
|
-
.e-pv-custom-annotation-thickness-container
|
|
1939
|
-
.e-pv-custom-annotation-opacity-container
|
|
1940
|
-
.e-pv-annotation-thickness-container
|
|
1941
|
-
.e-pv-annotation-textcolor-container
|
|
1942
|
-
.e-pv-annotation-textalign-container
|
|
1943
|
-
.e-pv-annotation-textprop-container
|
|
1979
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
1980
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
1981
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
1982
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1983
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1984
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
1985
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1986
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
1987
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
1944
1988
|
height: 32px;
|
|
1945
1989
|
width: auto;
|
|
1946
1990
|
}
|
|
1947
1991
|
|
|
1992
|
+
.e-bigger .e-pv-annotation-color-container.e-icon-btn,
|
|
1993
|
+
.e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
|
|
1994
|
+
.e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
|
|
1995
|
+
.e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1996
|
+
.e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1997
|
+
.e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
|
|
1998
|
+
.e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1999
|
+
.e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
|
|
2000
|
+
.e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
|
|
2001
|
+
white-space: nowrap;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
1948
2004
|
.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
|
|
1949
2005
|
padding-top: 7px;
|
|
1950
2006
|
}
|
|
@@ -2010,6 +2066,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2010
2066
|
border: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
|
|
2011
2067
|
}
|
|
2012
2068
|
|
|
2069
|
+
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
|
|
2070
|
+
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
2071
|
+
border-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
|
|
2072
|
+
outline: none;
|
|
2073
|
+
color: rgba(var(--color-sf-on-surface));
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
.e-pv-annotation-color-container.e-btn:focus,
|
|
2077
|
+
.e-pv-annotation-opacity-container.e-btn:focus,
|
|
2078
|
+
.e-pv-annotation-stroke-container.e-btn:focus,
|
|
2079
|
+
.e-pv-annotation-thickness-container.e-btn:focus,
|
|
2080
|
+
.e-pv-annotation-shapes-container.e-btn:focus,
|
|
2081
|
+
.e-pv-annotation-calibrate-container.e-btn:focus,
|
|
2082
|
+
.e-pv-annotation-textcolor-container.e-btn:focus,
|
|
2083
|
+
.e-pv-annotation-textalign-container.e-btn:focus,
|
|
2084
|
+
.e-pv-annotation-handwritten-container.e-btn:focus,
|
|
2085
|
+
.e-pv-annotation-textprop-container.e-btn:focus {
|
|
2086
|
+
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
2087
|
+
border: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
|
|
2088
|
+
outline: none;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2013
2091
|
.e-pv-annotation-color-container.e-btn:active,
|
|
2014
2092
|
.e-pv-annotation-opacity-container.e-btn:active,
|
|
2015
2093
|
.e-pv-annotation-stroke-container.e-btn:active,
|
|
@@ -2484,6 +2562,16 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2484
2562
|
padding: 2px 8px 3px 32px;
|
|
2485
2563
|
}
|
|
2486
2564
|
|
|
2565
|
+
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2566
|
+
border: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
|
|
2567
|
+
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
2568
|
+
}
|
|
2569
|
+
|
|
2570
|
+
.e-pv-comments-div.e-focused {
|
|
2571
|
+
border: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
|
|
2572
|
+
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2487
2575
|
.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
|
|
2488
2576
|
float: right;
|
|
2489
2577
|
padding-bottom: 7px;
|
|
@@ -3491,9 +3579,17 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3491
3579
|
}
|
|
3492
3580
|
|
|
3493
3581
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
3582
|
+
-ms-flex-pack: center;
|
|
3583
|
+
justify-content: center;
|
|
3494
3584
|
padding: 0 7px;
|
|
3495
3585
|
}
|
|
3496
3586
|
|
|
3587
|
+
.e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
|
|
3588
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3589
|
+
width: 1em !important; /* stylelint-disable-line declaration-no-important */
|
|
3590
|
+
line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
3591
|
+
}
|
|
3592
|
+
|
|
3497
3593
|
.e-dialog.e-pv-signature-dialog-height {
|
|
3498
3594
|
height: 555px;
|
|
3499
3595
|
min-height: 555px;
|
|
@@ -678,6 +678,14 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
678
678
|
position: absolute;
|
|
679
679
|
}
|
|
680
680
|
|
|
681
|
+
.e-pv-viewer-container .e-pv-page-div.e-focused {
|
|
682
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.e-pv-viewer-container.e-focused {
|
|
686
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px inset;
|
|
687
|
+
}
|
|
688
|
+
|
|
681
689
|
.e-pv-toolbar,
|
|
682
690
|
.e-pv-nav-toolbar,
|
|
683
691
|
.e-pv-annotation-toolbar,
|
|
@@ -719,6 +727,26 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
719
727
|
display: none;
|
|
720
728
|
}
|
|
721
729
|
|
|
730
|
+
.e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text {
|
|
731
|
+
display: none;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
|
|
735
|
+
display: none;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
|
|
739
|
+
display: none;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text {
|
|
743
|
+
display: none;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text {
|
|
747
|
+
display: none;
|
|
748
|
+
}
|
|
749
|
+
|
|
722
750
|
.e-pv-current-page-box.e-input-group.e-control-wrapper {
|
|
723
751
|
height: 28px;
|
|
724
752
|
margin-top: 0;
|
|
@@ -1332,6 +1360,22 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1332
1360
|
padding: 0;
|
|
1333
1361
|
}
|
|
1334
1362
|
|
|
1363
|
+
.e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
|
|
1364
|
+
background: #4b5563;
|
|
1365
|
+
border: none;
|
|
1366
|
+
border-radius: 4px;
|
|
1367
|
+
line-height: inherit;
|
|
1368
|
+
padding: 0;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
.e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
|
|
1372
|
+
background: #4b5563;
|
|
1373
|
+
border: none;
|
|
1374
|
+
border-radius: 4px;
|
|
1375
|
+
line-height: inherit;
|
|
1376
|
+
padding: 0;
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1335
1379
|
.e-pv-bookmark-button.e-btn {
|
|
1336
1380
|
background: transparent;
|
|
1337
1381
|
border: none;
|
|
@@ -1836,19 +1880,31 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1836
1880
|
font-size: 18px;
|
|
1837
1881
|
}
|
|
1838
1882
|
|
|
1839
|
-
.e-pv-annotation-color-container
|
|
1840
|
-
.e-pv-annotation-opacity-container
|
|
1841
|
-
.e-pv-annotation-stroke-container
|
|
1842
|
-
.e-pv-custom-annotation-thickness-container
|
|
1843
|
-
.e-pv-custom-annotation-opacity-container
|
|
1844
|
-
.e-pv-annotation-thickness-container
|
|
1845
|
-
.e-pv-annotation-textcolor-container
|
|
1846
|
-
.e-pv-annotation-textalign-container
|
|
1847
|
-
.e-pv-annotation-textprop-container
|
|
1883
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
1884
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
1885
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
1886
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1887
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1888
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
1889
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1890
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
1891
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
1848
1892
|
height: 32px;
|
|
1849
1893
|
width: 62px;
|
|
1850
1894
|
}
|
|
1851
1895
|
|
|
1896
|
+
.e-bigger .e-pv-annotation-color-container.e-icon-btn,
|
|
1897
|
+
.e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
|
|
1898
|
+
.e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
|
|
1899
|
+
.e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1900
|
+
.e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1901
|
+
.e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
|
|
1902
|
+
.e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1903
|
+
.e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
|
|
1904
|
+
.e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
|
|
1905
|
+
white-space: nowrap;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1852
1908
|
.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
|
|
1853
1909
|
padding-top: 10px;
|
|
1854
1910
|
}
|
|
@@ -1912,6 +1968,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1912
1968
|
border-color: #4b5563;
|
|
1913
1969
|
}
|
|
1914
1970
|
|
|
1971
|
+
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
|
|
1972
|
+
background-color: #4b5563;
|
|
1973
|
+
border-color: #4b5563;
|
|
1974
|
+
outline: none;
|
|
1975
|
+
color: #fff;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
.e-pv-annotation-color-container.e-btn:focus,
|
|
1979
|
+
.e-pv-annotation-opacity-container.e-btn:focus,
|
|
1980
|
+
.e-pv-annotation-stroke-container.e-btn:focus,
|
|
1981
|
+
.e-pv-annotation-thickness-container.e-btn:focus,
|
|
1982
|
+
.e-pv-annotation-shapes-container.e-btn:focus,
|
|
1983
|
+
.e-pv-annotation-calibrate-container.e-btn:focus,
|
|
1984
|
+
.e-pv-annotation-textcolor-container.e-btn:focus,
|
|
1985
|
+
.e-pv-annotation-textalign-container.e-btn:focus,
|
|
1986
|
+
.e-pv-annotation-handwritten-container.e-btn:focus,
|
|
1987
|
+
.e-pv-annotation-textprop-container.e-btn:focus {
|
|
1988
|
+
background-color: #4b5563;
|
|
1989
|
+
border-color: #4b5563;
|
|
1990
|
+
outline: none;
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1915
1993
|
.e-pv-annotation-color-container.e-btn:active,
|
|
1916
1994
|
.e-pv-annotation-opacity-container.e-btn:active,
|
|
1917
1995
|
.e-pv-annotation-stroke-container.e-btn:active,
|
|
@@ -2388,6 +2466,16 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2388
2466
|
padding: 2px 8px 3px 32px;
|
|
2389
2467
|
}
|
|
2390
2468
|
|
|
2469
|
+
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2470
|
+
border: 0 0 0 1px #22d3ee;
|
|
2471
|
+
background: #4b5563;
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2474
|
+
.e-pv-comments-div.e-focused {
|
|
2475
|
+
border: 0 0 0 1px #22d3ee;
|
|
2476
|
+
background: #4b5563;
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2391
2479
|
.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
|
|
2392
2480
|
float: right;
|
|
2393
2481
|
padding-bottom: 7px;
|
|
@@ -3312,9 +3400,17 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3312
3400
|
}
|
|
3313
3401
|
|
|
3314
3402
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
3403
|
+
-ms-flex-pack: center;
|
|
3404
|
+
justify-content: center;
|
|
3315
3405
|
padding: 0 7px;
|
|
3316
3406
|
}
|
|
3317
3407
|
|
|
3408
|
+
.e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
|
|
3409
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3410
|
+
width: 1em !important; /* stylelint-disable-line declaration-no-important */
|
|
3411
|
+
line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
3412
|
+
}
|
|
3413
|
+
|
|
3318
3414
|
.e-dialog.e-pv-signature-dialog-height {
|
|
3319
3415
|
height: 550px;
|
|
3320
3416
|
}
|
|
@@ -679,6 +679,14 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
679
679
|
position: absolute;
|
|
680
680
|
}
|
|
681
681
|
|
|
682
|
+
.e-pv-viewer-container .e-pv-page-div.e-focused {
|
|
683
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.e-pv-viewer-container.e-focused {
|
|
687
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px inset;
|
|
688
|
+
}
|
|
689
|
+
|
|
682
690
|
.e-pv-toolbar,
|
|
683
691
|
.e-pv-nav-toolbar,
|
|
684
692
|
.e-pv-annotation-toolbar,
|
|
@@ -720,6 +728,26 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
720
728
|
display: none;
|
|
721
729
|
}
|
|
722
730
|
|
|
731
|
+
.e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text {
|
|
732
|
+
display: none;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
|
|
736
|
+
display: none;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
|
|
740
|
+
display: none;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text {
|
|
744
|
+
display: none;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text {
|
|
748
|
+
display: none;
|
|
749
|
+
}
|
|
750
|
+
|
|
723
751
|
.e-pv-current-page-box.e-input-group.e-control-wrapper {
|
|
724
752
|
height: 28px;
|
|
725
753
|
margin-top: 0;
|
|
@@ -1333,6 +1361,22 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1333
1361
|
padding: 0;
|
|
1334
1362
|
}
|
|
1335
1363
|
|
|
1364
|
+
.e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
|
|
1365
|
+
background: #e5e7eb;
|
|
1366
|
+
border: none;
|
|
1367
|
+
border-radius: 4px;
|
|
1368
|
+
line-height: inherit;
|
|
1369
|
+
padding: 0;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
.e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
|
|
1373
|
+
background: #e5e7eb;
|
|
1374
|
+
border: none;
|
|
1375
|
+
border-radius: 4px;
|
|
1376
|
+
line-height: inherit;
|
|
1377
|
+
padding: 0;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1336
1380
|
.e-pv-bookmark-button.e-btn {
|
|
1337
1381
|
background: transparent;
|
|
1338
1382
|
border: none;
|
|
@@ -1837,19 +1881,31 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1837
1881
|
font-size: 18px;
|
|
1838
1882
|
}
|
|
1839
1883
|
|
|
1840
|
-
.e-pv-annotation-color-container
|
|
1841
|
-
.e-pv-annotation-opacity-container
|
|
1842
|
-
.e-pv-annotation-stroke-container
|
|
1843
|
-
.e-pv-custom-annotation-thickness-container
|
|
1844
|
-
.e-pv-custom-annotation-opacity-container
|
|
1845
|
-
.e-pv-annotation-thickness-container
|
|
1846
|
-
.e-pv-annotation-textcolor-container
|
|
1847
|
-
.e-pv-annotation-textalign-container
|
|
1848
|
-
.e-pv-annotation-textprop-container
|
|
1884
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
1885
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
1886
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
1887
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1888
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1889
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
1890
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1891
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
1892
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
1849
1893
|
height: 32px;
|
|
1850
1894
|
width: 62px;
|
|
1851
1895
|
}
|
|
1852
1896
|
|
|
1897
|
+
.e-bigger .e-pv-annotation-color-container.e-icon-btn,
|
|
1898
|
+
.e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
|
|
1899
|
+
.e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
|
|
1900
|
+
.e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1901
|
+
.e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1902
|
+
.e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
|
|
1903
|
+
.e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1904
|
+
.e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
|
|
1905
|
+
.e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
|
|
1906
|
+
white-space: nowrap;
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1853
1909
|
.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
|
|
1854
1910
|
padding-top: 10px;
|
|
1855
1911
|
}
|
|
@@ -1913,6 +1969,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1913
1969
|
border-color: #e5e7eb;
|
|
1914
1970
|
}
|
|
1915
1971
|
|
|
1972
|
+
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
|
|
1973
|
+
background-color: #e5e7eb;
|
|
1974
|
+
border-color: #e5e7eb;
|
|
1975
|
+
outline: none;
|
|
1976
|
+
color: #374151;
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
.e-pv-annotation-color-container.e-btn:focus,
|
|
1980
|
+
.e-pv-annotation-opacity-container.e-btn:focus,
|
|
1981
|
+
.e-pv-annotation-stroke-container.e-btn:focus,
|
|
1982
|
+
.e-pv-annotation-thickness-container.e-btn:focus,
|
|
1983
|
+
.e-pv-annotation-shapes-container.e-btn:focus,
|
|
1984
|
+
.e-pv-annotation-calibrate-container.e-btn:focus,
|
|
1985
|
+
.e-pv-annotation-textcolor-container.e-btn:focus,
|
|
1986
|
+
.e-pv-annotation-textalign-container.e-btn:focus,
|
|
1987
|
+
.e-pv-annotation-handwritten-container.e-btn:focus,
|
|
1988
|
+
.e-pv-annotation-textprop-container.e-btn:focus {
|
|
1989
|
+
background-color: #e5e7eb;
|
|
1990
|
+
border-color: #e5e7eb;
|
|
1991
|
+
outline: none;
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1916
1994
|
.e-pv-annotation-color-container.e-btn:active,
|
|
1917
1995
|
.e-pv-annotation-opacity-container.e-btn:active,
|
|
1918
1996
|
.e-pv-annotation-stroke-container.e-btn:active,
|
|
@@ -2389,6 +2467,16 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2389
2467
|
padding: 2px 8px 3px 32px;
|
|
2390
2468
|
}
|
|
2391
2469
|
|
|
2470
|
+
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2471
|
+
border: 0 0 0 1px #4f46e5;
|
|
2472
|
+
background: #f3f4f6;
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2475
|
+
.e-pv-comments-div.e-focused {
|
|
2476
|
+
border: 0 0 0 1px #4f46e5;
|
|
2477
|
+
background: #f3f4f6;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2392
2480
|
.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
|
|
2393
2481
|
float: right;
|
|
2394
2482
|
padding-bottom: 7px;
|
|
@@ -3313,9 +3401,17 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3313
3401
|
}
|
|
3314
3402
|
|
|
3315
3403
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
3404
|
+
-ms-flex-pack: center;
|
|
3405
|
+
justify-content: center;
|
|
3316
3406
|
padding: 0 7px;
|
|
3317
3407
|
}
|
|
3318
3408
|
|
|
3409
|
+
.e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
|
|
3410
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3411
|
+
width: 1em !important; /* stylelint-disable-line declaration-no-important */
|
|
3412
|
+
line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
3413
|
+
}
|
|
3414
|
+
|
|
3319
3415
|
.e-dialog.e-pv-signature-dialog-height {
|
|
3320
3416
|
height: 550px;
|
|
3321
3417
|
}
|