From d7f84d1220719cdf2272c9aa3c6731a932394c58 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 7 May 2013 18:07:06 -0700 Subject: Require .btn-default for regular buttons * Instead of , use for standard, gray button * Improves ability to customize buttons by encouraging folks to not override .btn and thus overriding all button modifier classes * Updates docs to reflect the change * Reorganize buttons CSS --- less/button-groups.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'less/button-groups.less') 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 -- cgit v1.2.3