1 Answers
You can inspect using browser debugger and override css onpage. e.g. add this style
.ui-jqdialog-content input.FormElement {
font-size: 120%;
}
Your Answer
You can inspect using browser debugger and override css onpage. e.g. add this style
.ui-jqdialog-content input.FormElement {
font-size: 120%;
}