From 71878caf2c044aeaa75d62b0b0a634736dd2cca3 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Wed, 5 May 2021 00:03:52 +0200 Subject: [PATCH] On modifie le curseur quand on survole un compte dans l'autocomplete --- kfet/static/kfet/css/index.css | 4 ++++ 1 file changed, 4 insertions(+) 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;