Damit das Erscheinungsbild beim Spoiler in Beiträgen auch zu meinen anderen Modifikationen passt, hier der CSS-Code dafür:
CSS
/* ================================================================ Spoiler Modification by Gino Zantarelli */
.spoilerBoxHeader {
border-bottom: 1px solid $wcfContentText;
padding-bottom: 6px;
}
.spoilerBox > .spoilerBoxContent {
background-color: rgba(0, 0, 0, .03);
box-shadow: none;
}
.button.jsSpoilerToggle::before {
content: "\f0dc";
font-family: FontAwesome;
font-size: 14px;
margin-left: 2px;
margin-right: 6px;
text-shadow: none !important;
font-weight: normal;
vertical-align: -1px;
}
Display More
Voher:
Nachher: