aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-02 13:03:18 -0800
committerMark Otto <[email protected]>2013-02-02 13:03:18 -0800
commitc64aa26d062b53a40be55ea62017bd04f523b290 (patch)
treea85f3116c9472d2a5576fea5e64a1e436b003b27 /less/buttons.less
parent94e256c0162748dcddd6401d57a186576254f884 (diff)
downloadbootstrap-c64aa26d062b53a40be55ea62017bd04f523b290.tar.xz
bootstrap-c64aa26d062b53a40be55ea62017bd04f523b290.zip
Add @btn-color variable and use in buttons and carets; fixes dropup caret as well
Diffstat (limited to 'less/buttons.less')
-rw-r--r--less/buttons.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less
index f825bd429..80d19494d 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -115,7 +115,7 @@ input[type="button"] {
// --------------------------------------------------
.btn {
- color: #fff;
+ color: @btn-color;
background-color: @btn-background;
border-color: @btn-border;
&:hover,