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:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user