Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-04-24 12:46:20 +0400
committerMark Otto <markotto@twitter.com>2012-04-24 12:46:20 +0400
commit1c2db11d58cfb35ab513d104eb845b4dce34f750 (patch)
treedc04b6154498f6fa3700965651aba815047f6f23 /less
parent805ca03457661d6e354c308bb98e7e985f8ca79f (diff)
fix ie7 button group toggles and button borders
Diffstat (limited to 'less')
-rw-r--r--less/button-groups.less6
-rw-r--r--less/buttons.less4
2 files changed, 5 insertions, 5 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index 023adcb5e6..5338c5a450 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -95,14 +95,12 @@
padding-left: 8px;
padding-right: 8px;
.box-shadow(~"inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)");
- *padding-top: 3px;
- *padding-bottom: 3px;
+ *padding-top: 4px;
+ *padding-bottom: 4px;
}
.btn-group > .btn-mini.dropdown-toggle {
padding-left: 5px;
padding-right: 5px;
- *padding-top: 1px;
- *padding-bottom: 1px;
}
.btn-group > .btn-small.dropdown-toggle {
*padding-top: 4px;
diff --git a/less/buttons.less b/less/buttons.less
index 2b5f24499b..c44ff3e6fc 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);