2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

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
This commit is contained in:
Mark Otto
2013-05-07 18:07:06 -07:00
parent ad5f88e1c5
commit d7f84d1220
6 changed files with 217 additions and 218 deletions
+2 -2
View File
@@ -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