diff options
| author | Mark Otto <[email protected]> | 2012-01-30 23:16:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-30 23:16:27 -0800 |
| commit | 5c9a687665f7851435e29b28afb02b450a5903a4 (patch) | |
| tree | 6420d5bbe023a813ca8ba157dc79c45d3c5ca761 /docs/assets/css/bootstrap.css | |
| parent | 61b47e91b800e022f1736da772eb23aa9077f2f1 (diff) | |
| download | bootstrap-5c9a687665f7851435e29b28afb02b450a5903a4.tar.xz bootstrap-5c9a687665f7851435e29b28afb02b450a5903a4.zip | |
fix button styles on active and disabled
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 2ffef9edf..e1413d440 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1700,7 +1700,7 @@ table .span12 { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } -.btn-active, .btn:active { +.btn.active, .btn:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); @@ -1710,7 +1710,7 @@ table .span12 { color: rgba(0, 0, 0, 0.5); outline: 0; } -.btn-disabled, .btn[disabled] { +.btn.disabled, .btn[disabled] { cursor: default; background-image: none; background-color: #e6e6e6; |
