diff options
| author | Jacob Thornton <[email protected]> | 2012-04-24 02:02:28 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-24 02:02:28 -0700 |
| commit | fc871a482142aa271bb8aeda85198f9fb93d73d1 (patch) | |
| tree | 05e86c1fa0b5f5c5f53e815fabef5d563b5b7875 /less/variables.less | |
| parent | 73453c7f79e6bf6be13917f854ed172e214eada2 (diff) | |
| parent | 1c2db11d58cfb35ab513d104eb845b4dce34f750 (diff) | |
| download | bootstrap-fc871a482142aa271bb8aeda85198f9fb93d73d1.tar.xz bootstrap-fc871a482142aa271bb8aeda85198f9fb93d73d1.zip | |
Merge branch '2.0.3-wip' of github.com:twitter/bootstrap into 2.0.3-wip
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index 279c163f1..ca8e3ae40 100644 --- a/less/variables.less +++ b/less/variables.less @@ -71,7 +71,7 @@ // ------------------------- @btnBackground: @white; @btnBackgroundHighlight: darken(@white, 10%); -@btnBorder: darken(@white, 20%); +@btnBorder: #ccc; @btnPrimaryBackground: @linkColor; @btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 15%); |
