Good afternoon, is it possible to assign a general CSS to all forms, for example I want all submit buttons to have the border-raduis:50px; and I wanted all forms to have this attribute, is it possible or is there another way?
Is it possible to write a css code that is applied to the buttons of all the forms? In this case I want the corners to be rounded in all forms without having to put code for each form individually. Thank you