Question
2
Replies
125
Views
Atos
Posted: February 20, 2020
Last activity: July 24, 2020
Rounded corners pzModalButton (Pega Cosmos)
Issue:
Ootb the corners of the pzModalButton are not rounded. As this control is different than the other buttons used, it is not controlled via de application skin. Looking for the right way to apply rounded corners to this button.
Pega 8.3
Theme Cosmos
Examples of non-working solutions:
https://collaborate.pega.com/question/customize-modal-overlay-buttons
if you want round corners for all the buttons, can you please add the below code in userworkform.
<style>
button{
border-radius: 5px !important;
}
</style>