Differentiate between minor and disabled buttons

This commit is contained in:
Saman Bemel-Benrud 2013-07-29 17:55:21 -04:00 committed by Tom Hughes
parent 393651e8bd
commit 8d4a803138

View file

@ -6,6 +6,7 @@ $offwhite: #f4f4ff;
$blue: #7092FF;
$lightblue: #B8C5F0;
$grey: #AAA;
$lightgrey: #CCC;
$keyline: #CCC;
$hovercolor: 20%;
@ -1724,7 +1725,10 @@ a.button {
}
}
&:disabled {
background: $lightblue;
background: $lightgrey;
&:hover {
background: $lightgrey;
}
}
&:last-child {
margin-bottom: 0;