@syncfusion/ej2-react-pdfviewer 23.1.43 → 23.1.44

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/ej2-react-pdfviewer.min.js +1 -1
  3. package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
  4. package/package.json +6 -6
  5. package/styles/bootstrap-dark.css +9 -9
  6. package/styles/bootstrap.css +9 -9
  7. package/styles/bootstrap4.css +9 -9
  8. package/styles/bootstrap5-dark.css +9 -9
  9. package/styles/bootstrap5.css +9 -9
  10. package/styles/fabric-dark.css +9 -9
  11. package/styles/fabric.css +9 -9
  12. package/styles/fluent-dark.css +9 -9
  13. package/styles/fluent.css +9 -9
  14. package/styles/highcontrast-light.css +9 -9
  15. package/styles/highcontrast.css +9 -9
  16. package/styles/material-dark.css +9 -9
  17. package/styles/material.css +9 -9
  18. package/styles/material3-dark.css +9 -9
  19. package/styles/material3.css +9 -9
  20. package/styles/pdfviewer/bootstrap-dark.css +9 -9
  21. package/styles/pdfviewer/bootstrap.css +9 -9
  22. package/styles/pdfviewer/bootstrap4.css +9 -9
  23. package/styles/pdfviewer/bootstrap5-dark.css +9 -9
  24. package/styles/pdfviewer/bootstrap5.css +9 -9
  25. package/styles/pdfviewer/fabric-dark.css +9 -9
  26. package/styles/pdfviewer/fabric.css +9 -9
  27. package/styles/pdfviewer/fluent-dark.css +9 -9
  28. package/styles/pdfviewer/fluent.css +9 -9
  29. package/styles/pdfviewer/highcontrast-light.css +9 -9
  30. package/styles/pdfviewer/highcontrast.css +9 -9
  31. package/styles/pdfviewer/material-dark.css +9 -9
  32. package/styles/pdfviewer/material.css +9 -9
  33. package/styles/pdfviewer/material3-dark.css +9 -9
  34. package/styles/pdfviewer/material3.css +9 -9
  35. package/styles/pdfviewer/tailwind-dark.css +9 -9
  36. package/styles/pdfviewer/tailwind.css +9 -9
  37. package/styles/tailwind-dark.css +9 -9
  38. package/styles/tailwind.css +9 -9
package/CHANGELOG.md CHANGED
@@ -6,6 +6,18 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I511552` - Now, the `openThumbnailPane` method does not close the thumbnail pane.
10
+ - `#I509218` - Now, The thumbnail pane is now rendered properly when opened programmatically.
11
+ - `#I509483` - Now, the issue of loading the provided PDF document has been resolved.
12
+ - `#I510606` - Now, the opacity value is properly preserved in the free annotation if it is set as zero programmatically.
13
+ - `#I513923` -Now, the script error is resolved when loading a document using the created event.
14
+
15
+ ## 23.1.43 (2023-10-31)
16
+
17
+ ### PDF Viewer
18
+
19
+ #### Bug Fixes
20
+
9
21
  - `#I511694` - Now, The script error is resolved when export the annotation as object after adding the handwritten signature.
10
22
  - `#I511005` - Now, the programmatically added stamp annotation is visible in the PDF Viewer.
11
23
  - `#I508032` - Now, the signature fields are not placed outside the page when placed between pages.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 23.1.43
3
+ * version : 23.1.44
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 23.1.43
3
+ * version : 23.1.44
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-react-pdfviewer@23.1.42",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@23.1.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-mNi/7UvQZPQHEW/D2HAb2rB17/lmxzUCa7LUoZbgsOIoZtpEwhEQNtqFr/m2kyvwFb3bSrR4mvmk00J9LM4SRA==",
5
+ "_integrity": "sha512-MonxqQYOo16dw+GUBuV8jttutz7fcAClUnt77DBCG1eMKuMRafU5K8vpNU2TyYereo9DwlJIeoJRxD5O3FjZrA==",
6
6
  "_location": "/@syncfusion/ej2-react-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-23.1.42.tgz",
23
- "_shasum": "ce0945ffb043f50b2e992aa989c0574a614e5faf",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-23.1.43.tgz",
23
+ "_shasum": "ce18720e72f34f10d55ac76a63a28bd87064a9f9",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~23.1.41",
35
- "@syncfusion/ej2-pdfviewer": "23.1.43",
35
+ "@syncfusion/ej2-pdfviewer": "23.1.44",
36
36
  "@syncfusion/ej2-react-base": "~23.1.43"
37
37
  },
38
38
  "deprecated": false,
@@ -54,6 +54,6 @@
54
54
  "type": "git",
55
55
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
56
  },
57
- "version": "23.1.43",
57
+ "version": "23.1.44",
58
58
  "sideEffects": false
59
59
  }
@@ -1814,15 +1814,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1814
1814
  font-size: 18px;
1815
1815
  }
1816
1816
 
1817
- .e-pv-annotation-color-container,
1818
- .e-pv-annotation-opacity-container,
1819
- .e-pv-annotation-stroke-container,
1820
- .e-pv-custom-annotation-thickness-container,
1821
- .e-pv-custom-annotation-opacity-container,
1822
- .e-pv-annotation-thickness-container,
1823
- .e-pv-annotation-textcolor-container,
1824
- .e-pv-annotation-textalign-container,
1825
- .e-pv-annotation-textprop-container {
1817
+ .e-pv-annotation-color-container .e-btn,
1818
+ .e-pv-annotation-opacity-container .e-btn,
1819
+ .e-pv-annotation-stroke-container .e-btn,
1820
+ .e-pv-custom-annotation-thickness-container .e-btn,
1821
+ .e-pv-custom-annotation-opacity-container .e-btn,
1822
+ .e-pv-annotation-thickness-container .e-btn,
1823
+ .e-pv-annotation-textcolor-container .e-btn,
1824
+ .e-pv-annotation-textalign-container .e-btn,
1825
+ .e-pv-annotation-textprop-container .e-btn {
1826
1826
  height: 32px;
1827
1827
  width: 54px;
1828
1828
  }
@@ -1820,15 +1820,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1820
1820
  font-size: 18px;
1821
1821
  }
