make button active state clearer by lightening the inner shadow and removing the background image

This commit is contained in:
Mark Otto
2012-01-18 00:30:49 -08:00
parent f2fadf1f0a
commit d12560c0ee
3 changed files with 8 additions and 6 deletions

View File

@@ -68,7 +68,8 @@
// Active and Disabled states
&.active,
&:active {
@shadow: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05);
background-image: none;
@shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
.box-shadow(@shadow);
}
&.disabled {