Highlight focused/hovered search result

This commit is contained in:
fkloft
2015-02-12 17:54:45 +01:00
parent a70bcc1df1
commit 3925310260

View File

@ -550,6 +550,9 @@ input[type="search"], input[type="url"] {
background-position: 1px center;
background-repeat: no-repeat;
}
#searchwrapper li:focus a, #searchwrapper li:hover a {
text-decoration: underline;
}
#searchwrapper li em {
color: #ccc;
font-size: 0.9em;