Добавьте псевдо-стиль к вашей кнопке.
Псевдо-событий больше, чем hover
, вы можете проверить их здесь
<a type="button" data-toggle="dropdown" class="customButton" data-placement="bottom">
<span class="glyphicon glyphicon-alert"></span>
</a>
со стилями
.customButton:link, .customButton:focus, .customButton:active, .customButton:visited{
//whatever you want
}
У меня есть добавили класс customButton
к кнопке, добавьте все, что вам нужно, в CSS