Merge pull request #534 from vita10gy/search

Feedback when geosearch finds nothing
This commit is contained in:
Jon Atkins
2013-10-27 09:14:37 -07:00
2 changed files with 11 additions and 1 deletions

View File

@ -471,6 +471,12 @@ input {
margin-bottom: 2px;
cursor: pointer;
}
.search_not_found{
color:red;
font-style: italic;
}
::-webkit-input-placeholder {
font-style: italic;
}