1822
1822
 
1823
- .e-pv-annotation-color-container,
1824
- .e-pv-annotation-opacity-container,
1825
- .e-pv-annotation-stroke-container,
1826
- .e-pv-custom-annotation-thickness-container,
1827
- .e-pv-custom-annotation-opacity-container,
1828
- .e-pv-annotation-thickness-container,
1829
- .e-pv-annotation-textcolor-container,
1830
- .e-pv-annotation-textalign-container,
1831
- .e-pv-annotation-textprop-container {
1823
+ .e-pv-annotation-color-container .e-btn,
1824
+ .e-pv-annotation-opacity-container .e-btn,
1825
+ .e-pv-annotation-stroke-container .e-btn,
1826
+ .e-pv-custom-annotation-thickness-container .e-btn,
1827
+ .e-pv-custom-annotation-opacity-container .e-btn,
1828
+ .e-pv-annotation-thickness-container .e-btn,
1829
+ .e-pv-annotation-textcolor-container .e-btn,
1830
+ .e-pv-annotation-textalign-container .e-btn,
1831
+ .e-pv-annotation-textprop-container .e-btn {
1832
1832
  height: 32px;
1833
1833
  width: 54px;
1834
1834
  }
@@ -2027,15 +2027,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2027
2027
  font-size: 18px;
2028
2028
  }
2029
2029
 
2030
- .e-pv-annotation-color-container,
2031
- .e-pv-annotation-opacity-container,
2032
- .e-pv-annotation-stroke-container,
2033
- .e-pv-custom-annotation-thickness-container,
2034
- .e-pv-custom-annotation-opacity-container,
2035
- .e-pv-annotation-thickness-container,
2036
- .e-pv-annotation-textcolor-container,
2037
- .e-pv-annotation-textalign-container,
2038
- .e-pv-annotation-textprop-container {
2030
+ .e-pv-annotation-color-container .e-btn,
2031
+ .e-pv-annotation-opacity-container .e-btn,
2032
+ .e-pv-annotation-stroke-container .e-btn,
2033
+ .e-pv-custom-annotation-thickness-container .e-btn,
2034
+ .e-pv-custom-annotation-opacity-container .e-btn,
2035
+ .e-pv-annotation-thickness-container .e-btn,
2036
+ .e-pv-annotation-textcolor-container .e-btn,
2037
+ .e-pv-annotation-textalign-container .e-btn,
2038
+ .e-pv-annotation-textprop-container .e-btn {
2039
2039
  height: 32px;
2040
2040
  width: 54px;
2041
2041
  }
@@ -1920,15 +1920,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1920
1920
  font-size: 18px;
1921
1921
  }
1922
1922
 
1923
- .e-pv-annotation-color-container,
1924
- .e-pv-annotation-opacity-container,
1925
- .e-pv-annotation-stroke-container,
1926
- .e-pv-custom-annotation-thickness-container,
1927
- .e-pv-custom-annotation-opacity-container,
1928
- .e-pv-annotation-thickness-container,
1929
- .e-pv-annotation-textcolor-container,
1930
- .e-pv-annotation-textalign-container,
1931
- .e-pv-annotation-textprop-container {
1923
+ .e-pv-annotation-color-container .e-btn,
1924
+ .e-pv-annotation-opacity-container .e-btn,
1925
+ .e-pv-annotation-stroke-container .e-btn,
1926
+ .e-pv-custom-annotation-thickness-container .e-btn,
1927
+ .e-pv-custom-annotation-opacity-container .e-btn,
1928
+ .e-pv-annotation-thickness-container .e-btn,
1929
+ .e-pv-annotation-textcolor-container .e-btn,
1930
+ .e-pv-annotation-textalign-container .e-btn,
1931
+ .e-pv-annotation-textprop-container .e-btn {
1932
1932
  height: 32px;
1933
1933
  width: auto;
1934
1934
  }
@@ -1920,15 +1920,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1920
1920
  font-size: 18px;
1921
1921
  }
1922
1922
 
1923
- .e-pv-annotation-color-container,
1924
- .e-pv-annotation-opacity-container,
1925
- .e-pv-annotation-stroke-container,
1926
- .e-pv-custom-annotation-thickness-container,
1927
- .e-pv-custom-annotation-opacity-container,
1928
- .e-pv-annotation-thickness-container,
1929
- .e-pv-annotation-textcolor-container,
1930
- .e-pv-annotation-textalign-container,
1931
- .e-pv-annotation-textprop-container {
1923
+ .e-pv-annotation-color-container .e-btn,
1924
+ .e-pv-annotation-opacity-container .e-btn,
1925
+ .e-pv-annotation-stroke-container .e-btn,
1926
+ .e-pv-custom-annotation-thickness-container .e-btn,
1927
+ .e-pv-custom-annotation-opacity-container .e-btn,
1928
+ .e-pv-annotation-thickness-container .e-btn,
1929
+ .e-pv-annotation-textcolor-container .e-btn,
1930
+ .e-pv-annotation-textalign-container .e-btn,
1931
+ .e-pv-annotation-textprop-container .e-btn {
1932
1932
  height: 32px;
1933
1933
  width: auto;
1934
1934
  }
@@ -1822,15 +1822,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1822
1822
  font-size: 18px;
1823
1823
  }
1824
1824
 
