Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created November 20, 2023 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/e531d7e19e0e468454e1b6351c5ab5e7 to your computer and use it in GitHub Desktop.
Save bjoerntx/e531d7e19e0e468454e1b6351c5ab5e7 to your computer and use it in GitHub Desktop.
window.addEventListener("documentViewerLoaded", function () {
document.querySelector("tx-document-viewer").shadowRoot.styleSheets[0].addRule("#tx-signature-setup a[data-id='tx_signaturemodal_upload']", "display: none !important");
document.querySelector("tx-document-viewer").shadowRoot.styleSheets[0].addRule("#tx-signature-setup label", "text-decoration: none; font-weight: 600");
document.querySelector("tx-document-viewer").shadowRoot.styleSheets[0].addRule("#tx-signature-setup .softpad", "background: repeating-radial-gradient(circle,gray,gray 5px,#c2c2c2 5px,#c2c2c2 10px)");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment