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;
|
border: 0;
|
||||||
input[type=search] {
|
input[type=search] {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
font-family: $serif;
|
&::-webkit-search-cancel-button,
|
||||||
font-size: 1em;
|
&::-webkit-search-decoration,
|
||||||
color: $text-color;
|
&::-webkit-search-results-button,
|
||||||
|
&::-webkit-search-results-decoration {
|
||||||
|
-webkit-appearance:none;
|
||||||
|
}
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
border: {
|
border: {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
style: solid;
|
style: solid;
|
||||||
color: #999 #bbb #bbb #999;
|
color: #999 #bbb #bbb #999;
|
||||||
};
|
};
|
||||||
|
color: $text-color;
|
||||||
|
font-family: $serif;
|
||||||
|
font-size: 1em;
|
||||||
|
padding: 0.15em 0.75em;
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: 0 0 5px $link-color;
|
box-shadow: 0 0 5px $link-color;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user