From ab5321c93daa716c1c62c93ea68ea00c77856c1d Mon Sep 17 00:00:00 2001 From: Rakesh Kumar Singh <52422856+rakeshkumar1019@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:39:03 +0530 Subject: [PATCH] ELEMENTS-1755: hide print & save download button (#949) --- 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; }