added keyboard nav for search hints

This commit is contained in:
Luke Pulverenti 2013-05-21 17:13:57 -04:00
parent e9ef2accdf
commit 8c258fd96c
2 changed files with 49 additions and 3 deletions

View file

@ -74,6 +74,10 @@
background-color: #eee;
}
.searchHint:focus {
background-color: #eee;
}
.searchHintImage {
display: inline-block;
width: 15%;