diff --git a/web/viewer.css b/web/viewer.css index 559cf10914fdc..4b2b25ac9be0b 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -572,7 +572,7 @@ body { mask-image: var(--toolbarButton-editorStamp-icon); } -:is(#printButton, #secondaryPrint)::before { +#printButton::before { mask-image: var(--toolbarButton-print-icon); } @@ -582,7 +582,7 @@ body { } /*#endif*/ -:is(#downloadButton, #secondaryDownload)::before { +#downloadButton::before { mask-image: var(--toolbarButton-download-icon); }