1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00

Fix search box styling

This commit is contained in:
Daniel Barber 2016-01-21 18:20:48 +00:00
parent f2e0115d96
commit 8b8747eb00
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -21,15 +21,22 @@ body > footer {
border: 0;
input[type=search] {
-webkit-appearance: none;
font-family: $serif;
font-size: 1em;
color: $text-color;
&::-webkit-search-cancel-button,
&::-webkit-search-decoration,
&::-webkit-search-results-button,
&::-webkit-search-results-decoration {
-webkit-appearance:none;
}
border-radius: 1em;
border: {
width: 1px;
style: solid;
color: #999 #bbb #bbb #999;
};
color: $text-color;
font-family: $serif;
font-size: 1em;
padding: 0.15em 0.75em;
&:focus {
outline: none;
box-shadow: 0 0 5px $link-color;