Anyone know a neat way to make the jquery-ui modal “close” (X) button bigger?
Share
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.
If you look at the rendered html of the modal you can see the classes attached to the elements of the modal dialog. You can overwrite the jquery CSS with your own CSS to target the buttons and apply your own custom styles.
If you need more help you could post the rendered html from your modal and go from there.