aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-12 11:14:13 -0800
committerMark Otto <[email protected]>2012-02-12 11:14:13 -0800
commita2bc22bad5fd1b7ab6bba10087cea36aad63c550 (patch)
tree7760d7d518a22ea28f855bf0cc6fea936337ee8f /less
parentc02df9390330b3fa6b9c7cd0b4390093c163fae9 (diff)
downloadbootstrap-a2bc22bad5fd1b7ab6bba10087cea36aad63c550.tar.xz
bootstrap-a2bc22bad5fd1b7ab6bba10087cea36aad63c550.zip
standardize default button gradient styles to match other buttons, reset it's IE filter to improve IE7 hover
Diffstat (limited to 'less')
-rw-r--r--less/buttons.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 0dc9e374b..ff8168557 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -16,7 +16,7 @@
text-align: center;
text-shadow: 0 1px 1px rgba(255,255,255,.75);
vertical-align: middle;
- #gradient > .vertical-three-colors(@white, @white, 25%, darken(@white, 10%)); // Don't use .gradientbar() here since it does a three-color gradient
+ .buttonBackground(@white, darken(@white, 10%));
border: 1px solid #ccc;
border-bottom-color: #bbb;
.border-radius(4px);
@@ -25,6 +25,7 @@
cursor: pointer;
// Give IE7 some love
+ .reset-filter();
.ie7-restore-left-whitespace();
}