Page 1 of 1

rounded corners on button component

Posted: Thu Jun 30, 2016 12:06 pm
by Terry Gilliver

I tried to add rounded corner on buttons by adding the following class:

.roundCorners {
border-collapse: separate !important;
border: 2px green solid !important;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

This works in the development design-time ide, but when I click test the buttons appear square as before.

Any ideas?


rounded corners on button component

Posted: Thu Jun 30, 2016 12:13 pm
by Terry Gilliver

Ok, fixed it by adding !important to the border-radius items too.


rounded corners on button component

Posted: Thu Jun 30, 2016 1:34 pm
by Galyna Abramovych

Terry,

Thanks for this update.