aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-04-24 01:46:20 -0700
committerMark Otto <[email protected]>2012-04-24 01:46:20 -0700
commit1c2db11d58cfb35ab513d104eb845b4dce34f750 (patch)
treedc04b6154498f6fa3700965651aba815047f6f23 /less/buttons.less
parent805ca03457661d6e354c308bb98e7e985f8ca79f (diff)
downloadbootstrap-1c2db11d58cfb35ab513d104eb845b4dce34f750.tar.xz
bootstrap-1c2db11d58cfb35ab513d104eb845b4dce34f750.zip
fix ie7 button group toggles and button borders
Diffstat (limited to 'less/buttons.less')
-rw-r--r--less/buttons.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 2b5f24499..c44ff3e6f 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -132,7 +132,9 @@
// Set the backgrounds
// -------------------------
.btn {
- border-color: #ccc; // reset here as of 2.0.3 due to Recess property order
+ // 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);
}
.btn-primary {
.buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);