1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 20:55:50 +02:00

fix background of btn-link

This commit is contained in:
Yulong Liu
2013-07-26 22:27:55 +08:00
parent a2f120a7aa
commit e4300fa1bf
3 changed files with 1 additions and 3 deletions

View File

@@ -1954,7 +1954,6 @@ fieldset[disabled] .btn-info.active {
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
}