diff --git a/kfet/static/kfet/css/index.css b/kfet/static/kfet/css/index.css index 94a89a74..aade3665 100644 --- a/kfet/static/kfet/css/index.css +++ b/kfet/static/kfet/css/index.css @@ -219,6 +219,10 @@ width:100%; } +#account_results li.autocomplete-value { + cursor: pointer; +} + #account_results .hilight { background:rgba(200,16,46,0.9); color:#fff;