1825
- .e-pv-annotation-color-container,
1826
- .e-pv-annotation-opacity-container,
1827
- .e-pv-annotation-stroke-container,
1828
- .e-pv-custom-annotation-thickness-container,
1829
- .e-pv-custom-annotation-opacity-container,
1830
- .e-pv-annotation-thickness-container,
1831
- .e-pv-annotation-textcolor-container,
1832
- .e-pv-annotation-textalign-container,
1833
- .e-pv-annotation-textprop-container {
1825
+ .e-pv-annotation-color-container .e-btn,
1826
+ .e-pv-annotation-opacity-container .e-btn,
1827
+ .e-pv-annotation-stroke-container .e-btn,
1828
+ .e-pv-custom-annotation-thickness-container .e-btn,
1829
+ .e-pv-custom-annotation-opacity-container .e-btn,
1830
+ .e-pv-annotation-thickness-container .e-btn,
1831
+ .e-pv-annotation-textcolor-container .e-btn,
1832
+ .e-pv-annotation-textalign-container .e-btn,
1833
+ .e-pv-annotation-textprop-container .e-btn {
1834
1834
  height: 50px;
1835
1835
  width: 56px;
1836
1836
  }
package/styles/fabric.css CHANGED
@@ -1833,15 +1833,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1833
1833
  font-size: 18px;
1834
1834
  }
1835
1835
 
1836
- .e-pv-annotation-color-container,
1837
- .e-pv-annotation-opacity-container,
1838
- .e-pv-annotation-stroke-container,
1839
- .e-pv-custom-annotation-thickness-container,
1840
- .e-pv-custom-annotation-opacity-container,
1841
- .e-pv-annotation-thickness-container,
1842
- .e-pv-annotation-textcolor-container,
1843
- .e-pv-annotation-textalign-container,
1844
- .e-pv-annotation-textprop-container {
1836
+ .e-pv-annotation-color-container .e-btn,
1837
+ .e-pv-annotation-opacity-container .e-btn,
1838
+ .e-pv-annotation-stroke-container .e-btn,
1839
+ .e-pv-custom-annotation-thickness-container .e-btn,
1840
+ .e-pv-custom-annotation-opacity-container .e-btn,
1841
+ .e-pv-annotation-thickness-container .e-btn,
1842
+ .e-pv-annotation-textcolor-container .e-btn,
1843
+ .e-pv-annotation-textalign-container .e-btn,
1844
+ .e-pv-annotation-textprop-container .e-btn {
1845
1845
  height: 50px;
1846
1846
  width: 56px;
1847
1847
  }
@@ -1909,15 +1909,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1909
1909
  font-size: 18px;
1910
1910
  }
1911
1911
 
1912
- .e-pv-annotation-color-container,
1913
- .e-pv-annotation-opacity-container,
1914
- .e-pv-annotation-stroke-container,
1915
- .e-pv-custom-annotation-thickness-container,
1916
- .e-pv-custom-annotation-opacity-container,
1917
- .e-pv-annotation-thickness-container,
1918
- .e-pv-annotation-textcolor-container,
1919
- .e-pv-annotation-textalign-container,
1920
- .e-pv-annotation-textprop-container {
1912
+ .e-pv-annotation-color-container .e-btn,
1913
+ .e-pv-annotation-opacity-container .e-btn,
1914
+ .e-pv-annotation-stroke-container .e-btn,
1915
+ .e-pv-custom-annotation-thickness-container .e-btn,
1916
+ .e-pv-custom-annotation-opacity-container .e-btn,
1917
+ .e-pv-annotation-thickness-container .e-btn,
1918
+ .e-pv-annotation-textcolor-container .e-btn,
1919
+ .e-pv-annotation-textalign-container .e-btn,
1920
+ .e-pv-annotation-textprop-container .e-btn {
1921
1921
  height: 32px;
1922
1922
  width: auto;
1923
1923
  }
package/styles/fluent.css CHANGED
@@ -1909,15 +1909,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1909
1909
  font-size: 18px;
1910
1910
  }
1911
1911
 
1912
- .e-pv-annotation-color-container,
1913
- .e-pv-annotation-opacity-container,
1914
- .e-pv-annotation-stroke-container,
1915
- .e-pv-custom-annotation-thickness-container,
1916
- .e-pv-custom-annotation-opacity-container,
1917
- .e-pv-annotation-thickness-container,
1918
- .e-pv-annotation-textcolor-container,
1919
- .e-pv-annotation-textalign-container,
1920
- .e-pv-annotation-textprop-container {
1912
+ .e-pv-annotation-color-container .e-btn,
1913
+ .e-pv-annotation-opacity-container .e-btn,
1914
+ .e-pv-annotation-stroke-container .e-btn,
1915
+ .e-pv-custom-annotation-thickness-container .e-btn,
1916
+ .e-pv-custom-annotation-opacity-container .e-btn,
1917
+ .e-pv-annotation-thickness-container .e-btn,
1918
+ .e-pv-annotation-textcolor-container .e-btn,
1919
+ .e-pv-annotation-textalign-container .e-btn,
1920
+ .e-pv-annotation-textprop-container .e-btn {
1921
1921
  height: 32px;
1922
1922
  width: auto;
1923
1923
  }
@@ -1812,15 +1812,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1812
1812
  font-size: 18px;
1813
1813
  }
1814
1814
 
1815
- .e-pv-annotation-color-container,
1816
- .e-pv-annotation-opacity-container,
1817
- .e-pv-annotation-stroke-container,
1818
- .e-pv-custom-annotation-thickness-container,
1819
- .e-pv-custom-annotation-opacity-container,
1820
- .e-pv-annotation-thickness-container,
1821
- .e-pv-annotation-textcolor-container,
1822
- .e-pv-annotation-textalign-container,
1823
- .e-pv-annotation-textprop-container {
1815
+ .e-pv-annotation-color-container .e-btn,
1816
+ .e-pv-annotation-opacity-container .e-btn,
1817
+ .e-pv-annotation-stroke-container .e-btn,
1818
+ .e-pv-custom-annotation-thickness-container .e-btn,
1819
+ .e-pv-custom-annotation-opacity-container .e-btn,
1820
+ .e-pv-annotation-thickness-container .e-btn,
1821
+ .e-pv-annotation-textcolor-container .e-btn,
1822
+ .e-pv-annotation-textalign-container .e-btn,
1823
+ .e-pv-annotation-textprop-container .e-btn {
1824
1824
  height: 50px;
1825
1825
  width: 56px;
1826
1826
  }
@@ -1812,15 +1812,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1812
1812
  font-size: 18px;
1813
1813
  }
