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.less25
1 files changed, 6 insertions, 19 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index fcc0acb4c..00cd78634 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -2,6 +2,11 @@
// Button groups
// --------------------------------------------------
+// Button carets
+.caret {
+ border-top-color: #fff;
+ border-bottom-color: #fff;
+}
// Make the div behave like a button
.btn-group {
@@ -124,9 +129,7 @@
margin-top: 6px;
}
.btn-large .caret {
- border-left-width: 5px;
- border-right-width: 5px;
- border-top-width: 5px;
+ border-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
@@ -138,22 +141,6 @@
}
-
-// Account for other colors
-.btn-primary,
-.btn-warning,
-.btn-danger,
-.btn-info,
-.btn-success,
-.btn-inverse {
- .caret {
- border-top-color: #fff;
- border-bottom-color: #fff;
- }
-}
-
-
-
// Vertical button groups
// ----------------------