Style expand-result

This commit is contained in:
Richard Feldman
2016-03-06 09:00:21 -08:00
parent a6fc81e481
commit b69524419e

View File

@@ -89,3 +89,18 @@ h1 {
button:focus, input:focus { button:focus, input:focus {
outline: none; outline: none;
} }
.expand-result {
padding: 4px 8px;
font-size: 16px;
color: white;
border: 1px solid #ccc;
background-color: rgb(96, 181, 204);
margin-left: 12px;
cursor: pointer;
}
.expand-result:hover {
color: rgb(96, 181, 204);
background-color: white;
}