aboutsummaryrefslogtreecommitdiff
path: root/lib/buttons.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-22 20:03:17 -0800
committerJacob Thornton <[email protected]>2012-01-22 20:03:17 -0800
commitdc5bedda1441bac36e266f409b3dd14f84e8fd32 (patch)
treee37f903ecad07c345a9efbd4419a87efc399434b /lib/buttons.less
parent155b72e8730e9b8badb5fa80c8d7f8990f10cc82 (diff)
parent1593671cb2e16947a50b8ce8985a1b2828c92b71 (diff)
downloadbootstrap-dc5bedda1441bac36e266f409b3dd14f84e8fd32.tar.xz
bootstrap-dc5bedda1441bac36e266f409b3dd14f84e8fd32.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'lib/buttons.less')
-rw-r--r--lib/buttons.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/buttons.less b/lib/buttons.less
index e53dce7af..5da34a525 100644
--- a/lib/buttons.less
+++ b/lib/buttons.less
@@ -34,9 +34,9 @@
padding: 5px 10px 6px;
font-size: @baseFontSize;
line-height: normal;
- color: #333;
+ color: @grayDark;
text-shadow: 0 1px 1px rgba(255,255,255,.75);
- #gradient > .vertical-three-colors(#ffffff, #ffffff, 25%, darken(#ffffff, 10%)); // Don't use .gradientbar() here since it does a three-color gradient
+ #gradient > .vertical-three-colors(@white, @white, 25%, darken(@white, 10%)); // Don't use .gradientbar() here since it does a three-color gradient
border: 1px solid #ccc;
border-bottom-color: #bbb;
.border-radius(4px);