aboutsummaryrefslogtreecommitdiff
path: root/lib/buttons.less
diff options
context:
space:
mode:
authorJon Stevens <[email protected]>2012-01-21 15:24:06 -0800
committerJon Stevens <[email protected]>2012-01-21 15:24:06 -0800
commite0238bfb08b67c089c1c609e9e68e5252e0ba992 (patch)
tree0fed4e64903b7948cfef3e6d440267b1ce2dc4b2 /lib/buttons.less
parent719713ca8730d92d3510e6d4a7cc542fd57fdeef (diff)
downloadbootstrap-e0238bfb08b67c089c1c609e9e68e5252e0ba992.tar.xz
bootstrap-e0238bfb08b67c089c1c609e9e68e5252e0ba992.zip
clean up variable usage with colors
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);