aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-04-23 10:06:35 -0700
committerMark Otto <[email protected]>2012-04-23 10:06:35 -0700
commit419e50e33974f7741c4e6b25772f2be65aa73240 (patch)
tree012d45ef5b9ddc236c4875cef063f84487eb98a2 /less/variables.less
parent091a97c01c0dd9e725e42c6a1a6a19a74054d587 (diff)
downloadbootstrap-419e50e33974f7741c4e6b25772f2be65aa73240.tar.xz
bootstrap-419e50e33974f7741c4e6b25772f2be65aa73240.zip
fix up buttons after recess property order
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less2
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%);