1814
1814
 
1815
- .e-pv-annotation-color-container,
1816
- .e-pv-annotation-opacity-container,
1817
- .e-pv-annotation-stroke-container,
1818
- .e-pv-custom-annotation-thickness-container,
1819
- .e-pv-custom-annotation-opacity-container,
1820
- .e-pv-annotation-thickness-container,
1821
- .e-pv-annotation-textcolor-container,
1822
- .e-pv-annotation-textalign-container,
1823
- .e-pv-annotation-textprop-container {
1815
+ .e-pv-annotation-color-container .e-btn,
1816
+ .e-pv-annotation-opacity-container .e-btn,
1817
+ .e-pv-annotation-stroke-container .e-btn,
1818
+ .e-pv-custom-annotation-thickness-container .e-btn,
1819
+ .e-pv-custom-annotation-opacity-container .e-btn,
1820
+ .e-pv-annotation-thickness-container .e-btn,
1821
+ .e-pv-annotation-textcolor-container .e-btn,
1822
+ .e-pv-annotation-textalign-container .e-btn,
1823
+ .e-pv-annotation-textprop-container .e-btn {
1824
1824
  height: 50px;
1825
1825
  width: 56px;
1826
1826
  }
@@ -1815,15 +1815,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1815
1815
  font-size: 18px;
1816
1816
  }
1817
1817
 
1818
- .e-pv-annotation-color-container,
1819
- .e-pv-annotation-opacity-container,
1820
- .e-pv-annotation-stroke-container,
1821
- .e-pv-custom-annotation-thickness-container,
1822
- .e-pv-custom-annotation-opacity-container,
1823
- .e-pv-annotation-thickness-container,
1824
- .e-pv-annotation-textcolor-container,
1825
- .e-pv-annotation-textalign-container,
1826
- .e-pv-annotation-textprop-container {
1818
+ .e-pv-annotation-color-container .e-btn,
1819
+ .e-pv-annotation-opacity-container .e-btn,
1820
+ .e-pv-annotation-stroke-container .e-btn,
1821
+ .e-pv-custom-annotation-thickness-container .e-btn,
1822
+ .e-pv-custom-annotation-opacity-container .e-btn,
1823
+ .e-pv-annotation-thickness-container .e-btn,
1824
+ .e-pv-annotation-textcolor-container .e-btn,
1825
+ .e-pv-annotation-textalign-container .e-btn,
1826
+ .e-pv-annotation-textprop-container .e-btn {
1827
1827
  height: 32px;
1828
1828
  width: 54px;
1829
1829
  }
@@ -1815,15 +1815,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1815
1815
  font-size: 18px;
1816
1816
  }
1817
1817
 
1818
- .e-pv-annotation-color-container,
1819
- .e-pv-annotation-opacity-container,
1820
- .e-pv-annotation-stroke-container,
1821
- .e-pv-custom-annotation-thickness-container,
1822
- .e-pv-custom-annotation-opacity-container,
1823
- .e-pv-annotation-thickness-container,
1824
- .e-pv-annotation-textcolor-container,
1825
- .e-pv-annotation-textalign-container,
1826
- .e-pv-annotation-textprop-container {
1818
+ .e-pv-annotation-color-container .e-btn,
1819
+ .e-pv-annotation-opacity-container .e-btn,
1820
+ .e-pv-annotation-stroke-container .e-btn,
1821
+ .e-pv-custom-annotation-thickness-container .e-btn,
1822
+ .e-pv-custom-annotation-opacity-container .e-btn,
1823
+ .e-pv-annotation-thickness-container .e-btn,
1824
+ .e-pv-annotation-textcolor-container .e-btn,
1825
+ .e-pv-annotation-textalign-container .e-btn,
1826
+ .e-pv-annotation-textprop-container .e-btn {
1827
1827
  height: 32px;
1828
1828
  width: 54px;
1829
1829
  }
@@ -1876,15 +1876,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1876
1876
  font-size: 18px;
1877
1877
  }
1878
1878
 
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 {
1879
+ .e-pv-annotation-color-container .e-btn,
1880
+ .e-pv-annotation-opacity-container .e-btn,
1881
+ .e-pv-annotation-stroke-container .e-btn,
1882
+ .e-pv-custom-annotation-thickness-container .e-btn,
1883
+ .e-pv-custom-annotation-opacity-container .e-btn,
1884
+ .e-pv-annotation-thickness-container .e-btn,
1885
+ .e-pv-annotation-textcolor-container .e-btn,
1886
+ .e-pv-annotation-textalign-container .e-btn,
1887
+ .e-pv-annotation-textprop-container .e-btn {
1888
1888
  height: 32px;
1889
1889
  width: auto;
1890
1890
  }
@@ -1932,15 +1932,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1932
1932
  font-size: 18px;
1933
1933
  }
1934
1934
 
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 {
1935
+ .e-pv-annotation-color-container .e-btn,
1936
+ .e-pv-annotation-opacity-container .e-btn,
1937
+ .e-pv-annotation-stroke-container .e-btn,
1938
+ .e-pv-custom-annotation-thickness-container .e-btn,
1939
+ .e-pv-custom-annotation-opacity-container .e-btn,
1940
+ .e-pv-annotation-thickness-container .e-btn,
1941
+ .e-pv-annotation-textcolor-container .e-btn,
1942
+ .e-pv-annotation-textalign-container .e-btn,
1943
+ .e-pv-annotation-textprop-container .e-btn {
1944
1944
  height: 32px;
1945
1945
  width: auto;
1946
1946
  }
@@ -1814,15 +1814,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1814
1814
  font-size: 18px;
1815
1815
  }
1816
1816
 
