0

我想覆盖 .btn(和 btn-success、btn-info 等),以便所有背景渐变都消失(保留阴影)。

.btn{
    //what goes here to remove the background gradient?
    //must work with the other colors
}
4

1 回答 1

2

这应该为你做。

.btn {
 background-image:none;
}
于 2013-04-23T05:11:42.263 回答