Page 1 of 1

Individual button CSS

Posted: Sun Jul 09, 2017 6:22 pm
by Oldestman57

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?


Individual button CSS

Posted: Mon Jul 10, 2017 2:15 pm
by Serhii Kulibaba

Hello,

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


Individual button CSS

Posted: Mon Jul 10, 2017 8:34 pm
by Oldestman57

Thanks,

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