1817
- .e-pv-annotation-color-container,
1818
- .e-pv-annotation-opacity-container,
1819
- .e-pv-annotation-stroke-container,
1820
- .e-pv-custom-annotation-thickness-container,
1821
- .e-pv-custom-annotation-opacity-container,
1822
- .e-pv-annotation-thickness-container,
1823
- .e-pv-annotation-textcolor-container,
1824
- .e-pv-annotation-textalign-container,
1825
- .e-pv-annotation-textprop-container {
1817
+ .e-pv-annotation-color-container .e-btn,
1818
+ .e-pv-annotation-opacity-container .e-btn,
1819
+ .e-pv-annotation-stroke-container .e-btn,
1820
+ .e-pv-custom-annotation-thickness-container .e-btn,
1821
+ .e-pv-custom-annotation-opacity-container .e-btn,
1822
+ .e-pv-annotation-thickness-container .e-btn,
1823
+ .e-pv-annotation-textcolor-container .e-btn,
1824
+ .e-pv-annotation-textalign-container .e-btn,
1825
+ .e-pv-annotation-textprop-container .e-btn {
1826
1826
  height: 32px;
1827
1827
  width: 54px;
1828
1828
  }
@@ -1820,15 +1820,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1820
1820
  font-size: 18px;
1821
1821
  }
1822
1822
 
1823
- .e-pv-annotation-color-container,
1824
- .e-pv-annotation-opacity-container,
1825
- .e-pv-annotation-stroke-container,
1826
- .e-pv-custom-annotation-thickness-container,
1827
- .e-pv-custom-annotation-opacity-container,
1828
- .e-pv-annotation-thickness-container,
1829
- .e-pv-annotation-textcolor-container,
1830
- .e-pv-annotation-textalign-container,
1831
- .e-pv-annotation-textprop-container {
1823
+ .e-pv-annotation-color-container .e-btn,
1824
+ .e-pv-annotation-opacity-container .e-btn,
1825
+ .e-pv-annotation-stroke-container .e-btn,
1826
+ .e-pv-custom-annotation-thickness-container .e-btn,
1827
+ .e-pv-custom-annotation-opacity-container .e-btn,
1828
+ .e-pv-annotation-thickness-container .e-btn,
1829
+ .e-pv-annotation-textcolor-container .e-btn,
1830
+ .e-pv-annotation-textalign-container .e-btn,
1831
+ .e-pv-annotation-textprop-container .e-btn {
1832
1832
  height: 32px;
1833
1833
  width: 54px;
1834
1834
  }
@@ -2027,15 +2027,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2027
2027
  font-size: 18px;
2028
2028
  }
2029
2029
 
2030
- .e-pv-annotation-color-container,
2031
- .e-pv-annotation-opacity-container,
2032
- .e-pv-annotation-stroke-container,
2033
- .e-pv-custom-annotation-thickness-container,
2034
- .e-pv-custom-annotation-opacity-container,
2035
- .e-pv-annotation-thickness-container,
2036
- .e-pv-annotation-textcolor-container,
2037
- .e-pv-annotation-textalign-container,
2038
- .e-pv-annotation-textprop-container {
2030
+ .e-pv-annotation-color-container .e-btn,
2031
+ .e-pv-annotation-opacity-container .e-btn,
2032
+ .e-pv-annotation-stroke-container .e-btn,
2033
+ .e-pv-custom-annotation-thickness-container .e-btn,
2034
+ .e-pv-custom-annotation-opacity-container .e-btn,
2035
+ .e-pv-annotation-thickness-container .e-btn,
2036
+ .e-pv-annotation-textcolor-container .e-btn,
2037
+ .e-pv-annotation-textalign-container .e-btn,
2038
+ .e-pv-annotation-textprop-container .e-btn {
2039
2039
  height: 32px;
2040
2040
  width: 54px;
2041
2041
  }
@@ -1920,15 +1920,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1920
1920
  font-size: 18px;
1921
1921
  }
1922
1922
 
1923
- .e-pv-annotation-color-container,
1924
- .e-pv-annotation-opacity-container,
1925
- .e-pv-annotation-stroke-container,
1926
- .e-pv-custom-annotation-thickness-container,
1927
- .e-pv-custom-annotation-opacity-container,
1928
- .e-pv-annotation-thickness-container,
1929
- .e-pv-annotation-textcolor-container,
1930
- .e-pv-annotation-textalign-container,
1931
- .e-pv-annotation-textprop-container {
1923
+ .e-pv-annotation-color-container .e-btn,
1924
+ .e-pv-annotation-opacity-container .e-btn,
1925
+ .e-pv-annotation-stroke-container .e-btn,
1926
+ .e-pv-custom-annotation-thickness-container .e-btn,
1927
+ .e-pv-custom-annotation-opacity-container .e-btn,
1928
+ .e-pv-annotation-thickness-container .e-btn,
1929
+ .e-pv-annotation-textcolor-container .e-btn,
1930
+ .e-pv-annotation-textalign-container .e-btn,
1931
+ .e-pv-annotation-textprop-container .e-btn {
1932
1932
  height: 32px;
1933
1933
  width: auto;
1934
1934
  }
@@ -1920,15 +1920,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1920
1920
  font-size: 18px;
1921
1921
  }
1922
1922
 
1923
- .e-pv-annotation-color-container,
1924
- .e-pv-annotation-opacity-container,
1925
- .e-pv-annotation-stroke-container,
1926
- .e-pv-custom-annotation-thickness-container,
1927
- .e-pv-custom-annotation-opacity-container,
1928
- .e-pv-annotation-thickness-container,
1929
- .e-pv-annotation-textcolor-container,
1930
- .e-pv-annotation-textalign-container,
1931
- .e-pv-annotation-textprop-container {
1923
+ .e-pv-annotation-color-container .e-btn,
1924
+ .e-pv-annotation-opacity-container .e-btn,
1925
+ .e-pv-annotation-stroke-container .e-btn,
1926
+ .e-pv-custom-annotation-thickness-container .e-btn,
1927
+ .e-pv-custom-annotation-opacity-container .e-btn,
1928
+ .e-pv-annotation-thickness-container .e-btn,
1929
+ .e-pv-annotation-textcolor-container .e-btn,
1930
+ .e-pv-annotation-textalign-container .e-btn,
1931
+ .e-pv-annotation-textprop-container .e-btn {
1932
1932
  height: 32px;
1933
1933
  width: auto;
1934
1934
  }
@@ -1822,15 +1822,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1822
1822
  font-size: 18px;
1823
1823
  }
