light-ify buttons
This commit is contained in:
parent
4158bfdb7b
commit
8947612aea
|
@ -65,6 +65,13 @@ input[type=text] {
|
|||
}
|
||||
button {
|
||||
background-color: #f9f9f9;
|
||||
border-color: #c1c1c1;
|
||||
}
|
||||
button:hover {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
button:active {
|
||||
background: #e6e6e6;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue