Restyle search button to match rest of the UI

This commit is contained in:
Mark Seymour
2018-07-24 18:48:38 -03:00
parent 6643e225e7
commit e81963d727

View File

@@ -4,6 +4,17 @@ div#search {
margin-bottom: 1em;
}
div#search-box button {
-webkit-appearance: button;
border: 1px solid $link_color;
background-color: $link_color;
color: #FFF;
&:hover, &:focus {
border: 1px solid $link_hover_color;
background-color: $link_hover_color;
}
}
div#page {
overflow: visible;
margin: 0 20px;
@@ -101,4 +112,3 @@ div#more-links {
padding: 0.2em 0.6em;
@include box-shadow(2px 2px 2px #ccc);
}