- Совместимость с XenForo
- 1.2
- 1.3
- 1.4
В Шаблон EXTRA.css добавляем:
Код:
.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 a.close:before
{
content: '×';
color: #fff;
font: 32px/24px Arial;
}