在Bootstrap 3中设置Hallow按钮的问题

时间:2015-06-29 20:27:10

标签: twitter-bootstrap css3 twitter-bootstrap-3

我可以请你看一下This Demo并告诉我如何在点击后点击灰色背景颜色并点击按钮后?我这样做了

.btn-hallow:hover{
    background: none;
    color: aliceblue;
}

.btn-hallow.active:focus{
    background: none;
   }
.btn-hallow:active:focus{
    background: none;
   }

但仍然得到灰色背景:

enter image description here

1 个答案:

答案 0 :(得分:1)

btn-default

中删除btn-group