if you are using jQuery modal you might see that the modal close icon has Close text alongside it.
This can be fixed using a simple css as displayed below.
<style type="text/css" >
.ui-button-icon-only {
text-indent: -9999px;
}
</style>
Cheers
Samitha
This can be fixed using a simple css as displayed below.
<style type="text/css" >
.ui-button-icon-only {
text-indent: -9999px;
}
</style>
Cheers
Samitha
No comments:
Post a Comment