Highlight focused/hovered search result
This commit is contained in:
@ -550,6 +550,9 @@ input[type="search"], input[type="url"] {
|
|||||||
background-position: 1px center;
|
background-position: 1px center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
#searchwrapper li:focus a, #searchwrapper li:hover a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
#searchwrapper li em {
|
#searchwrapper li em {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
Reference in New Issue
Block a user