aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/buttons.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/buttons.less b/lib/buttons.less
index a7492f9fd..e53dce7af 100644
--- a/lib/buttons.less
+++ b/lib/buttons.less
@@ -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 {