How to remove the round edges (border-radius) from the particular element or from div tag that is using jQuery Mobile?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the jQuery mobile CSS file linked here, search for this string:
.ui-corner-tr {I don’t know if you’re even using the default styles, but there’s what I found based on the info you provided.
You should be able to change all four corners in that area (as
.ui-corner-tr,.ui-corner-tl,.ui-corner-br,.ui-corner-bl, etc., etc.)