diff options
| author | Mark Otto <[email protected]> | 2012-01-18 00:30:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-18 00:30:49 -0800 |
| commit | d12560c0ee77e69011012095b04332aeb97b9c42 (patch) | |
| tree | 91f14c63500cce2d4972cec45e5757994258d5b9 /lib | |
| parent | f2fadf1f0a3f444893fec394fd0180d03e1058a3 (diff) | |
| download | bootstrap-d12560c0ee77e69011012095b04332aeb97b9c42.tar.xz bootstrap-d12560c0ee77e69011012095b04332aeb97b9c42.zip | |
make button active state clearer by lightening the inner shadow and removing the background image
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/buttons.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/buttons.less b/lib/buttons.less index a7492f9fd..e53dce7af 100644 --- a/lib/buttons.less +++ b/lib/buttons.less @@ -68,7 +68,8 @@ // Active and Disabled states &.active, &:active { - @shadow: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05); + background-image: none; + @shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); .box-shadow(@shadow); } &.disabled { |
