diff options
| author | Mark Otto <[email protected]> | 2013-07-26 10:30:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 10:30:41 -0700 |
| commit | 099e9709531b9ebfd088e06c4231effb8abf71cb (patch) | |
| tree | 2e93e5a926b65f45f6e6dc399f84ac692587fc52 /dist/css/bootstrap.css | |
| parent | 2d91e91b854676abba01859de422000414a7b886 (diff) | |
| parent | e4300fa1bf22e1836abf47db45a97ee16cf7ad1f (diff) | |
| download | bootstrap-099e9709531b9ebfd088e06c4231effb8abf71cb.tar.xz bootstrap-099e9709531b9ebfd088e06c4231effb8abf71cb.zip | |
Merge pull request #8625 from liuyl/fixbtnbg
Fix #8623
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5c57d5c4b..8b8c45031 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1728,7 +1728,6 @@ select.input-small { .btn:active, .btn.active { - background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); @@ -1955,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; } |
