2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

fix button styles on active and disabled

This commit is contained in:
Mark Otto
2012-01-30 23:16:27 -08:00
parent 61b47e91b8
commit 5c9a687665
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -44,7 +44,7 @@
}
// Active state
.btn-active,
.btn.active,
.btn:active {
background-image: none;
@shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
@@ -56,7 +56,7 @@
}
// Disabled state
.btn-disabled,
.btn.disabled,
.btn[disabled] {
cursor: default;
background-image: none;