From 61bc864ed038c0ab4f8b02cab5ee96f4b89ac7ab Mon Sep 17 00:00:00 2001 From: rakeshkumar1019 Date: Tue, 3 Sep 2024 10:20:27 +0530 Subject: [PATCH] ELEMENTS-1756: update PDF.js to 4.2.67 & hide toobar icons --- ui/viewers/pdfjs/web/viewer.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/viewers/pdfjs/web/viewer.css b/ui/viewers/pdfjs/web/viewer.css index 4bca8ec1d..9c540d3f0 100644 --- a/ui/viewers/pdfjs/web/viewer.css +++ b/ui/viewers/pdfjs/web/viewer.css @@ -12,6 +12,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#print, #download, #editorModeSeparator, #editorFreeText, #editorInk, #editorStamp{ + display:none !important; +} .textLayer{ position:absolute; @@ -3100,7 +3103,7 @@ body{ :is(input, button, select), .secondaryToolbar :is(input, button, a, select){ outline:none; - font:message-box; + /* font:message-box; */ } #toolbarContainer{