- Compatible XF 1.x versions
- 1.2
- 1.3
- 1.4
- Additional requirements
- IE8+ is required
Close button looks blurry on zoom-in when on touch device? Not anymore. Just add this to your EXTRA.css
Code:
.xenOverlay a.close
{
display: inline-block;
top: 8px;
right: 8px;
width: 23px;
height: 23px;
background: #2e5660;
border: 2px solid #fff;
border-radius: 50%;
text-align:center;
}
.xenOverlay...
You do not have permission to view the full content of this resource.
Log in or register now.