make things a lot prettier

This commit is contained in:
Pat Dryburgh
2019-04-15 00:30:16 -04:00
parent bdc62b06a9
commit f9e1f20440
6 changed files with 29 additions and 16 deletions

View File

@ -5,6 +5,7 @@
}
#search__input {
background: transparent;
border: 0;
font: 1em $font-family;
padding: .5em;
@ -17,4 +18,17 @@
#search button[type="submit"] {
display: none;
}
::-webkit-input-placeholder {
color: $muted-text-color;
}
::-moz-placeholder {
color: $muted-text-color;
}
:-ms-input-placeholder {
color: $muted-text-color;
}
:-moz-placeholder {
color: $muted-text-color;
}