From 37bcf70504f6d257ab1a5b928c94465bc1a2a2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 2 Aug 2020 13:30:09 +0200 Subject: [PATCH] style: use help cursor when hovering a required asterisk (#45673) --- gadjo/static/css/_forms.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/gadjo/static/css/_forms.scss b/gadjo/static/css/_forms.scss index ab84768..ada98c0 100644 --- a/gadjo/static/css/_forms.scss +++ b/gadjo/static/css/_forms.scss @@ -47,6 +47,7 @@ span.required { margin-left: 0.7ex; position: relative; top: -0.2ex; + cursor: help; } div.widget div.title {