@syncfusion/ej2-vue-pdfviewer 19.4.50 → 19.4.54
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/CHANGELOG.md +31 -0
- package/README.md +1 -1
- package/dist/ej2-vue-pdfviewer.umd.min.js +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +36 -5
- package/styles/bootstrap.css +36 -5
- package/styles/bootstrap4.css +36 -5
- package/styles/bootstrap5-dark.css +63 -24
- package/styles/bootstrap5.css +63 -24
- package/styles/fabric-dark.css +36 -5
- package/styles/fabric.css +36 -5
- package/styles/highcontrast-light.css +36 -5
- package/styles/highcontrast.css +36 -5
- package/styles/material-dark.css +36 -5
- package/styles/material.css +36 -5
- package/styles/pdfviewer/bootstrap-dark.css +36 -5
- package/styles/pdfviewer/bootstrap.css +36 -5
- package/styles/pdfviewer/bootstrap4.css +36 -5
- package/styles/pdfviewer/bootstrap5-dark.css +63 -24
- package/styles/pdfviewer/bootstrap5.css +63 -24
- package/styles/pdfviewer/fabric-dark.css +36 -5
- package/styles/pdfviewer/fabric.css +36 -5
- package/styles/pdfviewer/highcontrast-light.css +36 -5
- package/styles/pdfviewer/highcontrast.css +36 -5
- package/styles/pdfviewer/material-dark.css +36 -5
- package/styles/pdfviewer/material.css +36 -5
- package/styles/pdfviewer/tailwind-dark.css +36 -5
- package/styles/pdfviewer/tailwind.css +36 -5
- package/styles/tailwind-dark.css +36 -5
- package/styles/tailwind.css +36 -5
package/styles/highcontrast.css
CHANGED
|
@@ -872,6 +872,17 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
872
872
|
margin-right: 1.5px;
|
|
873
873
|
}
|
|
874
874
|
|
|
875
|
+
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
876
|
+
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
877
|
+
padding-bottom: 0;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
881
|
+
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
|
+
line-height: 26px;
|
|
883
|
+
min-height: 26px;
|
|
884
|
+
}
|
|
885
|
+
|
|
875
886
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
876
887
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
877
888
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
@@ -1502,6 +1513,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1502
1513
|
padding-right: 18px;
|
|
1503
1514
|
}
|
|
1504
1515
|
|
|
1516
|
+
.e-pv-bookmark-title {
|
|
1517
|
+
padding-left: 40px;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1505
1520
|
.e-pv-sidebar-bookmark-title {
|
|
1506
1521
|
color: rgba(0, 0, 0, 0.87);
|
|
1507
1522
|
font-family: Roboto-Regular;
|
|
@@ -1570,6 +1585,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1570
1585
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1571
1586
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1572
1587
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
1588
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
|
|
1589
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
|
|
1573
1590
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1574
1591
|
color: #fff;
|
|
1575
1592
|
}
|
|
@@ -1793,8 +1810,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1793
1810
|
vertical-align: initial;
|
|
1794
1811
|
}
|
|
1795
1812
|
|
|
1796
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1797
|
-
|
|
1813
|
+
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
|
|
1814
|
+
.e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
|
|
1798
1815
|
vertical-align: initial;
|
|
1799
1816
|
}
|
|
1800
1817
|
|
|
@@ -1853,6 +1870,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1853
1870
|
.e-pv-annotation-opacity-container,
|
|
1854
1871
|
.e-pv-annotation-stroke-container,
|
|
1855
1872
|
.e-pv-custom-annotation-thickness-container,
|
|
1873
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1856
1874
|
.e-pv-annotation-thickness-container,
|
|
1857
1875
|
.e-pv-annotation-textcolor-container,
|
|
1858
1876
|
.e-pv-annotation-textalign-container,
|
|
@@ -1956,6 +1974,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1956
1974
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1957
1975
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1958
1976
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1977
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1959
1978
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1960
1979
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1961
1980
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1968,6 +1987,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1968
1987
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1969
1988
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1970
1989
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1990
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1971
1991
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1972
1992
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1973
1993
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2006,6 +2026,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2006
2026
|
max-width: 436px;
|
|
2007
2027
|
}
|
|
2008
2028
|
|
|
2029
|
+
.e-pv-scale-ratio-dialog {
|
|
2030
|
+
max-width: 500px;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2009
2033
|
.e-pv-line-styles-content,
|
|
2010
2034
|
.e-pv-line-styles-item {
|
|
2011
2035
|
border-bottom-color: #fff;
|
|
@@ -2045,6 +2069,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2045
2069
|
.e-pv-properties-line-opacity-container {
|
|
2046
2070
|
float: left;
|
|
2047
2071
|
height: auto;
|
|
2072
|
+
width: 180px;
|
|
2048
2073
|
}
|
|
2049
2074
|
|
|
2050
2075
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2123,7 +2148,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2123
2148
|
.e-pv-properties-line-style,
|
|
2124
2149
|
.e-pv-properties-line-thickness,
|
|
2125
2150
|
.e-pv-properties-line-opacity,
|
|
2126
|
-
.e-pv-properties-line-leader-length
|
|
2151
|
+
.e-pv-properties-line-leader-length {
|
|
2152
|
+
max-width: 180px;
|
|
2153
|
+
}
|
|
2154
|
+
|
|
2127
2155
|
.e-pv-scale-ratio-src-input,
|
|
2128
2156
|
.e-pv-scale-ratio-dest-input,
|
|
2129
2157
|
.e-pv-depth-input {
|
|
@@ -2132,7 +2160,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2132
2160
|
|
|
2133
2161
|
.e-pv-properties-line-start,
|
|
2134
2162
|
.e-pv-properties-line-end,
|
|
2135
|
-
.e-pv-properties-line-style
|
|
2163
|
+
.e-pv-properties-line-style {
|
|
2164
|
+
width: 180px;
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2136
2167
|
.e-pv-scale-ratio-src-unit,
|
|
2137
2168
|
.e-pv-scale-ratio-dest-unit,
|
|
2138
2169
|
.e-pv-depth-unit {
|
|
@@ -3063,8 +3094,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3063
3094
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3064
3095
|
display: -ms-flexbox;
|
|
3065
3096
|
display: flex;
|
|
3066
|
-
padding-top: 15px;
|
|
3067
3097
|
width: 385px;
|
|
3098
|
+
padding-top: 15px;
|
|
3068
3099
|
}
|
|
3069
3100
|
|
|
3070
3101
|
.e-pv-properties-dropdown-btn {
|
package/styles/material-dark.css
CHANGED
|
@@ -875,6 +875,17 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
875
875
|
margin-right: 0.5px;
|
|
876
876
|
}
|
|
877
877
|
|
|
878
|
+
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
879
|
+
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
880
|
+
padding-bottom: 0;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
884
|
+
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
885
|
+
line-height: 26px;
|
|
886
|
+
min-height: 26px;
|
|
887
|
+
}
|
|
888
|
+
|
|
878
889
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
879
890
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
880
891
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
@@ -1505,6 +1516,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1505
1516
|
padding-right: 18px;
|
|
1506
1517
|
}
|
|
1507
1518
|
|
|
1519
|
+
.e-pv-bookmark-title {
|
|
1520
|
+
padding-left: 40px;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1508
1523
|
.e-pv-sidebar-bookmark-title {
|
|
1509
1524
|
color: rgba(0, 0, 0, 0.87);
|
|
1510
1525
|
font-family: Roboto-Regular;
|
|
@@ -1573,6 +1588,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1573
1588
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1574
1589
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1575
1590
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
1591
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
|
|
1592
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
|
|
1576
1593
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1577
1594
|
color: #fff;
|
|
1578
1595
|
}
|
|
@@ -1796,8 +1813,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1796
1813
|
vertical-align: initial;
|
|
1797
1814
|
}
|
|
1798
1815
|
|
|
1799
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1800
|
-
|
|
1816
|
+
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
|
|
1817
|
+
.e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
|
|
1801
1818
|
vertical-align: initial;
|
|
1802
1819
|
}
|
|
1803
1820
|
|
|
@@ -1856,6 +1873,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1856
1873
|
.e-pv-annotation-opacity-container,
|
|
1857
1874
|
.e-pv-annotation-stroke-container,
|
|
1858
1875
|
.e-pv-custom-annotation-thickness-container,
|
|
1876
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1859
1877
|
.e-pv-annotation-thickness-container,
|
|
1860
1878
|
.e-pv-annotation-textcolor-container,
|
|
1861
1879
|
.e-pv-annotation-textalign-container,
|
|
@@ -1955,6 +1973,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1955
1973
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1956
1974
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1957
1975
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1976
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1958
1977
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1959
1978
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1960
1979
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1967,6 +1986,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1967
1986
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1968
1987
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1969
1988
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1989
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1970
1990
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1971
1991
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1972
1992
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2005,6 +2025,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2005
2025
|
max-width: 420px;
|
|
2006
2026
|
}
|
|
2007
2027
|
|
|
2028
|
+
.e-pv-scale-ratio-dialog {
|
|
2029
|
+
max-width: 500px;
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2008
2032
|
.e-pv-line-styles-content,
|
|
2009
2033
|
.e-pv-line-styles-item {
|
|
2010
2034
|
border-bottom-color: #000;
|
|
@@ -2044,6 +2068,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2044
2068
|
.e-pv-properties-line-opacity-container {
|
|
2045
2069
|
float: left;
|
|
2046
2070
|
height: auto;
|
|
2071
|
+
width: 180px;
|
|
2047
2072
|
}
|
|
2048
2073
|
|
|
2049
2074
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2122,7 +2147,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2122
2147
|
.e-pv-properties-line-style,
|
|
2123
2148
|
.e-pv-properties-line-thickness,
|
|
2124
2149
|
.e-pv-properties-line-opacity,
|
|
2125
|
-
.e-pv-properties-line-leader-length
|
|
2150
|
+
.e-pv-properties-line-leader-length {
|
|
2151
|
+
max-width: 180px;
|
|
2152
|
+
}
|
|
2153
|
+
|
|
2126
2154
|
.e-pv-scale-ratio-src-input,
|
|
2127
2155
|
.e-pv-scale-ratio-dest-input,
|
|
2128
2156
|
.e-pv-depth-input {
|
|
@@ -2131,7 +2159,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2131
2159
|
|
|
2132
2160
|
.e-pv-properties-line-start,
|
|
2133
2161
|
.e-pv-properties-line-end,
|
|
2134
|
-
.e-pv-properties-line-style
|
|
2162
|
+
.e-pv-properties-line-style {
|
|
2163
|
+
width: 180px;
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2135
2166
|
.e-pv-scale-ratio-src-unit,
|
|
2136
2167
|
.e-pv-scale-ratio-dest-unit,
|
|
2137
2168
|
.e-pv-depth-unit {
|
|
@@ -3057,8 +3088,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3057
3088
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3058
3089
|
display: -ms-flexbox;
|
|
3059
3090
|
display: flex;
|
|
3060
|
-
padding-top: 15px;
|
|
3061
3091
|
width: 385px;
|
|
3092
|
+
padding-top: 15px;
|
|
3062
3093
|
}
|
|
3063
3094
|
|
|
3064
3095
|
.e-pv-properties-dropdown-btn {
|
package/styles/material.css
CHANGED
|
@@ -878,6 +878,17 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
878
878
|
margin-right: 0.5px;
|
|
879
879
|
}
|
|
880
880
|
|
|
881
|
+
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
882
|
+
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
883
|
+
padding-bottom: 0;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
887
|
+
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
888
|
+
line-height: 26px;
|
|
889
|
+
min-height: 26px;
|
|
890
|
+
}
|
|
891
|
+
|
|
881
892
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
882
893
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
883
894
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
@@ -1508,6 +1519,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1508
1519
|
padding-right: 18px;
|
|
1509
1520
|
}
|
|
1510
1521
|
|
|
1522
|
+
.e-pv-bookmark-title {
|
|
1523
|
+
padding-left: 40px;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1511
1526
|
.e-pv-sidebar-bookmark-title {
|
|
1512
1527
|
color: rgba(0, 0, 0, 0.87);
|
|
1513
1528
|
font-family: Roboto-Regular;
|
|
@@ -1576,6 +1591,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1576
1591
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1577
1592
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1578
1593
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
1594
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
|
|
1595
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
|
|
1579
1596
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1580
1597
|
color: rgba(0, 0, 0, 0.54);
|
|
1581
1598
|
}
|
|
@@ -1799,8 +1816,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1799
1816
|
vertical-align: initial;
|
|
1800
1817
|
}
|
|
1801
1818
|
|
|
1802
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1803
|
-
|
|
1819
|
+
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
|
|
1820
|
+
.e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
|
|
1804
1821
|
vertical-align: initial;
|
|
1805
1822
|
}
|
|
1806
1823
|
|
|
@@ -1859,6 +1876,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1859
1876
|
.e-pv-annotation-opacity-container,
|
|
1860
1877
|
.e-pv-annotation-stroke-container,
|
|
1861
1878
|
.e-pv-custom-annotation-thickness-container,
|
|
1879
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1862
1880
|
.e-pv-annotation-thickness-container,
|
|
1863
1881
|
.e-pv-annotation-textcolor-container,
|
|
1864
1882
|
.e-pv-annotation-textalign-container,
|
|
@@ -1958,6 +1976,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1958
1976
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1959
1977
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1960
1978
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1979
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1961
1980
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1962
1981
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1963
1982
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1970,6 +1989,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1970
1989
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1971
1990
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1972
1991
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1992
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1973
1993
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1974
1994
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1975
1995
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2008,6 +2028,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2008
2028
|
max-width: 420px;
|
|
2009
2029
|
}
|
|
2010
2030
|
|
|
2031
|
+
.e-pv-scale-ratio-dialog {
|
|
2032
|
+
max-width: 500px;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2011
2035
|
.e-pv-line-styles-content,
|
|
2012
2036
|
.e-pv-line-styles-item {
|
|
2013
2037
|
border-bottom-color: #000;
|
|
@@ -2047,6 +2071,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2047
2071
|
.e-pv-properties-line-opacity-container {
|
|
2048
2072
|
float: left;
|
|
2049
2073
|
height: auto;
|
|
2074
|
+
width: 180px;
|
|
2050
2075
|
}
|
|
2051
2076
|
|
|
2052
2077
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2125,7 +2150,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2125
2150
|
.e-pv-properties-line-style,
|
|
2126
2151
|
.e-pv-properties-line-thickness,
|
|
2127
2152
|
.e-pv-properties-line-opacity,
|
|
2128
|
-
.e-pv-properties-line-leader-length
|
|
2153
|
+
.e-pv-properties-line-leader-length {
|
|
2154
|
+
max-width: 180px;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2129
2157
|
.e-pv-scale-ratio-src-input,
|
|
2130
2158
|
.e-pv-scale-ratio-dest-input,
|
|
2131
2159
|
.e-pv-depth-input {
|
|
@@ -2134,7 +2162,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2134
2162
|
|
|
2135
2163
|
.e-pv-properties-line-start,
|
|
2136
2164
|
.e-pv-properties-line-end,
|
|
2137
|
-
.e-pv-properties-line-style
|
|
2165
|
+
.e-pv-properties-line-style {
|
|
2166
|
+
width: 180px;
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2138
2169
|
.e-pv-scale-ratio-src-unit,
|
|
2139
2170
|
.e-pv-scale-ratio-dest-unit,
|
|
2140
2171
|
.e-pv-depth-unit {
|
|
@@ -3062,8 +3093,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3062
3093
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3063
3094
|
display: -ms-flexbox;
|
|
3064
3095
|
display: flex;
|
|
3065
|
-
padding-top: 15px;
|
|
3066
3096
|
width: 385px;
|
|
3097
|
+
padding-top: 15px;
|
|
3067
3098
|
}
|
|
3068
3099
|
|
|
3069
3100
|
.e-pv-properties-dropdown-btn {
|
|
@@ -872,6 +872,17 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
872
872
|
margin-right: 1.5px;
|
|
873
873
|
}
|
|
874
874
|
|
|
875
|
+
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
876
|
+
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
877
|
+
padding-bottom: 0;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
881
|
+
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
|
+
line-height: 26px;
|
|
883
|
+
min-height: 26px;
|
|
884
|
+
}
|
|
885
|
+
|
|
875
886
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
876
887
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
877
888
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
@@ -1502,6 +1513,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1502
1513
|
padding-right: 18px;
|
|
1503
1514
|
}
|
|
1504
1515
|
|
|
1516
|
+
.e-pv-bookmark-title {
|
|
1517
|
+
padding-left: 40px;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1505
1520
|
.e-pv-sidebar-bookmark-title {
|
|
1506
1521
|
color: rgba(0, 0, 0, 0.87);
|
|
1507
1522
|
font-family: Roboto-Regular;
|
|
@@ -1570,6 +1585,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1570
1585
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1571
1586
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1572
1587
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
1588
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
|
|
1589
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
|
|
1573
1590
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1574
1591
|
color: #f0f0f0;
|
|
1575
1592
|
}
|
|
@@ -1795,8 +1812,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1795
1812
|
vertical-align: initial;
|
|
1796
1813
|
}
|
|
1797
1814
|
|
|
1798
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1799
|
-
|
|
1815
|
+
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
|
|
1816
|
+
.e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
|
|
1800
1817
|
vertical-align: initial;
|
|
1801
1818
|
}
|
|
1802
1819
|
|
|
@@ -1855,6 +1872,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1855
1872
|
.e-pv-annotation-opacity-container,
|
|
1856
1873
|
.e-pv-annotation-stroke-container,
|
|
1857
1874
|
.e-pv-custom-annotation-thickness-container,
|
|
1875
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1858
1876
|
.e-pv-annotation-thickness-container,
|
|
1859
1877
|
.e-pv-annotation-textcolor-container,
|
|
1860
1878
|
.e-pv-annotation-textalign-container,
|
|
@@ -1954,6 +1972,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1954
1972
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1955
1973
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1956
1974
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1975
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1957
1976
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1958
1977
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1959
1978
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1966,6 +1985,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1966
1985
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1967
1986
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1968
1987
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1988
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1969
1989
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1970
1990
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1971
1991
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2004,6 +2024,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2004
2024
|
max-width: 420px;
|
|
2005
2025
|
}
|
|
2006
2026
|
|
|
2027
|
+
.e-pv-scale-ratio-dialog {
|
|
2028
|
+
max-width: 500px;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2007
2031
|
.e-pv-line-styles-content,
|
|
2008
2032
|
.e-pv-line-styles-item {
|
|
2009
2033
|
border-bottom-color: #000;
|
|
@@ -2043,6 +2067,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2043
2067
|
.e-pv-properties-line-opacity-container {
|
|
2044
2068
|
float: left;
|
|
2045
2069
|
height: auto;
|
|
2070
|
+
width: 180px;
|
|
2046
2071
|
}
|
|
2047
2072
|
|
|
2048
2073
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2121,7 +2146,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2121
2146
|
.e-pv-properties-line-style,
|
|
2122
2147
|
.e-pv-properties-line-thickness,
|
|
2123
2148
|
.e-pv-properties-line-opacity,
|
|
2124
|
-
.e-pv-properties-line-leader-length
|
|
2149
|
+
.e-pv-properties-line-leader-length {
|
|
2150
|
+
max-width: 180px;
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2125
2153
|
.e-pv-scale-ratio-src-input,
|
|
2126
2154
|
.e-pv-scale-ratio-dest-input,
|
|
2127
2155
|
.e-pv-depth-input {
|
|
@@ -2130,7 +2158,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2130
2158
|
|
|
2131
2159
|
.e-pv-properties-line-start,
|
|
2132
2160
|
.e-pv-properties-line-end,
|
|
2133
|
-
.e-pv-properties-line-style
|
|
2161
|
+
.e-pv-properties-line-style {
|
|
2162
|
+
width: 180px;
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2134
2165
|
.e-pv-scale-ratio-src-unit,
|
|
2135
2166
|
.e-pv-scale-ratio-dest-unit,
|
|
2136
2167
|
.e-pv-depth-unit {
|
|
@@ -3056,8 +3087,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3056
3087
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3057
3088
|
display: -ms-flexbox;
|
|
3058
3089
|
display: flex;
|
|
3059
|
-
padding-top: 15px;
|
|
3060
3090
|
width: 385px;
|
|
3091
|
+
padding-top: 15px;
|
|
3061
3092
|
}
|
|
3062
3093
|
|
|
3063
3094
|
.e-pv-properties-dropdown-btn {
|
|
@@ -878,6 +878,17 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
878
878
|
margin-right: 1.5px;
|
|
879
879
|
}
|
|
880
880
|
|
|
881
|
+
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
882
|
+
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
883
|
+
padding-bottom: 0;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
887
|
+
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
888
|
+
line-height: 26px;
|
|
889
|
+
min-height: 26px;
|
|
890
|
+
}
|
|
891
|
+
|
|
881
892
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
882
893
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
883
894
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
@@ -1508,6 +1519,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1508
1519
|
padding-right: 18px;
|
|
1509
1520
|
}
|
|
1510
1521
|
|
|
1522
|
+
.e-pv-bookmark-title {
|
|
1523
|
+
padding-left: 40px;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1511
1526
|
.e-pv-sidebar-bookmark-title {
|
|
1512
1527
|
color: rgba(0, 0, 0, 0.87);
|
|
1513
1528
|
font-family: Roboto-Regular;
|
|
@@ -1576,6 +1591,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1576
1591
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1577
1592
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1578
1593
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
1594
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
|
|
1595
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
|
|
1579
1596
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1580
1597
|
color: #333;
|
|
1581
1598
|
}
|
|
@@ -1801,8 +1818,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1801
1818
|
vertical-align: initial;
|
|
1802
1819
|
}
|
|
1803
1820
|
|
|
1804
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1805
|
-
|
|
1821
|
+
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
|
|
1822
|
+
.e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
|
|
1806
1823
|
vertical-align: initial;
|
|
1807
1824
|
}
|
|
1808
1825
|
|
|
@@ -1861,6 +1878,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1861
1878
|
.e-pv-annotation-opacity-container,
|
|
1862
1879
|
.e-pv-annotation-stroke-container,
|
|
1863
1880
|
.e-pv-custom-annotation-thickness-container,
|
|
1881
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1864
1882
|
.e-pv-annotation-thickness-container,
|
|
1865
1883
|
.e-pv-annotation-textcolor-container,
|
|
1866
1884
|
.e-pv-annotation-textalign-container,
|
|
@@ -1960,6 +1978,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1960
1978
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1961
1979
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1962
1980
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1981
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1963
1982
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1964
1983
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1965
1984
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1972,6 +1991,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1972
1991
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1973
1992
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1974
1993
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1994
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1975
1995
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1976
1996
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1977
1997
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2010,6 +2030,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2010
2030
|
max-width: 420px;
|
|
2011
2031
|
}
|
|
2012
2032
|
|
|
2033
|
+
.e-pv-scale-ratio-dialog {
|
|
2034
|
+
max-width: 500px;
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2013
2037
|
.e-pv-line-styles-content,
|
|
2014
2038
|
.e-pv-line-styles-item {
|
|
2015
2039
|
border-bottom-color: #000;
|
|
@@ -2049,6 +2073,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2049
2073
|
.e-pv-properties-line-opacity-container {
|
|
2050
2074
|
float: left;
|
|
2051
2075
|
height: auto;
|
|
2076
|
+
width: 180px;
|
|
2052
2077
|
}
|
|
2053
2078
|
|
|
2054
2079
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2127,7 +2152,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2127
2152
|
.e-pv-properties-line-style,
|
|
2128
2153
|
.e-pv-properties-line-thickness,
|
|
2129
2154
|
.e-pv-properties-line-opacity,
|
|
2130
|
-
.e-pv-properties-line-leader-length
|
|
2155
|
+
.e-pv-properties-line-leader-length {
|
|
2156
|
+
max-width: 180px;
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2131
2159
|
.e-pv-scale-ratio-src-input,
|
|
2132
2160
|
.e-pv-scale-ratio-dest-input,
|
|
2133
2161
|
.e-pv-depth-input {
|
|
@@ -2136,7 +2164,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2136
2164
|
|
|
2137
2165
|
.e-pv-properties-line-start,
|
|
2138
2166
|
.e-pv-properties-line-end,
|
|
2139
|
-
.e-pv-properties-line-style
|
|
2167
|
+
.e-pv-properties-line-style {
|
|
2168
|
+
width: 180px;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2140
2171
|
.e-pv-scale-ratio-src-unit,
|
|
2141
2172
|
.e-pv-scale-ratio-dest-unit,
|
|
2142
2173
|
.e-pv-depth-unit {
|
|
@@ -3063,8 +3094,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3063
3094
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3064
3095
|
display: -ms-flexbox;
|
|
3065
3096
|
display: flex;
|
|
3066
|
-
padding-top: 15px;
|
|
3067
3097
|
width: 385px;
|
|
3098
|
+
padding-top: 15px;
|
|
3068
3099
|
}
|
|
3069
3100
|
|
|
3070
3101
|
.e-pv-properties-dropdown-btn {
|