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 /less | |
| parent | 61b47e91b800e022f1736da772eb23aa9077f2f1 (diff) | |
| download | bootstrap-5c9a687665f7851435e29b28afb02b450a5903a4.tar.xz bootstrap-5c9a687665f7851435e29b28afb02b450a5903a4.zip | |
fix button styles on active and disabled
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/buttons.less b/less/buttons.less index 48cfa7560..07a2b5879 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -44,7 +44,7 @@ } // Active state -.btn-active, +.btn.active, .btn:active { background-image: none; @shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); @@ -56,7 +56,7 @@ } // Disabled state -.btn-disabled, +.btn.disabled, .btn[disabled] { cursor: default; background-image: none; |
