diff options
| author | Mark Otto <[email protected]> | 2011-11-12 00:52:18 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-12 00:52:18 -0800 |
| commit | ceeeffc14593d0a8558f56877639118dded8cceb (patch) | |
| tree | 99b38c971ee329303f1512e9715234124dcea4ed /lib | |
| parent | 0c7a80c79bb9a2e1761b4af804050962aac2fe57 (diff) | |
| download | bootstrap-ceeeffc14593d0a8558f56877639118dded8cceb.tar.xz bootstrap-ceeeffc14593d0a8558f56877639118dded8cceb.zip | |
fix broken state of active buttons
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 9cccf10a4..5b72081b2 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -581,7 +581,7 @@ footer { // Active and Disabled states &.active, - :active { + &:active { @shadow: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05); .box-shadow(@shadow); } |
