@syncfusion/ej2-vue-pdfviewer 19.4.43 → 19.4.53
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 +60 -0
- package/README.md +1 -1
- package/dist/ej2-vue-pdfviewer.umd.min.js +2 -2
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +40 -5
- package/styles/bootstrap.css +40 -5
- package/styles/bootstrap4.css +40 -5
- package/styles/bootstrap5-dark.css +70 -28
- package/styles/bootstrap5.css +70 -28
- package/styles/fabric-dark.css +40 -5
- package/styles/fabric.css +40 -5
- package/styles/highcontrast-light.css +40 -5
- package/styles/highcontrast.css +40 -5
- package/styles/material-dark.css +40 -5
- package/styles/material.css +40 -5
- package/styles/pdfviewer/bootstrap-dark.css +40 -5
- package/styles/pdfviewer/bootstrap.css +40 -5
- package/styles/pdfviewer/bootstrap4.css +40 -5
- package/styles/pdfviewer/bootstrap5-dark.css +70 -28
- package/styles/pdfviewer/bootstrap5.css +70 -28
- package/styles/pdfviewer/fabric-dark.css +40 -5
- package/styles/pdfviewer/fabric.css +40 -5
- package/styles/pdfviewer/highcontrast-light.css +40 -5
- package/styles/pdfviewer/highcontrast.css +40 -5
- package/styles/pdfviewer/material-dark.css +40 -5
- package/styles/pdfviewer/material.css +40 -5
- package/styles/pdfviewer/tailwind-dark.css +40 -5
- package/styles/pdfviewer/tailwind.css +40 -5
- package/styles/tailwind-dark.css +40 -5
- package/styles/tailwind.css +40 -5
package/styles/fabric.css
CHANGED
|
@@ -889,6 +889,17 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
889
889
|
margin-right: 1.5px;
|
|
890
890
|
}
|
|
891
891
|
|
|
892
|
+
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
893
|
+
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
894
|
+
padding-bottom: 0;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
898
|
+
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
899
|
+
line-height: 26px;
|
|
900
|
+
min-height: 26px;
|
|
901
|
+
}
|
|
902
|
+
|
|
892
903
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
893
904
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
894
905
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
@@ -1320,6 +1331,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1320
1331
|
z-index: 103;
|
|
1321
1332
|
}
|
|
1322
1333
|
|
|
1334
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1335
|
+
text-decoration: auto;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1323
1338
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1324
1339
|
top: 1px;
|
|
1325
1340
|
}
|
|
@@ -1515,6 +1530,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1515
1530
|
padding-right: 18px;
|
|
1516
1531
|
}
|
|
1517
1532
|
|
|
1533
|
+
.e-pv-bookmark-title {
|
|
1534
|
+
padding-left: 40px;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1518
1537
|
.e-pv-sidebar-bookmark-title {
|
|
1519
1538
|
color: rgba(0, 0, 0, 0.87);
|
|
1520
1539
|
font-family: Roboto-Regular;
|
|
@@ -1583,6 +1602,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1583
1602
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1584
1603
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1585
1604
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
1605
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
|
|
1606
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
|
|
1586
1607
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1587
1608
|
color: #000;
|
|
1588
1609
|
}
|
|
@@ -1810,8 +1831,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1810
1831
|
vertical-align: initial;
|
|
1811
1832
|
}
|
|
1812
1833
|
|
|
1813
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1814
|
-
|
|
1834
|
+
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
|
|
1835
|
+
.e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
|
|
1815
1836
|
vertical-align: initial;
|
|
1816
1837
|
}
|
|
1817
1838
|
|
|
@@ -1870,6 +1891,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1870
1891
|
.e-pv-annotation-opacity-container,
|
|
1871
1892
|
.e-pv-annotation-stroke-container,
|
|
1872
1893
|
.e-pv-custom-annotation-thickness-container,
|
|
1894
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1873
1895
|
.e-pv-annotation-thickness-container,
|
|
1874
1896
|
.e-pv-annotation-textcolor-container,
|
|
1875
1897
|
.e-pv-annotation-textalign-container,
|
|
@@ -1969,6 +1991,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1969
1991
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1970
1992
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1971
1993
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1994
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1972
1995
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1973
1996
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1974
1997
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1981,6 +2004,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1981
2004
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1982
2005
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1983
2006
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
2007
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1984
2008
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1985
2009
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1986
2010
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2019,6 +2043,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2019
2043
|
max-width: 436px;
|
|
2020
2044
|
}
|
|
2021
2045
|
|
|
2046
|
+
.e-pv-scale-ratio-dialog {
|
|
2047
|
+
max-width: 500px;
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2022
2050
|
.e-pv-line-styles-content,
|
|
2023
2051
|
.e-pv-line-styles-item {
|
|
2024
2052
|
border-bottom-color: #000;
|
|
@@ -2058,6 +2086,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2058
2086
|
.e-pv-properties-line-opacity-container {
|
|
2059
2087
|
float: left;
|
|
2060
2088
|
height: auto;
|
|
2089
|
+
width: 180px;
|
|
2061
2090
|
}
|
|
2062
2091
|
|
|
2063
2092
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2136,7 +2165,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2136
2165
|
.e-pv-properties-line-style,
|
|
2137
2166
|
.e-pv-properties-line-thickness,
|
|
2138
2167
|
.e-pv-properties-line-opacity,
|
|
2139
|
-
.e-pv-properties-line-leader-length
|
|
2168
|
+
.e-pv-properties-line-leader-length {
|
|
2169
|
+
max-width: 180px;
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2140
2172
|
.e-pv-scale-ratio-src-input,
|
|
2141
2173
|
.e-pv-scale-ratio-dest-input,
|
|
2142
2174
|
.e-pv-depth-input {
|
|
@@ -2145,7 +2177,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2145
2177
|
|
|
2146
2178
|
.e-pv-properties-line-start,
|
|
2147
2179
|
.e-pv-properties-line-end,
|
|
2148
|
-
.e-pv-properties-line-style
|
|
2180
|
+
.e-pv-properties-line-style {
|
|
2181
|
+
width: 180px;
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2149
2184
|
.e-pv-scale-ratio-src-unit,
|
|
2150
2185
|
.e-pv-scale-ratio-dest-unit,
|
|
2151
2186
|
.e-pv-depth-unit {
|
|
@@ -3073,8 +3108,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3073
3108
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3074
3109
|
display: -ms-flexbox;
|
|
3075
3110
|
display: flex;
|
|
3076
|
-
padding-top: 15px;
|
|
3077
3111
|
width: 385px;
|
|
3112
|
+
padding-top: 15px;
|
|
3078
3113
|
}
|
|
3079
3114
|
|
|
3080
3115
|
.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 {
|
|
@@ -1303,6 +1314,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1303
1314
|
z-index: 103;
|
|
1304
1315
|
}
|
|
1305
1316
|
|
|
1317
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1318
|
+
text-decoration: auto;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1306
1321
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1307
1322
|
top: 1px;
|
|
1308
1323
|
}
|
|
@@ -1498,6 +1513,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1498
1513
|
padding-right: 18px;
|
|
1499
1514
|
}
|
|
1500
1515
|
|
|
1516
|
+
.e-pv-bookmark-title {
|
|
1517
|
+
padding-left: 40px;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1501
1520
|
.e-pv-sidebar-bookmark-title {
|
|
1502
1521
|
color: rgba(0, 0, 0, 0.87);
|
|
1503
1522
|
font-family: Roboto-Regular;
|
|
@@ -1566,6 +1585,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1566
1585
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1567
1586
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1568
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,
|
|
1569
1590
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1570
1591
|
color: #000;
|
|
1571
1592
|
}
|
|
@@ -1789,8 +1810,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1789
1810
|
vertical-align: initial;
|
|
1790
1811
|
}
|
|
1791
1812
|
|
|
1792
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1793
|
-
|
|
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 {
|
|
1794
1815
|
vertical-align: initial;
|
|
1795
1816
|
}
|
|
1796
1817
|
|
|
@@ -1849,6 +1870,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1849
1870
|
.e-pv-annotation-opacity-container,
|
|
1850
1871
|
.e-pv-annotation-stroke-container,
|
|
1851
1872
|
.e-pv-custom-annotation-thickness-container,
|
|
1873
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1852
1874
|
.e-pv-annotation-thickness-container,
|
|
1853
1875
|
.e-pv-annotation-textcolor-container,
|
|
1854
1876
|
.e-pv-annotation-textalign-container,
|
|
@@ -1948,6 +1970,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1948
1970
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1949
1971
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1950
1972
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1973
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1951
1974
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1952
1975
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1953
1976
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1960,6 +1983,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1960
1983
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1961
1984
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1962
1985
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1986
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1963
1987
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1964
1988
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1965
1989
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -1998,6 +2022,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1998
2022
|
max-width: 436px;
|
|
1999
2023
|
}
|
|
2000
2024
|
|
|
2025
|
+
.e-pv-scale-ratio-dialog {
|
|
2026
|
+
max-width: 500px;
|
|
2027
|
+
}
|
|
2028
|
+
|
|
2001
2029
|
.e-pv-line-styles-content,
|
|
2002
2030
|
.e-pv-line-styles-item {
|
|
2003
2031
|
border-bottom-color: #000;
|
|
@@ -2037,6 +2065,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2037
2065
|
.e-pv-properties-line-opacity-container {
|
|
2038
2066
|
float: left;
|
|
2039
2067
|
height: auto;
|
|
2068
|
+
width: 180px;
|
|
2040
2069
|
}
|
|
2041
2070
|
|
|
2042
2071
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2115,7 +2144,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2115
2144
|
.e-pv-properties-line-style,
|
|
2116
2145
|
.e-pv-properties-line-thickness,
|
|
2117
2146
|
.e-pv-properties-line-opacity,
|
|
2118
|
-
.e-pv-properties-line-leader-length
|
|
2147
|
+
.e-pv-properties-line-leader-length {
|
|
2148
|
+
max-width: 180px;
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2119
2151
|
.e-pv-scale-ratio-src-input,
|
|
2120
2152
|
.e-pv-scale-ratio-dest-input,
|
|
2121
2153
|
.e-pv-depth-input {
|
|
@@ -2124,7 +2156,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2124
2156
|
|
|
2125
2157
|
.e-pv-properties-line-start,
|
|
2126
2158
|
.e-pv-properties-line-end,
|
|
2127
|
-
.e-pv-properties-line-style
|
|
2159
|
+
.e-pv-properties-line-style {
|
|
2160
|
+
width: 180px;
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2128
2163
|
.e-pv-scale-ratio-src-unit,
|
|
2129
2164
|
.e-pv-scale-ratio-dest-unit,
|
|
2130
2165
|
.e-pv-depth-unit {
|
|
@@ -3050,8 +3085,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3050
3085
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3051
3086
|
display: -ms-flexbox;
|
|
3052
3087
|
display: flex;
|
|
3053
|
-
padding-top: 15px;
|
|
3054
3088
|
width: 385px;
|
|
3089
|
+
padding-top: 15px;
|
|
3055
3090
|
}
|
|
3056
3091
|
|
|
3057
3092
|
.e-pv-properties-dropdown-btn {
|
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 {
|
|
@@ -1303,6 +1314,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1303
1314
|
z-index: 103;
|
|
1304
1315
|
}
|
|
1305
1316
|
|
|
1317
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1318
|
+
text-decoration: auto;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1306
1321
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1307
1322
|
top: 1px;
|
|
1308
1323
|
}
|
|
@@ -1498,6 +1513,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1498
1513
|
padding-right: 18px;
|
|
1499
1514
|
}
|
|
1500
1515
|
|
|
1516
|
+
.e-pv-bookmark-title {
|
|
1517
|
+
padding-left: 40px;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1501
1520
|
.e-pv-sidebar-bookmark-title {
|
|
1502
1521
|
color: rgba(0, 0, 0, 0.87);
|
|
1503
1522
|
font-family: Roboto-Regular;
|
|
@@ -1566,6 +1585,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1566
1585
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1567
1586
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1568
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,
|
|
1569
1590
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1570
1591
|
color: #fff;
|
|
1571
1592
|
}
|
|
@@ -1789,8 +1810,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1789
1810
|
vertical-align: initial;
|
|
1790
1811
|
}
|
|
1791
1812
|
|
|
1792
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1793
|
-
|
|
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 {
|
|
1794
1815
|
vertical-align: initial;
|
|
1795
1816
|
}
|
|
1796
1817
|
|
|
@@ -1849,6 +1870,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1849
1870
|
.e-pv-annotation-opacity-container,
|
|
1850
1871
|
.e-pv-annotation-stroke-container,
|
|
1851
1872
|
.e-pv-custom-annotation-thickness-container,
|
|
1873
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1852
1874
|
.e-pv-annotation-thickness-container,
|
|
1853
1875
|
.e-pv-annotation-textcolor-container,
|
|
1854
1876
|
.e-pv-annotation-textalign-container,
|
|
@@ -1952,6 +1974,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1952
1974
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1953
1975
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1954
1976
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1977
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1955
1978
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1956
1979
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1957
1980
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1964,6 +1987,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1964
1987
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1965
1988
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1966
1989
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1990
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1967
1991
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1968
1992
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1969
1993
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2002,6 +2026,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2002
2026
|
max-width: 436px;
|
|
2003
2027
|
}
|
|
2004
2028
|
|
|
2029
|
+
.e-pv-scale-ratio-dialog {
|
|
2030
|
+
max-width: 500px;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2005
2033
|
.e-pv-line-styles-content,
|
|
2006
2034
|
.e-pv-line-styles-item {
|
|
2007
2035
|
border-bottom-color: #fff;
|
|
@@ -2041,6 +2069,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2041
2069
|
.e-pv-properties-line-opacity-container {
|
|
2042
2070
|
float: left;
|
|
2043
2071
|
height: auto;
|
|
2072
|
+
width: 180px;
|
|
2044
2073
|
}
|
|
2045
2074
|
|
|
2046
2075
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2119,7 +2148,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2119
2148
|
.e-pv-properties-line-style,
|
|
2120
2149
|
.e-pv-properties-line-thickness,
|
|
2121
2150
|
.e-pv-properties-line-opacity,
|
|
2122
|
-
.e-pv-properties-line-leader-length
|
|
2151
|
+
.e-pv-properties-line-leader-length {
|
|
2152
|
+
max-width: 180px;
|
|
2153
|
+
}
|
|
2154
|
+
|
|
2123
2155
|
.e-pv-scale-ratio-src-input,
|
|
2124
2156
|
.e-pv-scale-ratio-dest-input,
|
|
2125
2157
|
.e-pv-depth-input {
|
|
@@ -2128,7 +2160,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2128
2160
|
|
|
2129
2161
|
.e-pv-properties-line-start,
|
|
2130
2162
|
.e-pv-properties-line-end,
|
|
2131
|
-
.e-pv-properties-line-style
|
|
2163
|
+
.e-pv-properties-line-style {
|
|
2164
|
+
width: 180px;
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2132
2167
|
.e-pv-scale-ratio-src-unit,
|
|
2133
2168
|
.e-pv-scale-ratio-dest-unit,
|
|
2134
2169
|
.e-pv-depth-unit {
|
|
@@ -3059,8 +3094,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3059
3094
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3060
3095
|
display: -ms-flexbox;
|
|
3061
3096
|
display: flex;
|
|
3062
|
-
padding-top: 15px;
|
|
3063
3097
|
width: 385px;
|
|
3098
|
+
padding-top: 15px;
|
|
3064
3099
|
}
|
|
3065
3100
|
|
|
3066
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 {
|
|
@@ -1306,6 +1317,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1306
1317
|
z-index: 103;
|
|
1307
1318
|
}
|
|
1308
1319
|
|
|
1320
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1321
|
+
text-decoration: auto;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1309
1324
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1310
1325
|
top: 1px;
|
|
1311
1326
|
}
|
|
@@ -1501,6 +1516,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1501
1516
|
padding-right: 18px;
|
|
1502
1517
|
}
|
|
1503
1518
|
|
|
1519
|
+
.e-pv-bookmark-title {
|
|
1520
|
+
padding-left: 40px;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1504
1523
|
.e-pv-sidebar-bookmark-title {
|
|
1505
1524
|
color: rgba(0, 0, 0, 0.87);
|
|
1506
1525
|
font-family: Roboto-Regular;
|
|
@@ -1569,6 +1588,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1569
1588
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1570
1589
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1571
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,
|
|
1572
1593
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1573
1594
|
color: #fff;
|
|
1574
1595
|
}
|
|
@@ -1792,8 +1813,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1792
1813
|
vertical-align: initial;
|
|
1793
1814
|
}
|
|
1794
1815
|
|
|
1795
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1796
|
-
|
|
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 {
|
|
1797
1818
|
vertical-align: initial;
|
|
1798
1819
|
}
|
|
1799
1820
|
|
|
@@ -1852,6 +1873,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1852
1873
|
.e-pv-annotation-opacity-container,
|
|
1853
1874
|
.e-pv-annotation-stroke-container,
|
|
1854
1875
|
.e-pv-custom-annotation-thickness-container,
|
|
1876
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1855
1877
|
.e-pv-annotation-thickness-container,
|
|
1856
1878
|
.e-pv-annotation-textcolor-container,
|
|
1857
1879
|
.e-pv-annotation-textalign-container,
|
|
@@ -1951,6 +1973,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1951
1973
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1952
1974
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1953
1975
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1976
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1954
1977
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1955
1978
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1956
1979
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1963,6 +1986,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1963
1986
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1964
1987
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1965
1988
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1989
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1966
1990
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1967
1991
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1968
1992
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2001,6 +2025,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2001
2025
|
max-width: 420px;
|
|
2002
2026
|
}
|
|
2003
2027
|
|
|
2028
|
+
.e-pv-scale-ratio-dialog {
|
|
2029
|
+
max-width: 500px;
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2004
2032
|
.e-pv-line-styles-content,
|
|
2005
2033
|
.e-pv-line-styles-item {
|
|
2006
2034
|
border-bottom-color: #000;
|
|
@@ -2040,6 +2068,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2040
2068
|
.e-pv-properties-line-opacity-container {
|
|
2041
2069
|
float: left;
|
|
2042
2070
|
height: auto;
|
|
2071
|
+
width: 180px;
|
|
2043
2072
|
}
|
|
2044
2073
|
|
|
2045
2074
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2118,7 +2147,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2118
2147
|
.e-pv-properties-line-style,
|
|
2119
2148
|
.e-pv-properties-line-thickness,
|
|
2120
2149
|
.e-pv-properties-line-opacity,
|
|
2121
|
-
.e-pv-properties-line-leader-length
|
|
2150
|
+
.e-pv-properties-line-leader-length {
|
|
2151
|
+
max-width: 180px;
|
|
2152
|
+
}
|
|
2153
|
+
|
|
2122
2154
|
.e-pv-scale-ratio-src-input,
|
|
2123
2155
|
.e-pv-scale-ratio-dest-input,
|
|
2124
2156
|
.e-pv-depth-input {
|
|
@@ -2127,7 +2159,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2127
2159
|
|
|
2128
2160
|
.e-pv-properties-line-start,
|
|
2129
2161
|
.e-pv-properties-line-end,
|
|
2130
|
-
.e-pv-properties-line-style
|
|
2162
|
+
.e-pv-properties-line-style {
|
|
2163
|
+
width: 180px;
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2131
2166
|
.e-pv-scale-ratio-src-unit,
|
|
2132
2167
|
.e-pv-scale-ratio-dest-unit,
|
|
2133
2168
|
.e-pv-depth-unit {
|
|
@@ -3053,8 +3088,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3053
3088
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3054
3089
|
display: -ms-flexbox;
|
|
3055
3090
|
display: flex;
|
|
3056
|
-
padding-top: 15px;
|
|
3057
3091
|
width: 385px;
|
|
3092
|
+
padding-top: 15px;
|
|
3058
3093
|
}
|
|
3059
3094
|
|
|
3060
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 {
|
|
@@ -1309,6 +1320,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1309
1320
|
z-index: 103;
|
|
1310
1321
|
}
|
|
1311
1322
|
|
|
1323
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1324
|
+
text-decoration: auto;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1312
1327
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1313
1328
|
top: 1px;
|
|
1314
1329
|
}
|
|
@@ -1504,6 +1519,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1504
1519
|
padding-right: 18px;
|
|
1505
1520
|
}
|
|
1506
1521
|
|
|
1522
|
+
.e-pv-bookmark-title {
|
|
1523
|
+
padding-left: 40px;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1507
1526
|
.e-pv-sidebar-bookmark-title {
|
|
1508
1527
|
color: rgba(0, 0, 0, 0.87);
|
|
1509
1528
|
font-family: Roboto-Regular;
|
|
@@ -1572,6 +1591,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1572
1591
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1573
1592
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1574
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,
|
|
1575
1596
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1576
1597
|
color: rgba(0, 0, 0, 0.54);
|
|
1577
1598
|
}
|
|
@@ -1795,8 +1816,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1795
1816
|
vertical-align: initial;
|
|
1796
1817
|
}
|
|
1797
1818
|
|
|
1798
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1799
|
-
|
|
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 {
|
|
1800
1821
|
vertical-align: initial;
|
|
1801
1822
|
}
|
|
1802
1823
|
|
|
@@ -1855,6 +1876,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1855
1876
|
.e-pv-annotation-opacity-container,
|
|
1856
1877
|
.e-pv-annotation-stroke-container,
|
|
1857
1878
|
.e-pv-custom-annotation-thickness-container,
|
|
1879
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1858
1880
|
.e-pv-annotation-thickness-container,
|
|
1859
1881
|
.e-pv-annotation-textcolor-container,
|
|
1860
1882
|
.e-pv-annotation-textalign-container,
|
|
@@ -1954,6 +1976,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1954
1976
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1955
1977
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1956
1978
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1979
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1957
1980
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1958
1981
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1959
1982
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1966,6 +1989,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1966
1989
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1967
1990
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1968
1991
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1992
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1969
1993
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1970
1994
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1971
1995
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2004,6 +2028,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2004
2028
|
max-width: 420px;
|
|
2005
2029
|
}
|
|
2006
2030
|
|
|
2031
|
+
.e-pv-scale-ratio-dialog {
|
|
2032
|
+
max-width: 500px;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2007
2035
|
.e-pv-line-styles-content,
|
|
2008
2036
|
.e-pv-line-styles-item {
|
|
2009
2037
|
border-bottom-color: #000;
|
|
@@ -2043,6 +2071,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2043
2071
|
.e-pv-properties-line-opacity-container {
|
|
2044
2072
|
float: left;
|
|
2045
2073
|
height: auto;
|
|
2074
|
+
width: 180px;
|
|
2046
2075
|
}
|
|
2047
2076
|
|
|
2048
2077
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2121,7 +2150,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2121
2150
|
.e-pv-properties-line-style,
|
|
2122
2151
|
.e-pv-properties-line-thickness,
|
|
2123
2152
|
.e-pv-properties-line-opacity,
|
|
2124
|
-
.e-pv-properties-line-leader-length
|
|
2153
|
+
.e-pv-properties-line-leader-length {
|
|
2154
|
+
max-width: 180px;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2125
2157
|
.e-pv-scale-ratio-src-input,
|
|
2126
2158
|
.e-pv-scale-ratio-dest-input,
|
|
2127
2159
|
.e-pv-depth-input {
|
|
@@ -2130,7 +2162,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2130
2162
|
|
|
2131
2163
|
.e-pv-properties-line-start,
|
|
2132
2164
|
.e-pv-properties-line-end,
|
|
2133
|
-
.e-pv-properties-line-style
|
|
2165
|
+
.e-pv-properties-line-style {
|
|
2166
|
+
width: 180px;
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2134
2169
|
.e-pv-scale-ratio-src-unit,
|
|
2135
2170
|
.e-pv-scale-ratio-dest-unit,
|
|
2136
2171
|
.e-pv-depth-unit {
|
|
@@ -3058,8 +3093,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3058
3093
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3059
3094
|
display: -ms-flexbox;
|
|
3060
3095
|
display: flex;
|
|
3061
|
-
padding-top: 15px;
|
|
3062
3096
|
width: 385px;
|
|
3097
|
+
padding-top: 15px;
|
|
3063
3098
|
}
|
|
3064
3099
|
|
|
3065
3100
|
.e-pv-properties-dropdown-btn {
|