openam / bootstrap-responsive-tabs

Bootstrap responsive tabs are tabs that switch to collapsible components (accordions) when resized.
openam.github.io/bootstrap-responsive-tabs
MIT License
132 stars 60 forks source link

Add arrows in accordion functionality #68

Open stefanhietel opened 7 years ago

stefanhietel commented 7 years ago

is it possible to add arrows (collapsed and expanded) in the accordion view? Regards Stefan

adambadun commented 6 years ago

.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; }