@syncfusion/ej2-vue-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.
- package/CHANGELOG.md +18 -0
- package/dist/ej2-vue-pdfviewer.umd.min.js +2 -2
- package/dist/ej2-vue-pdfviewer.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es2015.js +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es5.js +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es5.js.map +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +6 -6
- package/src/pdfviewer/pdfviewer.component.js +1 -1
- package/styles/bootstrap-dark.css +9 -9
- package/styles/bootstrap.css +9 -9
- package/styles/bootstrap4.css +9 -9
- package/styles/bootstrap5-dark.css +9 -9
- package/styles/bootstrap5.css +9 -9
- package/styles/fabric-dark.css +9 -9
- package/styles/fabric.css +9 -9
- package/styles/fluent-dark.css +9 -9
- package/styles/fluent.css +9 -9
- package/styles/highcontrast-light.css +9 -9
- package/styles/highcontrast.css +9 -9
- package/styles/material-dark.css +9 -9
- package/styles/material.css +9 -9
- package/styles/material3-dark.css +9 -9
- package/styles/material3.css +9 -9
- package/styles/pdfviewer/bootstrap-dark.css +9 -9
- package/styles/pdfviewer/bootstrap.css +9 -9
- package/styles/pdfviewer/bootstrap4.css +9 -9
- package/styles/pdfviewer/bootstrap5-dark.css +9 -9
- package/styles/pdfviewer/bootstrap5.css +9 -9
- package/styles/pdfviewer/fabric-dark.css +9 -9
- package/styles/pdfviewer/fabric.css +9 -9
- package/styles/pdfviewer/fluent-dark.css +9 -9
- package/styles/pdfviewer/fluent.css +9 -9
- package/styles/pdfviewer/highcontrast-light.css +9 -9
- package/styles/pdfviewer/highcontrast.css +9 -9
- package/styles/pdfviewer/material-dark.css +9 -9
- package/styles/pdfviewer/material.css +9 -9
- package/styles/pdfviewer/material3-dark.css +9 -9
- package/styles/pdfviewer/material3.css +9 -9
- package/styles/pdfviewer/tailwind-dark.css +9 -9
- package/styles/pdfviewer/tailwind.css +9 -9
- package/styles/tailwind-dark.css +9 -9
- package/styles/tailwind.css +9 -9
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-pdfviewer@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-pdfviewer@23.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pdfviewer@23.1.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-01zBMB2tK6UHtmpdvnYuoimMfJ0G6bDw6CI205eO/D/67pBWcWZWp4xEQzRqRTVx4U0V5PRqd2/Qh663U4duPg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-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-vue-pdfviewer/-/ej2-vue-pdfviewer-23.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-23.1.43.tgz",
|
|
23
|
+
"_shasum": "e443f08f9067b95b04504bdf0e3de78830ab9ba5",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-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.
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "23.1.44",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~23.1.36"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"ci-publish": "gulp ci-publish",
|
|
58
58
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
59
59
|
},
|
|
60
|
-
"version": "23.1.
|
|
60
|
+
"version": "23.1.44",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
2
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
3
3
|
import { PdfViewer } from '@syncfusion/ej2-pdfviewer';
|
|
4
|
-
export var properties = ['isLazyUpdate', 'plugins', 'DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'measurementSettings', 'pageCount', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleRatio', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue', 'addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'signatureSelect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'validateFormFields', 'zoomChange'];
|
|
4
|
+
export var properties = ['isLazyUpdate', 'plugins', 'DropdownFieldSettings', '_created', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'measurementSettings', 'pageCount', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleRatio', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue', 'addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'signatureSelect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'validateFormFields', 'zoomChange'];
|
|
5
5
|
export var modelProps = [];
|
|
6
6
|
export var testProp = getProps({ props: properties });
|
|
7
7
|
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
@@ -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
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -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
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -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
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -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
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -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
|
}
|
package/styles/fluent-dark.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
|
}
|
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
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -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
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -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
|
}
|
package/styles/material.css
CHANGED
|
@@ -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
|
}
|
package/styles/material3.css
CHANGED
|
@@ -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
|
}
|