I need to add a 2 pixel border around the JQuery ui-dialog.
Could anyone help on what to modify please?
Thanks
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.
Change the CSS rule for
.ui-widget-content:The least intrusive way to do this is to add that rule to your site’s stylesheet (e.g. don’t change the jQuery UI CSS file), and make sure that the jQuery UI CSS file is loaded first.