diff options
| author | Mark Otto <[email protected]> | 2013-05-07 18:07:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-07 18:07:06 -0700 |
| commit | d7f84d1220719cdf2272c9aa3c6731a932394c58 (patch) | |
| tree | 94b169348e81838729a035a23bd0103565972cbe /less/button-groups.less | |
| parent | ad5f88e1c5384d8312655298dcff429253ad2d9c (diff) | |
| download | bootstrap-d7f84d1220719cdf2272c9aa3c6731a932394c58.tar.xz bootstrap-d7f84d1220719cdf2272c9aa3c6731a932394c58.zip | |
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
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 4 |
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 |
