aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-01 17:01:29 -0700
committerMark Otto <[email protected]>2012-08-01 17:01:29 -0700
commitb979cd9e67968526a5918f2bdedc66bf274c96d1 (patch)
treec865953284f43fc0b6d6d96f5dcb6471354a4dfb /less
parent7aaf1413718140d0f27876f3c210a08f52d41cd6 (diff)
downloadbootstrap-b979cd9e67968526a5918f2bdedc66bf274c96d1.tar.xz
bootstrap-b979cd9e67968526a5918f2bdedc66bf274c96d1.zip
darken default button borders
Diffstat (limited to 'less')
-rw-r--r--less/buttons.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/buttons.less b/less/buttons.less
index eb0290d8e..f3cb1bdef 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -129,8 +129,8 @@
// -------------------------
.btn {
// reset here as of 2.0.3 due to Recess property order
- border-color: #ccc;
- border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
+ border-color: #c5c5c5;
+ border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
}
.btn-primary {
.buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);