Код: Выделить всё
+ More
- Less
Код: Выделить всё
button.btn.collapsed:before {
content: url('plusImage.svg') " More";
}
button.btn:before {
content: url('minusImage.svg') " Less";
}
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/778 ... -alignment