update button text color
This commit is contained in:
parent
a683afcaca
commit
1f489866a6
@ -53,7 +53,6 @@ footer a {
|
|||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
input, button {
|
input, button {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid #121212;
|
border: 1px solid #121212;
|
||||||
@ -80,16 +79,15 @@ input:focus {
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
background-color: #343434;
|
background-color: #343434;
|
||||||
color: #606060;
|
color: #ffffff;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
border-radius: 0 8px 8px 0;
|
border-radius: 0 8px 8px 0;
|
||||||
}
|
}
|
||||||
button:hover {
|
button:hover {
|
||||||
color: #808080;
|
background-color: #606060;
|
||||||
color: #ffffff;
|
|
||||||
transition: 250ms all;
|
transition: 250ms all;
|
||||||
}
|
}
|
||||||
button:active {
|
button:active {
|
||||||
background-color: #606060;
|
background-color: #808080;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user