1824
1824
 
1825
- .e-pv-annotation-color-container,
1826
- .e-pv-annotation-opacity-container,
1827
- .e-pv-annotation-stroke-container,
1828
- .e-pv-custom-annotation-thickness-container,
1829
- .e-pv-custom-annotation-opacity-container,
1830
- .e-pv-annotation-thickness-container,
1831
- .e-pv-annotation-textcolor-container,
1832
- .e-pv-annotation-textalign-container,
1833
- .e-pv-annotation-textprop-container {
1825
+ .e-pv-annotation-color-container .e-btn,
1826
+ .e-pv-annotation-opacity-container .e-btn,
1827
+ .e-pv-annotation-stroke-container .e-btn,
1828
+ .e-pv-custom-annotation-thickness-container .e-btn,
1829
+ .e-pv-custom-annotation-opacity-container .e-btn,
1830
+ .e-pv-annotation-thickness-container .e-btn,
1831
+ .e-pv-annotation-textcolor-container .e-btn,
1832
+ .e-pv-annotation-textalign-container .e-btn,
1833
+ .e-pv-annotation-textprop-container .e-btn {
1834
1834
  height: 50px;
1835
1835
  width: 56px;
1836
1836
  }
@@ -1833,15 +1833,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1833
1833
  font-size: 18px;
1834
1834
  }
1835
1835
 
1836
- .e-pv-annotation-color-container,
1837
- .e-pv-annotation-opacity-container,
1838
- .e-pv-annotation-stroke-container,
1839
- .e-pv-custom-annotation-thickness-container,
1840
- .e-pv-custom-annotation-opacity-container,
1841
- .e-pv-annotation-thickness-container,
1842
- .e-pv-annotation-textcolor-container,
1843
- .e-pv-annotation-textalign-container,
1844
- .e-pv-annotation-textprop-container {
1836
+ .e-pv-annotation-color-container .e-btn,
1837
+ .e-pv-annotation-opacity-container .e-btn,
1838
+ .e-pv-annotation-stroke-container .e-btn,
1839
+ .e-pv-custom-annotation-thickness-container .e-btn,
1840
+ .e-pv-custom-annotation-opacity-container .e-btn,
1841
+ .e-pv-annotation-thickness-container .e-btn,
1842
+ .e-pv-annotation-textcolor-container .e-btn,
1843
+ .e-pv-annotation-textalign-container .e-btn,
1844
+ .e-pv-annotation-textprop-container .e-btn {
1845
1845
  height: 50px;
1846
1846
  width: 56px;
1847
1847
  }
@@ -1909,15 +1909,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1909
1909
  font-size: 18px;
1910
1910
  }
1911
1911
 
1912
- .e-pv-annotation-color-container,
1913
- .e-pv-annotation-opacity-container,
1914
- .e-pv-annotation-stroke-container,
1915
- .e-pv-custom-annotation-thickness-container,
1916
- .e-pv-custom-annotation-opacity-container,
1917
- .e-pv-annotation-thickness-container,
1918
- .e-pv-annotation-textcolor-container,
1919
- .e-pv-annotation-textalign-container,
1920
- .e-pv-annotation-textprop-container {
1912
+ .e-pv-annotation-color-container .e-btn,
1913
+ .e-pv-annotation-opacity-container .e-btn,
1914
+ .e-pv-annotation-stroke-container .e-btn,
1915
+ .e-pv-custom-annotation-thickness-container .e-btn,
1916
+ .e-pv-custom-annotation-opacity-container .e-btn,
1917
+ .e-pv-annotation-thickness-container .e-btn,
1918
+ .e-pv-annotation-textcolor-container .e-btn,
1919
+ .e-pv-annotation-textalign-container .e-btn,
1920
+ .e-pv-annotation-textprop-container .e-btn {
1921
1921
  height: 32px;
1922
1922
  width: auto;
1923
1923
  }
@@ -1909,15 +1909,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1909
1909
  font-size: 18px;
1910
1910
  }
1911
1911
 
1912
- .e-pv-annotation-color-container,
1913
- .e-pv-annotation-opacity-container,
1914
- .e-pv-annotation-stroke-container,
1915
- .e-pv-custom-annotation-thickness-container,
1916
- .e-pv-custom-annotation-opacity-container,
1917
- .e-pv-annotation-thickness-container,
1918
- .e-pv-annotation-textcolor-container,
1919
- .e-pv-annotation-textalign-container,
1920
- .e-pv-annotation-textprop-container {
1912
+ .e-pv-annotation-color-container .e-btn,
1913
+ .e-pv-annotation-opacity-container .e-btn,
1914
+ .e-pv-annotation-stroke-container .e-btn,
1915
+ .e-pv-custom-annotation-thickness-container .e-btn,
1916
+ .e-pv-custom-annotation-opacity-container .e-btn,
1917
+ .e-pv-annotation-thickness-container .e-btn,
1918
+ .e-pv-annotation-textcolor-container .e-btn,
1919
+ .e-pv-annotation-textalign-container .e-btn,
1920
+ .e-pv-annotation-textprop-container .e-btn {
1921
1921
  height: 32px;
1922
1922
  width: auto;
1923
1923
  }
@@ -1812,15 +1812,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1812
1812
  font-size: 18px;
1813
1813
  }
1814
1814
 
