Hi Dominic Uberall,
try thiscode
in xml view.
<Button text="Click" class="mySuperRedButton"></Button>
in style.css
.mySuperRedButton>.sapMBtnInner {
background-color:red;
background-image: none;
text-shadow: none;
color: #fff;
border-radius:30%;
outline: medium none !important;
}
Thanks
Venkat