Feedback when geosearch finds nothing

Subtle, but it's driven me crazy in the past where seemingly reasonable
searches do nothing and "worked - but found nothing" and "maybe it's
just taking a second to work" aren't apparent.
This commit is contained in:
vita10gy
2013-09-03 18:42:45 -07:00
parent 76509f6b1f
commit 1d2eec7f80
2 changed files with 11 additions and 1 deletions

View File

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