1815
- .e-pv-annotation-color-container,
1816
- .e-pv-annotation-opacity-container,
1817
- .e-pv-annotation-stroke-container,
1818
- .e-pv-custom-annotation-thickness-container,
1819
- .e-pv-custom-annotation-opacity-container,
1820
- .e-pv-annotation-thickness-container,
1821
- .e-pv-annotation-textcolor-container,
1822
- .e-pv-annotation-textalign-container,
1823
- .e-pv-annotation-textprop-container {
1815
+ .e-pv-annotation-color-container .e-btn,
1816
+ .e-pv-annotation-opacity-container .e-btn,
1817
+ .e-pv-annotation-stroke-container .e-btn,
1818
+ .e-pv-custom-annotation-thickness-container .e-btn,
1819
+ .e-pv-custom-annotation-opacity-container .e-btn,
1820
+ .e-pv-annotation-thickness-container .e-btn,
1821
+ .e-pv-annotation-textcolor-container .e-btn,
1822
+ .e-pv-annotation-textalign-container .e-btn,
1823
+ .e-pv-annotation-textprop-container .e-btn {
1824
1824
  height: 50px;
1825
1825
  width: 56px;
1826
1826
  }
@@ -1812,15 +1812,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1812
1812
  font-size: 18px;
1813
1813
  }
1814
1814
 
1815
- .e-pv-annotation-color-container,
1816
- .e-pv-annotation-opacity-container,
1817
- .e-pv-annotation-stroke-container,
1818
- .e-pv-custom-annotation-thickness-container,
1819
- .e-pv-custom-annotation-opacity-container,
1820
- .e-pv-annotation-thickness-container,
1821
- .e-pv-annotation-textcolor-container,
1822
- .e-pv-annotation-textalign-container,
1823
- .e-pv-annotation-textprop-container {
1815
+ .e-pv-annotation-color-container .e-btn,
1816
+ .e-pv-annotation-opacity-container .e-btn,
1817
+ .e-pv-annotation-stroke-container .e-btn,
1818
+ .e-pv-custom-annotation-thickness-container .e-btn,
1819
+ .e-pv-custom-annotation-opacity-container .e-btn,
1820
+ .e-pv-annotation-thickness-container .e-btn,
1821
+ .e-pv-annotation-textcolor-container .e-btn,
1822
+ .e-pv-annotation-textalign-container .e-btn,
1823
+ .e-pv-annotation-textprop-container .e-btn {
1824
1824
  height: 50px;
1825
1825
  width: 56px;
1826
1826
  }
@@ -1815,15 +1815,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1815
1815
  font-size: 18px;
1816
1816
  }
1817
1817
 
1818
- .e-pv-annotation-color-container,
1819
- .e-pv-annotation-opacity-container,
1820
- .e-pv-annotation-stroke-container,
1821
- .e-pv-custom-annotation-thickness-container,
1822
- .e-pv-custom-annotation-opacity-container,
1823
- .e-pv-annotation-thickness-container,
1824
- .e-pv-annotation-textcolor-container,
1825
- .e-pv-annotation-textalign-container,
1826
- .e-pv-annotation-textprop-container {
1818
+ .e-pv-annotation-color-container .e-btn,
1819
+ .e-pv-annotation-opacity-container .e-btn,
1820
+ .e-pv-annotation-stroke-container .e-btn,
1821
+ .e-pv-custom-annotation-thickness-container .e-btn,
1822
+ .e-pv-custom-annotation-opacity-container .e-btn,
1823
+ .e-pv-annotation-thickness-container .e-btn,
1824
+ .e-pv-annotation-textcolor-container .e-btn,
1825
+ .e-pv-annotation-textalign-container .e-btn,
1826
+ .e-pv-annotation-textprop-container .e-btn {
1827
1827
  height: 32px;
1828
1828
  width: 54px;
1829
1829
  }
@@ -1815,15 +1815,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1815
1815
  font-size: 18px;
1816
1816
  }
1817
1817
 
1818
- .e-pv-annotation-color-container,
1819
- .e-pv-annotation-opacity-container,
1820
- .e-pv-annotation-stroke-container,
1821
- .e-pv-custom-annotation-thickness-container,
1822
- .e-pv-custom-annotation-opacity-container,
1823
- .e-pv-annotation-thickness-container,
1824
- .e-pv-annotation-textcolor-container,
1825
- .e-pv-annotation-textalign-container,
1826
- .e-pv-annotation-textprop-container {
1818
+ .e-pv-annotation-color-container .e-btn,
1819
+ .e-pv-annotation-opacity-container .e-btn,
1820
+ .e-pv-annotation-stroke-container .e-btn,
1821
+ .e-pv-custom-annotation-thickness-container .e-btn,
1822
+ .e-pv-custom-annotation-opacity-container .e-btn,
1823
+ .e-pv-annotation-thickness-container .e-btn,
1824
+ .e-pv-annotation-textcolor-container .e-btn,
1825
+ .e-pv-annotation-textalign-container .e-btn,
1826
+ .e-pv-annotation-textprop-container .e-btn {
1827
1827
  height: 32px;
1828
1828
  width: 54px;
1829
1829
  }
@@ -1876,15 +1876,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1876
1876
  font-size: 18px;
1877
1877
  }
1878
1878
 
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 {
1879
+ .e-pv-annotation-color-container .e-btn,
1880
+ .e-pv-annotation-opacity-container .e-btn,
1881
+ .e-pv-annotation-stroke-container .e-btn,
1882
+ .e-pv-custom-annotation-thickness-container .e-btn,
1883
+ .e-pv-custom-annotation-opacity-container .e-btn,
1884
+ .e-pv-annotation-thickness-container .e-btn,
1885
+ .e-pv-annotation-textcolor-container .e-btn,
1886
+ .e-pv-annotation-textalign-container .e-btn,
1887
+ .e-pv-annotation-textprop-container .e-btn {
1888
1888
  height: 32px;
1889
1889
  width: auto;
1890
1890
  }
@@ -1932,15 +1932,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1932
1932
  font-size: 18px;
1933
1933
  }
