Fixed search icon overalapping input in header

Fixes #859
This commit is contained in:
Dan Brown 2018-05-27 19:51:32 +01:00
parent 6b84a76af1
commit 64eabaf882
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -90,10 +90,14 @@ header .search-box {
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(255, 255, 255, 0.3);
color: #EEE;
z-index: 2;
}
button {
color: #EEE;
fill: #EEE;
z-index: 1;
svg {
margin-right: 0;
}
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #DDD;