diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-09-05 16:23:12 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-09-05 16:23:12 +0200 |
commit | 8e4c9d666672e415957ae8b99e7ab400342f8b98 (patch) | |
tree | 885bb8e4e0e887ba07a72ba90f5254c9d0d0a070 /public/stylesheets | |
parent | ff5f463f77d7eef492d3ae926ce65cdfdb45dfdb (diff) |
add click on autocomplete suport
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |