change classname from .btn-dark to .btn-inverse, change use text

This commit is contained in:
Mark Otto
2012-02-12 15:18:20 -08:00
parent b8493ed8b7
commit a57dbada0f
6 changed files with 45 additions and 12 deletions

View File

@@ -134,7 +134,7 @@
.btn-danger,
.btn-info,
.btn-success,
.btn-dark {
.btn-inverse {
.caret {
border-top-color: @white;
.opacity(75);

View File

@@ -108,8 +108,8 @@
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-dark,
.btn-dark:hover {
.btn-inverse,
.btn-inverse:hover {
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
color: @white;
}
@@ -144,8 +144,8 @@
.btn-info {
.buttonBackground(#5bc0de, #2f96b4);
}
// Dark appears as black
.btn-dark {
// Inverse appears as dark gray
.btn-inverse {
.buttonBackground(#454545, #262626);
}