Differentiate between minor and disabled buttons
This commit is contained in:
parent
393651e8bd
commit
8d4a803138
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue