@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;
|
package/styles/material3.css
CHANGED
|
@@ -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;
|
|
@@ -13,6 +13,7 @@ $pv-page-container-margin: 0 !default;
|
|
|
13
13
|
$pv-page-container-touch-action: pan-x pan-y !default;
|
|
14
14
|
$pv-page-div-border: 1px !default;
|
|
15
15
|
$pv-page-div-border-style: none !default;
|
|
16
|
+
$pv-page-div-focus-style: #fff 0 0 0 2px !default;
|
|
16
17
|
$pv-page-div-border-color: $grey-ad !default;
|
|
17
18
|
$pv-page-div-border-boxing: content-box !default;
|
|
18
19
|
$pv-page-div-box-shadow: 0 2px 4px 0 rgba($grey-base, .2) !default;
|
|
@@ -24,6 +25,7 @@ $pv-icon-margin: 9px 7.5px !default;
|
|
|
24
25
|
$pv-icon-height: 36px !default;
|
|
25
26
|
$pv-icon-width: 36px !default;
|
|
26
27
|
$pv-icon-padding-top: 7px !default;
|
|
28
|
+
$gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
|
|
27
29
|
$pv-toolbar-height: 50px !default;
|
|
28
30
|
$pv-toolbar-height-big: $pv-toolbar-height !default;
|
|
29
31
|
$pv-toolbar-border: 1px solid $grey-99 !default;
|
|
@@ -429,6 +431,8 @@ $pv-comment-panel-bottom-color: #0070f0 !default;
|
|
|
429
431
|
$pv-comments-content-container-bg: #131313 !default;
|
|
430
432
|
$pv-comments-select-bg: #6e6e6e !default;
|
|
431
433
|
$pv-comments-hover-bg: #6e6e6e !default;
|
|
434
|
+
$pv-comments-div-focus-background: $gray-dark !default;
|
|
435
|
+
$pv-comments-div-focus-border: none !default;
|
|
432
436
|
$pv-annotation-thickness-drop-down-padding-top: 8px !default;
|
|
433
437
|
$pv-stamp-container-border-radius: 2px !default;
|
|
434
438
|
$pv-stamp-icon-margin-top: 0 !default;
|
|
@@ -13,6 +13,7 @@ $pv-page-container-margin: 0 !default;
|
|
|
13
13
|
$pv-page-container-touch-action: pan-x pan-y !default;
|
|
14
14
|
$pv-page-div-border: 1px !default;
|
|
15
15
|
$pv-page-div-border-style: none !default;
|
|
16
|
+
$pv-page-div-focus-style: rgb(0, 0, 0) 0 0 0 2px !default;
|
|
16
17
|
$pv-page-div-border-color: $grey-ad !default;
|
|
17
18
|
$pv-page-div-border-boxing: content-box !default;
|
|
18
19
|
$pv-page-div-box-shadow: 0 2px 4px 0 rgba($grey-base, .2) !default;
|
|
@@ -24,6 +25,7 @@ $pv-icon-margin: 9px 7.5px !default;
|
|
|
24
25
|
$pv-icon-height: 36px !default;
|
|
25
26
|
$pv-icon-width: 36px !default;
|
|
26
27
|
$pv-icon-padding-top: 7px !default;
|
|
28
|
+
$gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
|
|
27
29
|
$pv-toolbar-height: 50px !default;
|
|
28
30
|
$pv-toolbar-height-big: $pv-toolbar-height !default;
|
|
29
31
|
$pv-toolbar-border: 1px solid $grey-cc !default;
|
|
@@ -429,6 +431,8 @@ $pv-comment-panel-bottom-color: $grey-ad !default;
|
|
|
429
431
|
$pv-comments-content-container-bg: #fff !default;
|
|
430
432
|
$pv-comments-select-bg: $grey-e6 !default;
|
|
431
433
|
$pv-comments-hover-bg: $grey-f5 !default;
|
|
434
|
+
$pv-comments-div-focus-background: $grey-e6 !default;
|
|
435
|
+
$pv-comments-div-focus-border: none !default;
|
|
432
436
|
$pv-annotation-thickness-drop-down-padding-top: 8px !default;
|
|
433
437
|
$pv-stamp-container-border-radius: 2px !default;
|
|
434
438
|
$pv-stamp-icon-margin-top: 0 !default;
|
|
@@ -13,6 +13,7 @@ $pv-page-container-margin: 0 !default;
|
|
|
13
13
|
$pv-page-container-touch-action: pan-x pan-y !default;
|
|
14
14
|
$pv-page-div-border: 1px !default;
|
|
15
15
|
$pv-page-div-border-style: solid !default;
|
|
16
|
+
$pv-page-div-focus-style: rgb(0, 0, 0) 0 0 0 2px !default;
|
|
16
17
|
$pv-page-div-border-color: $gray-500 !default;
|
|
17
18
|
$pv-page-div-border-boxing: content-box !default;
|
|
18
19
|
$pv-page-div-box-shadow: 0 2px 4px 0 rgba($gray-100, .2) !default;
|
|
@@ -25,6 +26,7 @@ $pv-icon-margin: 9px 7.5px !default;
|
|
|
25
26
|
$pv-icon-height: 36px !default;
|
|
26
27
|
$pv-icon-width: 36px !default;
|
|
27
28
|
$pv-icon-padding-top: 7px !default;
|
|
29
|
+
$gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
|
|
28
30
|
$pv-toolbar-height: 40px !default;
|
|
29
31
|
$pv-toolbar-height-big: 56px !default;
|
|
30
32
|
$pv-toolbar-border: 1px solid $gray-300 !default;
|
|
@@ -469,6 +471,8 @@ $pv-comment-panel-bottom-color: #f8f9fa !default;
|
|
|
469
471
|
$pv-comments-content-container-bg: #f8f9fa !default;
|
|
470
472
|
$pv-comments-select-bg: #f8f9fa !default;
|
|
471
473
|
$pv-comments-hover-bg: #e9ecef !default;
|
|
474
|
+
$pv-comments-div-focus-border: $gray-800 !default;
|
|
475
|
+
$pv-comments-div-focus-background: $gray-200 !default;
|
|
472
476
|
$pv-stamp-icon-color: #495057 !default;
|
|
473
477
|
$pv-annotation-thickness-drop-down-padding-top: 9px !default;
|
|
474
478
|
$pv-stamp-container-border-radius: 2px !default;
|
|
@@ -13,6 +13,7 @@ $pv-page-container-margin: 0 !default;
|
|
|
13
13
|
$pv-page-container-touch-action: pan-x pan-y !default;
|
|
14
14
|
$pv-page-div-border: 1px !default;
|
|
15
15
|
$pv-page-div-border-style: solid !default;
|
|
16
|
+
$pv-page-div-focus-style: rgb(0, 0, 0) 0 0 0 2px !default;
|
|
16
17
|
$pv-page-div-border-color: $border-light !default;
|
|
17
18
|
$pv-page-div-border-boxing: border-box !default;
|
|
18
19
|
$pv-page-div-box-shadow: none !default;
|
|
@@ -23,6 +24,7 @@ $pv-icon-font-size: 16px !default;
|
|
|
23
24
|
$pv-icon-margin: 7px 7.5px !default;
|
|
24
25
|
$pv-icon-height: 18px !default;
|
|
25
26
|
$pv-icon-width: 18px !default;
|
|
27
|
+
$gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
|
|
26
28
|
$pv-toolbar-height: 38px !default;
|
|
27
29
|
$pv-toolbar-height-big: $pv-toolbar-height !default;
|
|
28
30
|
$pv-toolbar-border: solid $border-light !default;
|
|
@@ -428,6 +430,8 @@ $pv-comment-panel-bottom-color: $border-light !default;
|
|
|
428
430
|
$pv-comments-content-container-bg: $content-bg-color-alt1 !default;
|
|
429
431
|
$pv-comments-select-bg: $content-bg-color-hover !default;
|
|
430
432
|
$pv-comments-hover-bg: $content-bg-color-hover !default;
|
|
433
|
+
$pv-comments-div-focus-border: $content-text-color !default;
|
|
434
|
+
$pv-comments-div-focus-background: $content-bg-color-focus !default;
|
|
431
435
|
$pv-annotation-thickness-drop-down-padding-top: 10px !default;
|
|
432
436
|
$pv-stamp-container-border-radius: 2px !default;
|
|
433
437
|
$pv-stamp-icon-margin-top: 0 !default;
|
|
@@ -13,6 +13,7 @@ $pv-page-container-margin: 0 !default;
|
|
|
13
13
|
$pv-page-container-touch-action: pan-x pan-y !default;
|
|
14
14
|
$pv-page-div-border: 1px !default;
|
|
15
15
|
$pv-page-div-border-style: solid !default;
|
|
16
|
+
$pv-page-div-focus-style: #fff 0 0 0 2px !default;
|
|
16
17
|
$pv-page-div-border-color: $neutral-tertiary !default;
|
|
17
18
|
$pv-page-div-border-boxing: content-box !default;
|
|
18
19
|
$pv-page-div-box-shadow: none !default;
|
|
@@ -24,6 +25,7 @@ $pv-icon-margin: 9px 7.5px !default;
|
|
|
24
25
|
$pv-icon-height: 36px !default;
|
|
25
26
|
$pv-icon-width: 36px !default;
|
|
26
27
|
$pv-icon-padding-top: 7px !default;
|
|
28
|
+
$gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
|
|
27
29
|
$pv-toolbar-height: 52px !default;
|
|
28
30
|
$pv-toolbar-height-big: $pv-toolbar-height !default;
|
|
29
31
|
$pv-toolbar-border: 1px solid $neutral-tertiary-alt !default;
|
|
@@ -424,6 +426,8 @@ $pv-comment-panel-bottom-color: #6f6c6c !default;
|
|
|
424
426
|
$pv-comments-content-container-bg: #333232 !default;
|
|
425
427
|
$pv-comments-select-bg: #514f4f !default;
|
|
426
428
|
$pv-comments-hover-bg: #414040 !default;
|
|
429
|
+
$pv-comments-div-focus-border: $neutral-secondary !default;
|
|
430
|
+
$pv-comments-div-focus-background: $neutral-light !default;
|
|
427
431
|
$pv-annotation-thickness-drop-down-padding-top: 19px !default;
|
|
428
432
|
$pv-stamp-container-border-radius: 0 !default;
|
|
429
433
|
$pv-stamp-icon-margin-top: 0 !default;
|
|
@@ -13,6 +13,7 @@ $pv-page-container-margin: 0 !default;
|
|
|
13
13
|
$pv-page-container-touch-action: pan-x pan-y !default;
|
|
14
14
|
$pv-page-div-border: 1px !default;
|
|
15
15
|
$pv-page-div-border-style: solid !default;
|
|
16
|
+
$pv-page-div-focus-style: rgb(0, 0, 0) 0 0 0 2px !default;
|
|
16
17
|
$pv-page-div-border-color: $neutral-tertiary !default;
|
|
17
18
|
$pv-page-div-border-boxing: content-box !default;
|
|
18
19
|
$pv-page-div-box-shadow: none !default;
|
|
@@ -24,6 +25,7 @@ $pv-icon-margin: 9px 7.5px !default;
|
|
|
24
25
|
$pv-icon-height: 36px !default;
|
|
25
26
|
$pv-icon-width: 36px !default;
|
|
26
27
|
$pv-icon-padding-top: 7px !default;
|
|
28
|
+
$gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
|
|
27
29
|
$pv-toolbar-height: 52px !default;
|
|
28
30
|
$pv-toolbar-height-big: $pv-toolbar-height !default;
|
|
29
31
|
$pv-toolbar-border: 1px solid $neutral-quintenaryalt !default;
|
|
@@ -425,6 +427,8 @@ $pv-comment-panel-bottom-color: rgb(209, 235, 255) !default;
|
|
|
425
427
|
$pv-comments-content-container-bg: #fff !default;
|
|
426
428
|
$pv-comments-select-bg: $theme-lighter !default;
|
|
427
429
|
$pv-comments-hover-bg: $neutral-lighter !default;
|
|
430
|
+
$pv-comments-div-focus-border: $neutral-secondary !default;
|
|
431
|
+
$pv-comments-div-focus-background: $neutral-lighter !default;
|
|
428
432
|
$pv-annotation-thickness-drop-down-padding-top: 19px !default;
|
|
429
433
|
$pv-stamp-container-border-radius: 0 !default;
|
|
430
434
|
$pv-stamp-icon-margin-top: -7px !default;
|
|
@@ -13,6 +13,7 @@ $pv-page-container-margin: 0 !default;
|
|
|
13
13
|
$pv-page-container-touch-action: pan-x pan-y !default;
|
|
14
14
|
$pv-page-div-border: 1px !default;
|
|
15
15
|
$pv-page-div-border-style: solid !default;
|
|
16
|
+
$pv-page-div-focus-style: rgb(0, 0, 0) 0 0 0 2px !default;
|
|
16
17
|
$pv-page-div-border-color: $border-light !default;
|
|
17
18
|
$pv-page-div-border-boxing: border-box !default;
|
|
18
19
|
$pv-page-div-box-shadow: none !default;
|
|
@@ -23,6 +24,7 @@ $pv-icon-font-size: 14px !default;
|
|
|
23
24
|
$pv-icon-margin: 7px 7.5px !default;
|
|
24
25
|
$pv-icon-height: 18px !default;
|
|
25
26
|
$pv-icon-width: 18px !default;
|
|
27
|
+
$gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
|
|
26
28
|
$pv-toolbar-height: 38px !default;
|
|
27
29
|
$pv-toolbar-height-big: $pv-toolbar-height !default;
|
|
28
30
|
$pv-toolbar-border: solid $border-light !default;
|
|
@@ -432,6 +434,8 @@ $pv-comment-panel-bottom-color: $border-light !default;
|
|
|
432
434
|
$pv-comments-content-container-bg: $content-bg-color-alt1 !default;
|
|
433
435
|
$pv-comments-select-bg: $content-bg-color-hover !default;
|
|
434
436
|
$pv-comments-hover-bg: $content-bg-color-hover !default;
|
|
437
|
+
$pv-comments-div-focus-border: $content-text-color !default;
|
|
438
|
+
$pv-comments-div-focus-background: $content-bg-color-focus !default;
|
|
435
439
|
$pv-annotation-thickness-drop-down-padding-top: 0 !default;
|
|
436
440
|
$pv-stamp-container-border-radius: 2px !default;
|
|
437
441
|
$pv-stamp-icon-margin-top: 0 !default;
|
|
@@ -13,6 +13,7 @@ $pv-page-container-margin: 0 !default;
|
|
|
13
13
|
$pv-page-container-touch-action: pan-x pan-y !default;
|
|
14
14
|
$pv-page-div-border: 1px !default;
|
|
15
15
|
$pv-page-div-border-style: solid !default;
|
|
16
|
+
$pv-page-div-focus-style: rgb(0, 0, 0) 0 0 0 2px !default;
|
|
16
17
|
$pv-page-div-border-color: $border-light !default;
|
|
17
18
|
$pv-page-div-border-boxing: border-box !default;
|
|
18
19
|
$pv-page-div-box-shadow: none !default;
|
|
@@ -23,6 +24,7 @@ $pv-icon-font-size: 16px !default;
|
|
|
23
24
|
$pv-icon-margin: 7px 7.5px !default;
|
|
24
25
|
$pv-icon-height: 18px !default;
|
|
25
26
|
$pv-icon-width: 18px !default;
|
|
27
|
+
$gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
|
|
26
28
|
$pv-toolbar-height: 38px !default;
|
|
27
29
|
$pv-toolbar-height-big: $pv-toolbar-height !default;
|
|
28
30
|
$pv-toolbar-border: solid $border-light !default;
|
|
@@ -428,6 +430,8 @@ $pv-comment-panel-bottom-color: $border-light !default;
|
|
|
428
430
|
$pv-comments-content-container-bg: $content-bg-color-alt1 !default;
|
|
429
431
|
$pv-comments-select-bg: $content-bg-color-hover !default;
|
|
430
432
|
$pv-comments-hover-bg: $content-bg-color-hover !default;
|
|
433
|
+
$pv-comments-div-focus-border: none !default;
|
|
434
|
+
$pv-comments-div-focus-background: none !default;
|
|
431
435
|
$pv-annotation-thickness-drop-down-padding-top: 10px !default;
|
|
432
436
|
$pv-stamp-container-border-radius: 2px !default;
|
|
433
437
|
$pv-stamp-icon-margin-top: 0 !default;
|
|
@@ -14,6 +14,7 @@ $pv-page-container-margin: 0 !default;
|
|
|
14
14
|
$pv-page-container-touch-action: pan-x pan-y !default;
|
|
15
15
|
$pv-page-div-border: 1px !default;
|
|
16
16
|
$pv-page-div-border-style: solid !default;
|
|
17
|
+
$pv-page-div-focus-style: #fff 0 0 0 2px !default;
|
|
17
18
|
$pv-page-div-border-color: $border-fg !default;
|
|
18
19
|
$pv-page-div-border-boxing: content-box !default;
|
|
19
20
|
$pv-page-div-box-shadow: none !default;
|
|
@@ -25,6 +26,7 @@ $pv-icon-margin: 9px 7.5px !default;
|
|
|
25
26
|
$pv-icon-height: 36px !default;
|
|
26
27
|
$pv-icon-width: 36px !default;
|
|
27
28
|
$pv-icon-padding-top: 7px !default;
|
|
29
|
+
$gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
|
|
28
30
|
$pv-toolbar-height: 52px !default;
|
|
29
31
|
$pv-toolbar-height-big: $pv-toolbar-height !default;
|
|
30
32
|
$pv-toolbar-border: 1px solid $border-default !default;
|
|
@@ -425,6 +427,8 @@ $pv-comment-panel-bottom-color: rgb(255, 255, 255) !default;
|
|
|
425
427
|
$pv-comments-content-container-bg: rgb(0, 0, 0) !default;
|
|
426
428
|
$pv-comments-select-bg: $selection-bg !default;
|
|
427
429
|
$pv-comments-hover-bg: $hover-bg !default;
|
|
430
|
+
$pv-comments-div-focus-border: $content-font !default;
|
|
431
|
+
$pv-comments-div-focus-background: $hover-bg !default;
|
|
428
432
|
$pv-annotation-thickness-drop-down-padding-top: 19px !default;
|
|
429
433
|
$pv-stamp-container-border-radius: 0 !default;
|
|
430
434
|
$pv-stamp-icon-margin-top: 0 !default;
|
|
@@ -13,6 +13,7 @@ $pv-page-container-margin: 0 !default;
|
|
|
13
13
|
$pv-page-container-touch-action: pan-x pan-y !default;
|
|
14
14
|
$pv-page-div-border: 1px !default;
|
|
15
15
|
$pv-page-div-border-style: solid !default;
|
|
16
|
+
$pv-page-div-focus-style: rgb(0, 0, 0) 0 0 0 2px !default;
|
|
16
17
|
$pv-page-div-border-color: $border-fg !default;
|
|
17
18
|
$pv-page-div-border-boxing: content-box !default;
|
|
18
19
|
$pv-page-div-box-shadow: none !default;
|
|
@@ -24,6 +25,7 @@ $pv-icon-margin: 9px 7.5px !default;
|
|
|
24
25
|
$pv-icon-height: 36px !default;
|
|
25
26
|
$pv-icon-width: 36px !default;
|
|
26
27
|
$pv-icon-padding-top: 7px !default;
|
|
28
|
+
$gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
|
|
27
29
|
$pv-toolbar-height: 52px !default;
|
|
28
30
|
$pv-toolbar-height-big: $pv-toolbar-height !default;
|
|
29
31
|
$pv-toolbar-border: 1px solid $border-default !default;
|
|
@@ -423,6 +425,8 @@ $pv-comment-panel-bottom-color: rgb(255, 255, 255) !default;
|
|
|
423
425
|
$pv-comments-content-container-bg: rgb(0, 0, 0) !default;
|
|
424
426
|
$pv-comments-select-bg: rgb(255, 217, 57) !default;
|
|
425
427
|
$pv-comments-hover-bg: $hover-bg;
|
|
428
|
+
$pv-comments-div-focus-border: none !default;
|
|
429
|
+
$pv-comments-div-focus-background: none !default;
|
|
426
430
|
$pv-annotation-thickness-drop-down-padding-top: 19px !default;
|
|
427
431
|
$pv-stamp-container-border-radius: 0 !default;
|
|
428
432
|
$pv-stamp-icon-margin-top: 0 !default;
|
|
@@ -12,6 +12,7 @@ $pv-page-container-padding: 0 !default;
|
|
|
12
12
|
$pv-page-container-margin: 0 !default;
|
|
13
13
|
$pv-page-container-touch-action: pan-x pan-y !default;
|
|
14
14
|
$pv-page-div-border: 1px !default;
|
|
15
|
+
$pv-page-div-focus-style: #fff 0 0 0 2px !default;
|
|
15
16
|
$pv-page-div-border-style: none !default;
|
|
16
17
|
$pv-page-div-border-color: $grey-600 !default;
|
|
17
18
|
$pv-page-div-border-boxing: content-box !default;
|
|
@@ -23,6 +24,7 @@ $pv-icon-font-size: 16px !default;
|
|
|
23
24
|
$pv-icon-margin: 7px 7.5px !default;
|
|
24
25
|
$pv-icon-height: 18px !default;
|
|
25
26
|
$pv-icon-width: 18px !default;
|
|
27
|
+
$gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
|
|
26
28
|
$pv-toolbar-height: 56px !default;
|
|
27
29
|
$pv-toolbar-height-big: $pv-toolbar-height !default;
|
|
28
30
|
$pv-toolbar-border: 0 solid $grey-700 !default;
|
|
@@ -425,6 +427,8 @@ $pv-comment-panel-bottom-color: rgba(255, 128, 171, .6) !default;
|
|
|
425
427
|
$pv-comments-content-container-bg: #212121 !default;
|
|
426
428
|
$pv-comments-select-bg: #212121 !default;
|
|
427
429
|
$pv-comments-hover-bg: rgba(255, 255, 255, .2) !default;
|
|
430
|
+
$pv-comments-div-focus-border: $grey-800 !default;
|
|
431
|
+
$pv-comments-div-focus-background: none !default;
|
|
428
432
|
$pv-annotation-thickness-drop-down-padding-top: 8px !default;
|
|
429
433
|
$pv-stamp-container-border-radius: 2px !default;
|
|
430
434
|
$pv-stamp-icon-margin-top: 0 !default;
|
|
@@ -13,6 +13,7 @@ $pv-page-container-margin: 0 !default;
|
|
|
13
13
|
$pv-page-container-touch-action: pan-x pan-y !default;
|
|
14
14
|
$pv-page-div-border: 1px !default;
|
|
15
15
|
$pv-page-div-border-style: none !default;
|
|
16
|
+
$pv-page-div-focus-style: rgb(0, 0, 0) 0 0 0 2px !default;
|
|
16
17
|
$pv-page-div-border-color: $grey-600 !default;
|
|
17
18
|
$pv-page-div-border-boxing: content-box !default;
|
|
18
19
|
$pv-page-div-box-shadow: 0 2px 4px 0 rgba($grey-black, .21) !default;
|
|
@@ -23,6 +24,7 @@ $pv-icon-font-size: 16px !default;
|
|
|
23
24
|
$pv-icon-margin: 7px 7.5px !default;
|
|
24
25
|
$pv-icon-height: 18px !default;
|
|
25
26
|
$pv-icon-width: 18px !default;
|
|
27
|
+
$gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
|
|
26
28
|
$pv-toolbar-height: 56px !default;
|
|
27
29
|
$pv-toolbar-height-big: $pv-toolbar-height !default;
|
|
28
30
|
$pv-toolbar-border: 0 solid $grey-300 !default;
|
|
@@ -424,6 +426,8 @@ $pv-comment-panel-bottom-color: #e0e0e0 !default;
|
|
|
424
426
|
$pv-comments-content-container-bg: #fff !default;
|
|
425
427
|
$pv-comments-select-bg: $grey-300 !default;
|
|
426
428
|
$pv-comments-hover-bg: $grey-200 !default;
|
|
429
|
+
$pv-comments-div-focus-border: $grey-300 !default;
|
|
430
|
+
$pv-comments-div-focus-background: none !default;
|
|
427
431
|
$pv-annotation-thickness-drop-down-padding-top: 10px !default;
|
|
428
432
|
$pv-stamp-container-border-radius: 2px !default;
|
|
429
433
|
$pv-stamp-icon-margin-top: 0 !default;
|
|
@@ -13,6 +13,7 @@ $pv-page-container-margin: 0 !default;
|
|
|
13
13
|
$pv-page-container-touch-action: pan-x pan-y !default;
|
|
14
14
|
$pv-page-div-border: 1px !default;
|
|
15
15
|
$pv-page-div-border-style: solid !default;
|
|
16
|
+
$pv-page-div-focus-style: rgb(0, 0, 0) 0 0 0 2px !default;
|
|
16
17
|
$pv-page-div-border-color: rgba($black) !default;
|
|
17
18
|
$pv-page-div-border-boxing: content-box !default;
|
|
18
19
|
$pv-page-div-box-shadow: none !default;
|
|
@@ -23,6 +24,7 @@ $pv-icon-font-size: $text-lg !default;
|
|
|
23
24
|
$pv-icon-margin: 7px !default;
|
|
24
25
|
$pv-icon-height: 18px !default;
|
|
25
26
|
$pv-icon-width: 18px !default;
|
|
27
|
+
$gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
|
|
26
28
|
$pv-toolbar-height: 48px !default;
|
|
27
29
|
$pv-toolbar-height-big: $pv-toolbar-height !default;
|
|
28
30
|
$pv-toolbar-border: 1px solid rgba($border-light) !default;
|
|
@@ -429,6 +431,8 @@ $pv-comment-panel-bottom-color: rgba($border-light) !default;
|
|
|
429
431
|
$pv-comments-content-container-bg: $content-bg-color-alt2 !default;
|
|
430
432
|
$pv-comments-select-bg: $content-bg-color-hover !default;
|
|
431
433
|
$pv-comments-hover-bg: $content-bg-color-hover !default;
|
|
434
|
+
$pv-comments-div-focus-border: $shadow-focus-ring1 !default;
|
|
435
|
+
$pv-comments-div-focus-background: $content-bg-color-hover !default;
|
|
432
436
|
$pv-annotation-thickness-drop-down-padding-top: 7px !default;
|
|
433
437
|
$pv-stamp-container-border-radius: 2px !default;
|
|
434
438
|
$pv-stamp-icon-margin-top: 0 !default;
|