From 39a05d74207b7982443ddd7deb0cf85806ccd905 Mon Sep 17 00:00:00 2001 From: Bootstrap's Grunt bot Date: Thu, 26 Mar 2015 05:00:30 +0000 Subject: automatic `grunt dist` --- docs/dist/css/bootstrap.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap.css') 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; -- cgit v1.2.3