Open stefanhietel opened 7 years ago
is it possible to add arrows (collapsed and expanded) in the accordion view? Regards Stefan
.panel-title > a[data-toggle=collapse].collapsed:after { content: '\f078'; }
.panel-title > a[data-toggle=collapse]:after { font-family: FontAwesome; content: '\f077'; float: right; margin-right: 10px; }
is it possible to add arrows (collapsed and expanded) in the accordion view? Regards Stefan