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:
parent
f2e0115d96
commit
8b8747eb00
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user