Rich Text Button with rounded edge
I have been working to move to the new forms, using our own buttons and Iforms to control user workflows. The problem I'm having is one of formatting Rich Text buttons.
Formular URL buttons (when used in new forms) automatically fit the width of the column, and have rounded edges. They can be made to look better by placing them in a column of their own to constrain the width, but the problem comes when using Formula Rich Text Buttons. I can make it the same general width to fill the space, but the corners are square. - see screenshot
Does anyone have a recommendation on how to round the ends to look like the Save & Close in the screenshot here? The current code of the Save & Keep Working button is below
"<a class='SaveBeforeNavigating' data-replaceRid=true style=\"text-decoration:none; background: #1b8b0a; border-radius: 5px; color: #ffffff; display: inline-block; padding: 5px 0px 5px 0px; width:180px; text-align: center; text-shadow: none; border: 2px solid #1b8b0a; font-size: 12px \"href='"
& $URL
& "'>Save & Keep Working</a>"
Kirk Trachy always recommended:
https://www.clickminded.com/button-generator/
You can build the image for any button that you want.