Customize Modal/ Overlay Buttons
Hello Everyone,
i am wondering how to customize the modal / overlay button design. What i found out is to use custom CSS code within the userworkform like this:
<style>
button{
border-radius: 10px !important;
font-weight: 600 !important;
border:none;
}
</style>
But with this solution i am changing every button in PRPC but i only want to concentrate on Submit buttons for pzModalButton and pzOverlayButton. On the parameters page i used for ButtonStyle Strong and i thought it might be easy to set a "Strong" in front of the ".button{" notation but it did not work.
Maybe someone can give me some advises.
Thank you very much and
BR
Norman