Im WSC 3.0.x wird für Antworten im Kommentarbereich nur ein relativ übersehbarer Textlink "antworten" angezeigt, da ein Button doch besser sichtbar ist habe ich hier die CSS-Anpassung für den Standardstil:
Code
/* ================================================================ Comment Reply Button by Gino Zantarelli */
.commentList .commentOptionContainer {
margin-bottom: 7px;
}
.jsCommentShowAddResponse a {
background-color: $wcfButtonBackground;
color: $wcfButtonText;
padding: 6px 8px;
font-size: 12px;
text-transform: none;
font-weight: 400;
border-radius: 2px;
}
.jsCommentShowAddResponse a:hover {
background-color: $wcfButtonBackgroundActive;
color: $wcfButtonTextActive;
padding: 6px 8px;
}
Display More
so sieht es vorher aus:
... und so mit Button: