diff options
| author | Mark Otto <[email protected]> | 2013-08-05 08:52:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 08:52:22 -0700 |
| commit | 2ee9bea890bbb4b0f43e861fb4d57b3277628c09 (patch) | |
| tree | b93fdaa5b7b3e73a8107bf3e7729ab06df12cff9 /less | |
| parent | e85b8f315fd2d9cf9b00225dbe319227c940aef4 (diff) | |
| download | bootstrap-2ee9bea890bbb4b0f43e861fb4d57b3277628c09.tar.xz bootstrap-2ee9bea890bbb4b0f43e861fb4d57b3277628c09.zip | |
Fixes #8786 (part 1): darken hover states on buttons
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/mixins.less b/less/mixins.less index b3daffef5..47739d2f0 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -372,8 +372,8 @@ &:focus, &:active, &.active { - background-color: darken(@background, 5%); - border-color: darken(@border, 10%); + background-color: darken(@background, 8%); + border-color: darken(@border, 12%); } &.disabled, |
