diff --git a/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts b/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts index 202c82eb6..66a23a151 100644 --- a/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts +++ b/apps/red-ui/src/app/screens/file/pdf-viewer/pdf-viewer.component.ts @@ -196,7 +196,7 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnChanges { this.instance.annotationPopup.add({ type: 'actionButton', dataElement: 'add-rectangle', - img: '/assets/icons/general/add-redaction.svg', + img: '/assets/icons/general/pdftron-action-add-redaction.svg', title: this._translateService.instant(this._manualAnnotationService.getTitle('REDACTION')), onClick: () => { const selectedAnnotations = this.instance.annotManager.getSelectedAnnotations(); @@ -219,7 +219,7 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnChanges { private _configureTextPopup() { this.instance.textPopup.add({ type: 'actionButton', - img: '/assets/icons/general/search-pdftron.svg', + img: '/assets/icons/general/pdftron-action-search.svg', title: this._translateService.instant('pdf-viewer.text-popup.actions.search'), onClick: () => { const text = this.instance.docViewer.getSelectedText(); @@ -240,7 +240,7 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnChanges { this.instance.textPopup.add({ type: 'actionButton', dataElement: 'add-dictionary', - img: '/assets/icons/general/add-dictionary.svg', + img: '/assets/icons/general/pdftron-action-add-dict.svg', title: this._translateService.instant(this._manualAnnotationService.getTitle('DICTIONARY')), onClick: () => { const selectedQuads = this.instance.docViewer.getSelectedTextQuads(); @@ -252,7 +252,7 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnChanges { this.instance.textPopup.add({ type: 'actionButton', dataElement: 'add-redaction', - img: '/assets/icons/general/add-redaction.svg', + img: '/assets/icons/general/pdftron-action-add-redaction.svg', title: this._translateService.instant(this._manualAnnotationService.getTitle('REDACTION')), onClick: () => { const selectedQuads = this.instance.docViewer.getSelectedTextQuads(); diff --git a/apps/red-ui/src/assets/icons/general/add-dictionary.svg b/apps/red-ui/src/assets/icons/general/add-dictionary.svg deleted file mode 100644 index c8dfcb7b3..000000000 --- a/apps/red-ui/src/assets/icons/general/add-dictionary.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/apps/red-ui/src/assets/icons/general/add-hint.svg b/apps/red-ui/src/assets/icons/general/add-hint.svg deleted file mode 100644 index b2aaaf251..000000000 --- a/apps/red-ui/src/assets/icons/general/add-hint.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - diff --git a/apps/red-ui/src/assets/icons/general/add-redaction.svg b/apps/red-ui/src/assets/icons/general/add-redaction.svg deleted file mode 100644 index 31af7cd97..000000000 --- a/apps/red-ui/src/assets/icons/general/add-redaction.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - diff --git a/apps/red-ui/src/assets/icons/general/pdftron-action-add-dict.svg b/apps/red-ui/src/assets/icons/general/pdftron-action-add-dict.svg new file mode 100644 index 000000000..cede1bcf0 --- /dev/null +++ b/apps/red-ui/src/assets/icons/general/pdftron-action-add-dict.svg @@ -0,0 +1,7 @@ + + + dictionary + + + + diff --git a/apps/red-ui/src/assets/icons/general/pdftron-action-add-redaction.svg b/apps/red-ui/src/assets/icons/general/pdftron-action-add-redaction.svg new file mode 100644 index 000000000..ae8e85c4a --- /dev/null +++ b/apps/red-ui/src/assets/icons/general/pdftron-action-add-redaction.svg @@ -0,0 +1,10 @@ + + + Redacted + + + + R + + + diff --git a/apps/red-ui/src/assets/icons/general/search-pdftron.svg b/apps/red-ui/src/assets/icons/general/pdftron-action-search.svg similarity index 79% rename from apps/red-ui/src/assets/icons/general/search-pdftron.svg rename to apps/red-ui/src/assets/icons/general/pdftron-action-search.svg index 1df4c6568..11ab8fdbc 100644 --- a/apps/red-ui/src/assets/icons/general/search-pdftron.svg +++ b/apps/red-ui/src/assets/icons/general/pdftron-action-search.svg @@ -1,7 +1,7 @@ search - - + + diff --git a/apps/red-ui/src/assets/pdftron/stylesheet.css b/apps/red-ui/src/assets/pdftron/stylesheet.css index fee4da6ef..1e9218d4e 100644 --- a/apps/red-ui/src/assets/pdftron/stylesheet.css +++ b/apps/red-ui/src/assets/pdftron/stylesheet.css @@ -24,3 +24,8 @@ /* margin: 0 6px 0 6px;*/ /* }*/ /*}*/ + +/*Override Copy Icon Color*/ +.TextPopup button[data-element='copyTextButton'] > div { + color: #283241; +}