From 028fda35af62f7eaf83f06bf69519d9fb758aacd Mon Sep 17 00:00:00 2001 From: rakeshkumar1019 Date: Fri, 13 Sep 2024 15:01:38 +0530 Subject: [PATCH] ELEMENTS-1755: hide print & save download button --- ui/viewers/pdfjs/web/viewer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/viewers/pdfjs/web/viewer.css b/ui/viewers/pdfjs/web/viewer.css index 9c540d3f0..4b5c626e6 100644 --- a/ui/viewers/pdfjs/web/viewer.css +++ b/ui/viewers/pdfjs/web/viewer.css @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#print, #download, #editorModeSeparator, #editorFreeText, #editorInk, #editorStamp{ +#print, #download, #editorModeSeparator, #editorFreeText, #editorInk, #editorStamp, #secondaryPrint, #secondaryDownload{ display:none !important; }