- Совместимость с XenForo
- 1.2, 1.3, 1.4, 1.5
В шаблон EXTRA.css добавляем:
Код:
/* START - Profile post buttons enhancements */
.messageSimple .like {
background-color: #eaf4fc;
padding: 1px 5px;
color: #176093;
border-radius: 2px;
border: 1px solid @primaryLighter;
}
.messageSimple .unlike {
background-color: #fce3e3;
padding: 1px 5px;
color: #176093;
border-radius: 2px;
border: 1px solid #fac5c5;
}
.messageSimple .postComment {
background-color: #fff4e5;
padding: 1px 5px;
color: #176093;
border-radius: 2px;
border: 1px solid #f8e0bd;
}
.messageSimple .like:hover, .messageSimple .unlike:hover, .messageSimple .postComment:hover {
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
opacity: 0.7;
text-decoration: none !important;
}
/* END - Profile post buttons enhancements */