Is there any way to change the background color and/or border color of a button when it is in active state (i.e. Clicked) using inline css?
<button class="btn btn-xs btn-primary btn-inverse dropdown-toggle" type="button" data-toggle="dropdown" style="margin-top: 12px; background-color: rgba(0, 0, 0, 0); border-color:rgba(0, 0, 0, 0); margin-right:20px">
Something like this but for when the button is clicked?