Fix some button styling
This commit is contained in:
parent
1ee67abd72
commit
a010973766
@ -137,12 +137,14 @@ kbd {
|
||||
text-transform: uppercase;
|
||||
transition: background .2s, border-color .2s, color .2s;
|
||||
word-spacing: 3px;
|
||||
cursor: pointer; /* This is useful for `<button>` elements */
|
||||
}
|
||||
|
||||
.btn:disabled,
|
||||
.btn:hover {
|
||||
background: #84ce88;
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.btn:active {
|
||||
|
Loading…
Reference in New Issue
Block a user