From 8e4c9d666672e415957ae8b99e7ab400342f8b98 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Mon, 5 Sep 2016 16:23:12 +0200 Subject: add click on autocomplete suport --- public/stylesheets/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public/stylesheets/style.css') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index fa76e4d..432b4e1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -53,6 +53,11 @@ html, body { color: #FFCDD2; } +li:hover { + background-color: lightgray; + cursor: pointer; +} + .selected { background-color: lightgray; } -- cgit v1.1