@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
|
@@ -671,6 +671,14 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
671
671
|
position: absolute;
|
|
672
672
|
}
|
|
673
673
|
|
|
674
|
+
.e-pv-viewer-container .e-pv-page-div.e-focused {
|
|
675
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.e-pv-viewer-container.e-focused {
|
|
679
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px inset;
|
|
680
|
+
}
|
|
681
|
+
|
|
674
682
|
.e-pv-toolbar,
|
|
675
683
|
.e-pv-nav-toolbar,
|
|
676
684
|
.e-pv-annotation-toolbar,
|
|
@@ -712,6 +720,26 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
712
720
|
display: none;
|
|
713
721
|
}
|
|
714
722
|
|
|
723
|
+
.e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text {
|
|
724
|
+
display: none;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
|
|
728
|
+
display: none;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
|
|
732
|
+
display: none;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text {
|
|
736
|
+
display: none;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text {
|
|
740
|
+
display: none;
|
|
741
|
+
}
|
|
742
|
+
|
|
715
743
|
.e-pv-current-page-box.e-input-group.e-control-wrapper {
|
|
716
744
|
height: 28px;
|
|
717
745
|
margin-top: 0;
|
|
@@ -1317,6 +1345,22 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1317
1345
|
padding: 10px;
|
|
1318
1346
|
}
|
|
1319
1347
|
|
|
1348
|
+
.e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
|
|
1349
|
+
background: #400074;
|
|
1350
|
+
border: none;
|
|
1351
|
+
border-radius: 0;
|
|
1352
|
+
line-height: 1.1em;
|
|
1353
|
+
padding: 10px;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
|
|
1357
|
+
background: #400074;
|
|
1358
|
+
border: none;
|
|
1359
|
+
border-radius: 0;
|
|
1360
|
+
line-height: 1.1em;
|
|
1361
|
+
padding: 10px;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1320
1364
|
.e-pv-bookmark-button.e-btn {
|
|
1321
1365
|
background: transparent;
|
|
1322
1366
|
border: none;
|
|
@@ -1812,19 +1856,31 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1812
1856
|
font-size: 18px;
|
|
1813
1857
|
}
|
|
1814
1858
|
|
|
1815
|
-
.e-pv-annotation-color-container
|
|
1816
|
-
.e-pv-annotation-opacity-container
|
|
1817
|
-
.e-pv-annotation-stroke-container
|
|
1818
|
-
.e-pv-custom-annotation-thickness-container
|
|
1819
|
-
.e-pv-custom-annotation-opacity-container
|
|
1820
|
-
.e-pv-annotation-thickness-container
|
|
1821
|
-
.e-pv-annotation-textcolor-container
|
|
1822
|
-
.e-pv-annotation-textalign-container
|
|
1823
|
-
.e-pv-annotation-textprop-container
|
|
1859
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
1860
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
1861
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
1862
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1863
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1864
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
1865
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1866
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
1867
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
1824
1868
|
height: 50px;
|
|
1825
1869
|
width: 56px;
|
|
1826
1870
|
}
|
|
1827
1871
|
|
|
1872
|
+
.e-bigger .e-pv-annotation-color-container.e-icon-btn,
|
|
1873
|
+
.e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
|
|
1874
|
+
.e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
|
|
1875
|
+
.e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1876
|
+
.e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1877
|
+
.e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
|
|
1878
|
+
.e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1879
|
+
.e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
|
|
1880
|
+
.e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
|
|
1881
|
+
white-space: nowrap;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1828
1884
|
.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
|
|
1829
1885
|
padding-top: 19px;
|
|
1830
1886
|
}
|
|
@@ -1888,6 +1944,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1888
1944
|
border-color: #000;
|
|
1889
1945
|
}
|
|
1890
1946
|
|
|
1947
|
+
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
|
|
1948
|
+
background-color: #ecf;
|
|
1949
|
+
border-color: #000;
|
|
1950
|
+
outline: none;
|
|
1951
|
+
color: rgba(255, 255, 255, 0.87);
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
.e-pv-annotation-color-container.e-btn:focus,
|
|
1955
|
+
.e-pv-annotation-opacity-container.e-btn:focus,
|
|
1956
|
+
.e-pv-annotation-stroke-container.e-btn:focus,
|
|
1957
|
+
.e-pv-annotation-thickness-container.e-btn:focus,
|
|
1958
|
+
.e-pv-annotation-shapes-container.e-btn:focus,
|
|
1959
|
+
.e-pv-annotation-calibrate-container.e-btn:focus,
|
|
1960
|
+
.e-pv-annotation-textcolor-container.e-btn:focus,
|
|
1961
|
+
.e-pv-annotation-textalign-container.e-btn:focus,
|
|
1962
|
+
.e-pv-annotation-handwritten-container.e-btn:focus,
|
|
1963
|
+
.e-pv-annotation-textprop-container.e-btn:focus {
|
|
1964
|
+
background-color: #ecf;
|
|
1965
|
+
border-color: #000;
|
|
1966
|
+
outline: none;
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1891
1969
|
.e-pv-annotation-color-container.e-btn:active,
|
|
1892
1970
|
.e-pv-annotation-opacity-container.e-btn:active,
|
|
1893
1971
|
.e-pv-annotation-stroke-container.e-btn:active,
|
|
@@ -2361,6 +2439,16 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2361
2439
|
padding: 2px 8px 3px 32px;
|
|
2362
2440
|
}
|
|
2363
2441
|
|
|
2442
|
+
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2443
|
+
border: none;
|
|
2444
|
+
background: none;
|
|
2445
|
+
}
|
|
2446
|
+
|
|
2447
|
+
.e-pv-comments-div.e-focused {
|
|
2448
|
+
border: none;
|
|
2449
|
+
background: none;
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2364
2452
|
.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
|
|
2365
2453
|
float: right;
|
|
2366
2454
|
padding-bottom: 7px;
|
|
@@ -3265,9 +3353,17 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3265
3353
|
}
|
|
3266
3354
|
|
|
3267
3355
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
3356
|
+
-ms-flex-pack: center;
|
|
3357
|
+
justify-content: center;
|
|
3268
3358
|
padding: 0 7px;
|
|
3269
3359
|
}
|
|
3270
3360
|
|
|
3361
|
+
.e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
|
|
3362
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3363
|
+
width: 1em !important; /* stylelint-disable-line declaration-no-important */
|
|
3364
|
+
line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
3365
|
+
}
|
|
3366
|
+
|
|
3271
3367
|
.e-dialog.e-pv-signature-dialog-height {
|
|
3272
3368
|
height: 570px;
|
|
3273
3369
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -671,6 +671,14 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
671
671
|
position: absolute;
|
|
672
672
|
}
|
|
673
673
|
|
|
674
|
+
.e-pv-viewer-container .e-pv-page-div.e-focused {
|
|
675
|
+
box-shadow: #fff 0 0 0 2px;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.e-pv-viewer-container.e-focused {
|
|
679
|
+
box-shadow: #fff 0 0 0 2px inset;
|
|
680
|
+
}
|
|
681
|
+
|
|
674
682
|
.e-pv-toolbar,
|
|
675
683
|
.e-pv-nav-toolbar,
|
|
676
684
|
.e-pv-annotation-toolbar,
|
|
@@ -712,6 +720,26 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
712
720
|
display: none;
|
|
713
721
|
}
|
|
714
722
|
|
|
723
|
+
.e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text {
|
|
724
|
+
display: none;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
|
|
728
|
+
display: none;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
|
|
732
|
+
display: none;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text {
|
|
736
|
+
display: none;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text {
|
|
740
|
+
display: none;
|
|
741
|
+
}
|
|
742
|
+
|
|
715
743
|
.e-pv-current-page-box.e-input-group.e-control-wrapper {
|
|
716
744
|
height: 28px;
|
|
717
745
|
margin-top: 0;
|
|
@@ -1317,6 +1345,22 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1317
1345
|
padding: 10px;
|
|
1318
1346
|
}
|
|
1319
1347
|
|
|
1348
|
+
.e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
|
|
1349
|
+
background: #ffd939;
|
|
1350
|
+
border: none;
|
|
1351
|
+
border-radius: 0;
|
|
1352
|
+
line-height: 1.1em;
|
|
1353
|
+
padding: 10px;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
|
|
1357
|
+
background: #ffd939;
|
|
1358
|
+
border: none;
|
|
1359
|
+
border-radius: 0;
|
|
1360
|
+
line-height: 1.1em;
|
|
1361
|
+
padding: 10px;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1320
1364
|
.e-pv-bookmark-button.e-btn {
|
|
1321
1365
|
background: transparent;
|
|
1322
1366
|
border: none;
|
|
@@ -1812,19 +1856,31 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1812
1856
|
font-size: 18px;
|
|
1813
1857
|
}
|
|
1814
1858
|
|
|
1815
|
-
.e-pv-annotation-color-container
|
|
1816
|
-
.e-pv-annotation-opacity-container
|
|
1817
|
-
.e-pv-annotation-stroke-container
|
|
1818
|
-
.e-pv-custom-annotation-thickness-container
|
|
1819
|
-
.e-pv-custom-annotation-opacity-container
|
|
1820
|
-
.e-pv-annotation-thickness-container
|
|
1821
|
-
.e-pv-annotation-textcolor-container
|
|
1822
|
-
.e-pv-annotation-textalign-container
|
|
1823
|
-
.e-pv-annotation-textprop-container
|
|
1859
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
1860
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
1861
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
1862
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1863
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1864
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
1865
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1866
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
1867
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
1824
1868
|
height: 50px;
|
|
1825
1869
|
width: 56px;
|
|
1826
1870
|
}
|
|
1827
1871
|
|
|
1872
|
+
.e-bigger .e-pv-annotation-color-container.e-icon-btn,
|
|
1873
|
+
.e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
|
|
1874
|
+
.e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
|
|
1875
|
+
.e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1876
|
+
.e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1877
|
+
.e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
|
|
1878
|
+
.e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1879
|
+
.e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
|
|
1880
|
+
.e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
|
|
1881
|
+
white-space: nowrap;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1828
1884
|
.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
|
|
1829
1885
|
padding-top: 19px;
|
|
1830
1886
|
}
|
|
@@ -1892,6 +1948,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1892
1948
|
border-color: #fff;
|
|
1893
1949
|
}
|
|
1894
1950
|
|
|
1951
|
+
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
|
|
1952
|
+
background-color: #685708;
|
|
1953
|
+
border-color: #fff;
|
|
1954
|
+
outline: none;
|
|
1955
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
.e-pv-annotation-color-container.e-btn:focus,
|
|
1959
|
+
.e-pv-annotation-opacity-container.e-btn:focus,
|
|
1960
|
+
.e-pv-annotation-stroke-container.e-btn:focus,
|
|
1961
|
+
.e-pv-annotation-thickness-container.e-btn:focus,
|
|
1962
|
+
.e-pv-annotation-shapes-container.e-btn:focus,
|
|
1963
|
+
.e-pv-annotation-calibrate-container.e-btn:focus,
|
|
1964
|
+
.e-pv-annotation-textcolor-container.e-btn:focus,
|
|
1965
|
+
.e-pv-annotation-textalign-container.e-btn:focus,
|
|
1966
|
+
.e-pv-annotation-handwritten-container.e-btn:focus,
|
|
1967
|
+
.e-pv-annotation-textprop-container.e-btn:focus {
|
|
1968
|
+
background-color: #685708;
|
|
1969
|
+
border-color: #fff;
|
|
1970
|
+
outline: none;
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1895
1973
|
.e-pv-annotation-color-container.e-btn:active,
|
|
1896
1974
|
.e-pv-annotation-opacity-container.e-btn:active,
|
|
1897
1975
|
.e-pv-annotation-stroke-container.e-btn:active,
|
|
@@ -2365,6 +2443,16 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2365
2443
|
padding: 2px 8px 3px 32px;
|
|
2366
2444
|
}
|
|
2367
2445
|
|
|
2446
|
+
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2447
|
+
border: #fff;
|
|
2448
|
+
background: #685708;
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
.e-pv-comments-div.e-focused {
|
|
2452
|
+
border: #fff;
|
|
2453
|
+
background: #685708;
|
|
2454
|
+
}
|
|
2455
|
+
|
|
2368
2456
|
.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
|
|
2369
2457
|
float: right;
|
|
2370
2458
|
padding-bottom: 7px;
|
|
@@ -3278,9 +3366,17 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3278
3366
|
}
|
|
3279
3367
|
|
|
3280
3368
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
3369
|
+
-ms-flex-pack: center;
|
|
3370
|
+
justify-content: center;
|
|
3281
3371
|
padding: 0 7px;
|
|
3282
3372
|
}
|
|
3283
3373
|
|
|
3374
|
+
.e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
|
|
3375
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3376
|
+
width: 1em !important; /* stylelint-disable-line declaration-no-important */
|
|
3377
|
+
line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
3378
|
+
}
|
|
3379
|
+
|
|
3284
3380
|
.e-pv-signature-window .e-dlg-content {
|
|
3285
3381
|
padding: 16px;
|
|
3286
3382
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -674,6 +674,14 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
674
674
|
position: absolute;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
|
+
.e-pv-viewer-container .e-pv-page-div.e-focused {
|
|
678
|
+
box-shadow: #fff 0 0 0 2px;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.e-pv-viewer-container.e-focused {
|
|
682
|
+
box-shadow: #fff 0 0 0 2px inset;
|
|
683
|
+
}
|
|
684
|
+
|
|
677
685
|
.e-pv-toolbar,
|
|
678
686
|
.e-pv-nav-toolbar,
|
|
679
687
|
.e-pv-annotation-toolbar,
|
|
@@ -715,6 +723,26 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
715
723
|
display: none;
|
|
716
724
|
}
|
|
717
725
|
|
|
726
|
+
.e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text {
|
|
727
|
+
display: none;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
|
|
731
|
+
display: none;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
|
|
735
|
+
display: none;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text {
|
|
739
|
+
display: none;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text {
|
|
743
|
+
display: none;
|
|
744
|
+
}
|
|
745
|
+
|
|
718
746
|
.e-pv-current-page-box.e-input-group.e-control-wrapper {
|
|
719
747
|
height: 28px;
|
|
720
748
|
margin-top: 3px;
|
|
@@ -1320,6 +1348,22 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1320
1348
|
padding: 10px;
|
|
1321
1349
|
}
|
|
1322
1350
|
|
|
1351
|
+
.e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
|
|
1352
|
+
background: transparent;
|
|
1353
|
+
border: none;
|
|
1354
|
+
border-radius: 0;
|
|
1355
|
+
line-height: inherit;
|
|
1356
|
+
padding: 10px;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
.e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
|
|
1360
|
+
background: transparent;
|
|
1361
|
+
border: none;
|
|
1362
|
+
border-radius: 0;
|
|
1363
|
+
line-height: inherit;
|
|
1364
|
+
padding: 10px;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1323
1367
|
.e-pv-bookmark-button.e-btn {
|
|
1324
1368
|
background: transparent;
|
|
1325
1369
|
border: none;
|
|
@@ -1815,19 +1859,31 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1815
1859
|
font-size: 18px;
|
|
1816
1860
|
}
|
|
1817
1861
|
|
|
1818
|
-
.e-pv-annotation-color-container
|
|
1819
|
-
.e-pv-annotation-opacity-container
|
|
1820
|
-
.e-pv-annotation-stroke-container
|
|
1821
|
-
.e-pv-custom-annotation-thickness-container
|
|
1822
|
-
.e-pv-custom-annotation-opacity-container
|
|
1823
|
-
.e-pv-annotation-thickness-container
|
|
1824
|
-
.e-pv-annotation-textcolor-container
|
|
1825
|
-
.e-pv-annotation-textalign-container
|
|
1826
|
-
.e-pv-annotation-textprop-container
|
|
1862
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
1863
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
1864
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
1865
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1866
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1867
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
1868
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1869
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
1870
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
1827
1871
|
height: 32px;
|
|
1828
1872
|
width: 54px;
|
|
1829
1873
|
}
|
|
1830
1874
|
|
|
1875
|
+
.e-bigger .e-pv-annotation-color-container.e-icon-btn,
|
|
1876
|
+
.e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
|
|
1877
|
+
.e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
|
|
1878
|
+
.e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1879
|
+
.e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1880
|
+
.e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
|
|
1881
|
+
.e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1882
|
+
.e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
|
|
1883
|
+
.e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
|
|
1884
|
+
white-space: nowrap;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1831
1887
|
.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
|
|
1832
1888
|
padding-top: 8px;
|
|
1833
1889
|
}
|
|
@@ -1891,6 +1947,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1891
1947
|
border-color: transparent;
|
|
1892
1948
|
}
|
|
1893
1949
|
|
|
1950
|
+
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
|
|
1951
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1952
|
+
border-color: transparent;
|
|
1953
|
+
outline: none;
|
|
1954
|
+
color: rgba(0, 176, 255, 0.7);
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1957
|
+
.e-pv-annotation-color-container.e-btn:focus,
|
|
1958
|
+
.e-pv-annotation-opacity-container.e-btn:focus,
|
|
1959
|
+
.e-pv-annotation-stroke-container.e-btn:focus,
|
|
1960
|
+
.e-pv-annotation-thickness-container.e-btn:focus,
|
|
1961
|
+
.e-pv-annotation-shapes-container.e-btn:focus,
|
|
1962
|
+
.e-pv-annotation-calibrate-container.e-btn:focus,
|
|
1963
|
+
.e-pv-annotation-textcolor-container.e-btn:focus,
|
|
1964
|
+
.e-pv-annotation-textalign-container.e-btn:focus,
|
|
1965
|
+
.e-pv-annotation-handwritten-container.e-btn:focus,
|
|
1966
|
+
.e-pv-annotation-textprop-container.e-btn:focus {
|
|
1967
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1968
|
+
border-color: transparent;
|
|
1969
|
+
outline: none;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1894
1972
|
.e-pv-annotation-color-container.e-btn:active,
|
|
1895
1973
|
.e-pv-annotation-opacity-container.e-btn:active,
|
|
1896
1974
|
.e-pv-annotation-stroke-container.e-btn:active,
|
|
@@ -2364,6 +2442,16 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2364
2442
|
padding: 2px 8px 3px 32px;
|
|
2365
2443
|
}
|
|
2366
2444
|
|
|
2445
|
+
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2446
|
+
border: #424242;
|
|
2447
|
+
background: none;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2450
|
+
.e-pv-comments-div.e-focused {
|
|
2451
|
+
border: #424242;
|
|
2452
|
+
background: none;
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2367
2455
|
.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
|
|
2368
2456
|
float: right;
|
|
2369
2457
|
padding-bottom: 7px;
|
|
@@ -3268,9 +3356,17 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3268
3356
|
}
|
|
3269
3357
|
|
|
3270
3358
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
3359
|
+
-ms-flex-pack: center;
|
|
3360
|
+
justify-content: center;
|
|
3271
3361
|
padding: 0 7px;
|
|
3272
3362
|
}
|
|
3273
3363
|
|
|
3364
|
+
.e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
|
|
3365
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3366
|
+
width: 1em !important; /* stylelint-disable-line declaration-no-important */
|
|
3367
|
+
line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
3368
|
+
}
|
|
3369
|
+
|
|
3274
3370
|
.e-dialog.e-pv-signature-dialog-height {
|
|
3275
3371
|
height: 540px;
|
|
3276
3372
|
}
|
package/styles/material.css
CHANGED
|
@@ -674,6 +674,14 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
674
674
|
position: absolute;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
|
+
.e-pv-viewer-container .e-pv-page-div.e-focused {
|
|
678
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.e-pv-viewer-container.e-focused {
|
|
682
|
+
box-shadow: rgb(0, 0, 0) 0 0 0 2px inset;
|
|
683
|
+
}
|
|
684
|
+
|
|
677
685
|
.e-pv-toolbar,
|
|
678
686
|
.e-pv-nav-toolbar,
|
|
679
687
|
.e-pv-annotation-toolbar,
|
|
@@ -715,6 +723,26 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
715
723
|
display: none;
|
|
716
724
|
}
|
|
717
725
|
|
|
726
|
+
.e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text {
|
|
727
|
+
display: none;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
|
|
731
|
+
display: none;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
|
|
735
|
+
display: none;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text {
|
|
739
|
+
display: none;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text {
|
|
743
|
+
display: none;
|
|
744
|
+
}
|
|
745
|
+
|
|
718
746
|
.e-pv-current-page-box.e-input-group.e-control-wrapper {
|
|
719
747
|
height: 28px;
|
|
720
748
|
margin-top: 3px;
|
|
@@ -1320,6 +1348,22 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1320
1348
|
padding: 10px;
|
|
1321
1349
|
}
|
|
1322
1350
|
|
|
1351
|
+
.e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
|
|
1352
|
+
background: transparent;
|
|
1353
|
+
border: none;
|
|
1354
|
+
border-radius: 0;
|
|
1355
|
+
line-height: inherit;
|
|
1356
|
+
padding: 10px;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
.e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
|
|
1360
|
+
background: transparent;
|
|
1361
|
+
border: none;
|
|
1362
|
+
border-radius: 0;
|
|
1363
|
+
line-height: inherit;
|
|
1364
|
+
padding: 10px;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1323
1367
|
.e-pv-bookmark-button.e-btn {
|
|
1324
1368
|
background: transparent;
|
|
1325
1369
|
border: none;
|
|
@@ -1815,19 +1859,31 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1815
1859
|
font-size: 18px;
|
|
1816
1860
|
}
|
|
1817
1861
|
|
|
1818
|
-
.e-pv-annotation-color-container
|
|
1819
|
-
.e-pv-annotation-opacity-container
|
|
1820
|
-
.e-pv-annotation-stroke-container
|
|
1821
|
-
.e-pv-custom-annotation-thickness-container
|
|
1822
|
-
.e-pv-custom-annotation-opacity-container
|
|
1823
|
-
.e-pv-annotation-thickness-container
|
|
1824
|
-
.e-pv-annotation-textcolor-container
|
|
1825
|
-
.e-pv-annotation-textalign-container
|
|
1826
|
-
.e-pv-annotation-textprop-container
|
|
1862
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
1863
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
1864
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
1865
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1866
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1867
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
1868
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1869
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
1870
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
1827
1871
|
height: 32px;
|
|
1828
1872
|
width: 54px;
|
|
1829
1873
|
}
|
|
1830
1874
|
|
|
1875
|
+
.e-bigger .e-pv-annotation-color-container.e-icon-btn,
|
|
1876
|
+
.e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
|
|
1877
|
+
.e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
|
|
1878
|
+
.e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
1879
|
+
.e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
1880
|
+
.e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
|
|
1881
|
+
.e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
|
|
1882
|
+
.e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
|
|
1883
|
+
.e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
|
|
1884
|
+
white-space: nowrap;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1831
1887
|
.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
|
|
1832
1888
|
padding-top: 10px;
|
|
1833
1889
|
}
|
|
@@ -1891,6 +1947,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1891
1947
|
border-color: transparent;
|
|
1892
1948
|
}
|
|
1893
1949
|
|
|
1950
|
+
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
|
|
1951
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
1952
|
+
border-color: transparent;
|
|
1953
|
+
outline: none;
|
|
1954
|
+
color: rgba(227, 22, 91, 0.7);
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1957
|
+
.e-pv-annotation-color-container.e-btn:focus,
|
|
1958
|
+
.e-pv-annotation-opacity-container.e-btn:focus,
|
|
1959
|
+
.e-pv-annotation-stroke-container.e-btn:focus,
|
|
1960
|
+
.e-pv-annotation-thickness-container.e-btn:focus,
|
|
1961
|
+
.e-pv-annotation-shapes-container.e-btn:focus,
|
|
1962
|
+
.e-pv-annotation-calibrate-container.e-btn:focus,
|
|
1963
|
+
.e-pv-annotation-textcolor-container.e-btn:focus,
|
|
1964
|
+
.e-pv-annotation-textalign-container.e-btn:focus,
|
|
1965
|
+
.e-pv-annotation-handwritten-container.e-btn:focus,
|
|
1966
|
+
.e-pv-annotation-textprop-container.e-btn:focus {
|
|
1967
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
1968
|
+
border-color: transparent;
|
|
1969
|
+
outline: none;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1894
1972
|
.e-pv-annotation-color-container.e-btn:active,
|
|
1895
1973
|
.e-pv-annotation-opacity-container.e-btn:active,
|
|
1896
1974
|
.e-pv-annotation-stroke-container.e-btn:active,
|
|
@@ -2364,6 +2442,16 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2364
2442
|
padding: 2px 8px 3px 32px;
|
|
2365
2443
|
}
|
|
2366
2444
|
|
|
2445
|
+
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2446
|
+
border: #e0e0e0;
|
|
2447
|
+
background: none;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2450
|
+
.e-pv-comments-div.e-focused {
|
|
2451
|
+
border: #e0e0e0;
|
|
2452
|
+
background: none;
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2367
2455
|
.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
|
|
2368
2456
|
float: right;
|
|
2369
2457
|
padding-bottom: 7px;
|
|
@@ -3270,9 +3358,17 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3270
3358
|
}
|
|
3271
3359
|
|
|
3272
3360
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
|
|
3361
|
+
-ms-flex-pack: center;
|
|
3362
|
+
justify-content: center;
|
|
3273
3363
|
padding: 0 7px;
|
|
3274
3364
|
}
|
|
3275
3365
|
|
|
3366
|
+
.e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
|
|
3367
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3368
|
+
width: 1em !important; /* stylelint-disable-line declaration-no-important */
|
|
3369
|
+
line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
3370
|
+
}
|
|
3371
|
+
|
|
3276
3372
|
.e-dialog.e-pv-signature-dialog-height {
|
|
3277
3373
|
height: 535px;
|
|
3278
3374
|
}
|