diff options
| author | Mark Otto <[email protected]> | 2014-01-29 21:57:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-29 21:57:44 -0800 |
| commit | 9195d8e8eb51208e4272e4c7e0851e2695da1a0d (patch) | |
| tree | 49325d945fd3e4552c8fd54ef4189fb0d86b6869 /dist/css/bootstrap.css | |
| parent | 7ba2eede4eb6130b2778a5efc019e41283c1cb52 (diff) | |
| download | bootstrap-9195d8e8eb51208e4272e4c7e0851e2695da1a0d.tar.xz bootstrap-9195d8e8eb51208e4272e4c7e0851e2695da1a0d.zip | |
Follow up to #11655: don't reset opacity on disabled buttons
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 22bc4c4b4..882d5ca44 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2031,7 +2031,6 @@ fieldset[disabled] .btn { -webkit-box-shadow: none; box-shadow: none; opacity: .65; - opacity: 1; } .btn-default { color: #333; |
