tweaked disabled button

This commit is contained in:
Tom Giannattasio
2012-10-05 14:24:56 -04:00
committed by Calen Pennington
parent bfb5f333a9
commit 81b6d75796

View File

@@ -17,10 +17,10 @@
@include transition(background-color .15s, box-shadow .15s);
&.disabled {
border: 1px solid $darkGrey !important;
border: 1px solid $lightGrey !important;
border-radius: 3px !important;
background: $lightGrey !important;
color: #fff !important;
color: $darkGrey !important;
pointer-events: none;
cursor: none;
&:hover {