2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

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
+4 -4
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);
}