Oldestman57
Posts: 0
Joined: Thu Mar 31, 2016 9:15 pm

Individual button CSS

I added a CSS class called round_button
.ui-btn { height: 60px !important;
width: 60px !important;
border-radius: 80px !important;
border: 5px solid red;
box-shadow: 10px 10px 5px #888888;
}
When I apply it to an individual button under more properties all buttons in the app change to round.
What am I doing incorrectly?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Individual button CSS

Hello,

Please add a custom CSS class to that button and use that class in your CSS code, instead of . ui-btn

Oldestman57
Posts: 0
Joined: Thu Mar 31, 2016 9:15 pm

Individual button CSS

Thanks,

That did it. I didn't get that from the tutorial.

Return to “Issues”