Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

rounded corners on button component

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?

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

rounded corners on button component

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

Galyna Abramovych
Site Admin
Posts: 84
Joined: Tue Mar 22, 2016 6:03 pm

rounded corners on button component

Terry,

Thanks for this update.

Return to “Issues”