aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-01 08:42:09 -0700
committerMark Otto <[email protected]>2012-07-01 08:42:09 -0700
commit70e81e6f55ad77f3777e87c4edd646a2f5ac8bee (patch)
tree1ba4734fb0a14c142ba2210a993ac4afbef4e222 /less
parentfb29075926b08ed57d1fc6f3ff3c013c5f87d2b3 (diff)
downloadbootstrap-70e81e6f55ad77f3777e87c4edd646a2f5ac8bee.tar.xz
bootstrap-70e81e6f55ad77f3777e87c4edd646a2f5ac8bee.zip
new jumbotron
Diffstat (limited to 'less')
-rw-r--r--less/buttons.less4
-rw-r--r--less/variables.less2
2 files changed, 3 insertions, 3 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 876d35926..389c48448 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -26,7 +26,7 @@
border-bottom-color: darken(@btnBorder, 10%);
.border-radius(4px);
.ie7-restore-left-whitespace(); // Give IE7 some love
- .box-shadow(~"inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)");
+ .box-shadow(~"inset 0 1px 0 rgba(255,255,255,.1), 0 1px 2px rgba(0,0,0,.05)");
}
// Hover state
@@ -54,7 +54,7 @@
background-color: darken(@white, 15%) e("\9");
background-image: none;
outline: 0;
- .box-shadow(~"inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)");
+ .box-shadow(~"inset 0 2px 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05)");
}
// Disabled state
diff --git a/less/variables.less b/less/variables.less
index 09dc55494..dcd2d5558 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -87,7 +87,7 @@
@btnDangerBackground: #ee5f5b;
@btnDangerBackgroundHighlight: #bd362f;
-@btnInverseBackground: @gray;
+@btnInverseBackground: #444;
@btnInverseBackgroundHighlight: @grayDarker;