Alkir I need to round the sides of all buttons to 30 px, is there a way not to write css for each button?
[deleted] This ought to do it, but be warned that this will impact all buttons with that class .Button { border-radius: 30px !important; }