From 39253102600a5f4fae807340cbfff67ea0d7992f Mon Sep 17 00:00:00 2001 From: fkloft Date: Thu, 12 Feb 2015 17:54:45 +0100 Subject: [PATCH] Highlight focused/hovered search result --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index c187dd5c..a9fefa08 100644 --- a/style.css +++ b/style.css @@ -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;