Is there any way to set the colour of all my buttons in a button group at the btn-group level?
For example, I am grouping 10 buttons, and I want them to all be green (btn-success)
At the moment, I have to set the style on each individual button. I can set the size of all the button by setting btn-group-xs on the button group div, but it doesn't work with colour.
Ideally, I don't want to be setting the style of every button in a group and would like to set the style on the group div so all buttons within receive that style - In particular its just the btn-success as I want them to all be green.
Is there anything within bootstrap I am missing or am I going to have to do some custom CSS?
Thanks