diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-03-26 05:00:30 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-03-26 05:00:30 +0000 |
| commit | 39a05d74207b7982443ddd7deb0cf85806ccd905 (patch) | |
| tree | efb2e53d3859f23d7490a45928bf7f00f469c5c3 /docs/dist/css/bootstrap.css | |
| parent | 02f9f2bd26454178d45f155a6a065feea21af7f9 (diff) | |
| download | bootstrap-39a05d74207b7982443ddd7deb0cf85806ccd905.tar.xz bootstrap-39a05d74207b7982443ddd7deb0cf85806ccd905.zip | |
automatic `grunt dist`
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index fb15e3d69..15929f02e 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3033,13 +3033,16 @@ select[multiple].form-group-lg .form-control { .btn.disabled, .btn[disabled], fieldset[disabled] .btn { - pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; } +a.btn.disabled, +fieldset[disabled] a.btn { + pointer-events: none; +} .btn-default { color: #333; background-color: #fff; |
