Dialog close button is hidden due to CSS error
When an error occurs, a close dialog button exists, however, it is hidden due to invalid CSS.
The problem code:
The position parameters here are in the wrong order, causing Firefox to not show the background. The correct code is:
This occurs for both the following, and may occur for others too:
The problem code:
background: url("../images/close-sprite.png") no-repeat top 2px
The position parameters here are in the wrong order, causing Firefox to not show the background. The correct code is:
background: url("../images/close-sprite.png") no-repeat 2px top;
This occurs for both the following, and may occur for others too:
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close and .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company marked this problem solved.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?All fixed up..
The company says
this solves the problem
Loading Profile...


EMPLOYEE