From f4864e1c02b01eb3fe033e68a9ebf8f34ad3ec05 Mon Sep 17 00:00:00 2001 From: lgpilot Date: Wed, 3 Jan 2024 22:00:30 +0100 Subject: [PATCH] added a help cursor when pointing over elements with tooltips, i.e. title on HTML --- frontend/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/main.css b/frontend/main.css index e52606a..c76ff55 100644 --- a/frontend/main.css +++ b/frontend/main.css @@ -42,4 +42,8 @@ ul { list-style-type: none; padding: 0; margin: 0; +} + +[title] { + cursor: help; } \ No newline at end of file