aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/button-groups.less')
-rw-r--r--less/button-groups.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index 3a72d90bf..6f9a52acd 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -4,10 +4,10 @@
// Button carets
.btn .caret {
- border-top-color: @btn-color;
+ border-top-color: @btn-default-color;
}
.dropup .btn .caret {
- border-bottom-color: @btn-color;
+ border-bottom-color: @btn-default-color;
}
// Make the div behave like a button