diff options
| author | Mark Otto <[email protected]> | 2014-03-07 00:19:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-07 00:19:26 -0800 |
| commit | 164b41b28d2921ed19652095b483d3eaa8d00b1a (patch) | |
| tree | 4f62323e594c6775783c30448a3513b145950631 /less | |
| parent | e180258b60c04c7d365f60cebdc1593be39d683d (diff) | |
| download | bootstrap-164b41b28d2921ed19652095b483d3eaa8d00b1a.tar.xz bootstrap-164b41b28d2921ed19652095b483d3eaa8d00b1a.zip | |
Fixes #12937: Darken active button states just a smidge more
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 9a3fdd3ac..bccb91607 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -530,7 +530,7 @@ &.active, .open .dropdown-toggle& { color: @color; - background-color: darken(@background, 8%); + background-color: darken(@background, 10%); border-color: darken(@border, 12%); } &:active, |