1934
1934
 
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 {
1935
+ .e-pv-annotation-color-container .e-btn,
1936
+ .e-pv-annotation-opacity-container .e-btn,
1937
+ .e-pv-annotation-stroke-container .e-btn,
1938
+ .e-pv-custom-annotation-thickness-container .e-btn,
1939
+ .e-pv-custom-annotation-opacity-container .e-btn,
1940
+ .e-pv-annotation-thickness-container .e-btn,
1941
+ .e-pv-annotation-textcolor-container .e-btn,
1942
+ .e-pv-annotation-textalign-container .e-btn,
1943
+ .e-pv-annotation-textprop-container .e-btn {
1944
1944
  height: 32px;
1945
1945
  width: auto;
1946
1946
  }
@@ -1836,15 +1836,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1836
1836
  font-size: 18px;
1837
1837
  }
1838
1838
 
1839
- .e-pv-annotation-color-container,
1840
- .e-pv-annotation-opacity-container,
1841
- .e-pv-annotation-stroke-container,
1842
- .e-pv-custom-annotation-thickness-container,
1843
- .e-pv-custom-annotation-opacity-container,
1844
- .e-pv-annotation-thickness-container,
1845
- .e-pv-annotation-textcolor-container,
1846
- .e-pv-annotation-textalign-container,
1847
- .e-pv-annotation-textprop-container {
1839
+ .e-pv-annotation-color-container .e-btn,
1840
+ .e-pv-annotation-opacity-container .e-btn,
1841
+ .e-pv-annotation-stroke-container .e-btn,
1842
+ .e-pv-custom-annotation-thickness-container .e-btn,
1843
+ .e-pv-custom-annotation-opacity-container .e-btn,
1844
+ .e-pv-annotation-thickness-container .e-btn,
1845
+ .e-pv-annotation-textcolor-container .e-btn,
1846
+ .e-pv-annotation-textalign-container .e-btn,
1847
+ .e-pv-annotation-textprop-container .e-btn {
1848
1848
  height: 32px;
1849
1849
  width: 62px;
1850
1850
  }
@@ -1837,15 +1837,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1837
1837
  font-size: 18px;
1838
1838
  }
1839
1839
 
1840
- .e-pv-annotation-color-container,
1841
- .e-pv-annotation-opacity-container,
1842
- .e-pv-annotation-stroke-container,
1843
- .e-pv-custom-annotation-thickness-container,
1844
- .e-pv-custom-annotation-opacity-container,
1845
- .e-pv-annotation-thickness-container,
1846
- .e-pv-annotation-textcolor-container,
1847
- .e-pv-annotation-textalign-container,
1848
- .e-pv-annotation-textprop-container {
1840
+ .e-pv-annotation-color-container .e-btn,
1841
+ .e-pv-annotation-opacity-container .e-btn,
1842
+ .e-pv-annotation-stroke-container .e-btn,
1843
+ .e-pv-custom-annotation-thickness-container .e-btn,
1844
+ .e-pv-custom-annotation-opacity-container .e-btn,
1845
+ .e-pv-annotation-thickness-container .e-btn,
1846
+ .e-pv-annotation-textcolor-container .e-btn,
1847
+ .e-pv-annotation-textalign-container .e-btn,
1848
+ .e-pv-annotation-textprop-container .e-btn {
1849
1849
  height: 32px;
1850
1850
  width: 62px;
1851
1851
  }
@@ -1836,15 +1836,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1836
1836
  font-size: 18px;
1837
1837
  }
1838
1838
 
1839
- .e-pv-annotation-color-container,
1840
- .e-pv-annotation-opacity-container,
1841
- .e-pv-annotation-stroke-container,
1842
- .e-pv-custom-annotation-thickness-container,
1843
- .e-pv-custom-annotation-opacity-container,
1844
- .e-pv-annotation-thickness-container,
1845
- .e-pv-annotation-textcolor-container,
1846
- .e-pv-annotation-textalign-container,
1847
- .e-pv-annotation-textprop-container {
1839
+ .e-pv-annotation-color-container .e-btn,
1840
+ .e-pv-annotation-opacity-container .e-btn,
1841
+ .e-pv-annotation-stroke-container .e-btn,
1842
+ .e-pv-custom-annotation-thickness-container .e-btn,
1843
+ .e-pv-custom-annotation-opacity-container .e-btn,
1844
+ .e-pv-annotation-thickness-container .e-btn,
1845
+ .e-pv-annotation-textcolor-container .e-btn,
1846
+ .e-pv-annotation-textalign-container .e-btn,
1847
+ .e-pv-annotation-textprop-container .e-btn {
1848
1848
  height: 32px;
1849
1849
  width: 62px;
1850
1850
  }
@@ -1837,15 +1837,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1837
1837
  font-size: 18px;
1838
1838
  }
1839
1839
 
1840
- .e-pv-annotation-color-container,
1841
- .e-pv-annotation-opacity-container,
1842
- .e-pv-annotation-stroke-container,
1843
- .e-pv-custom-annotation-thickness-container,
1844
- .e-pv-custom-annotation-opacity-container,
1845
- .e-pv-annotation-thickness-container,
1846
- .e-pv-annotation-textcolor-container,
1847
- .e-pv-annotation-textalign-container,
1848
- .e-pv-annotation-textprop-container {
1840
+ .e-pv-annotation-color-container .e-btn,
1841
+ .e-pv-annotation-opacity-container .e-btn,
1842
+ .e-pv-annotation-stroke-container .e-btn,
1843
+ .e-pv-custom-annotation-thickness-container .e-btn,
1844
+ .e-pv-custom-annotation-opacity-container .e-btn,
1845
+ .e-pv-annotation-thickness-container .e-btn,
1846
+ .e-pv-annotation-textcolor-container .e-btn,
1847
+ .e-pv-annotation-textalign-container .e-btn,
1848
+ .e-pv-annotation-textprop-container .e-btn {
1849
1849
  height: 32px;
1850
1850
  width: 62px;
1851
1851
  }