add button:disabled styles
This commit is contained in:
parent
831ecffc4c
commit
fa6bf0cde4
1 changed files with 5 additions and 1 deletions
|
@ -53,7 +53,11 @@ button {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
button:active {
|
||||
button:disabled {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
button:not(:disabled):active {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue